﻿@charset "UTF-8";

.border-r {
    border-right: 1px solid #eee;
}

.w-auto {
    width: -webkit-fill-available !important;
}

.overlay {
    background-color: #edeeed;
}

.left-top50 {
    left: 50% !important;
    transform: translate(-50%,-50%);
}

.min-h-30vw {
    min-height: 30vw;
}

.modal-dialog.max-w {
    max-width: fit-content;
}

.modal-width {
    width: 80vw !important;
}

.float-right {
    float: right;
}

.bg-lightgry {
    background-color: #ddd;
}

.width-ft {
    width: fit-content;
}

.h-34 {
    height: 34px;
}

.f-16 {
    font-size: 1rem;
}

.text-green {
    color: #4f8324;
}

.font-20 {
    font-size: 1.25rem;
}

.font-30 {
    font-weight: 600;
    font-size: 1.875rem;
}

.w-41 {
    width: 41vw !important;
}

.font-18 {
    font-size: 1.125rem;
}

.mt-10 {
    margin-top: 10px;
}

.pl-35 {
    padding-left: 2.188vw;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.group-stars .ind_cnt {
    font-size: .875rem !important;
}

.align-item-c {
    align-items: center;
}

.lightgray-border {
    border: 1px solid #ced4da;
}

.font-24 {
    font-size: 1.5rem;
}

.dis-ruby {
    display: flex;
    line-height: 1rem;
}

.T-50 {
    top: 50%;
}

.chek-error {
    width: 58% !important;
    float: right !important;
    font-weight: 600;
}
/*!
 * Bootstrap v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: get-function(to-rgb)(#0d6efd);
    --bs-secondary-rgb: get-function(to-rgb)(#6c757d);
    --bs-success-rgb: get-function(to-rgb)(#198754);
    --bs-info-rgb: get-function(to-rgb)(#0dcaf0);
    --bs-warning-rgb: get-function(to-rgb)(#ffc107);
    --bs-danger-rgb: get-function(to-rgb)(#dc3545);
    --bs-light-rgb: get-function(to-rgb)(#f8f9fa);
    --bs-dark-rgb: get-function(to-rgb)(#212529);
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-rgb: 33,37,41;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}

*, *::before, *::after {
    box-sizing: border-box;
}

@media(prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}

    hr:not([size]) {
        height: 1px;
    }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media(min-width:1200px) {
    h1, .h1 {
        font-size: 2.5rem;
    }
}

h2, .h2 {
    font-size: calc(1.325rem + .9vw);
}

@media(min-width:1200px) {
    h2, .h2 {
        font-size: 2rem;
    }
}

h3, .h3 {
    font-size: calc(1.3rem + .6vw);
}

@media(min-width:1200px) {
    h3, .h3 {
        font-size: 1.75rem;
    }
}

h4, .h4 {
    font-size: calc(1.275rem + .3vw);
}

@media(min-width:1200px) {
    h4, .h4 {
        font-size: 1.5rem;
    }
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title], abbr[data-bs-original-title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol, ul {
    padding-left: 2rem;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol, ul ul, ol ul, ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b, strong {
    font-weight: bolder;
}

small, .small {
    font-size: .875em;
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3;
}

sub, sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

    a:hover {
        color: #0a58ca;
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none;
    }

pre, code, kbd, samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 1em;
        font-weight: 700;
    }

figure {
    margin: 0 0 1rem;
}

img, svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

    button:focus:not(:focus-visible) {
        outline: 0;
    }

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

    select:disabled {
        opacity: 1;
    }

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

    button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
        cursor: pointer;
    }

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
}

@media(min-width:1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend + * {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-button {
    font: inherit;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media(min-width:1200px) {
    .display-1 {
        font-size: 5rem;
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}

@media(min-width:1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}

@media(min-width:1200px) {
    .display-3 {
        font-size: 4rem;
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

@media(min-width:1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}

@media(min-width:1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media(min-width:1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem;
    }

.initialism {
    font-size: .875em;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

    .blockquote > :last-child {
        margin-bottom: 0;
    }

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d;
}

    .blockquote-footer::before {
        content: "— ";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1;
}

.figure-caption {
    font-size: .875em;
    color: #6c757d;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media(min-width:576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media(min-width:768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media(min-width:992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media(min-width:1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

@media(min-width:1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-left: calc(var(--bs-gutter-x)*-.5);
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x)*.5);
        padding-left: calc(var(--bs-gutter-x)*.5);
        margin-top: var(--bs-gutter-y);
    }

.col {
    flex: 1 0 0%;
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

.g-0, .gx-0 {
    --bs-gutter-x: 0;
}

.g-0, .gy-0 {
    --bs-gutter-y: 0;
}

.g-1, .gx-1 {
    --bs-gutter-x: .25rem;
}

.g-1, .gy-1 {
    --bs-gutter-y: .25rem;
}

.g-2, .gx-2 {
    --bs-gutter-x: .5rem;
}

.g-2, .gy-2 {
    --bs-gutter-y: .5rem;
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5, .gy-5 {
    --bs-gutter-y: 3rem;
}

@media(min-width:576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }

    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: .25rem;
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: .25rem;
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: .5rem;
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: .5rem;
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media(min-width:768px) {
    .col-md {
        flex: 1 0 0%;
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }

    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: .25rem;
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: .25rem;
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: .5rem;
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: .5rem;
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 1rem;
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 1rem;
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 3rem;
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media(min-width:992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }

    .g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: .25rem;
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: .25rem;
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: .5rem;
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: .5rem;
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media(min-width:1200px) {
    .col-xl {
        flex: 1 0 0%;
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }

    .g-xl-0, .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0, .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: .25rem;
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: .25rem;
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: .5rem;
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: .5rem;
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media(min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66667%;
    }

    .g-xxl-0, .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0, .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: .25rem;
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: .25rem;
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: .5rem;
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: .5rem;
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0,0,0,.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0,0,0,.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0,0,0,.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

    .table > :not(caption) > * > * {
        padding: .5rem .5rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    }

    .table > tbody {
        vertical-align: inherit;
    }

    .table > thead {
        vertical-align: bottom;
    }

    .table > :not(:last-child) > :last-child > * {
        border-bottom-color: currentColor;
    }

.caption-top {
    caption-side: top;
}

.table-sm > :not(caption) > * > * {
    padding: .25rem .25rem;
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}

    .table-bordered > :not(caption) > * > * {
        border-width: 0 1px;
    }

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6;
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce;
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3;
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9;
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4;
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1;
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media(max-width:575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media(max-width:767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media(max-width:991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media(max-width:1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media(max-width:1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.form-label {
    margin-bottom: .5rem;
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none;
    }
}

.form-control[type="file"] {
    overflow: hidden;
}

    .form-control[type="file"]:not(:disabled):not([readonly]) {
        cursor: pointer;
    }

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media(prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media(prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
}

    .form-control-sm::file-selector-button {
        padding: .25rem .5rem;
        margin: -.25rem -.5rem;
        margin-inline-end: .5rem;
    }

    .form-control-sm::-webkit-file-upload-button {
        padding: .25rem .5rem;
        margin: -.25rem -.5rem;
        margin-inline-end: .5rem;
    }

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem;
}

    .form-control-lg::file-selector-button {
        padding: .5rem 1rem;
        margin: -.5rem -1rem;
        margin-inline-end: 1rem;
    }

    .form-control-lg::-webkit-file-upload-button {
        padding: .5rem 1rem;
        margin: -.5rem -1rem;
        margin-inline-end: 1rem;
    }

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px);
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: .375rem;
}

    .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer;
    }

    .form-control-color::-moz-color-swatch {
        height: 1.5em;
        border-radius: .25rem;
    }

    .form-control-color::-webkit-color-swatch {
        height: 1.5em;
        border-radius: .25rem;
    }

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none;
}

@media(prefers-reduced-motion:reduce) {
    .form-select {
        transition: none;
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none;
}

.form-select:disabled {
    background-color: #e9ecef;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em;
    }

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    appearance: none;
    color-adjust: exact;
}

    .form-check-input[type="checkbox"] {
        border-radius: .25em;
    }

    .form-check-input[type="radio"] {
        border-radius: 50%;
    }

    .form-check-input:active {
        filter: brightness(90%);
    }

    .form-check-input:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    }

    .form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

        .form-check-input:checked[type="checkbox"] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
        }

        .form-check-input:checked[type="radio"] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
        }

    .form-check-input[type="checkbox"]:indeterminate {
        background-color: #0d6efd;
        border-color: #0d6efd;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
    }

    .form-check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: .5;
    }

        .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
            opacity: .5;
        }

.form-switch {
    padding-left: 2.5em;
}

    .form-switch .form-check-input {
        width: 2em;
        margin-left: -2.5em;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
        background-position: left center;
        border-radius: 2em;
        transition: background-position .15s ease-in-out;
    }

@media(prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

    .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
        pointer-events: none;
        filter: none;
        opacity: .65;
    }

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}

    .form-range:focus {
        outline: 0;
    }

        .form-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25);
        }

        .form-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25);
        }

    .form-range::-moz-focus-outer {
        border: 0;
    }

    .form-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #0d6efd;
        border: 0;
        border-radius: 1rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        appearance: none;
    }

@media(prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none;
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none;
}

@media(prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        transition: none;
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe;
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range:disabled {
    pointer-events: none;
}

    .form-range:disabled::-webkit-slider-thumb {
        background-color: #adb5bd;
    }

    .form-range:disabled::-moz-range-thumb {
        background-color: #adb5bd;
    }

.form-floating {
    position: relative;
}

    .form-floating > .form-control, .form-floating > .form-select {
        height: calc(3.5rem + 2px);
        line-height: 1.25;
    }

    .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 1rem .75rem;
        pointer-events: none;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    }

@media(prefers-reduced-motion:reduce) {
    .form-floating > label {
        transition: none;
    }
}

.form-floating > .form-control {
    padding: 1rem .75rem;
}

    .form-floating > .form-control::placeholder {
        color: transparent;
    }

    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: .625rem;
    }

    .form-floating > .form-control:-webkit-autofill {
        padding-top: 1.625rem;
        padding-bottom: .625rem;
    }

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}

    .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
        opacity: .65;
        transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    }

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control, .input-group > .form-select {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
    }

        .input-group > .form-control:focus, .input-group > .form-select:focus {
            z-index: 3;
        }

    .input-group .btn {
        position: relative;
        z-index: 2;
    }

        .input-group .btn:focus {
            z-index: 3;
        }

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem;
}

.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
    padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #198754;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(25,135,84,.9);
    border-radius: .25rem;
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.25);
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
    border-color: #198754;
}

    .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
        background-position: right .75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);
    }

    .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.25);
    }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: #198754;
}

    .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
        background-color: #198754;
    }

    .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.25);
    }

    .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
        color: #198754;
    }

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid {
    z-index: 1;
}

    .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus {
        z-index: 3;
    }

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem;
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .25rem rgba(220,53,69,.25);
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
    border-color: #dc3545;
}

    .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
        background-position: right .75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);
    }

    .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .25rem rgba(220,53,69,.25);
    }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
    border-color: #dc3545;
}

    .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
        background-color: #dc3545;
    }

    .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
        box-shadow: 0 0 0 .25rem rgba(220,53,69,.25);
    }

    .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
        color: #dc3545;
    }

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {
    z-index: 2;
}

    .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus {
        z-index: 3;
    }

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca;
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca;
        box-shadow: 0 0 0 .25rem rgba(49,132,253,.5);
    }

    .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0a58ca;
        border-color: #0a53be;
    }

        .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(49,132,253,.5);
        }

    .btn-primary:disabled, .btn-primary.disabled {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64;
    }

    .btn-check:focus + .btn-secondary, .btn-secondary:focus {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64;
        box-shadow: 0 0 0 .25rem rgba(130,138,145,.5);
    }

    .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #565e64;
        border-color: #51585e;
    }

        .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(130,138,145,.5);
        }

    .btn-secondary:disabled, .btn-secondary.disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

    .btn-success:hover {
        color: #fff;
        background-color: #157347;
        border-color: #146c43;
    }

    .btn-check:focus + .btn-success, .btn-success:focus {
        color: #fff;
        background-color: #157347;
        border-color: #146c43;
        box-shadow: 0 0 0 .25rem rgba(60,153,110,.5);
    }

    .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #146c43;
        border-color: #13653f;
    }

        .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(60,153,110,.5);
        }

    .btn-success:disabled, .btn-success.disabled {
        color: #fff;
        background-color: #198754;
        border-color: #198754;
    }

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

    .btn-info:hover {
        color: #000;
        background-color: #31d2f2;
        border-color: #25cff2;
    }

    .btn-check:focus + .btn-info, .btn-info:focus {
        color: #000;
        background-color: #31d2f2;
        border-color: #25cff2;
        box-shadow: 0 0 0 .25rem rgba(11,172,204,.5);
    }

    .btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
        color: #000;
        background-color: #3dd5f3;
        border-color: #25cff2;
    }

        .btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(11,172,204,.5);
        }

    .btn-info:disabled, .btn-info.disabled {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0;
    }

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .btn-warning:hover {
        color: #000;
        background-color: #ffca2c;
        border-color: #ffc720;
    }

    .btn-check:focus + .btn-warning, .btn-warning:focus {
        color: #000;
        background-color: #ffca2c;
        border-color: #ffc720;
        box-shadow: 0 0 0 .25rem rgba(217,164,6,.5);
    }

    .btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
        color: #000;
        background-color: #ffcd39;
        border-color: #ffc720;
    }

        .btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(217,164,6,.5);
        }

    .btn-warning:disabled, .btn-warning.disabled {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107;
    }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37;
    }

    .btn-check:focus + .btn-danger, .btn-danger:focus {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37;
        box-shadow: 0 0 0 .25rem rgba(225,83,97,.5);
    }

    .btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #b02a37;
        border-color: #a52834;
    }

        .btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(225,83,97,.5);
        }

    .btn-danger:disabled, .btn-danger.disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-light:hover {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb;
    }

    .btn-check:focus + .btn-light, .btn-light:focus {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb;
        box-shadow: 0 0 0 .25rem rgba(211,212,213,.5);
    }

    .btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb;
    }

        .btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(211,212,213,.5);
        }

    .btn-light:disabled, .btn-light.disabled {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #1c1f23;
        border-color: #1a1e21;
    }

    .btn-check:focus + .btn-dark, .btn-dark:focus {
        color: #fff;
        background-color: #1c1f23;
        border-color: #1a1e21;
        box-shadow: 0 0 0 .25rem rgba(66,70,73,.5);
    }

    .btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1a1e21;
        border-color: #191c1f;
    }

        .btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(66,70,73,.5);
        }

    .btn-dark:disabled, .btn-dark.disabled {
        color: #fff;
        background-color: #212529;
        border-color: #212529;
    }

.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

    .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.5);
    }

    .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

        .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(13,110,253,.5);
        }

    .btn-outline-primary:disabled, .btn-outline-primary.disabled {
        color: #0d6efd;
        background-color: transparent;
    }

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .25rem rgba(108,117,125,.5);
    }

    .btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(108,117,125,.5);
        }

    .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
        color: #6c757d;
        background-color: transparent;
    }

.btn-outline-success {
    color: #198754;
    border-color: #198754;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #198754;
        border-color: #198754;
    }

    .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.5);
    }

    .btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
        color: #fff;
        background-color: #198754;
        border-color: #198754;
    }

        .btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(25,135,84,.5);
        }

    .btn-outline-success:disabled, .btn-outline-success.disabled {
        color: #198754;
        background-color: transparent;
    }

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
}

    .btn-outline-info:hover {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0;
    }

    .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
        box-shadow: 0 0 0 .25rem rgba(13,202,240,.5);
    }

    .btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0;
    }

        .btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(13,202,240,.5);
        }

    .btn-outline-info:disabled, .btn-outline-info.disabled {
        color: #0dcaf0;
        background-color: transparent;
    }

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

    .btn-outline-warning:hover {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .25rem rgba(255,193,7,.5);
    }

    .btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107;
    }

        .btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(255,193,7,.5);
        }

    .btn-outline-warning:disabled, .btn-outline-warning.disabled {
        color: #ffc107;
        background-color: transparent;
    }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .25rem rgba(220,53,69,.5);
    }

    .btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(220,53,69,.5);
        }

    .btn-outline-danger:disabled, .btn-outline-danger.disabled {
        color: #dc3545;
        background-color: transparent;
    }

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-outline-light:hover {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
        box-shadow: 0 0 0 .25rem rgba(248,249,250,.5);
    }

    .btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(248,249,250,.5);
        }

    .btn-outline-light:disabled, .btn-outline-light.disabled {
        color: #f8f9fa;
        background-color: transparent;
    }

.btn-outline-dark {
    color: #212529;
    border-color: #212529;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #212529;
        border-color: #212529;
    }

    .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .25rem rgba(33,37,41,.5);
    }

    .btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
        color: #fff;
        background-color: #212529;
        border-color: #212529;
    }

        .btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(33,37,41,.5);
        }

    .btn-outline-dark:disabled, .btn-outline-dark.disabled {
        color: #212529;
        background-color: transparent;
    }

.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline;
}

    .btn-link:hover {
        color: #0a58ca;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
    }

.btn-lg, .btn-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
}

.fade {
    transition: opacity .15s linear;
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none;
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease;
}

@media(prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}

.dropup, .dropend, .dropdown, .dropstart {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

    .dropdown-toggle:empty::after {
        margin-left: 0;
    }

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: .125rem;
    }

.dropdown-menu-start {
    --bs-position: start;
}

    .dropdown-menu-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

.dropdown-menu-end {
    --bs-position: end;
}

    .dropdown-menu-end[data-bs-popper] {
        right: 0;
        left: auto;
    }

@media(min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }

        .dropdown-menu-sm-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-sm-end {
        --bs-position: end;
    }

        .dropdown-menu-sm-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media(min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }

        .dropdown-menu-md-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-md-end {
        --bs-position: end;
    }

        .dropdown-menu-md-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media(min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }

        .dropdown-menu-lg-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-lg-end {
        --bs-position: end;
    }

        .dropdown-menu-lg-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media(min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }

        .dropdown-menu-xl-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-xl-end {
        --bs-position: end;
    }

        .dropdown-menu-xl-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media(min-width:1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }

        .dropdown-menu-xxl-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-xxl-end {
        --bs-position: end;
    }

        .dropdown-menu-xxl-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem;
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-toggle::after {
    vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem;
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
}

.dropstart .dropdown-toggle::after {
    display: none;
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,.15);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #1e2125;
        background-color: #e9ecef;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #0d6efd;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529;
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0,0,0,.15);
}

    .dropdown-menu-dark .dropdown-item {
        color: #dee2e6;
    }

        .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
            color: #fff;
            background-color: rgba(255,255,255,.15);
        }

        .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
            color: #fff;
            background-color: #0d6efd;
        }

        .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
            color: #adb5bd;
        }

    .dropdown-menu-dark .dropdown-divider {
        border-color: rgba(0,0,0,.15);
    }

    .dropdown-menu-dark .dropdown-item-text {
        color: #dee2e6;
    }

    .dropdown-menu-dark .dropdown-header {
        color: #adb5bd;
    }

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        flex: 1 1 auto;
    }

        .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
            z-index: 1;
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn, .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem;
}

    .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropstart .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

    .btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
        width: 100%;
    }

        .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
            margin-top: -1px;
        }

        .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

@media(prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-link:hover, .nav-link:focus {
    color: #0a58ca;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: none;
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
            isolation: isolate;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: .25rem;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #0d6efd;
    }

.nav-fill > .nav-link, .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified > .nav-link, .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

    .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
        width: 100%;
    }

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

    .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
    }

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}

@media(prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height,75vh);
    overflow-y: auto;
}

@media(min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-sm .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }

        .navbar-expand-sm .offcanvas-header {
            display: none;
        }

        .navbar-expand-sm .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none;
        }

        .navbar-expand-sm .offcanvas-top, .navbar-expand-sm .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-sm .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}

@media(min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-md .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }

        .navbar-expand-md .offcanvas-header {
            display: none;
        }

        .navbar-expand-md .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none;
        }

        .navbar-expand-md .offcanvas-top, .navbar-expand-md .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-md .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-lg .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }

        .navbar-expand-lg .offcanvas-header {
            display: none;
        }

        .navbar-expand-lg .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none;
        }

        .navbar-expand-lg .offcanvas-top, .navbar-expand-lg .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-lg .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-xl .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }

        .navbar-expand-xl .offcanvas-header {
            display: none;
        }

        .navbar-expand-xl .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none;
        }

        .navbar-expand-xl .offcanvas-top, .navbar-expand-xl .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-xl .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}

@media(min-width:1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xxl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xxl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xxl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-xxl .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-xxl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xxl .navbar-toggler {
            display: none;
        }

        .navbar-expand-xxl .offcanvas-header {
            display: none;
        }

        .navbar-expand-xxl .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none;
        }

        .navbar-expand-xxl .offcanvas-top, .navbar-expand-xxl .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-xxl .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

    .navbar-expand .navbar-nav {
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem;
        }

    .navbar-expand .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

    .navbar-expand .offcanvas-header {
        display: none;
    }

    .navbar-expand .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand .offcanvas-top, .navbar-expand .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0,0,0,.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55);
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0,0,0,.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3);
    }

    .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0,0,0,.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.55);
}

    .navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
        color: rgba(0,0,0,.9);
    }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.55);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255,255,255,.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.55);
    border-color: rgba(255,255,255,.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.55);
}

    .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
        color: #fff;
    }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit;
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(.25rem - 1px);
            border-top-right-radius: calc(.25rem - 1px);
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(.25rem - 1px);
            border-bottom-left-radius: calc(.25rem - 1px);
        }

        .card > .card-header + .list-group, .card > .list-group + .card-footer {
            border-top: 0;
        }

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-title {
    margin-bottom: .5rem;
}

.card-subtitle {
    margin-top: -.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link + .card-link {
    margin-left: 1rem;
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    }

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -.5rem;
    margin-left: -.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px);
}

.card-img, .card-img-top, .card-img-bottom {
    width: 100%;
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.card-group > .card {
    margin-bottom: .75rem;
}

@media(min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0;
                }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

@media(prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg);
    }

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

@media(prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

    .accordion-item:first-of-type {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: calc(.25rem - 1px);
            border-top-right-radius: calc(.25rem - 1px);
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0;
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

        .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-right-radius: calc(.25rem - 1px);
            border-bottom-left-radius: calc(.25rem - 1px);
        }

        .accordion-item:last-of-type .accordion-collapse {
            border-bottom-right-radius: .25rem;
            border-bottom-left-radius: .25rem;
        }

.accordion-body {
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0;
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0;
    }

    .accordion-flush .accordion-item .accordion-button {
        border-radius: 0;
    }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: .5rem;
        color: #6c757d;
        content: var(--bs-breadcrumb-divider,">");
    }

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media(prefers-reduced-motion:reduce) {
    .page-link {
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    padding: .375rem .75rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3rem;
}

    .alert-dismissible .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 1.25rem 1rem;
    }

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

    .alert-primary .alert-link {
        color: #06357a;
    }

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

    .alert-secondary .alert-link {
        color: #34383c;
    }

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

    .alert-success .alert-link {
        color: #0c4128;
    }

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

    .alert-info .alert-link {
        color: #04414d;
    }

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

    .alert-warning .alert-link {
        color: #523e02;
    }

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

    .alert-danger .alert-link {
        color: #6a1a21;
    }

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light .alert-link {
        color: #4f5050;
    }

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

    .alert-dark .alert-link {
        color: #101214;
    }

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease;
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}

    .list-group-numbered > li::before {
        content: counters(section,".") ". ";
        counter-increment: section;
    }

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

    .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    .list-group-item:last-child {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

    .list-group-item + .list-group-item {
        border-top-width: 0;
    }

        .list-group-item + .list-group-item.active {
            margin-top: -1px;
            border-top-width: 1px;
        }

.list-group-horizontal {
    flex-direction: row;
}

    .list-group-horizontal > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px;
        }

@media(min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }

        .list-group-horizontal-sm > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-sm > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-sm > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media(min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }

        .list-group-horizontal-md > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-md > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-md > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media(min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }

        .list-group-horizontal-lg > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-lg > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-lg > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media(min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }

        .list-group-horizontal-xl > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-xl > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-xl > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media(min-width:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }

        .list-group-horizontal-xxl > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-xxl > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-xxl > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-xxl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

.list-group-flush {
    border-radius: 0;
}

    .list-group-flush > .list-group-item {
        border-width: 0 0 1px;
    }

        .list-group-flush > .list-group-item:last-child {
            border-bottom-width: 0;
        }

.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #084298;
        background-color: #bacbe6;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #084298;
        border-color: #084298;
    }

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #41464b;
        background-color: #cbccce;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #41464b;
        border-color: #41464b;
    }

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd;
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #0f5132;
        background-color: #bcd0c7;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #0f5132;
        border-color: #0f5132;
    }

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #055160;
        background-color: #badce3;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #055160;
        border-color: #055160;
    }

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd;
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #664d03;
        background-color: #e6dbb9;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #664d03;
        border-color: #664d03;
    }

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da;
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #842029;
        background-color: #dfc2c4;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #842029;
        border-color: #842029;
    }

.list-group-item-light {
    color: #636464;
    background-color: #fefefe;
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #636464;
        background-color: #e5e5e5;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #636464;
        border-color: #636464;
    }

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4;
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #141619;
        background-color: #bebebf;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #141619;
        border-color: #141619;
    }

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}

    .btn-close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75;
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
        opacity: 1;
    }

    .btn-close:disabled, .btn-close.disabled {
        pointer-events: none;
        user-select: none;
        opacity: .25;
    }

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-radius: .25rem;
}

    .toast.showing {
        opacity: 0;
    }

    .toast:not(.show) {
        display: none;
    }

.toast-container {
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

    .toast-container > :not(:last-child) {
        margin-bottom: .75rem;
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

    .toast-header .btn-close {
        margin-right: -.375rem;
        margin-left: .75rem;
    }

.toast-body {
    padding: .75rem;
    word-wrap: break-word;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px);
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: .5;
    }

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

    .modal-header .btn-close {
        padding: .5rem .5rem;
        margin: -.5rem -.5rem -.5rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

    .modal-footer > * {
        margin: .25rem;
    }

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media(min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

@media(min-width:1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen .modal-footer {
        border-radius: 0;
    }

@media(max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-sm-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-sm-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-sm-down .modal-footer {
            border-radius: 0;
        }
}

@media(max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-md-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-md-down .modal-footer {
            border-radius: 0;
        }
}

@media(max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-lg-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-lg-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-lg-down .modal-footer {
            border-radius: 0;
        }
}

@media(max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-xl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-xl-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-xl-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-xl-down .modal-footer {
            border-radius: 0;
        }
}

@media(max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-xxl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-xxl-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-xxl-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-xxl-down .modal-footer {
            border-radius: 0;
        }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: .9;
    }

    .tooltip .tooltip-arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem;
    }

        .tooltip .tooltip-arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
    padding: .4rem 0;
}

    .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
        bottom: 0;
    }

        .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
            top: -1px;
            border-width: .4rem .4rem 0;
            border-top-color: #000;
        }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
    padding: 0 .4rem;
}

    .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
        left: 0;
        width: .4rem;
        height: .8rem;
    }

        .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
            right: -1px;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000;
        }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
    padding: .4rem 0;
}

    .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
        top: 0;
    }

        .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
            bottom: -1px;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000;
        }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
    padding: 0 .4rem;
}

    .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
        right: 0;
        width: .4rem;
        height: .8rem;
    }

        .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
            left: -1px;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
}

    .popover .popover-arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
    }

        .popover .popover-arrow::before, .popover .popover-arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
    bottom: calc(-.5rem - 1px);
}

    .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
        bottom: 0;
        border-width: .5rem .5rem 0;
        border-top-color: rgba(0,0,0,.25);
    }

    .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
        bottom: 1px;
        border-width: .5rem .5rem 0;
        border-top-color: #fff;
    }

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
}

    .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
        left: 0;
        border-width: .5rem .5rem .5rem 0;
        border-right-color: rgba(0,0,0,.25);
    }

    .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
        left: 1px;
        border-width: .5rem .5rem .5rem 0;
        border-right-color: #fff;
    }

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
    top: calc(-.5rem - 1px);
}

    .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
        top: 0;
        border-width: 0 .5rem .5rem .5rem;
        border-bottom-color: rgba(0,0,0,.25);
    }

    .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
        top: 1px;
        border-width: 0 .5rem .5rem .5rem;
        border-bottom-color: #fff;
    }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
}

    .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
        right: 0;
        border-width: .5rem 0 .5rem .5rem;
        border-left-color: rgba(0,0,0,.25);
    }

    .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
        right: 1px;
        border-width: .5rem 0 .5rem .5rem;
        border-left-color: #fff;
    }

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0,0,0,.2);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 1rem 1rem;
    color: #212529;
}

.carousel {
    position: relative;
}

    .carousel.pointer-event {
        touch-action: pan-y;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block;
}

    .carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
        transform: translateX(100%);
    }

    .carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
        transform: translateX(-100%);
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

    .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
        z-index: 1;
        opacity: 1;
    }

.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s;
}

@media(prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

@media(prefers-reduced-motion:reduce) {
    .carousel-control-prev, .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
    }

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-dark .carousel-caption {
    color: #000;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media(prefers-reduced-motion:reduce) {
    .spinner-border, .spinner-grow {
        animation-duration: 1.5s;
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}

@media(prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none;
    }
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .offcanvas-backdrop.fade {
        opacity: 0;
    }

    .offcanvas-backdrop.show {
        opacity: .5;
    }

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

    .offcanvas-header .btn-close {
        padding: .5rem .5rem;
        margin-top: -.5rem;
        margin-right: -.5rem;
        margin-bottom: -.5rem;
    }

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0,0,0,.2);
    transform: translateX(-100%);
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0,0,0,.2);
    transform: translateX(100%);
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0,0,0,.2);
    transform: translateY(-100%);
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0,0,0,.2);
    transform: translateY(100%);
}

.offcanvas.show {
    transform: none;
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: .5;
}

    .placeholder.btn::before {
        display: inline-block;
        content: "";
    }

.placeholder-xs {
    min-height: .6em;
}

.placeholder-sm {
    min-height: .8em;
}

.placeholder-lg {
    min-height: 1.2em;
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
    50% {
        opacity: .2;
    }
}

.placeholder-wave {
    mask-image: linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0%;
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.link-primary {
    color: #0d6efd;
}

    .link-primary:hover, .link-primary:focus {
        color: #0a58ca;
    }

.link-secondary {
    color: #6c757d;
}

    .link-secondary:hover, .link-secondary:focus {
        color: #565e64;
    }

.link-success {
    color: #198754;
}

    .link-success:hover, .link-success:focus {
        color: #146c43;
    }

.link-info {
    color: #0dcaf0;
}

    .link-info:hover, .link-info:focus {
        color: #3dd5f3;
    }

.link-warning {
    color: #ffc107;
}

    .link-warning:hover, .link-warning:focus {
        color: #ffcd39;
    }

.link-danger {
    color: #dc3545;
}

    .link-danger:hover, .link-danger:focus {
        color: #b02a37;
    }

.link-light {
    color: #f8f9fa;
}

    .link-light:hover, .link-light:focus {
        color: #f9fafb;
    }

.link-dark {
    color: #212529;
}

    .link-dark:hover, .link-dark:focus {
        color: #1a1e21;
    }

.ratio {
    position: relative;
    width: 100%;
}

    .ratio::before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: "";
    }

    .ratio > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3/4*100%);
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9/16*100%);
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9/21*100%);
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media(min-width:576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media(min-width:768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media(min-width:992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media(min-width:1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media(min-width:1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .25;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: .25 !important;
}

.opacity-50 {
    opacity: .5 !important;
}

.opacity-75 {
    opacity: .75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    transform: translate(-50%,-50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #0d6efd !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #198754 !important;
}

.border-info {
    border-color: #0dcaf0 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #212529 !important;
}

.border-white {
    border-color: #fff !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.custom-width-6 {
    width: 6% !important;
}

.custom-width-10 {
    width: 10% !important;
}

.custom-width-20 {
    width: 20% !important;
}

.custom-width-25 {
    width: 25% !important;
}

.custom-width-28 {
    width: 28% !important;
}

.custom-width-45 {
    width: 45% !important;
}

.custom-width-75 {
    width: 75% !important;
}

.custom-width-80 {
    width: 80% !important;
}

.custom-width-auto {
    width: auto !important;
}

.custom-max-width-6 {
    max-width: 6% !important;
}

.custom-max-width-10 {
    max-width: 10% !important;
}

.custom-max-width-20 {
    max-width: 20% !important;
}

.custom-max-width-25 {
    max-width: 25% !important;
}

.custom-max-width-28 {
    max-width: 28% !important;
}

.custom-max-width-45 {
    max-width: 45% !important;
}

.custom-max-width-75 {
    max-width: 75% !important;
}

.custom-max-width-80 {
    max-width: 80% !important;
}

.custom-max-width-auto {
    max-width: auto !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: .25rem !important;
}

.gap-2 {
    gap: .5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: .25rem !important;
}

.me-2 {
    margin-right: .5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: .25rem !important;
}

.ms-2 {
    margin-left: .5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: .25rem !important;
}

.pt-2 {
    padding-top: .5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: .25rem !important;
}

.pe-2 {
    padding-right: .5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: .25rem !important;
}

.pb-2 {
    padding-bottom: .5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: .25rem !important;
}

.ps-2 {
    padding-left: .5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important;
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

.text-primary {
    --bs-text-opacity: 1;
    color: get-function(rgba-css-var)("primary","text") !important;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: get-function(rgba-css-var)("secondary","text") !important;
}

.text-success {
    --bs-text-opacity: 1;
    color: get-function(rgba-css-var)("success","text") !important;
}

.text-info {
    --bs-text-opacity: 1;
    color: get-function(rgba-css-var)("info","text") !important;
}

.text-warning {
    --bs-text-opacity: 1;
    color: get-function(rgba-css-var)("warning","text") !important;
}

.text-danger {
    --bs-text-opacity: 1;
    color: get-function(rgba-css-var)("danger","text") !important;
}

.text-light {
    --bs-text-opacity: 1;
    color: get-function(rgba-css-var)("light","text") !important;
}

.text-dark {
    --bs-text-opacity: 1;
    color: get-function(rgba-css-var)("dark","text") !important;
}

.text-black {
    --bs-text-opacity: 1;
    color: get-function(rgba-css-var)("black","text") !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: get-function(rgba-css-var)("white","text") !important;
}

.text-body {
    --bs-text-opacity: 1;
    color: get-function(rgba-css-var)("body","text") !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0,0,0,.5) !important;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255,255,255,.5) !important;
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}

.text-opacity-25 {
    --bs-text-opacity: .25;
}

.text-opacity-50 {
    --bs-text-opacity: .5;
}

.text-opacity-75 {
    --bs-text-opacity: .75;
}

.text-opacity-100 {
    --bs-text-opacity: 1;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: get-function(rgba-css-var)("primary","bg") !important;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: get-function(rgba-css-var)("secondary","bg") !important;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: get-function(rgba-css-var)("success","bg") !important;
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: get-function(rgba-css-var)("info","bg") !important;
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: get-function(rgba-css-var)("warning","bg") !important;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: get-function(rgba-css-var)("danger","bg") !important;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: get-function(rgba-css-var)("light","bg") !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: get-function(rgba-css-var)("dark","bg") !important;
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: get-function(rgba-css-var)("black","bg") !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: get-function(rgba-css-var)("white","bg") !important;
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: get-function(rgba-css-var)("body","bg") !important;
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.bg-opacity-10 {
    --bs-bg-opacity: .1;
}

.bg-opacity-25 {
    --bs-bg-opacity: .25;
}

.bg-opacity-50 {
    --bs-bg-opacity: .5;
}

.bg-opacity-75 {
    --bs-bg-opacity: .75;
}

.bg-opacity-100 {
    --bs-bg-opacity: 1;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.rounded {
    border-radius: .25rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: .2rem !important;
}

.rounded-2 {
    border-radius: .25rem !important;
}

.rounded-3 {
    border-radius: .3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media(min-width:576px) {
    .float-sm-start {
        float: left !important;
    }

    .float-sm-end {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-grid {
        display: grid !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-sm-0 {
        gap: 0 !important;
    }

    .gap-sm-1 {
        gap: .25rem !important;
    }

    .gap-sm-2 {
        gap: .5rem !important;
    }

    .gap-sm-3 {
        gap: 1rem !important;
    }

    .gap-sm-4 {
        gap: 1.5rem !important;
    }

    .gap-sm-5 {
        gap: 3rem !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }

    .order-sm-first {
        order: -1 !important;
    }

    .order-sm-0 {
        order: 0 !important;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .order-sm-3 {
        order: 3 !important;
    }

    .order-sm-4 {
        order: 4 !important;
    }

    .order-sm-5 {
        order: 5 !important;
    }

    .order-sm-last {
        order: 6 !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: .25rem !important;
    }

    .m-sm-2 {
        margin: .5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: .25rem !important;
    }

    .mt-sm-2 {
        margin-top: .5rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .me-sm-0 {
        margin-right: 0 !important;
    }

    .me-sm-1 {
        margin-right: .25rem !important;
    }

    .me-sm-2 {
        margin-right: .5rem !important;
    }

    .me-sm-3 {
        margin-right: 1rem !important;
    }

    .me-sm-4 {
        margin-right: 1.5rem !important;
    }

    .me-sm-5 {
        margin-right: 3rem !important;
    }

    .me-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ms-sm-0 {
        margin-left: 0 !important;
    }

    .ms-sm-1 {
        margin-left: .25rem !important;
    }

    .ms-sm-2 {
        margin-left: .5rem !important;
    }

    .ms-sm-3 {
        margin-left: 1rem !important;
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }

    .ms-sm-5 {
        margin-left: 3rem !important;
    }

    .ms-sm-auto {
        margin-left: auto !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: .25rem !important;
    }

    .p-sm-2 {
        padding: .5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: .25rem !important;
    }

    .pt-sm-2 {
        padding-top: .5rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pe-sm-0 {
        padding-right: 0 !important;
    }

    .pe-sm-1 {
        padding-right: .25rem !important;
    }

    .pe-sm-2 {
        padding-right: .5rem !important;
    }

    .pe-sm-3 {
        padding-right: 1rem !important;
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pe-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .ps-sm-0 {
        padding-left: 0 !important;
    }

    .ps-sm-1 {
        padding-left: .25rem !important;
    }

    .ps-sm-2 {
        padding-left: .5rem !important;
    }

    .ps-sm-3 {
        padding-left: 1rem !important;
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }

    .ps-sm-5 {
        padding-left: 3rem !important;
    }

    .text-sm-start {
        text-align: left !important;
    }

    .text-sm-end {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media(min-width:768px) {
    .float-md-start {
        float: left !important;
    }

    .float-md-end {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-grid {
        display: grid !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-1 {
        gap: .25rem !important;
    }

    .gap-md-2 {
        gap: .5rem !important;
    }

    .gap-md-3 {
        gap: 1rem !important;
    }

    .gap-md-4 {
        gap: 1.5rem !important;
    }

    .gap-md-5 {
        gap: 3rem !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }

    .order-md-first {
        order: -1 !important;
    }

    .order-md-0 {
        order: 0 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .order-md-3 {
        order: 3 !important;
    }

    .order-md-4 {
        order: 4 !important;
    }

    .order-md-5 {
        order: 5 !important;
    }

    .order-md-last {
        order: 6 !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: .25rem !important;
    }

    .m-md-2 {
        margin: .5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: .25rem !important;
    }

    .mt-md-2 {
        margin-top: .5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .me-md-0 {
        margin-right: 0 !important;
    }

    .me-md-1 {
        margin-right: .25rem !important;
    }

    .me-md-2 {
        margin-right: .5rem !important;
    }

    .me-md-3 {
        margin-right: 1rem !important;
    }

    .me-md-4 {
        margin-right: 1.5rem !important;
    }

    .me-md-5 {
        margin-right: 3rem !important;
    }

    .me-md-auto {
        margin-right: auto !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: .25rem !important;
    }

    .mb-md-2 {
        margin-bottom: .5rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ms-md-0 {
        margin-left: 0 !important;
    }

    .ms-md-1 {
        margin-left: .25rem !important;
    }

    .ms-md-2 {
        margin-left: .5rem !important;
    }

    .ms-md-3 {
        margin-left: 1rem !important;
    }

    .ms-md-4 {
        margin-left: 1.5rem !important;
    }

    .ms-md-5 {
        margin-left: 3rem !important;
    }

    .ms-md-auto {
        margin-left: auto !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: .25rem !important;
    }

    .p-md-2 {
        padding: .5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-1 {
        padding-top: .25rem !important;
    }

    .pt-md-2 {
        padding-top: .5rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pe-md-0 {
        padding-right: 0 !important;
    }

    .pe-md-1 {
        padding-right: .25rem !important;
    }

    .pe-md-2 {
        padding-right: .5rem !important;
    }

    .pe-md-3 {
        padding-right: 1rem !important;
    }

    .pe-md-4 {
        padding-right: 1.5rem !important;
    }

    .pe-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-1 {
        padding-bottom: .25rem !important;
    }

    .pb-md-2 {
        padding-bottom: .5rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .ps-md-0 {
        padding-left: 0 !important;
    }

    .ps-md-1 {
        padding-left: .25rem !important;
    }

    .ps-md-2 {
        padding-left: .5rem !important;
    }

    .ps-md-3 {
        padding-left: 1rem !important;
    }

    .ps-md-4 {
        padding-left: 1.5rem !important;
    }

    .ps-md-5 {
        padding-left: 3rem !important;
    }

    .text-md-start {
        text-align: left !important;
    }

    .text-md-end {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media(min-width:992px) {
    .float-lg-start {
        float: left !important;
    }

    .float-lg-end {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-grid {
        display: grid !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-1 {
        gap: .25rem !important;
    }

    .gap-lg-2 {
        gap: .5rem !important;
    }

    .gap-lg-3 {
        gap: 1rem !important;
    }

    .gap-lg-4 {
        gap: 1.5rem !important;
    }

    .gap-lg-5 {
        gap: 3rem !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }

    .order-lg-first {
        order: -1 !important;
    }

    .order-lg-0 {
        order: 0 !important;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .order-lg-3 {
        order: 3 !important;
    }

    .order-lg-4 {
        order: 4 !important;
    }

    .order-lg-5 {
        order: 5 !important;
    }

    .order-lg-last {
        order: 6 !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-1 {
        margin: .25rem !important;
    }

    .m-lg-2 {
        margin: .5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: .25rem !important;
    }

    .mt-lg-2 {
        margin-top: .5rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .me-lg-0 {
        margin-right: 0 !important;
    }

    .me-lg-1 {
        margin-right: .25rem !important;
    }

    .me-lg-2 {
        margin-right: .5rem !important;
    }

    .me-lg-3 {
        margin-right: 1rem !important;
    }

    .me-lg-4 {
        margin-right: 1.5rem !important;
    }

    .me-lg-5 {
        margin-right: 3rem !important;
    }

    .me-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ms-lg-0 {
        margin-left: 0 !important;
    }

    .ms-lg-1 {
        margin-left: .25rem !important;
    }

    .ms-lg-2 {
        margin-left: .5rem !important;
    }

    .ms-lg-3 {
        margin-left: 1rem !important;
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }

    .ms-lg-5 {
        margin-left: 3rem !important;
    }

    .ms-lg-auto {
        margin-left: auto !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: .25rem !important;
    }

    .p-lg-2 {
        padding: .5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-1 {
        padding-top: .25rem !important;
    }

    .pt-lg-2 {
        padding-top: .5rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pe-lg-0 {
        padding-right: 0 !important;
    }

    .pe-lg-1 {
        padding-right: .25rem !important;
    }

    .pe-lg-2 {
        padding-right: .5rem !important;
    }

    .pe-lg-3 {
        padding-right: 1rem !important;
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pe-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important;
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .ps-lg-0 {
        padding-left: 0 !important;
    }

    .ps-lg-1 {
        padding-left: .25rem !important;
    }

    .ps-lg-2 {
        padding-left: .5rem !important;
    }

    .ps-lg-3 {
        padding-left: 1rem !important;
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }

    .ps-lg-5 {
        padding-left: 3rem !important;
    }

    .text-lg-start {
        text-align: left !important;
    }

    .text-lg-end {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media(min-width:1200px) {
    .float-xl-start {
        float: left !important;
    }

    .float-xl-end {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-grid {
        display: grid !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-1 {
        gap: .25rem !important;
    }

    .gap-xl-2 {
        gap: .5rem !important;
    }

    .gap-xl-3 {
        gap: 1rem !important;
    }

    .gap-xl-4 {
        gap: 1.5rem !important;
    }

    .gap-xl-5 {
        gap: 3rem !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }

    .order-xl-first {
        order: -1 !important;
    }

    .order-xl-0 {
        order: 0 !important;
    }

    .order-xl-1 {
        order: 1 !important;
    }

    .order-xl-2 {
        order: 2 !important;
    }

    .order-xl-3 {
        order: 3 !important;
    }

    .order-xl-4 {
        order: 4 !important;
    }

    .order-xl-5 {
        order: 5 !important;
    }

    .order-xl-last {
        order: 6 !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: .25rem !important;
    }

    .m-xl-2 {
        margin: .5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: .25rem !important;
    }

    .mt-xl-2 {
        margin-top: .5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-1 {
        margin-right: .25rem !important;
    }

    .me-xl-2 {
        margin-right: .5rem !important;
    }

    .me-xl-3 {
        margin-right: 1rem !important;
    }

    .me-xl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xl-5 {
        margin-right: 3rem !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-1 {
        margin-left: .25rem !important;
    }

    .ms-xl-2 {
        margin-left: .5rem !important;
    }

    .ms-xl-3 {
        margin-left: 1rem !important;
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-5 {
        margin-left: 3rem !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: .25rem !important;
    }

    .p-xl-2 {
        padding: .5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: .25rem !important;
    }

    .pt-xl-2 {
        padding-top: .5rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-1 {
        padding-right: .25rem !important;
    }

    .pe-xl-2 {
        padding-right: .5rem !important;
    }

    .pe-xl-3 {
        padding-right: 1rem !important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-1 {
        padding-left: .25rem !important;
    }

    .ps-xl-2 {
        padding-left: .5rem !important;
    }

    .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5 {
        padding-left: 3rem !important;
    }

    .text-xl-start {
        text-align: left !important;
    }

    .text-xl-end {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media(min-width:1400px) {
    .float-xxl-start {
        float: left !important;
    }

    .float-xxl-end {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xxl-0 {
        gap: 0 !important;
    }

    .gap-xxl-1 {
        gap: .25rem !important;
    }

    .gap-xxl-2 {
        gap: .5rem !important;
    }

    .gap-xxl-3 {
        gap: 1rem !important;
    }

    .gap-xxl-4 {
        gap: 1.5rem !important;
    }

    .gap-xxl-5 {
        gap: 3rem !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }

    .order-xxl-first {
        order: -1 !important;
    }

    .order-xxl-0 {
        order: 0 !important;
    }

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .order-xxl-3 {
        order: 3 !important;
    }

    .order-xxl-4 {
        order: 4 !important;
    }

    .order-xxl-5 {
        order: 5 !important;
    }

    .order-xxl-last {
        order: 6 !important;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-1 {
        margin: .25rem !important;
    }

    .m-xxl-2 {
        margin: .5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: .25rem !important;
    }

    .mt-xxl-2 {
        margin-top: .5rem !important;
    }

    .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .me-xxl-0 {
        margin-right: 0 !important;
    }

    .me-xxl-1 {
        margin-right: .25rem !important;
    }

    .me-xxl-2 {
        margin-right: .5rem !important;
    }

    .me-xxl-3 {
        margin-right: 1rem !important;
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xxl-5 {
        margin-right: 3rem !important;
    }

    .me-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxl-1 {
        margin-left: .25rem !important;
    }

    .ms-xxl-2 {
        margin-left: .5rem !important;
    }

    .ms-xxl-3 {
        margin-left: 1rem !important;
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xxl-5 {
        margin-left: 3rem !important;
    }

    .ms-xxl-auto {
        margin-left: auto !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: .25rem !important;
    }

    .p-xxl-2 {
        padding: .5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxl-1 {
        padding-top: .25rem !important;
    }

    .pt-xxl-2 {
        padding-top: .5rem !important;
    }

    .pt-xxl-3 {
        padding-top: 1rem !important;
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-5 {
        padding-top: 3rem !important;
    }

    .pe-xxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxl-1 {
        padding-right: .25rem !important;
    }

    .pe-xxl-2 {
        padding-right: .5rem !important;
    }

    .pe-xxl-3 {
        padding-right: 1rem !important;
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important;
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxl-1 {
        padding-left: .25rem !important;
    }

    .ps-xxl-2 {
        padding-left: .5rem !important;
    }

    .ps-xxl-3 {
        padding-left: 1rem !important;
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-5 {
        padding-left: 3rem !important;
    }

    .text-xxl-start {
        text-align: left !important;
    }

    .text-xxl-end {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

@media(min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }

    .fs-2 {
        font-size: 2rem !important;
    }

    .fs-3 {
        font-size: 1.75rem !important;
    }

    .fs-4 {
        font-size: 1.5rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

*:focus {
    outline: none;
}

.wishlist-product-quick-view.bg-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.549);
}

.modal-dialog.max-w {
    max-width: 80vw;
}

.modal-width {
    max-width: 100% !important;
}

.text-jus p {
    text-align: justify !important;
}

.theme-light {
    background-color: #ebf1f5;
}

.left-top50 {
    left: 50%;
    transform: translate(-50%,-50%);
}

.border-r {
    border-right: 1px solid #eee;
}

.float-right {
    float: right;
}

.price-linethrough {
    text-decoration: line-through;
}

.fill-avl {
    height: -webkit-fill-available;
}

.orange-text {
    color: #ca821e;
}

.testimonial-card.testimonial-box {
    padding: .9375vw;
    padding-right: .9375vw;
    box-shadow: 0 0 10px rgba(142,141,141,.149);
}

.overlay {
    background-color: #edeeed;
}

.blue-text {
    color: #025585;
}

.light-black-text {
    color: #3e454c;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.f-25 {
    font-size: 25px;
}

.font-24 {
    font-size: 24px !important;
}

.pt-30 {
    padding-top: 35px;
}

.group-stars .ind_cnt {
    font-size: 12px;
}

.inner-link {
    color: #025585;
    font-weight: 600;
}

.lightgray-border {
    border: 1px solid #ced4da;
}

.mt-10m {
    margin-top: 10px;
}

.bg-lightgry {
    background-color: #ddd;
}

.width-ft {
    width: fit-content !important;
}

.chek-error {
    width: 100%;
    float: left;
    font-weight: 600;
}

.align-item-c {
    align-items: center;
}

.font-18 {
    font-size: 18px;
}

#launcher {
    z-index: 0;
}

.red-text {
    color: #eb0400;
}

.header-bg {
    background-color: #f0eff4;
}

.pl-m15 {
    padding-left: 4.6875vw;
}

.text-green {
    color: #4f8324;
}

.text-blue-n {
    color: #025585;
}

#guestbtn {
    width: 100%;
    margin-top: 4.6875vw;
}

.w-100 {
    width: 100%;
}

.word-break {
    word-break: break-all;
}

.txt-panel {
    padding: 7px 30px 0 30px;
}

body {
    font-family: "Poppins",sans-serif;
    font-size: 1rem;
    color: #3e454c;
    line-height: 1.5;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #3e454c;
    font-weight: 600;
}

a, a:visited {
    color: #3e454c;
    text-decoration: none;
}

    a:hover, a:active {
        color: #4f8324;
    }

.bg-overlay-all.active {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: .5;
    z-index: 2;
}

.focus-border-none:focus {
    box-shadow: none !important;
}

nav .breadcrumb a {
    font-size: .75rem;
}

nav .breadcrumb .breadcrumb-item.active {
    color: #3e454c;
    font-weight: bold;
    font-size: .75rem;
}

nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    margin-top: auto;
}

nav .breadcrumb h1, nav .breadcrumb .h1 {
    font-size: .75rem;
    font-weight: bold;
    float: left;
    margin-top: 6px;
}

.category-top-section h1, .category-top-section .h1 {
    font-size: .875rem;
    margin-bottom: 1rem;
}

.category-top-section p {
    font-size: .875rem;
}

.text-danger {
    color: #eb0400;
}

header {
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-bottom: 2px solid #4f8324;
}

.form-control:focus {
    outline: none;
    color: #3e454c;
}

    .form-control:focus:active, .form-control:focus:focus {
        border-color: #4f8324;
        box-shadow: 0 0 3px 1px #4f8324;
    }

input[type="checkbox"]:focus {
    box-shadow: none;
}

.header-top-main {
    background: #fff;
}

    .header-top-main.order-completed-header .row {
        align-items: center;
    }

        .header-top-main.order-completed-header .row div:nth-child(3) {
            order: 2;
        }

    .header-top-main .row {
        position: relative;
    }

        .header-top-main .row div:nth-child(2).top-header-logo {
            padding-top: 10px;
            padding-bottom: 10px;
            margin-right: 34%;
            margin-left: auto;
            width: auto;
        }

            .header-top-main .row div:nth-child(2).top-header-logo .logo a .img-container {
                width: 49.688vw;
                height: 13.75vw;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-left: auto;
                margin-right: auto;
            }

                .header-top-main .row div:nth-child(2).top-header-logo .logo a .img-container img {
                    margin-left: auto;
                    margin-right: auto;
                }

                .header-top-main .row div:nth-child(2).top-header-logo .logo a .img-container img {
                    width: 49.688vw;
                    height: 100%;
                }

    .header-top-main .icons {
        position: absolute;
        width: auto;
        top: 23px;
        right: 6.365625vw;
    }

        .header-top-main .icons ul {
            padding-left: 0;
        }

            .header-top-main .icons ul li a .fa-user {
                font-size: 22px;
            }

            .header-top-main .icons ul li a .fa-shopping-cart {
                font-size: 22px;
            }

            .header-top-main .icons ul li .fa {
                font-size: 22px;
            }

    .header-top-main.fixed-top {
        box-shadow: 0 0 10px rgba(142,141,141,.149);
        animation-name: stickyheaderDown;
        transition: none;
        animation-duration: .5s;
        box-shadow: 0 3px 6px rgba(0,0,0,.16);
        border-bottom: 2px solid #4f8324;
    }

    .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top {
        width: auto;
        padding: 5px;
        padding-top: 6.25vw;
    }

        .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top .dropdown-myaccount.new-sing {
            justify-content: space-between;
            cursor: pointer;
            padding-left: 0;
            text-align: start;
            padding-right: 0;
            list-style: none;
        }

            .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top .dropdown-myaccount.new-sing li {
                cursor: pointer;
                padding-left: 0;
                padding-right: 0;
            }

                .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top .dropdown-myaccount.new-sing li div {
                    width: auto;
                    padding: 1.5625vw;
                    display: flex;
                    justify-content: space-between;
                }

        .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top form .form-field .input-group {
            width: auto;
            margin-left: auto;
            margin-right: auto;
        }

        .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top form .btn-container {
            width: auto;
            margin-left: auto;
            margin-right: auto;
        }

        .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top .username label {
            color: #4f8324;
            font-weight: 600;
            text-align: start;
            padding-left: 1.5625vw;
        }

        .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top:after {
            content: " ";
            position: absolute;
            right: 11%;
            top: -15px;
            border-top: none;
            border-right: 15px solid transparent;
            border-left: 15px solid transparent;
            border-bottom: 15px solid #ececec;
        }

        .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top .closesignbutton {
            float: right;
            margin: -13px;
        }

        .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top .card-heading {
            font-size: 1.563rem;
        }

        .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top .form-field .input-group input {
            padding-right: 25px;
        }

    .header-top-main .sing-up-popup-header.card .login-heading {
        font-size: 1.438rem;
    }

    .header-top-main .sing-up-popup-header {
        box-shadow: 0 3px 6px rgba(0,0,0,.321);
    }

        .header-top-main .sing-up-popup-header.card {
            display: none;
            position: absolute;
            z-index: 11;
            padding: 4.6875vw;
            padding-top: 0;
            right: -6.25vw;
            top: 40px;
            width: 100vw;
        }

            .header-top-main .sing-up-popup-header.card.active {
                display: block;
            }

            .header-top-main .sing-up-popup-header.card .card-body h1, .header-top-main .sing-up-popup-header.card .card-body .h1 {
                font-size: 1.563rem;
                color: #4f8324;
                margin-bottom: 10px;
            }

            .header-top-main .sing-up-popup-header.card .card-body .card-inner-text {
                font-size: 1rem;
                font-weight: normal;
                margin-bottom: 10px;
            }

            .header-top-main .sing-up-popup-header.card .card-body form .form-field {
                text-align: left;
                padding-top: 3.125vw;
                font-size: .875rem;
            }

                .header-top-main .sing-up-popup-header.card .card-body form .form-field input, .header-top-main .sing-up-popup-header.card .card-body form .form-field select, .header-top-main .sing-up-popup-header.card .card-body form .form-field textarea {
                    border-radius: 0;
                    border-color: #b1b1b1;
                    font-size: .875rem;
                    border: .5px solid #b1b1b1;
                    line-height: 1.313rem;
                    padding-top: 7.6px;
                    padding-bottom: 7.6px;
                }

                    .header-top-main .sing-up-popup-header.card .card-body form .form-field input[type="radio"] {
                        padding-top: 0;
                        padding-bottom: 0;
                    }

                .header-top-main .sing-up-popup-header.card .card-body form .form-field .input-group .input-group-text {
                    border-radius: 0;
                    width: 34px;
                    height: 34px;
                    padding: 0;
                    display: flex;
                    justify-content: center;
                    border-color: #b1b1b1;
                    border-right: 1px solid #b1b1b1;
                }

                .header-top-main .sing-up-popup-header.card .card-body form .form-field .input-group input, .header-top-main .sing-up-popup-header.card .card-body form .form-field .input-group select, .header-top-main .sing-up-popup-header.card .card-body form .form-field .input-group textarea {
                    border-radius: 0;
                    height: 34px;
                    border-color: #b1b1b1;
                    font-size: .875rem;
                    line-height: 1.313rem;
                    padding-top: 5px;
                    padding-bottom: 7.6px;
                }

                .header-top-main .sing-up-popup-header.card .card-body form .form-field label {
                    padding-bottom: 5px;
                    margin-bottom: 0;
                }

            .header-top-main .sing-up-popup-header.card .card-body form .btn-container .my-btn, .header-top-main .sing-up-popup-header.card .card-body form .btn-container button {
                width: 100%;
                display: block;
                margin-bottom: 4.6875vw;
                margin-top: 4.6875vw;
            }

            .header-top-main .sing-up-popup-header.card .card-body form .btn-container .single-sign-in {
                width: auto;
            }

                .header-top-main .sing-up-popup-header.card .card-body form .btn-container .single-sign-in .btn-single-sign-in {
                    display: flex;
                    justify-content: center;
                }

                    .header-top-main .sing-up-popup-header.card .card-body form .btn-container .single-sign-in .btn-single-sign-in div {
                        width: auto;
                    }

                    .header-top-main .sing-up-popup-header.card .card-body form .btn-container .single-sign-in .btn-single-sign-in span {
                        height: 34px;
                        border-radius: 2px;
                        width: 40.625vw;
                        padding: 6px 30px;
                        justify-content: center;
                        display: flex;
                        align-items: center;
                        background-color: #3b5998;
                        color: #fff;
                    }

                        .header-top-main .sing-up-popup-header.card .card-body form .btn-container .single-sign-in .btn-single-sign-in span img {
                            margin-right: 10px;
                        }

                        .header-top-main .sing-up-popup-header.card .card-body form .btn-container .single-sign-in .btn-single-sign-in span a {
                            display: flex;
                            align-items: center;
                        }

                    .header-top-main .sing-up-popup-header.card .card-body form .btn-container .single-sign-in .btn-single-sign-in div:nth-child(1) span {
                        margin-right: 3px;
                    }

                    .header-top-main .sing-up-popup-header.card .card-body form .btn-container .single-sign-in .btn-single-sign-in div:nth-child(2) span {
                        border: 1px solid #262626;
                        background-color: #fff;
                        color: #000;
                        margin-left: 3px;
                        padding: 3px 30px;
                    }

            .header-top-main .sing-up-popup-header.card .card-body form .signuplink {
                padding-top: 4.6875vw;
                font-size: .75rem;
                text-align: center;
            }

                .header-top-main .sing-up-popup-header.card .card-body form .signuplink .account-link {
                    color: #4f8324;
                }

                .header-top-main .sing-up-popup-header.card .card-body form .signuplink .f-password {
                    display: block;
                    margin-top: 3.125vw;
                    color: #025685;
                    font-size: .875rem;
                }

            .header-top-main .sing-up-popup-header.card .card-body .single-sign-in .btn-single-sign-in span {
                display: block;
            }

@keyframes stickyheaderDown {
    0% {
        opacity: .7;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-links ul li a {
    text-decoration: none;
    color: #3e454c;
}

.common-pagination {
    margin-top: 20px;
}

    .common-pagination nav {
        margin-left: auto;
    }

        .common-pagination nav .pagination li a {
            font-size: .875rem;
            height: 17px;
            display: flex;
            align-items: center;
            padding-right: 5px;
            padding-left: 5px;
            margin: 0 2px;
            color: #3e454c;
        }

            .common-pagination nav .pagination li a.active {
                margin-left: 0;
                font-weight: 500;
            }

        .common-pagination nav .pagination li:first-child a {
            border: none;
            padding-right: 1.25vw;
            padding-left: 2.8125vw;
        }

        .common-pagination nav .pagination li:not(:last-child) {
            border-right: 1px solid #3e454c;
        }

        .common-pagination nav .pagination li:last-child a {
            padding-left: .25rem;
            padding-right: .9px;
        }

.product-card-shadow {
    padding: 3.125vw;
    margin-top: 6.25vw;
    border-radius: .625rem;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
}

    .product-card-shadow .product-image {
        width: 31.25vw;
        height: 31.25vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .product-card-shadow .product-image img {
            margin-left: auto;
            margin-right: auto;
        }

    .product-card-shadow:hover {
        box-shadow: 0 0 10px rgba(142,141,141,.149);
    }

.testimonial-slider .card {
    max-width: 500px;
    border: 0;
    margin: 5px 0;
    padding: 1.5625vw;
}

.custom-btn {
    background: linear-gradient(90deg,#000,#fff);
    background: -moz-linear-gradient(90deg,#000,#fff);
    background-size: 1% 100%;
    -webkit-animation: rainbow 5s ease infinite;
    -z-animation: rainbow 5s ease infinite;
    -o-animation: rainbow 5s ease infinite;
    animation: rainbow 5s ease infinite alternate;
    border: 0;
    padding: 25px;
    font-size: 40px;
    color: #fff;
}

@-webkit-keyframes rainbow {
    0% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 100% 0%;
    }
}

@-moz-keyframes rainbow {
    0% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 100% 0%;
    }
}

@-o-keyframes rainbow {
    0% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 100% 0%;
    }
}

@keyframes rainbow {
    0% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 100% 0%;
    }
}

.capital-first-letter {
    text-transform: capitalize;
}

.make-bold {
    font-weight: 600;
}

.color-red {
    color: #eb0400;
}

.color-primary {
    color: #025685;
}

.make-bold {
    font-weight: 600;
}

.my-btn {
    width: 110px;
    height: 35px;
    font-size: 1rem;
    padding: .375rem .75rem;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-success {
    color: #fff;
    background-color: #4f8324 !important;
    border-color: #4f8324 !important;
}

.form-control {
    appearance: auto;
}

.recent-product-card .btn-branding {
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.btn-branding.shop {
    width: fit-content;
}

.btn-branding {
    background-color: #4f8324;
    color: #fff !important;
}

    .btn-branding:hover, .btn-branding:focus, .btn-branding:active {
        color: #fff;
    }

.my-btn-light {
    color: #025685;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
}

    .my-btn-light:hover, .my-btn-light:focus, .my-btn-light:active {
        background-color: #4f8324;
        color: #fff;
    }

.my-btn-primary {
    background-color: #025685;
    font-size: 1rem;
    color: #fff;
}

    .my-btn-primary:hover, .my-btn-primary:focus, .my-btn-primary:active {
        background-color: #4f8324;
    }

    .my-btn-primary span, .my-btn-primary i {
        color: #fff;
    }

.btn-gray {
    background-color: #e8e8e8;
    color: #025685;
}

.font-xs {
    font-size: .75rem;
}

.my-btn-outline-primary {
    border-color: #025685;
}

.img-slide-btn {
    position: relative;
    padding-top: 3.125vw;
    display: flex;
    justify-content: center;
}

    .img-slide-btn span, .img-slide-btn span::before, .img-slide-btn span::after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        background-color: #3e454c;
        border-radius: 100%;
    }

    .img-slide-btn span {
        opacity: .65;
    }

        .img-slide-btn span::before {
            margin-left: -15px;
            opacity: 1;
        }

        .img-slide-btn span::after {
            margin-left: 15px;
            opacity: .65;
        }

.star-checked {
    color: #ff9b29;
}

.bg-color-global {
    background-color: #e8e8e8;
    color: #025685;
}

.bg-color-primary {
    background-color: #025685;
    color: #fff;
}

.fa {
    font-size: 20px;
}

#main-breadcrumb.custom-container {
    width: 100%;
    padding-right: var(--bs-gutter-x,4.6875vw);
    padding-left: var(--bs-gutter-x,4.6875vw);
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
}

#main-breadcrumb ol {
    margin-bottom: 0;
}

    #main-breadcrumb ol li {
        font-size: .75rem;
    }

#main-breadcrumb .fa {
    font-size: .75rem;
}

.product-page-top-content h1, .product-page-top-content .h1 {
    font-size: 1.125rem;
    line-height: 1.688rem;
}

.product-page-top-content .addToCart {
    width: 100%;
}

    .product-page-top-content .addToCart div {
        text-align: center;
    }

        .product-page-top-content .addToCart div i {
            vertical-align: middle;
            margin-right: 0;
        }

        .product-page-top-content .addToCart div span {
            margin-left: 5.31px;
        }

.product-page-top-content .product-heading {
    padding-bottom: 3.125vw;
}

    .product-page-top-content .product-heading img {
        height: 3.5vw;
    }

.product-page-top-content #product-detail {
    padding-top: 6.25vw;
    padding-bottom: 0;
    position: relative;
}

    .product-page-top-content #product-detail .like-share-icon {
        position: absolute;
        top: 9%;
        right: 2.5%;
        z-index: 1;
    }

        .product-page-top-content #product-detail .like-share-icon :first-child {
            margin-bottom: 5px;
        }

            .product-page-top-content #product-detail .like-share-icon :first-child:hover {
                color: #eb0400;
                opacity: 1;
            }

            .product-page-top-content #product-detail .like-share-icon :first-child.active {
                color: #eb0400;
                opacity: 1;
            }

        .product-page-top-content #product-detail .like-share-icon .fa-share-alt:hover {
            color: #025685;
            opacity: 1;
        }

        .product-page-top-content #product-detail .like-share-icon i {
            font-size: 14px;
            padding: 1.5625%;
            border-radius: 100%;
            background: #fff;
            opacity: .41;
            width: 25px;
            height: 25px;
            box-shadow: 0 3px 6px rgba(0,0,0,.16);
        }

    .product-page-top-content #product-detail .product-img-container .product-img {
        width: fit-content;
        margin: 0 auto;
    }

        .product-page-top-content #product-detail .product-img-container .product-img img {
            width: 100%;
        }

.product-page-top-content #rating-review {
    padding-top: 6.25vw;
}

    .product-page-top-content #rating-review .star-rating-add-review {
        list-style-type: none;
        padding: 0;
        align-items: baseline;
        display: inline-flex;
    }

        .product-page-top-content #rating-review .star-rating-add-review .fa-star:before {
            font-size: 1rem;
        }

        .product-page-top-content #rating-review .star-rating-add-review .fa-pencil-square:before {
            font-size: 1rem;
        }

        .product-page-top-content #rating-review .star-rating-add-review .sa_jump_to_reviews {
            font-size: .875rem;
        }

    .product-page-top-content #rating-review .summary-icon {
        padding-top: 6.25vw;
        padding-bottom: 4.6875vw;
        padding-left: 0;
        border-bottom: 1px solid #3e454c;
        list-style-type: none;
        text-transform: capitalize;
        justify-content: start;
    }

        .product-page-top-content #rating-review .summary-icon i {
            font-size: 40px;
            color: #4f8324;
        }

        .product-page-top-content #rating-review .summary-icon li {
            margin-right: 15px;
        }

            .product-page-top-content #rating-review .summary-icon li span {
                color: #3e454c;
                font-size: .875rem;
                line-height: 1.313rem;
            }

.product-page-top-content #product-slide-summary, .product-page-top-content #product-slide-summary {
    padding-top: 6.25vw;
}

    .product-page-top-content #product-slide-summary .contact, .product-page-top-content #product-slide-summary .contact {
        padding-top: 3.125vw;
        display: flex;
        text-align: center;
    }

        .product-page-top-content #product-slide-summary .contact div, .product-page-top-content #product-slide-summary .contact div {
            padding: 3.125vw;
            font-size: 1rem;
            line-height: 1.5rem;
        }

            .product-page-top-content #product-slide-summary .contact div a, .product-page-top-content #product-slide-summary .contact div a {
                color: #fff;
            }

.product-page-top-content #product-description #product-short-description {
    padding-top: 6.25vw;
    font-size: .875rem;
}

    .product-page-top-content #product-description #product-short-description h2, .product-page-top-content #product-description #product-short-description .h2 {
        padding-top: 4.6875vw;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.688rem;
    }

    .product-page-top-content #product-description #product-short-description ul {
        padding-left: 5.6875%;
        padding-top: 3.125vw;
    }

.product-page-top-content #product-description #description-table {
    padding-top: 6.25vw;
}

    .product-page-top-content #product-description #description-table h3, .product-page-top-content #product-description #description-table .h3 {
        font-size: 1rem;
        font-weight: 600;
        padding: 3.125vw 4.6875vw;
        background-color: #e8e8e8;
        color: #025685;
    }

    .product-page-top-content #product-description #description-table .table-heading {
        background-color: #edeeed;
        color: #025685;
        line-height: 1.5rem;
        text-transform: capitalize;
    }

        .product-page-top-content #product-description #description-table .table-heading thead {
            border: 0;
        }

    .product-page-top-content #product-description #description-table .table-data-container table tbody tr {
        width: 100%;
        border-bottom: 1px solid #3e454c;
    }

        .product-page-top-content #product-description #description-table .table-data-container table tbody tr td {
            border: 0;
            color: #3e454c;
        }

            .product-page-top-content #product-description #description-table .table-data-container table tbody tr td.item6 .color-red {
                font-size: 1.125rem;
                line-height: 1.688rem;
            }

    .product-page-top-content #product-description #description-table .table-data-container table tbody.popup-table tr:hover {
        background-color: #f5f5f5;
    }

.product-page-top-content #product-description #btn-quick-action {
    flex-direction: column;
    align-items: center;
    padding-top: 6.25vw;
}

    .product-page-top-content #product-description #btn-quick-action a {
        width: 240px;
        min-width: 240px;
    }

    .product-page-top-content #product-description #btn-quick-action .btn-group {
        width: 240px;
        border-right: none;
        border-radius: 3px;
    }

        .product-page-top-content #product-description #btn-quick-action .btn-group .img-container {
            border: 1px solid #025685;
            border-right: none;
            border-radius: 3px 0 0 3px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .product-page-top-content #product-description #btn-quick-action .btn-group .img-container img {
                width: 70px;
            }

        .product-page-top-content #product-description #btn-quick-action .btn-group div:last-child {
            color: #fff;
            background-color: #025685;
            border-radius: 0 3px 3px 0;
            text-align: center;
            transition: all .15s ease-in;
        }

            .product-page-top-content #product-description #btn-quick-action .btn-group div:last-child span {
                height: 15px;
            }

        .product-page-top-content #product-description #btn-quick-action .btn-group:hover .img-container, .product-page-top-content #product-description #btn-quick-action .btn-group:focus .img-container, .product-page-top-content #product-description #btn-quick-action .btn-group:active .img-container {
            border-color: #4f8324;
            transition: all .15s ease-in;
        }

        .product-page-top-content #product-description #btn-quick-action .btn-group:hover div:last-child, .product-page-top-content #product-description #btn-quick-action .btn-group:focus div:last-child, .product-page-top-content #product-description #btn-quick-action .btn-group:active div:last-child {
            background-color: #4f8324;
        }

    .product-page-top-content #product-description #btn-quick-action .btn-paypal {
        width: 104px;
        height: 35px;
    }

    .product-page-top-content #product-description #btn-quick-action div, .product-page-top-content #product-description #btn-quick-action button {
        width: 240px;
        height: 35px;
    }

    .product-page-top-content #product-description #btn-quick-action a {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #025685;
    }

        .product-page-top-content #product-description #btn-quick-action a:hover, .product-page-top-content #product-description #btn-quick-action a:focus, .product-page-top-content #product-description #btn-quick-action a:active {
            color: #fff;
        }

.product-page-top-content .depentnet-div {
    margin-top: 6.25vw;
}

    .product-page-top-content .depentnet-div .lable {
        background-color: #e8e8e8;
        padding: 3.125vw;
        display: flex;
        justify-content: space-between;
    }

    .product-page-top-content .depentnet-div .f-lable {
        font-size: 1rem;
        color: #025685;
    }

    .product-page-top-content .depentnet-div .red-text {
        color: #eb0400;
    }

    .product-page-top-content .depentnet-div ul {
        padding-top: 20px;
        padding-left: 0;
        list-style: none;
    }

        .product-page-top-content .depentnet-div ul .f-size {
            justify-content: space-between;
            display: flex;
        }

            .product-page-top-content .depentnet-div ul .f-size .inner-li {
                display: grid;
                width: 100%;
            }

                .product-page-top-content .depentnet-div ul .f-size .inner-li textarea {
                    margin-top: 5px;
                }

                .product-page-top-content .depentnet-div ul .f-size .inner-li span {
                    font-size: .875rem;
                }

                .product-page-top-content .depentnet-div ul .f-size .inner-li .price {
                    display: inline-grid;
                }

                    .product-page-top-content .depentnet-div ul .f-size .inner-li .price .inner-price {
                        font-size: .875rem;
                        text-decoration: line-through;
                    }

                .product-page-top-content .depentnet-div ul .f-size .inner-li button {
                    border: none;
                }

                .product-page-top-content .depentnet-div ul .f-size .inner-li.d-inner-none {
                    display: none;
                }

        .product-page-top-content .depentnet-div ul .inner-li-2 {
            padding-top: 6.25vw;
        }

            .product-page-top-content .depentnet-div ul .inner-li-2 li {
                font-size: .875rem;
            }

                .product-page-top-content .depentnet-div ul .inner-li-2 li .form-check-label:checked {
                    background-color: #025685;
                    border-color: #025685;
                }

            .product-page-top-content .depentnet-div ul .inner-li-2 .heading {
                display: block;
                font-size: 1.125rem;
                color: #025685;
                margin-bottom: 15px;
            }

.product-page-top-content .f-lable2 {
    font-size: 1.125rem;
}

    .product-page-top-content .f-lable2 .price {
        display: grid;
    }

        .product-page-top-content .f-lable2 .price .inner-price {
            font-size: .875rem;
            text-decoration: line-through;
        }

.product-page-top-content .last-btn-div {
    padding-bottom: 0;
    border: 0;
    display: flex;
    align-items: center;
}

.product-page-top-content .btn-branding {
    border: 0;
    border: none;
    color: #fff;
}

.product-page-top-content.wishlist-inner-div #product-detail {
    width: auto;
}

    .product-page-top-content.wishlist-inner-div #product-detail .img-container {
        width: 41vw;
        margin: 0 auto;
    }

        .product-page-top-content.wishlist-inner-div #product-detail .img-container img {
            width: 100%;
        }

    .product-page-top-content.wishlist-inner-div #product-detail .refund {
        text-align: center;
    }

        .product-page-top-content.wishlist-inner-div #product-detail .refund .fa-envelope {
            color: #ed762f;
        }

.product-page-top-content.wishlist-inner-div #product-description .heading {
    font-size: 1rem;
    font-weight: 500;
    color: #586261;
    margin-bottom: 0;
}

.product-page-top-content.wishlist-inner-div #product-description .inner-pra1 {
    font-size: 1rem;
}

    .product-page-top-content.wishlist-inner-div #product-description .inner-pra1 span {
        margin-top: 15px;
        margin-bottom: 0;
        display: block;
    }

        .product-page-top-content.wishlist-inner-div #product-description .inner-pra1 span a {
            color: #025685;
        }

.product-page-top-content.wishlist-inner-div #product-description .wishlist-div-1 {
    text-align: center;
    display: flex;
    justify-content: space-between;
}

    .product-page-top-content.wishlist-inner-div #product-description .wishlist-div-1 .imx-box {
        display: none;
    }

.product-page-top-content.wishlist-inner-div #product-description #btn-quick-action a {
    margin-bottom: 0;
    width: fit-content;
    display: block;
}

    .product-page-top-content.wishlist-inner-div #product-description #btn-quick-action a .text {
        color: #fff;
    }

.product-page-top-content.wishlist-inner-div #product-description #btn-quick-action .img-container {
    width: 200px;
    margin: 0 auto;
    border: 0;
    height: auto;
}

.product-page-top-content.wishlist-inner-div #product-description #btn-quick-action .img-text {
    margin-top: 10px;
}

    .product-page-top-content.wishlist-inner-div #product-description #btn-quick-action .img-text span {
        display: -webkit-box;
        color: #025685;
        font-size: 1rem;
    }

        .product-page-top-content.wishlist-inner-div #product-description #btn-quick-action .img-text span label {
            color: #000;
        }

        .product-page-top-content.wishlist-inner-div #product-description #btn-quick-action .img-text span .price {
            color: #900;
        }

#product-description-and-policy .Q-A-div {
    width: auto;
}

    #product-description-and-policy .Q-A-div .submit-btn {
        padding: 6px 20px;
        border: 0;
        border-radius: 0;
        background: #025685;
        color: #fff;
    }

    #product-description-and-policy .Q-A-div .input-div .form-label {
        padding: 15px 0 15px 0;
        margin: 0;
    }

    #product-description-and-policy .Q-A-div .security {
        display: block;
        margin-top: 20px;
    }

        #product-description-and-policy .Q-A-div .security input {
            margin-bottom: 10px;
            width: -webkit-fill-available;
            padding: 3px;
        }

        #product-description-and-policy .Q-A-div .security button {
            width: -webkit-fill-available;
            padding: 4px;
            margin: 5px 0 5px 0;
        }

        #product-description-and-policy .Q-A-div .security #btncancel {
            border: 1px solid #d3d3d3;
        }

.review-home-tab .modal-dialog {
    text-align: center;
}

    .review-home-tab .modal-dialog .card-bottom p {
        margin-bottom: 10px;
    }

    .review-home-tab .modal-dialog .img-bx {
        margin: 0 auto;
        height: 100px;
        width: 100px;
    }

        .review-home-tab .modal-dialog .img-bx img {
            width: 100%;
        }

    .review-home-tab .modal-dialog .logo-img {
        margin: 0 auto;
        height: auto;
        width: 100px;
    }

        .review-home-tab .modal-dialog .logo-img img {
            width: 100%;
        }

#product-description-and-policy, #shpping-action-tabs {
    padding-top: 6.25vw;
}

    #product-description-and-policy.custom-container, #shpping-action-tabs.custom-container {
        width: 100%;
        padding-right: var(--bs-gutter-x,4.6875vw);
        padding-left: var(--bs-gutter-x,4.6875vw);
        margin-right: auto;
        margin-left: auto;
    }

    #product-description-and-policy .tab-container .nav, #shpping-action-tabs .tab-container .nav {
        width: 100%;
    }

        #product-description-and-policy .tab-container .nav .nav-item, #shpping-action-tabs .tab-container .nav .nav-item {
            background-color: #e8e8e8;
            width: 100%;
        }

            #product-description-and-policy .tab-container .nav .nav-item:not(:last-child), #shpping-action-tabs .tab-container .nav .nav-item:not(:last-child) {
                margin-right: 0;
                margin-bottom: 4.6875vw;
            }

            #product-description-and-policy .tab-container .nav .nav-item .nav-link, #shpping-action-tabs .tab-container .nav .nav-item .nav-link {
                justify-content: center;
                font-size: 1rem;
                border-radius: 0;
                width: 100%;
                padding: 5px;
                height: 37px;
                text-align: left;
                margin-top: 0;
                font-weight: 500;
                color: #025685;
            }

                #product-description-and-policy .tab-container .nav .nav-item .nav-link.active, #shpping-action-tabs .tab-container .nav .nav-item .nav-link.active {
                    background-color: #4f8324;
                    color: #fff;
                }

                #product-description-and-policy .tab-container .nav .nav-item .nav-link:hover, #product-description-and-policy .tab-container .nav .nav-item .nav-link:focus, #product-description-and-policy .tab-container .nav .nav-item .nav-link:active, #shpping-action-tabs .tab-container .nav .nav-item .nav-link:hover, #shpping-action-tabs .tab-container .nav .nav-item .nav-link:focus, #shpping-action-tabs .tab-container .nav .nav-item .nav-link:active {
                    background-color: #4f8324;
                    color: #fff;
                }

    #product-description-and-policy #product-long-text, #shpping-action-tabs #product-long-text {
        padding-top: 6.25vw;
    }

    #product-description-and-policy .tab-content, #shpping-action-tabs .tab-content {
        padding-top: 4.6875vw;
    }

        #product-description-and-policy .tab-content#product-bullete-description, #shpping-action-tabs .tab-content#product-bullete-description {
            padding-top: 0;
        }

            #product-description-and-policy .tab-content#product-bullete-description .tab-pane ul, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane ul {
                justify-content: center;
            }

                #product-description-and-policy .tab-content#product-bullete-description .tab-pane ul li:not(:first-child), #shpping-action-tabs .tab-content#product-bullete-description .tab-pane ul li:not(:first-child) {
                    padding-top: 3.125vw;
                }

                #product-description-and-policy .tab-content#product-bullete-description .tab-pane ul.slick-dots, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane ul.slick-dots {
                    display: flex !important;
                }

            #product-description-and-policy .tab-content#product-bullete-description a, #shpping-action-tabs .tab-content#product-bullete-description a {
                color: #025685;
            }

        #product-description-and-policy .tab-content .tab-pane h3, #product-description-and-policy .tab-content .tab-pane .h3, #shpping-action-tabs .tab-content .tab-pane h3, #shpping-action-tabs .tab-content .tab-pane .h3 {
            font-size: 1rem;
            font-weight: 600;
            line-height: 1.688rem;
            padding-top: 6.25vw;
            padding-bottom: 4.6875vw;
        }

        #product-description-and-policy .tab-content .tab-pane ul, #shpping-action-tabs .tab-content .tab-pane ul {
            padding-left: 6.25vw;
        }

        #product-description-and-policy .tab-content .tab-pane .fordisplayflex .slick-list .slick-track .slick-slide, #shpping-action-tabs .tab-content .tab-pane .fordisplayflex .slick-list .slick-track .slick-slide {
            margin-bottom: 1.875vw;
        }

        #product-description-and-policy .tab-content .tab-pane .fordisplayflex ul.slick-dots li, #shpping-action-tabs .tab-content .tab-pane .fordisplayflex ul.slick-dots li {
            padding: 3.125vw;
        }

        #product-description-and-policy .tab-content .tab-pane .fordisplayflex .forpad, #shpping-action-tabs .tab-content .tab-pane .fordisplayflex .forpad {
            width: 90.625vw;
            height: 50.9375vw;
            margin-top: 6.25vw;
            text-align: center;
        }

            #product-description-and-policy .tab-content .tab-pane .fordisplayflex .forpad video, #shpping-action-tabs .tab-content .tab-pane .fordisplayflex .forpad video {
                width: 100%;
            }

            #product-description-and-policy .tab-content .tab-pane .fordisplayflex .forpad span, #shpping-action-tabs .tab-content .tab-pane .fordisplayflex .forpad span {
                padding-top: 1.5625vw;
            }

            #product-description-and-policy .tab-content .tab-pane .fordisplayflex .forpad:first-child, #shpping-action-tabs .tab-content .tab-pane .fordisplayflex .forpad:first-child {
                margin-left: 0;
            }

            #product-description-and-policy .tab-content .tab-pane .fordisplayflex .forpad:first-child, #shpping-action-tabs .tab-content .tab-pane .fordisplayflex .forpad:first-child {
                margin-right: 0;
            }

#shpping-action-tabs {
    padding-bottom: 6.25vw;
    padding-top: 6.25vw;
}

    #shpping-action-tabs #shpping-action-tabs-description p {
        text-align: center;
    }

    #shpping-action-tabs #shpping-action-tabs-description .product-image {
        position: relative;
    }

        #shpping-action-tabs #shpping-action-tabs-description .product-image i {
            position: absolute;
            top: 6px;
            right: 8.66px;
            color: #3e454c;
        }

            #shpping-action-tabs #shpping-action-tabs-description .product-image i:hover, #shpping-action-tabs #shpping-action-tabs-description .product-image ifocus {
                color: #4f8324;
            }

        #shpping-action-tabs #shpping-action-tabs-description .product-image .slick-slide img {
            margin: 0 auto;
        }

        #shpping-action-tabs #shpping-action-tabs-description .product-image img {
            margin: 0 auto;
        }

    #shpping-action-tabs #shpping-action-tabs-description .product-name {
        font-size: .75rem;
    }

        #shpping-action-tabs #shpping-action-tabs-description .product-name p {
            text-align: center;
            margin-bottom: 3.125vw;
        }

    #shpping-action-tabs #shpping-action-tabs-description .selling-price {
        font-size: .875rem;
        color: #eb0400;
        margin-bottom: 3.125vw;
        text-align: center;
    }

    #shpping-action-tabs #shpping-action-tabs-description #save-for-later p {
        text-align: center;
    }

    #shpping-action-tabs #shpping-action-tabs-description #save-for-later .slick-list {
        padding-bottom: 1.875vw;
    }

        #shpping-action-tabs #shpping-action-tabs-description #save-for-later .slick-list button {
            width: 7.563rem;
            height: 2.375rem;
        }

    #shpping-action-tabs #shpping-action-tabs-description .recent-product-card .btn {
        margin: 0 auto;
    }

.product-display {
    padding-top: 6.25vw;
}

    .product-display.custom-container {
        width: 100%;
        padding-right: var(--bs-gutter-x,4.6875vw);
        padding-left: var(--bs-gutter-x,4.6875vw);
        margin-right: auto;
        margin-left: auto;
    }

    .product-display h1, .product-display .h1 {
        font-size: 1.563rem;
        line-height: 2.313rem;
    }

.font-bold {
    font-weight: 600;
}

.sub-category-slider .category-name {
    font-size: .875rem;
}

.category-listing-section .pagination {
    margin-bottom: 0;
}

    .category-listing-section .pagination .page-link {
        border: 0;
        border-right: 1px solid #3e454c;
    }

    .category-listing-section .pagination .page-item:last-child .page-link {
        border-radius: 0;
        border-right: 0;
    }

        .category-listing-section .pagination .page-item:last-child .page-link:focus {
            box-shadow: none;
        }

    .category-listing-section .pagination .page-link {
        border: 0;
        border-right: 1px solid #3e454c;
    }

        .category-listing-section .pagination .page-link.active {
            border-left: 1px solid #3e454c;
            font-weight: 600;
            border-radius: 0;
        }

    .category-listing-section .pagination .page-item:last-child .page-link {
        border-radius: 0;
        border-right: 0;
    }

#product-card-below-pagination .page-link:focus {
    background-color: none;
    box-shadow: none;
}

#shopping-cart-top-slider .section-title {
    text-align: center;
    padding-top: 1.5625vw;
    padding-bottom: 4.6875vw;
}

#shopping-cart-top-slider.recently-viewed-items {
    padding-top: 6.25vw;
}

.shopping-cart.custom-container {
    width: 100%;
    padding-right: var(--bs-gutter-x,6.25vw);
    padding-left: var(--bs-gutter-x,6.25vw);
    margin-right: auto;
    margin-left: auto;
}

    .shopping-cart.custom-container h3, .shopping-cart.custom-container .h3 {
        text-align: center;
    }

.shopping-cart #cart-detail-table table tbody .about-cart-product {
    font-weight: normal;
    padding-left: 3.125vw;
}

    .shopping-cart #cart-detail-table table tbody .about-cart-product p {
        text-align: start;
        color: #025685;
        font-size: 1rem;
        padding-left: 0;
        padding-bottom: 1.5625vw;
    }

        .shopping-cart #cart-detail-table table tbody .about-cart-product p a {
            color: #025685;
        }

    .shopping-cart #cart-detail-table table tbody .about-cart-product .bold {
        font-size: 1rem;
        font-weight: 600;
    }

    .shopping-cart #cart-detail-table table tbody .about-cart-product .item-code {
        color: #3e454c;
        padding-top: 1.5625vw;
    }

.shopping-cart #cart-detail-table table tbody .img-label {
    color: #3e454c;
    display: none;
}

.shopping-cart #cart-detail-table table tbody tr td {
    padding-top: 4.6875vw;
    padding-bottom: 4.6875vw;
}

    .shopping-cart #cart-detail-table table tbody tr td .head-mobile {
        font-size: .875rem;
    }

    .shopping-cart #cart-detail-table table tbody tr td span {
        font-size: .875rem;
    }

.shopping-cart #cart-detail-table table tbody .product-removed-cart p {
    padding-top: 4.6875vw;
    padding-bottom: 4.6875vw;
}

    .shopping-cart #cart-detail-table table tbody .product-removed-cart p span {
        color: #025685;
        text-decoration: underline;
    }

.shopping-cart #cart-detail-table table tbody .span {
    font-size: 1rem;
    font-color: #3e454c;
}

.shopping-cart #cart-detail-table table tbody .dimention {
    font-weight: normal;
}

.shopping-cart #cart-detail-table table tbody .cart-count {
    border: 1px solid #3e454c;
    padding: .313rem .25rem;
    text-align: center;
    margin: 0 .313rem;
    border-radius: 4px;
    outline: none;
    width: 48px;
    height: 1.813rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .shopping-cart #cart-detail-table table tbody .cart-count .cart-count-btn i {
        font-size: .75rem;
    }

.shopping-cart #cart-detail-table table tbody .la-plus:before {
    font-style: normal;
}

.shopping-cart #cart-detail-table table tbody .product-action {
    font-size: .875rem;
    color: #025685;
    padding-top: 3.125vw;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

    .shopping-cart #cart-detail-table table tbody .product-action i {
        margin-right: .213rem;
        font-size: 1rem;
    }

    .shopping-cart #cart-detail-table table tbody .product-action.action-cart {
        padding-top: 3.125vw;
        flex-direction: column;
        height: 2.188rem;
        font-size: .75rem;
        line-height: 1.125rem;
    }

        .shopping-cart #cart-detail-table table tbody .product-action.action-cart span {
            font-size: .75rem;
        }

            .shopping-cart #cart-detail-table table tbody .product-action.action-cart span:first-child {
                justify-content: space-between;
            }

.shopping-cart #cart-detail-table .fa-minus {
    color: #025685;
    font-size: 12px;
}

.shopping-cart #cart-detail-table .fa-plus {
    color: #025685;
    font-size: 12px;
}

.shopping-cart #order-summary .summary-header {
    padding-top: 4.0625vw;
    padding-bottom: 3.75vw;
    padding-left: 3.125vw;
    background-color: #e8e8e8;
    margin-top: 6.25vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .shopping-cart #order-summary .summary-header h2, .shopping-cart #order-summary .summary-header .h2 {
        color: #4f8324;
        line-height: 2.313rem;
        font-size: 1.563rem;
        font-weight: 600;
    }

    .shopping-cart #order-summary .summary-header p {
        font-size: .75rem;
        line-height: .938rem;
    }

        .shopping-cart #order-summary .summary-header p span {
            color: #4f8324;
        }

.shopping-cart #order-billing {
    padding-bottom: 3.125vw;
    padding-top: 3.125vw;
}

    .shopping-cart #order-billing h2, .shopping-cart #order-billing .h2 {
        padding-left: 4.6875vw;
        padding-top: 1.5625vw;
        padding-bottom: 1.5625vw;
        background-color: #e8e8e8;
        line-height: 2.313rem;
        height: 13.75vw;
        display: flex;
        align-items: center;
        font-size: 1.563rem;
        font-weight: 500;
    }

    .shopping-cart #order-billing span {
        font-size: 1rem;
        padding-top: 3.125vw;
    }

    .shopping-cart #order-billing #inputState {
        line-height: 1.313rem;
        border-radius: 0;
        border-color: #3e454c;
        width: 100%;
        outline: 0;
        height: 12.1875vw;
        font-size: .875rem;
        font-weight: normal;
    }

        .shopping-cart #order-billing #inputState:focus, .shopping-cart #order-billing #inputState:focus-visible, .shopping-cart #order-billing #inputState:active {
            border-color: #4f8324;
            outline: 0;
            box-shadow: 0 0 3px 1px #4f8324;
            transition: all .15s ease-in;
        }

    .shopping-cart #order-billing #text-redeem {
        line-height: 1.5rem;
        font-size: 1rem;
    }

    .shopping-cart #order-billing .text-promocode {
        padding-top: 3.125vw;
        padding-bottom: 1.5625vw;
        color: #025685;
        cursor: pointer;
    }

        .shopping-cart #order-billing .text-promocode i {
            transition: all .3s ease-out;
            transform: rotate(-90deg);
            font-size: 1rem;
        }

            .shopping-cart #order-billing .text-promocode i.active {
                transform: rotate(0deg);
                transition: all .3s ease-in;
            }

        .shopping-cart #order-billing .text-promocode a {
            color: #025685;
        }

    .shopping-cart #order-billing .promocode-form {
        line-height: 0;
        height: 0;
        visibility: hidden;
    }

        .shopping-cart #order-billing .promocode-form.active {
            line-height: 1;
            height: auto;
            visibility: visible;
        }

        .shopping-cart #order-billing .promocode-form input {
            padding: 3.125vw 2.5vw;
            border: 1px solid #3e454c;
            width: 50.9375vw;
            height: 12.1875vw;
            outline: none;
            font-size: .75rem;
        }

        .shopping-cart #order-billing .promocode-form .my-btn-primary {
            padding-top: 3.125vw;
            padding-bottom: 3.125vw;
            border-radius: 3px;
            border: .03rem solid #025685;
            width: 34.375vw;
            height: 12.1875vw;
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .shopping-cart #order-billing #shipchrges {
        padding: 5px;
        font-size: 14px;
        width: 60vw;
    }

.shopping-cart .my-btn-primary.btn-checkout {
    color: #fff;
    font-size: 1.563rem;
    line-height: 2.313rem;
    height: 16.25vw;
    width: 100%;
    border: none;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.125vw;
}

    .shopping-cart .my-btn-primary.btn-checkout i {
        padding-left: 3.125vw;
        font-size: 1.563rem;
    }

.shopping-cart .continue-btn {
    text-align: center;
    margin-top: 3.125vw;
    background-color: #e8e8e8;
    color: #025685;
    font-size: 1rem;
    height: 16.25vw;
    width: 100%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4.6875vw 3.125vw;
}

.shopping-cart .shipping-summary {
    padding-top: 4.6875vw;
}

    .shopping-cart .shipping-summary div:first-child {
        padding-right: 7.31px;
    }

    .shopping-cart .shipping-summary p {
        font-size: .875rem;
    }

.shopping-cart .last-pra {
    font-size: .875rem;
}

#order-completed-page #order-completed-top {
    padding-top: 6.25vw;
}

    #order-completed-page #order-completed-top.custom-container {
        width: 100%;
        padding-right: var(--bs-gutter-x,13.125vw);
        padding-left: var(--bs-gutter-x,13.125vw);
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

        #order-completed-page #order-completed-top.custom-container .section-title h2, #order-completed-page #order-completed-top.custom-container .section-title .h2 {
            font-size: 1.563rem;
            font-weight: 600;
            line-height: 2.313rem;
            color: #025685;
        }

        #order-completed-page #order-completed-top.custom-container p {
            font-size: 1rem;
            line-height: 1.5rem;
            padding-top: 3.125vw;
        }

#order-completed-page #order-number-and-date {
    text-align: center;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-top: 6.25vw;
}

    #order-completed-page #order-number-and-date h2, #order-completed-page #order-number-and-date .h2 {
        margin-bottom: 3.125vw;
        font-size: 1.563rem;
        font-weight: 500;
        line-height: 2.313rem;
    }

    #order-completed-page #order-number-and-date p {
        font-size: 1.125rem;
        line-height: 1.563rem;
        height: 7.8125vw;
    }

#order-completed-page #shipping-card {
    padding-top: 6.25vw;
}

    #order-completed-page #shipping-card.custom-container {
        width: 100%;
        padding-right: var(--bs-gutter-x,4.6875vw);
        padding-left: var(--bs-gutter-x,4.6875vw);
        margin-right: auto;
        margin-left: auto;
    }

    #order-completed-page #shipping-card .shipping-details {
        justify-content: space-between;
        flex-direction: column;
        box-shadow: 0 .625vw 1.25vw rgba(88,98,97,.411);
        padding-left: 3.125vw;
        padding-right: 3.125vw;
        padding-bottom: 6.25vw;
    }

        #order-completed-page #shipping-card .shipping-details .address-part h4, #order-completed-page #shipping-card .shipping-details .address-part .h4, #order-completed-page #shipping-card .shipping-details .shipping-method h4, #order-completed-page #shipping-card .shipping-details .shipping-method .h4 {
            padding-top: 6.25vw;
            font-size: 1.125rem;
            line-height: 1.688rem;
        }

        #order-completed-page #shipping-card .shipping-details .address-part .customer-name, #order-completed-page #shipping-card .shipping-details .address-part .customer-address {
            font-size: .875rem;
            line-height: 1.313rem;
        }

        #order-completed-page #shipping-card .shipping-details .address-part .customer-name {
            padding-top: 4.6875vw;
        }

        #order-completed-page #shipping-card .shipping-details .address-part .customer-address {
            padding-top: 3.125vw;
        }

        #order-completed-page #shipping-card .shipping-details .address-part .customer-phone {
            padding-top: 3.125vw;
        }

        #order-completed-page #shipping-card .shipping-details .shipping-method div {
            padding-top: 4.6875vw;
            font-size: 1rem;
            line-height: 1.313rem;
        }

#order-completed-page .order-complete-details {
    width: 90.625vw;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 .625vw 1.25vw rgba(88,98,97,.411);
    margin-top: 6.875vw;
    padding-top: 5.625vw;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
}

    #order-completed-page .order-complete-details #cart-detail-table table tbody .about-cart-product {
        width: 53.75vw;
        font-weight: normal;
    }

        #order-completed-page .order-complete-details #cart-detail-table table tbody .about-cart-product p {
            color: #025685;
            font-size: 1rem;
            padding-left: 0;
            padding-bottom: 1.5625vw;
            line-height: 1.5rem;
        }

        #order-completed-page .order-complete-details #cart-detail-table table tbody .about-cart-product span {
            font-size: 1rem;
        }

        #order-completed-page .order-complete-details #cart-detail-table table tbody .about-cart-product .bold {
            font-size: 1rem;
            font-weight: 500;
        }

        #order-completed-page .order-complete-details #cart-detail-table table tbody .about-cart-product .item-code {
            padding-top: 1.5625vw;
        }

    #order-completed-page .order-complete-details #cart-detail-table table tbody tr td {
        padding-top: 3.325vw;
        padding-bottom: 4.6875vw;
        font-size: .875rem;
    }

    #order-completed-page .order-complete-details #cart-detail-table table tbody .product-removed-cart p {
        padding-top: 4.6875vw;
        padding-bottom: 4.6875vw;
    }

        #order-completed-page .order-complete-details #cart-detail-table table tbody .product-removed-cart p span {
            color: #025685;
            text-decoration: underline;
        }

    #order-completed-page .order-complete-details #cart-detail-table table tbody .span {
        font-size: 1rem;
        font-color: #3e454c;
    }

    #order-completed-page .order-complete-details #cart-detail-table table tbody .dimention {
        font-weight: normal;
    }

    #order-completed-page .order-complete-details #cart-detail-table table tbody .cart-count {
        border: 1px solid #3e454c;
        padding: .313rem .25rem;
        text-align: center;
        margin: 0 .313rem;
        border-radius: 4px;
        width: 48px;
        height: 1.813rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #order-completed-page .order-complete-details #cart-detail-table table tbody .cart-count .cart-count-btn i {
            font-size: .75rem;
            color: #025685;
        }

    #order-completed-page .order-complete-details #cart-detail-table table tbody .la-plus:before {
        font-style: normal;
    }

    #order-completed-page .order-complete-details #cart-detail-table table tbody .product-action {
        color: #025685;
        padding-top: 3.125vw;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

        #order-completed-page .order-complete-details #cart-detail-table table tbody .product-action i {
            margin-right: .213rem;
            font-size: 1rem;
        }

        #order-completed-page .order-complete-details #cart-detail-table table tbody .product-action.action-cart {
            padding-top: 3.125vw;
            flex-direction: column;
            height: 2.188rem;
            font-size: .75rem;
            line-height: 1.125rem;
        }

            #order-completed-page .order-complete-details #cart-detail-table table tbody .product-action.action-cart span:first-child {
                justify-content: space-between;
            }

    #order-completed-page .order-complete-details .shipping-summary {
        padding-top: 1.915625vw;
        padding-bottom: 6.25vw;
    }

        #order-completed-page .order-complete-details .shipping-summary ul {
            padding-left: 0;
            list-style: none;
        }

            #order-completed-page .order-complete-details .shipping-summary ul li {
                display: flex;
                justify-content: space-between;
                line-height: 1.5rem;
                padding-top: 3.125vw;
                font-size: 1rem;
            }

                #order-completed-page .order-complete-details .shipping-summary ul li .type-label {
                    font-weight: 500;
                }

                #order-completed-page .order-complete-details .shipping-summary ul li:last-child {
                    color: #025685;
                }

#order-completed-page #billing-card {
    padding-top: 6.25vw;
}

    #order-completed-page #billing-card.custom-container {
        width: 100%;
        padding-right: var(--bs-gutter-x,4.6875vw);
        padding-left: var(--bs-gutter-x,4.6875vw);
        margin-right: auto;
        margin-left: auto;
    }

    #order-completed-page #billing-card .billing-details {
        justify-content: space-between;
        flex-direction: column;
        box-shadow: 0 .625vw 1.25vw rgba(88,98,97,.411);
        padding-left: 3.125vw;
        padding-right: 3.125vw;
        padding-bottom: 6.25vw;
    }

        #order-completed-page #billing-card .billing-details .address-part h4, #order-completed-page #billing-card .billing-details .address-part .h4, #order-completed-page #billing-card .billing-details .compnay-info h4, #order-completed-page #billing-card .billing-details .compnay-info .h4, #order-completed-page #billing-card .billing-details .payment-info h4, #order-completed-page #billing-card .billing-details .payment-info .h4 {
            padding-top: 6.25vw;
            font-size: 1.125rem;
            line-height: 1.688rem;
        }

        #order-completed-page #billing-card .billing-details .compnay-info h4, #order-completed-page #billing-card .billing-details .compnay-info .h4 {
            margin-bottom: 1.5625vw;
            padding-top: 6.25vw;
            font-size: 1.125rem;
            line-height: 1.688rem;
        }

        #order-completed-page #billing-card .billing-details .address-part .customer-name, #order-completed-page #billing-card .billing-details .address-part .customer-address {
            font-size: .875rem;
            line-height: 1.313rem;
        }

        #order-completed-page #billing-card .billing-details .address-part .customer-name {
            padding-top: 4.6875vw;
        }

        #order-completed-page #billing-card .billing-details .address-part .customer-address {
            padding-top: 3.125vw;
        }

        #order-completed-page #billing-card .billing-details .address-part .customer-phone {
            padding-top: 3.125vw;
        }

        #order-completed-page #billing-card .billing-details .compnay-info .company-address div {
            padding-top: 3.125vw;
            font-size: .875rem;
            line-height: 1.313rem;
        }

        #order-completed-page #billing-card .billing-details .payment-info .payment-address {
            padding-top: 1.5625vw;
        }

            #order-completed-page #billing-card .billing-details .payment-info .payment-address div {
                padding-top: 3.125vw;
                font-size: .875rem;
                line-height: 1.313rem;
            }

#order-completed-page #reward-card {
    margin-top: 6.25vw;
}

    #order-completed-page #reward-card.custom-container {
        width: 100%;
        padding-right: var(--bs-gutter-x,0);
        padding-left: var(--bs-gutter-x,0);
        margin-right: auto;
        margin-left: auto;
    }

    #order-completed-page #reward-card .card-container {
        background-color: #eff2f9;
        padding: 6.25vw 2.1875vw;
        text-align: center;
    }

        #order-completed-page #reward-card .card-container div h4, #order-completed-page #reward-card .card-container div .h4 {
            font-size: 1.125rem;
            font-weight: 500;
            line-height: 1.688rem;
            color: #025685;
        }

        #order-completed-page #reward-card .card-container div p {
            font-size: .875rem;
            line-height: 1.313rem;
            padding-top: 3.125vw;
            margin-left: auto;
            margin-right: auto;
            width: 86.5625vw;
        }

        #order-completed-page #reward-card .card-container div a {
            width: 38.4375vw;
            height: 10.9375vw;
            border-radius: 3px;
            color: #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-left: auto;
            margin-right: auto;
            margin-top: 3.125vw;
        }

#order-completed-page #order-complete-query.custom-container {
    width: 100%;
    padding-right: var(--bs-gutter-x,4.6875vw);
    padding-left: var(--bs-gutter-x,4.6875vw);
    margin-right: auto;
    margin-left: auto;
}

#order-completed-page #order-complete-query h4, #order-completed-page #order-complete-query .h4 {
    padding-top: 6.25vw;
    font-size: 1.125rem;
    line-height: 1.688rem;
}

#order-completed-page #order-complete-query ul {
    font-size: .875rem;
    list-style: none;
    padding-left: 0;
    padding-top: 1.5625vw;
    margin-bottom: 4.6875vw;
}

    #order-completed-page #order-complete-query ul li {
        padding-left: 0;
        padding-top: 3.125vw;
    }

        #order-completed-page #order-complete-query ul li a {
            text-decoration: underline;
            color: #025685;
        }

#order-completed-page #order-complete-query button {
    width: 100%;
    border: none;
    height: 14.375vw;
    border-radius: 3px;
}

#order-completed-page #order-complete-ack-and-policy {
    padding-top: 6.25vw;
    font-size: .875rem;
    line-height: 1.313rem;
}

    #order-completed-page #order-complete-ack-and-policy.custom-container {
        width: 100%;
        padding-right: var(--bs-gutter-x,4.6875vw);
        padding-left: var(--bs-gutter-x,4.6875vw);
        margin-right: auto;
        margin-left: auto;
    }

    #order-completed-page #order-complete-ack-and-policy .parivacy-terms-link a {
        color: #025685;
        text-decoration: underline;
    }

    #order-completed-page #order-complete-ack-and-policy ul {
        padding-left: 0;
        padding-top: 1.5625vw;
        list-style: none;
    }

        #order-completed-page #order-complete-ack-and-policy ul li {
            padding-left: 0;
            padding-top: 3.125vw;
        }

#order-completed-page #reorder-card {
    margin-top: 6.25vw;
    margin-bottom: 6.25vw;
}

    #order-completed-page #reorder-card.custom-container {
        width: 100%;
        padding-right: var(--bs-gutter-x,0);
        padding-left: var(--bs-gutter-x,0);
        margin-right: auto;
        margin-left: auto;
    }

    #order-completed-page #reorder-card .card-container {
        background-color: #eff2f9;
        padding: 6.25vw 2.1875vw;
        text-align: center;
    }

        #order-completed-page #reorder-card .card-container div h4, #order-completed-page #reorder-card .card-container div .h4 {
            font-size: 1.125rem;
            font-weight: 500;
            line-height: 1.688rem;
        }

        #order-completed-page #reorder-card .card-container div p {
            font-size: .875rem;
            line-height: 1.313rem;
            padding-top: 3.125vw;
            margin-left: auto;
            margin-right: auto;
            width: 81.25vw;
        }

        #order-completed-page #reorder-card .card-container div a {
            width: 38.4375vw;
            height: 10.9375vw;
            border-radius: 3px;
            color: #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-left: auto;
            margin-right: auto;
            margin-top: 3.125vw;
        }

#order-completed-page .footer-section-subscribe {
    margin-top: 6.25vw;
}

.category-page #category-listing-start .top-breadcrumb {
    padding-top: 4.6875vw;
}

.category-page #category-listing-start.category-top-section nav ol.breadcrumb {
    align-items: center;
}

    .category-page #category-listing-start.category-top-section nav ol.breadcrumb li.breadcrumb-item {
        line-height: 17px;
        height: 17px;
        display: flex;
    }

        .category-page #category-listing-start.category-top-section nav ol.breadcrumb li.breadcrumb-item:last-child {
            font-weight: 600;
        }

        .category-page #category-listing-start.category-top-section nav ol.breadcrumb li.breadcrumb-item.active {
            margin-top: 0;
            display: flex;
            font-weight: bold;
            align-items: center;
        }

        .category-page #category-listing-start.category-top-section nav ol.breadcrumb li.breadcrumb-item strong {
            font-size: .75rem;
        }

    .category-page #category-listing-start.category-top-section nav ol.breadcrumb li.active {
        margin-top: 0;
        display: flex;
        font-weight: bold;
        align-items: center;
    }

    .category-page #category-listing-start.category-top-section nav ol.breadcrumb li .fa {
        display: flex;
        font-size: 14px;
    }

.category-page #category-listing-start.category-top-section h1, .category-page #category-listing-start.category-top-section .h1 {
    padding-top: 10px;
    margin-top: 4.6875vw;
    line-height: 1.313rem;
}

.category-page #category-listing-start.category-top-section p {
    padding-top: 4.6875vw;
    padding-bottom: 4.6875vw;
}

.category-page #category-listing-start.category-top-section .d-grid {
    padding-bottom: 6.25vw;
}

.category-page #category-listing-start.category-top-section .category-listing-banner img {
    width: 100%;
    height: auto;
}

.category-page #category-listing-start.category-top-section.custom-container {
    width: 100%;
    padding-right: var(--bs-gutter-x,4.6875vw);
    padding-left: var(--bs-gutter-x,4.6875vw);
    margin-right: auto;
    margin-left: auto;
}

.category-page #category-listing-slider.custom-container {
    width: 100%;
    padding-right: var(--bs-gutter-x,4.6875vw);
    padding-left: var(--bs-gutter-x,4.6875vw);
    margin-right: auto;
    margin-left: auto;
}

    .category-page #category-listing-slider.custom-container p {
        text-align: center;
    }

.category-page #category-listing-slider .sub-category-slider .product-image {
    margin-right: 10px;
    width: 43.75vw;
    height: 43.75vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .category-page #category-listing-slider .sub-category-slider .product-image img {
        margin-left: auto;
        margin-right: auto;
    }

    .category-page #category-listing-slider .sub-category-slider .product-image img {
        width: 100%;
    }

.category-page #category-listing-slider .sub-category-slider .slick-slide {
    padding-top: 20px;
}

    .category-page #category-listing-slider .sub-category-slider .slick-slide img {
        margin: 0 auto;
    }

    .category-page #category-listing-slider .sub-category-slider .slick-slide .category-name {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.category-page #category-listing-slider .recent-product-card .dbox {
    height: 45vw;
    width: 45vw;
}

.category-page #category-listing-tags .tag-item {
    float: left;
    min-height: 3.90625vw;
    cursor: pointer;
    font-size: .875rem;
    line-height: 1.313rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

    .category-page #category-listing-tags .tag-item.filter-tag {
        background-color: #e8e8e8;
        min-width: 14.97395833vw;
    }

        .category-page #category-listing-tags .tag-item.filter-tag .fa {
            margin-left: 5px;
        }

.category-page .category-listing-section {
    padding-top: 6.25vw;
}

.category-page #category-filter-sidebar #shop-sidebar {
    border: .6px solid #3e454c;
    top: 0;
}

    .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body {
        padding: 0;
    }

        .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body h3, .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body .h3 {
            background-color: #e8e8e8;
            padding: 4.6875vw;
            font-size: .875rem;
            font-weight: 500;
        }

        .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion {
            border-bottom: 0;
        }

            .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item {
                border: 0;
            }

                .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item .accordion-header {
                    border: 0;
                }

                    .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item .accordion-header .accordion-button {
                        border-top: 0;
                        background-color: #e8e8e8;
                        padding-left: 6.25vw;
                        padding-right: 6.25vw;
                    }

                        .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item .accordion-header .accordion-button.collapsed {
                            border-bottom: 1px solid rgba(62,69,76,.309);
                        }

                .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item .accordion-body {
                    padding-left: 0;
                    padding-right: 0;
                }

                    .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item .accordion-body ul.widget-list {
                        transition: all .4s ease-in;
                        overflow: hidden;
                        padding-left: 4.6875vw;
                        padding-right: 4.6875vw;
                        padding-bottom: 4.6875vw;
                    }

                        .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item .accordion-body ul.widget-list.active {
                            transition: all .4s ease-out;
                        }

                        .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item .accordion-body ul.widget-list .widget-filter-item .form-check .form-check-input {
                            border-radius: 0;
                        }

                    .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item .accordion-body .filter-view-more {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: fit-content;
                        cursor: pointer;
                        margin: 0 auto;
                        padding-bottom: 4.6875vw;
                    }

                        .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item .accordion-body .filter-view-more.active i {
                            margin-right: 5px;
                        }

                        .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item .accordion-body .filter-view-more i {
                            padding-right: 1.5625vw;
                            transform: rotate(0deg);
                            transition: all .3s ease-out;
                        }

                        .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item .accordion-body .filter-view-more.active i {
                            transform: rotate(180deg);
                            transition: all .3s ease-in;
                        }

                .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item #filterByPrice {
                    height: 65px;
                }

                    .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item #filterByPrice .accordion-body {
                        padding-top: 4.6875vw;
                        padding-bottom: 6.25vw;
                    }

                        .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item #filterByPrice .accordion-body #category-listing-price-range {
                            height: 2px;
                            border: none;
                            background: #3e454c;
                            box-shadow: none;
                            width: 70%;
                            margin: 0 auto;
                        }

                            .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item #filterByPrice .accordion-body #category-listing-price-range .noUi-connect {
                                background: #3e454c;
                                height: 2px;
                            }

                            .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item #filterByPrice .accordion-body #category-listing-price-range .noUi-handle {
                                width: 5.34375vw;
                                height: 5.34375vw;
                                top: -7px;
                                right: -7px;
                                border-radius: 100%;
                                border: 1px solid #3e454c;
                                box-shadow: none;
                            }

                                .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item #filterByPrice .accordion-body #category-listing-price-range .noUi-handle::before, .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item #filterByPrice .accordion-body #category-listing-price-range .noUi-handle::after {
                                    display: none;
                                }

                                .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item #filterByPrice .accordion-body #category-listing-price-range .noUi-handle .noUi-tooltip {
                                    bottom: -35px;
                                }

                                .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item #filterByPrice .accordion-body #category-listing-price-range .noUi-handle .noUi-tooltip {
                                    background: #fff;
                                    border: none;
                                    color: #3e454c;
                                }

                                .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item #filterByPrice .accordion-body #category-listing-price-range .noUi-handle :focus {
                                    box-shadow: none;
                                }

@media(min-width:768px) {
    .category-page #category-filter-sidebar #shop-sidebar.offcanvas {
        position: unset;
        visibility: visible;
    }

        .category-page #category-filter-sidebar #shop-sidebar.offcanvas.offcanvas-start {
            transform: none;
        }
}

.handheld-toolbar-item {
    position: fixed;
    bottom: 5vw;
    z-index: 1;
    padding-left: 4.375vw;
}

    .handheld-toolbar-item .filter-toolbar-icon i, .handheld-toolbar-item .sort-toolbar-icon i {
        height: 3.063rem;
        width: 3.063rem;
        background: #025685;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        color: #fff;
    }

    .handheld-toolbar-item .filter-toolbar-icon {
        padding-right: .529rem;
    }

    .handheld-toolbar-item .sort-toolbar-icon {
        position: relative;
    }

        .handheld-toolbar-item .sort-toolbar-icon ul {
            position: fixed;
            background: #fff;
            box-shadow: 0 10px 100px black;
            padding-left: 0;
            display: none;
            left: 0;
            right: 0;
            width: 100%;
            top: auto;
            bottom: 0;
        }

            .handheld-toolbar-item .sort-toolbar-icon ul li {
                list-style-type: none;
            }

                .handheld-toolbar-item .sort-toolbar-icon ul li:first-child {
                    font-size: 1rem;
                    font-weight: 500;
                    line-height: 1.5rem;
                    border-bottom: 1px solid #3e454c;
                    padding-top: 15px;
                    padding-bottom: 15px;
                    margin-left: 10px;
                    margin-right: 10px;
                }

                .handheld-toolbar-item .sort-toolbar-icon ul li label {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    width: 100%;
                    padding: 3.125vw;
                }

                .handheld-toolbar-item .sort-toolbar-icon ul li a {
                    display: block;
                }

            .handheld-toolbar-item .sort-toolbar-icon ul.active {
                display: block;
            }

.sort-open.active {
    display: block;
}

.sort-open .fa-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sort-open .fa-div .fa-times {
        height: auto;
        width: auto;
        background: transparent;
        display: block;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        color: #000;
    }

#products-by-category .my-pagination {
    display: flex;
    margin-left: 4.6875vw;
    margin-right: 4.6875vw;
    padding-top: 3.125vw;
    justify-content: flex-end;
}

    #products-by-category .my-pagination .pagination .page-item a {
        padding: 5px;
    }

    #products-by-category .my-pagination .current-page-number span {
        display: none;
    }

    #products-by-category .my-pagination .current-page-number label {
        padding-bottom: 0;
        margin-right: 5px;
        display: block;
    }

#products-by-category .sort-by-md-filter div .form-select {
    -webkit-appearance: none;
    width: 15.992188vw;
    height: 3.90625vw;
    padding: 3px 6px;
    line-height: 2;
}

#products-by-category .pagination-container {
    width: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 3.125vw;
    border-bottom: 1px solid #3e454c;
    margin-left: 4.6875vw;
    margin-right: 4.6875vw;
}

    #products-by-category .pagination-container div:first-child {
        font-size: 1rem;
        line-height: 1.5rem;
        justify-content: flex-end;
        padding-bottom: 0s;
    }

    #products-by-category .pagination-container div:nth-child(2) {
        height: 6.25vw;
    }

    #products-by-category .pagination-container div .fs-sm {
        padding-left: .9375vw;
    }

        #products-by-category .pagination-container div .fs-sm span {
            font-weight: 500;
        }

#products-by-category .product-card-container {
    position: relative;
    padding-bottom: 6.25vw;
    margin: 0 auto;
    justify-content: center;
    width: 87.5vw;
}

    #products-by-category .product-card-container .product-card {
        padding-left: 0;
        padding-right: 0;
        width: 87.5vw;
        position: relative;
    }

        #products-by-category .product-card-container .product-card .product-card-shadow {
            margin-right: .625vw;
            margin-left: .625vw;
        }

            #products-by-category .product-card-container .product-card .product-card-shadow .labels.product-label {
                left: 14px;
                margin-bottom: 4.6875vw;
                position: absolute;
                top: 8.125vw;
                height: 6.5625vw;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item {
                padding-left: 4.375vw;
                padding-right: 4.375vw;
                padding-top: 10.9375vw;
                justify-content: space-between;
            }

                #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .product-name {
                    padding: 1.5625vw 0;
                }

                    #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .product-name p {
                        margin: 0;
                        line-height: 1.125rem;
                    }

                #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .product-image {
                    margin-top: 0;
                    margin-bottom: 0;
                    margin-right: 0;
                    padding-left: 0;
                    padding-right: 0;
                    width: 31.25vw;
                    height: 31.25vw;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .product-image img {
                        margin-left: auto;
                        margin-right: auto;
                    }

                #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .info-box {
                    margin-left: 0;
                    padding-left: 0;
                    padding-right: 0;
                }

                    #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars .on, #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars .off {
                        background-size: contain;
                        width: 4.328125vw;
                        height: 4.01875vw;
                    }

                    #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars .product-reviews-text {
                        line-height: 1.125rem;
                    }

                    #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span:nth-child(1), #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span:nth-child(2), #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span:nth-child(3), #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span:nth-child(4) {
                        margin-right: .940625vw;
                    }

                    #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars .ind_cnt {
                        font-size: .75rem;
                    }

            #products-by-category .product-card-container .product-card .product-card-shadow .product-price span {
                display: block;
            }

                #products-by-category .product-card-container .product-card .product-card-shadow .product-price span.list-price {
                    line-height: 1.125rem;
                    padding-top: 2.03125vw;
                    font-size: .75rem;
                    line-height: 1.125rem;
                }

                #products-by-category .product-card-container .product-card .product-card-shadow .product-price span.selling-price {
                    line-height: 1.313rem;
                    padding-top: .3125vw;
                    font-size: .875rem;
                    font-weight: 500;
                }

    #products-by-category .product-card-container::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 85.625vw;
        height: 1px;
        background: #3e454c;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

#products-by-category .per-page-limit {
    padding-top: 3.125vw;
    font-size: 1rem;
    line-height: 1.5rem;
}

    #products-by-category .per-page-limit.custom-container {
        width: 100%;
        padding-right: var(--bs-gutter-x,4.6875vw);
        padding-left: var(--bs-gutter-x,4.6875vw);
        margin-right: auto;
        margin-left: auto;
    }

    #products-by-category .per-page-limit select {
        background-color: #fff;
        outline: none;
        border-radius: 2px;
        font-size: .875rem;
    }

        #products-by-category .per-page-limit select option {
            background-color: #fff;
        }

    #products-by-category .per-page-limit label {
        padding-right: 1.5625vw;
    }

.category-page #category-listing-description {
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
}

    .category-page #category-listing-description.custom-container {
        width: 100%;
        padding-right: var(--bs-gutter-x,4.6875vw);
        padding-left: var(--bs-gutter-x,4.6875vw);
        margin-right: auto;
        margin-left: auto;
    }

    .category-page #category-listing-description p {
        font-size: .875rem;
        padding-bottom: 4.6875vw;
    }

    .category-page #category-listing-description h6, .category-page #category-listing-description .h6 {
        padding-bottom: 4.6875vw;
        font-size: .875rem;
    }

#category-listing-home-shop.home-shop-with-section {
    margin-top: 0;
    padding-top: 6.25vw;
}

#category-listing-home-shop .section-title .h2-heading-home {
    margin-top: 15px;
}

#category-listing-home-shop .shop-with-us-slider .slick-slide {
    padding-top: 3.03125vw;
}

    #category-listing-home-shop .shop-with-us-slider .slick-slide .shop-with-us-slider__caption {
        margin-top: 3.125vw;
        margin-bottom: 3.125vw;
    }

        #category-listing-home-shop .shop-with-us-slider .slick-slide .shop-with-us-slider__caption a {
            color: #025685;
        }

#category-listing-home-shop .shop-with-us-slider .shop-with-us-slider__txt {
    margin-bottom: 3.125vw;
}

.category-page-article-section .section-title h2, .category-page-article-section .section-title .h2 {
    margin-bottom: 0;
    font-size: 1.563rem;
    line-height: 2.313rem;
}

.category-page-article-section .article-content {
    margin-bottom: 6.25vw;
}

    .category-page-article-section .article-content .article-single-card {
        padding-top: 4.6875vw;
        padding-left: 4.6875vw;
        padding-right: 4.6875vw;
    }

        .category-page-article-section .article-content .article-single-card .article-single-card-shadow {
            margin: 0;
            padding: 6.25vw 4.6875vw;
        }

            .category-page-article-section .article-content .article-single-card .article-single-card-shadow .article-categories {
                margin-bottom: 4.6875vw;
            }

            .category-page-article-section .article-content .article-single-card .article-single-card-shadow .article-title {
                margin-bottom: 3.125vw;
            }

            .category-page-article-section .article-content .article-single-card .article-single-card-shadow .article-author-date {
                margin-bottom: 3.125vw;
            }

                .category-page-article-section .article-content .article-single-card .article-single-card-shadow .article-author-date .fa {
                    font-size: 1rem;
                }

                    .category-page-article-section .article-content .article-single-card .article-single-card-shadow .article-author-date .fa.fa-user {
                        margin-right: 4px;
                    }

                        .category-page-article-section .article-content .article-single-card .article-single-card-shadow .article-author-date .fa.fa-user::before {
                            font-size: 22.791px;
                        }

                    .category-page-article-section .article-content .article-single-card .article-single-card-shadow .article-author-date .fa.fa-calendar-o {
                        margin-right: 7px;
                    }

                        .category-page-article-section .article-content .article-single-card .article-single-card-shadow .article-author-date .fa.fa-calendar-o::before {
                            font-size: 22.791px;
                        }

            .category-page-article-section .article-content .article-single-card .article-single-card-shadow .article-text {
                line-height: 1.5rem;
                margin-bottom: 3.125vw;
            }

            .category-page-article-section .article-content .article-single-card .article-single-card-shadow .article-share .fa {
                font-size: 1rem;
                margin-right: 3px;
            }

#category-page-faq.category-page-faq-section {
    margin-top: 6.25vw;
}

    #category-page-faq.category-page-faq-section.custom-container {
        width: 100%;
        padding-right: var(--bs-gutter-x,4.6875vw);
        padding-left: var(--bs-gutter-x,4.6875vw);
        margin-right: auto;
        margin-left: auto;
    }

    #category-page-faq.category-page-faq-section h2, #category-page-faq.category-page-faq-section .h2 {
        margin-bottom: 4.6875vw;
        line-height: 2.313rem;
    }

    #category-page-faq.category-page-faq-section #faqCategoryAccordion {
        border-bottom: 1px solid #3e454c;
    }

        #category-page-faq.category-page-faq-section #faqCategoryAccordion .accordion-item .accordion-header .accordion-button {
            padding: 4.6875vw .9375vw;
            line-height: 1.5rem;
            justify-content: space-between;
        }

        #category-page-faq.category-page-faq-section #faqCategoryAccordion .accordion-item .accordion-button:focus {
            z-index: 3;
            outline: 0;
            box-shadow: none;
        }

        #category-page-faq.category-page-faq-section #faqCategoryAccordion .accordion-item .accordion-button:after {
            margin: 15px;
            margin-right: 0;
        }

        #category-page-faq.category-page-faq-section #faqCategoryAccordion .accordion-item .accordion-collapse .accordion-body {
            padding: 0 0 4.6875vw 0;
            font-size: .875rem;
            line-height: 1.5rem;
        }

            #category-page-faq.category-page-faq-section #faqCategoryAccordion .accordion-item .accordion-collapse .accordion-body a {
                color: #025685;
            }

.recently-viewed-items .itempad {
    padding-bottom: 4.6875vw;
}

.recently-viewed-items img {
    width: 100%;
}

#category-listing-recently-viewed.recently-viewed-items.custom-container {
    width: 100%;
    padding-right: var(--bs-gutter-x,4.6875vw);
    padding-left: var(--bs-gutter-x,4.6875vw);
    margin-right: auto;
    margin-left: auto;
}

    #category-listing-recently-viewed.recently-viewed-items.custom-container .section-title h2, #category-listing-recently-viewed.recently-viewed-items.custom-container .section-title .h2 {
        line-height: 2.313rem;
    }

    #category-listing-recently-viewed.recently-viewed-items.custom-container .recently-view-products-slider {
        padding-bottom: 6.25vw;
    }

        #category-listing-recently-viewed.recently-viewed-items.custom-container .recently-view-products-slider.slick-slider {
            margin-bottom: 7.8125vw;
        }

            #category-listing-recently-viewed.recently-viewed-items.custom-container .recently-view-products-slider.slick-slider .slick-slide {
                padding-top: 4.6875vw;
            }

                #category-listing-recently-viewed.recently-viewed-items.custom-container .recently-view-products-slider.slick-slider .slick-slide img {
                    margin: 0 auto;
                }

        #category-listing-recently-viewed.recently-viewed-items.custom-container .recently-view-products-slider .recent-product-card .product-name {
            padding-top: 3.125vw;
        }

            #category-listing-recently-viewed.recently-viewed-items.custom-container .recently-view-products-slider .recent-product-card .product-name p {
                margin: 0;
            }

        #category-listing-recently-viewed.recently-viewed-items.custom-container .recently-view-products-slider .recent-product-card .manufacturer-name {
            padding-top: 3.125vw;
            padding-bottom: 3.125vw;
            line-height: 1.125rem;
            font-size: .75rem;
            font-weight: 500;
        }

        #category-listing-recently-viewed.recently-viewed-items.custom-container .recently-view-products-slider .recent-product-card .dbox {
            margin-right: 4.6875vw;
        }

.side-nav .aside-content .my-account-link {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

    .side-nav .aside-content .my-account-link .mobile-my-acc-btn {
        cursor: pointer;
        height: 20px;
        width: 21px;
        position: absolute;
        left: 16px;
        top: 4px;
    }

        .side-nav .aside-content .my-account-link .mobile-my-acc-btn .tag {
            top: 5px;
            width: 21px;
            left: 0;
        }

            .side-nav .aside-content .my-account-link .mobile-my-acc-btn .tag::after {
                width: 21px;
                left: 0;
            }

            .side-nav .aside-content .my-account-link .mobile-my-acc-btn .tag::before {
                width: 21px;
                left: 0;
            }

    .side-nav .aside-content .my-account-link .heading {
        padding-left: 54px;
        font-weight: normal;
        margin-bottom: 0;
    }

.side-nav .aside-content .list-unstyled {
    list-style: none;
    display: none;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

    .side-nav .aside-content .list-unstyled li {
        font-size: .875rem;
    }

        .side-nav .aside-content .list-unstyled li .myaccleftpartlink {
            display: block;
        }

            .side-nav .aside-content .list-unstyled li .myaccleftpartlink.myaccleftpartlink1 {
                font-weight: bold;
                color: #025685;
            }

        .side-nav .aside-content .list-unstyled li a {
            padding: 3.125vw 3.125vw 3.125vw 4.6875vw;
        }

            .side-nav .aside-content .list-unstyled li a:focus, .side-nav .aside-content .list-unstyled li a:active, .side-nav .aside-content .list-unstyled li a:hover {
                background-color: #4f8324;
                color: #fff;
            }

.order-tracking-section {
    padding-top: 6.25vw;
}

    .order-tracking-section .history-table-content {
        width: 100%;
        padding-right: var(--bs-gutter-x,4.6875vw);
        padding-left: var(--bs-gutter-x,4.6875vw);
        margin-right: auto;
        margin-left: auto;
    }

        .order-tracking-section .history-table-content .heading {
            font-size: 1.563rem;
            font-weight: normal;
            color: #025685;
            padding-bottom: 15px;
            margin-bottom: 0;
            border-bottom: 1px solid #3e454c;
        }

        .order-tracking-section .history-table-content .history-content {
            padding-top: 6.25vw;
        }

            .order-tracking-section .history-table-content .history-content .table-order-history tbody tr:not(:last-child) {
                border-bottom: 1px solid #3e454c;
            }

            .order-tracking-section .history-table-content .history-content .table-order-history tbody tr td:last-child a {
                display: inline-block;
            }

                .order-tracking-section .history-table-content .history-content .table-order-history tbody tr td:last-child a.btn-branding {
                    display: inline-block;
                }

            .order-tracking-section .history-table-content .history-content .order-by-year {
                display: flex;
                justify-content: flex-end;
                align-items: center;
            }

                .order-tracking-section .history-table-content .history-content .order-by-year label {
                    font-size: .875rem;
                    font-weight: 600;
                    color: #025685;
                }

                .order-tracking-section .history-table-content .history-content .order-by-year select {
                    width: 5vw;
                    min-width: 80px;
                    margin-left: 10px;
                    padding-left: 5px;
                    background-color: transparent;
                    border-radius: 0;
                    font-size: .875rem;
                }

            .order-tracking-section .history-table-content .history-content .table-order-history {
                width: 100%;
            }

                .order-tracking-section .history-table-content .history-content .table-order-history tbody tr td:last-child a.btn-branding {
                    color: #fff;
                    text-align: center;
                    border-radius: 3px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    .order-tracking-section .history-table-content .history-content .table-order-history tbody tr td:last-child a.btn-branding span {
                        vertical-align: middle;
                    }

    .order-tracking-section .modal#exampleModal .modal-dialog {
        margin: 0 auto;
    }

    .order-tracking-section .modal#exampleModal .modal-content {
        padding: 4.6875vw;
    }

        .order-tracking-section .modal#exampleModal .modal-content .modal-title {
            font-size: 1rem;
            font-weight: normal;
            color: #025685;
        }

        .order-tracking-section .modal#exampleModal .modal-content .modal-header {
            padding: 0;
        }

    .order-tracking-section .modal#exampleModal .modal-inner {
        display: contents;
    }

        .order-tracking-section .modal#exampleModal .modal-inner .modal-heading {
            padding-top: 15px;
            text-align: left;
            margin-bottom: 20px;
            font-size: 1rem;
            font-weight: normal;
            color: #025685;
        }

        .order-tracking-section .modal#exampleModal .modal-inner span {
            display: block;
            margin-bottom: 10px;
            text-align: left;
            font-size: 1rem;
        }

        .order-tracking-section .modal#exampleModal .modal-inner .table-orderid-history .modal-tablet {
            background-color: none;
        }

            .order-tracking-section .modal#exampleModal .modal-inner .table-orderid-history .modal-tablet th {
                color: #000;
            }

        .order-tracking-section .modal#exampleModal .modal-inner .table-heading {
            padding-top: 10px;
            border-top: 1px solid #d3d3d3;
            text-align: left;
            font-size: 1.125rem;
            font-weight: normal;
            color: #025685;
        }

    .order-tracking-section .modal-input-bx {
        padding-top: 5px;
    }

        .order-tracking-section .modal-input-bx h2, .order-tracking-section .modal-input-bx .h2 {
            text-align: left;
            margin-bottom: 15px;
            font-size: 1rem;
            font-weight: normal;
        }

        .order-tracking-section .modal-input-bx textarea {
            width: 100%;
            padding: 5px;
            height: 100px;
        }

            .order-tracking-section .modal-input-bx textarea:hover, .order-tracking-section .modal-input-bx textarea:focus, .order-tracking-section .modal-input-bx textarea:focus-visible, .order-tracking-section .modal-input-bx textarea:active {
                border-color: #4f8324;
                outline: none;
                box-shadow: 0 0 3px 1px #4f8324;
                transition: all .15s ease-in;
            }

        .order-tracking-section .modal-input-bx span a {
            color: #025685;
        }

        .order-tracking-section .modal-input-bx .modal-loginbtn {
            float: right;
            text-decoration: none;
            font-family: Tahoma;
            font-size: 16px;
            color: #fff;
            background-color: #025685;
            padding: 3px 12px;
            border: none;
            font-weight: normal;
        }

        .order-tracking-section .modal-input-bx:hover, .order-tracking-section .modal-input-bx:focus, .order-tracking-section .modal-input-bx:focus-visible, .order-tracking-section .modal-input-bx:active {
            outline: none;
        }

.wish-list-section {
    padding-top: 6.25vw;
}

    .wish-list-section .wishlist-table-content {
        width: 100%;
        padding-right: var(--bs-gutter-x,4.6875vw);
        padding-left: var(--bs-gutter-x,4.6875vw);
        margin-right: auto;
        margin-left: auto;
    }

        .wish-list-section .wishlist-table-content .heading {
            font-size: 1.563rem;
            font-weight: normal;
            color: #025685;
            padding-bottom: 15px;
            margin-bottom: 0;
            border-bottom: 1px solid #3e454c;
        }

        .wish-list-section .wishlist-table-content .wishlist-display .table-order-history tbody tr:not(:last-child) {
            border-bottom: 1px solid #3e454c;
        }

        .wish-list-section .wishlist-table-content .wishlist-display .table-order-history tbody tr td:first-child a {
            display: block;
            color: #025685;
        }

        .wish-list-section .wishlist-table-content .wishlist-display .table-order-history tbody tr td:first-child .img-container {
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .wish-list-section .wishlist-table-content .wishlist-display .table-order-history tbody tr td:first-child .img-container img {
                margin-left: auto;
                margin-right: auto;
            }

            .wish-list-section .wishlist-table-content .wishlist-display .table-order-history tbody tr td:first-child .img-container img {
                width: 100%;
            }

        .wish-list-section .wishlist-table-content .wishlist-display .table-order-history tbody tr td:nth-child(3) p {
            margin-bottom: 0;
        }

        .wish-list-section .wishlist-table-content .wishlist-display .table-order-history tbody tr td:last-child a.btn-branding {
            height: 24px;
            width: 102px;
            float: right;
            margin-top: 3px;
            margin-left: 10px;
        }

        .wish-list-section .wishlist-table-content .wishlist-display .order-by-year {
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }

            .wish-list-section .wishlist-table-content .wishlist-display .order-by-year label {
                font-size: .875rem;
                font-weight: 600;
                color: #025685;
            }

            .wish-list-section .wishlist-table-content .wishlist-display .order-by-year select {
                width: 5vw;
                min-width: 80px;
                margin-left: 10px;
                padding-left: 5px;
                background-color: transparent;
                border-radius: 0;
                font-size: .875rem;
            }

        .wish-list-section .wishlist-table-content .wishlist-display .table-order-history {
            width: 100%;
        }

            .wish-list-section .wishlist-table-content .wishlist-display .table-order-history tbody tr td:last-child a.btn-branding {
                color: #fff;
                text-align: center;
                border-radius: 3px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .wish-list-section .wishlist-table-content .wishlist-display .table-order-history tbody tr td:last-child a.btn-branding span {
                    vertical-align: middle;
                }

.buy-it-again-section {
    padding-top: 20px;
}

    .buy-it-again-section p {
        text-align: center;
    }

    .buy-it-again-section .history-table-content {
        width: 100%;
        padding-right: var(--bs-gutter-x,4.6875vw);
        padding-left: var(--bs-gutter-x,4.6875vw);
        margin-right: auto;
        margin-left: auto;
    }

        .buy-it-again-section .history-table-content .heading {
            font-size: 1.563rem;
            font-weight: normal;
            color: #025685;
            padding-bottom: 15px;
            margin-bottom: 0;
            border-bottom: 1px solid #3e454c;
        }

        .buy-it-again-section .history-table-content .history-content {
            padding-top: 15px;
            border-bottom: 1px solid #3e454c;
        }

            .buy-it-again-section .history-table-content .history-content .table-order-history tbody tr:not(:last-child) {
                border-bottom: 1px solid #3e454c;
            }

            .buy-it-again-section .history-table-content .history-content .table-order-history tbody tr td {
                text-align: start;
            }

                .buy-it-again-section .history-table-content .history-content .table-order-history tbody tr td:first-child a {
                    display: block;
                }

                .buy-it-again-section .history-table-content .history-content .table-order-history tbody tr td:first-child .img-container {
                    width: 60px;
                    height: auto;
                }

                    .buy-it-again-section .history-table-content .history-content .table-order-history tbody tr td:first-child .img-container img {
                        width: 100%;
                    }

                .buy-it-again-section .history-table-content .history-content .table-order-history tbody tr td:nth-child(2) {
                    word-break: break-all;
                }

                    .buy-it-again-section .history-table-content .history-content .table-order-history tbody tr td:nth-child(2) a {
                        color: #4f8324;
                    }

                .buy-it-again-section .history-table-content .history-content .table-order-history tbody tr td:last-child input {
                    width: 56px;
                    padding: 2px;
                    text-align: center;
                }

                .buy-it-again-section .history-table-content .history-content .table-order-history tbody tr td .buy-it-again-span {
                    word-break: break-all;
                }

            .buy-it-again-section .history-table-content .history-content .table-order-history tbody tr:not(:first-child) td:nth-child(1), .buy-it-again-section .history-table-content .history-content .table-order-history tbody tr:not(:first-child) td:nth-child(2) {
                padding-top: 4.6875vw;
            }

        .buy-it-again-section .history-table-content .order-by-year {
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }

            .buy-it-again-section .history-table-content .order-by-year label {
                font-size: .875rem;
                font-weight: 600;
                color: #025685;
            }

            .buy-it-again-section .history-table-content .order-by-year select {
                width: 5vw;
                min-width: 80px;
                margin-left: 10px;
                padding-left: 5px;
                background-color: transparent;
                border-radius: 0;
                font-size: .875rem;
            }

        .buy-it-again-section .history-table-content .table-order-history {
            width: 100%;
        }

            .buy-it-again-section .history-table-content .table-order-history tbody tr td:last-child a.btn-branding {
                color: #fff;
                text-align: center;
                border-radius: 3px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .buy-it-again-section .history-table-content .table-order-history tbody tr td:last-child a.btn-branding span {
                    vertical-align: middle;
                }

    .buy-it-again-section .buyitagain-btn-container {
        text-align: right;
        padding-top: 4.6875vw;
    }

        .buy-it-again-section .buyitagain-btn-container .btn-addtocard-fixed {
            border: none;
            padding: 5px 10px;
            border-radius: 3px;
        }

    .buy-it-again-section .thank-main-div {
        width: 100%;
        padding: 10px 15px 0 15px;
    }

        .buy-it-again-section .thank-main-div .thank-heading {
            padding-bottom: 15px;
            font-size: 1.563rem;
            font-weight: normal;
            color: #025685;
            margin-bottom: 0;
            border-bottom: 1px solid #d3d3d3;
        }

        .buy-it-again-section .thank-main-div p {
            padding-top: 15px;
            font-size: 1rem;
        }

        .buy-it-again-section .thank-main-div span a {
            font-size: 1rem;
            color: #4f8324;
        }

.has-error {
    font-weight: 600;
    color: #eb0400;
}

    .has-error label {
        color: #eb0400;
    }

    .has-error input, .has-error textarea, .has-error input[type="checkbox"], .has-error input[type="radio"], .has-error select {
        border-color: #d10b0b !important;
        border: 2px solid #eb0400 !important;
    }

    .has-error .form-control:focus {
        box-shadow: 0 0 4px #eb0400;
    }

    .has-error .input-group-text {
        border-color: #d10b0b;
        border: 2px solid #eb0400;
    }

.form-control, input, textarea {
    color: #3e454c;
    outline: none !important;
}

    .form-control:focus, input:focus, textarea:focus {
        border-color: #4f8324 !important;
    }

    .form-control:focus-visible, input:focus-visible, textarea:focus-visible {
        outline-color: #4f8324;
    }

a:focus-visible, button:focus-visible, .btn-group:focus-visible, .btn:focus-visible {
    outline-color: #4f8324;
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: none;
}

select {
    background-color: transparent !important;
}

label.error {
    flex: 0 0 100%;
    margin-top: 1.5625vw;
}

#checkoutsection input[type="checkbox"] {
    transform: scale(1.2);
    margin-right: 10px;
}

#checkoutsection #guest-signin .all-signin-btn .btn {
    margin-top: 4.6875vw;
    width: 100%;
}

    #checkoutsection #guest-signin .all-signin-btn .btn#signinloginbutton {
        margin-top: 4.6875vw;
    }

#checkoutsection .checkout-header {
    margin-top: 4.6875vw;
}

    #checkoutsection .checkout-header .pageHeadhpfyN {
        margin-bottom: 1.5625vw;
        font-size: 1.563rem;
        line-height: 2.313rem;
        padding-left: 4.6875vw;
        padding-right: 4.6875vw;
        font-weight: 600;
    }

    #checkoutsection .checkout-header .button-container {
        width: 100%;
        padding-right: var(--bs-gutter-x,4.6875vw);
        padding-left: var(--bs-gutter-x,4.6875vw);
        margin-right: auto;
        margin-left: auto;
    }

        #checkoutsection .checkout-header .button-container input {
            display: block;
            width: 100%;
            border-radius: .188rem;
            margin-top: 3.125vw;
            min-height: 34px;
            height: 34px;
            font-size: 1rem;
            line-height: 1;
        }

#checkoutsection .checkout-body {
    width: 100%;
    padding-right: var(--bs-gutter-x,4.6875vw);
    padding-left: var(--bs-gutter-x,4.6875vw);
    margin-right: auto;
    margin-left: auto;
}

    #checkoutsection .checkout-body .card .pageHeadhpfyN {
        padding-left: 5px;
    }

#checkoutsection .existinguser {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    padding-bottom: 3.4375vw;
}

    #checkoutsection .existinguser .heading .fa-sign-in {
        padding: 5px;
        display: inline;
        height: 34px;
        width: 34px;
        background: #025685;
        color: #fff;
        margin-right: 13px;
    }

    #checkoutsection .existinguser .heading .pageHeadhpfyN {
        display: inline;
        word-break: break-all;
        margin-bottom: 3.125vw;
    }

    #checkoutsection .existinguser .btn {
        border: 1px solid #025685;
        color: #025685;
        background-color: transparent;
    }

#checkoutsection .billShippDisplay {
    padding-left: 0;
    width: 60.625vw;
}

    #checkoutsection .billShippDisplay ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        #checkoutsection .billShippDisplay ul li:not(:first-child) {
            padding-top: 0;
            font-size: .875rem;
            line-height: 1.313rem;
        }

        #checkoutsection .billShippDisplay ul:not(:first-child) {
            padding-top: 4.6875vw;
        }

#checkoutsection .billshipbody {
    padding-top: 6.25vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
}

    #checkoutsection .billshipbody .shippingsection .ship-to {
        font-size: 1rem;
        line-height: 1.5rem;
        padding-bottom: 1.5625vw;
    }

    #checkoutsection .billshipbody .shippingsection .form-field {
        padding-top: 3.125vw;
    }

        #checkoutsection .billshipbody .shippingsection .form-field label {
            font-size: .875rem;
            line-height: 1.313rem;
            padding-top: 0;
            padding-bottom: 1.5625vw;
        }

            #checkoutsection .billshipbody .shippingsection .form-field label.mobile-check {
                padding-left: 3.125vw;
                padding-top: 3.125vw;
                padding-bottom: 0;
            }

                #checkoutsection .billshipbody .shippingsection .form-field label.mobile-check input[type="checkbox"] {
                    margin-right: 10px;
                }

        #checkoutsection .billshipbody .shippingsection .form-field input, #checkoutsection .billshipbody .shippingsection .form-field select, #checkoutsection .billshipbody .shippingsection .form-field textarea {
            border-radius: 0;
            border-color: #b1b1b1;
            font-size: .875rem;
            border: .5px solid #b1b1b1;
            line-height: 1.313rem;
            padding-top: 7.6px;
            padding-bottom: 7.6px;
        }

            #checkoutsection .billshipbody .shippingsection .form-field input[type="radio"] {
                padding-top: 0;
                padding-bottom: 0;
            }

        #checkoutsection .billshipbody .shippingsection .form-field .input-group .input-group-text {
            border-radius: 0;
            width: 34px;
            height: 34px;
            padding: 0;
            display: flex;
            justify-content: center;
            border-color: #b1b1b1;
            border-right: 1px solid #b1b1b1;
        }

        #checkoutsection .billshipbody .shippingsection .form-field .input-group input, #checkoutsection .billshipbody .shippingsection .form-field .input-group select, #checkoutsection .billshipbody .shippingsection .form-field .input-group textarea {
            border-radius: 0;
            height: 34px;
            border-color: #b1b1b1;
            font-size: .875rem;
            line-height: 1.313rem;
            padding-top: 5px;
            padding-bottom: 7.6px;
        }

    #checkoutsection .billshipbody #billingshippngsubsection .subHeadhpfyN {
        padding-top: 6.25vw;
        margin-bottom: 1.5625vw;
    }

        #checkoutsection .billshipbody #billingshippngsubsection .subHeadhpfyN.company {
            margin-bottom: 2.1875vw;
        }

    #checkoutsection .billshipbody #billingshippngsubsection .form-field {
        padding-top: 3.125vw;
    }

        #checkoutsection .billshipbody #billingshippngsubsection .form-field input, #checkoutsection .billshipbody #billingshippngsubsection .form-field select, #checkoutsection .billshipbody #billingshippngsubsection .form-field textarea {
            border-radius: 0;
            border-color: #b1b1b1;
            font-size: .875rem;
            border: .5px solid #b1b1b1;
            line-height: 1.313rem;
            padding-top: 7.6px;
            padding-bottom: 7.6px;
        }

            #checkoutsection .billshipbody #billingshippngsubsection .form-field input[type="radio"] {
                padding-top: 0;
                padding-bottom: 0;
            }

        #checkoutsection .billshipbody #billingshippngsubsection .form-field .input-group .input-group-text {
            border-radius: 0;
            width: 34px;
            height: 34px;
            padding: 0;
            display: flex;
            justify-content: center;
            border-color: #b1b1b1;
            border-right: 1px solid #b1b1b1;
        }

        #checkoutsection .billshipbody #billingshippngsubsection .form-field .input-group input, #checkoutsection .billshipbody #billingshippngsubsection .form-field .input-group select, #checkoutsection .billshipbody #billingshippngsubsection .form-field .input-group textarea {
            border-radius: 0;
            height: 34px;
            border-color: #b1b1b1;
            font-size: .875rem;
            line-height: 1.313rem;
            padding-top: 5px;
            padding-bottom: 7.6px;
        }

        #checkoutsection .billshipbody #billingshippngsubsection .form-field label {
            font-size: .875rem;
            line-height: 1.313rem;
        }

            #checkoutsection .billshipbody #billingshippngsubsection .form-field label.SameasBillingnew {
                padding-left: 3.125vw;
                padding-top: 0;
                padding-bottom: 0;
            }

                #checkoutsection .billshipbody #billingshippngsubsection .form-field label.SameasBillingnew input {
                    height: 34px;
                    margin-right: 10px;
                }

        #checkoutsection .billshipbody #billingshippngsubsection .form-field .input-group-text {
            height: 34px;
            width: 34px;
            padding: 0;
            justify-content: center;
        }

    #checkoutsection .billshipbody #companysection .subHeadhpfyN {
        padding-top: 0;
    }

        #checkoutsection .billshipbody #companysection .subHeadhpfyN.company {
            margin-bottom: 0;
        }

    #checkoutsection .billshipbody #companysection .form-field {
        padding-top: 3.125vw;
    }

        #checkoutsection .billshipbody #companysection .form-field input, #checkoutsection .billshipbody #companysection .form-field select, #checkoutsection .billshipbody #companysection .form-field textarea {
            border-radius: 0;
            border-color: #b1b1b1;
            font-size: .875rem;
            border: .5px solid #b1b1b1;
            line-height: 1.313rem;
            padding-top: 7.6px;
            padding-bottom: 7.6px;
        }

            #checkoutsection .billshipbody #companysection .form-field input[type="radio"] {
                padding-top: 0;
                padding-bottom: 0;
            }

        #checkoutsection .billshipbody #companysection .form-field .input-group .input-group-text {
            border-radius: 0;
            width: 34px;
            height: 34px;
            padding: 0;
            display: flex;
            justify-content: center;
            border-color: #b1b1b1;
            border-right: 1px solid #b1b1b1;
        }

        #checkoutsection .billshipbody #companysection .form-field .input-group input, #checkoutsection .billshipbody #companysection .form-field .input-group select, #checkoutsection .billshipbody #companysection .form-field .input-group textarea {
            border-radius: 0;
            height: 34px;
            border-color: #b1b1b1;
            font-size: .875rem;
            line-height: 1.313rem;
            padding-top: 5px;
            padding-bottom: 7.6px;
        }

        #checkoutsection .billshipbody #companysection .form-field label {
            font-size: .875rem;
            line-height: 1.313rem;
            padding-top: 0;
            padding-bottom: 1.5625vw;
        }

    #checkoutsection .billshipbody #companysection .all-signin-btn span {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #checkoutsection .billshipbody #companysection .all-signin-btn button {
        min-height: 34px;
        height: 34px;
        line-height: 1;
    }

#checkoutsection .card {
    margin-top: 6.25vw;
    padding-top: 6.25vw;
    padding-bottom: 4.6875vw;
    border: 0;
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,.501);
}

    #checkoutsection .card.card-pd {
        padding-bottom: 10px;
    }

    #checkoutsection .card .pageHeadhpfyN {
        font-weight: 500;
        font-size: 1.563rem;
        line-height: 2.313rem;
    }

    #checkoutsection .card .subHeadhpfyN {
        margin-top: 15px;
        font-size: 1.125rem;
        line-height: 1.688rem;
        font-weight: 500;
        margin-bottom: 0;
    }

    #checkoutsection .card#account-details {
        padding-left: 6.25vw;
        padding-right: 6.25vw;
    }

        #checkoutsection .card#account-details .heading .fa-sign-in {
            display: inline;
            height: 34px;
            width: 34px;
            background: #025685;
            color: #fff;
            margin-right: 13px;
            font-size: 1.375rem;
        }

        #checkoutsection .card#account-details .heading .pageHeadhpfyN {
            display: inline;
            margin-bottom: .625vw;
        }

        #checkoutsection .card#account-details #btnloginaccount {
            margin-bottom: 0;
            height: 34px;
            width: 78.125vw;
        }

        #checkoutsection .card#account-details .btn-google {
            padding: 9px;
            height: 28px;
            width: 238px;
        }

    #checkoutsection .card #SigninSection .subHeadhpfyN {
        margin-bottom: 3.125vw;
        padding-top: .9375vw;
    }

    #checkoutsection .card #SigninSection p.contentsectionN {
        font-size: .875rem;
        line-height: 1.313rem;
        padding-right: 12.5vw;
    }

    #checkoutsection .card #SigninSection .account-form {
        width: 78.125vw;
    }

        #checkoutsection .card #SigninSection .account-form .login-credentials .form-field {
            padding-top: 4.6875vw;
        }

            #checkoutsection .card #SigninSection .account-form .login-credentials .form-field label {
                padding-bottom: 1.5625vw;
                padding-top: 0;
                font-size: .875rem;
                line-height: 1.313rem;
            }

            #checkoutsection .card #SigninSection .account-form .login-credentials .form-field .input-group input {
                padding-top: 15px;
                padding-bottom: 12.6px;
            }

            #checkoutsection .card #SigninSection .account-form .login-credentials .form-field input, #checkoutsection .card #SigninSection .account-form .login-credentials .form-field select, #checkoutsection .card #SigninSection .account-form .login-credentials .form-field textarea {
                border-radius: 0;
                border-color: #b1b1b1;
                font-size: .875rem;
                border: .5px solid #b1b1b1;
                line-height: 1.313rem;
                padding-top: 7.6px;
                padding-bottom: 7.6px;
            }

                #checkoutsection .card #SigninSection .account-form .login-credentials .form-field input[type="radio"] {
                    padding-top: 0;
                    padding-bottom: 0;
                }

            #checkoutsection .card #SigninSection .account-form .login-credentials .form-field .input-group .input-group-text {
                border-radius: 0;
                width: 34px;
                height: 34px;
                padding: 0;
                display: flex;
                justify-content: center;
                border-color: #b1b1b1;
                border-right: 1px solid #b1b1b1;
            }

            #checkoutsection .card #SigninSection .account-form .login-credentials .form-field .input-group input, #checkoutsection .card #SigninSection .account-form .login-credentials .form-field .input-group select, #checkoutsection .card #SigninSection .account-form .login-credentials .form-field .input-group textarea {
                border-radius: 0;
                height: 34px;
                border-color: #b1b1b1;
                font-size: .875rem;
                line-height: 1.313rem;
                padding-top: 5px;
                padding-bottom: 7.6px;
            }

        #checkoutsection .card #SigninSection .account-form .login-credentials .all-signin-btn {
            padding-top: 6.25vw;
            display: block;
            text-align: center;
        }

            #checkoutsection .card #SigninSection .account-form .login-credentials .all-signin-btn .sing-btn {
                width: 78.125vw;
                border: none;
                border-radius: 3px;
                height: 34px;
            }

            #checkoutsection .card #SigninSection .account-form .login-credentials .all-signin-btn .fb-g-btn {
                margin-top: 4.6875vw;
                display: block;
            }

                #checkoutsection .card #SigninSection .account-form .login-credentials .all-signin-btn .fb-g-btn .btn-fb {
                    color: #fff;
                    background-color: #3b5998;
                    padding: 0;
                    margin: 0;
                    border-radius: 2px;
                    height: 34px;
                    width: 78.125vw;
                }

                #checkoutsection .card #SigninSection .account-form .login-credentials .all-signin-btn .fb-g-btn .btn-google {
                    margin-top: 4.6875vw;
                    border-radius: 2px;
                    border: 1px solid #3e454c;
                    padding: 0;
                    height: 34px;
                    width: 78.125vw;
                }

                #checkoutsection .card #SigninSection .account-form .login-credentials .all-signin-btn .fb-g-btn span img {
                    margin-right: 5px;
                }

        #checkoutsection .card #SigninSection .account-form .login-credentials .eye-icon {
            position: absolute;
            top: 8px;
            right: 10px;
        }

        #checkoutsection .card #SigninSection .account-form #signup-container {
            padding-top: 1.5625vw;
        }

            #checkoutsection .card #SigninSection .account-form #signup-container .subHeadhpfyN {
                margin-bottom: 1.5625vw;
            }

            #checkoutsection .card #SigninSection .account-form #signup-container .account-option label {
                color: #3e454c;
                padding-top: 3.125vw;
                cursor: pointer;
            }

            #checkoutsection .card #SigninSection .account-form #signup-container #benefitaccountsection .subHeadhpfyN {
                padding-top: 0;
                margin-bottom: 1.5625vw;
            }

            #checkoutsection .card #SigninSection .account-form #signup-container #benefitaccountsection ul {
                padding-left: 5.6875vw;
                margin-bottom: 0;
            }

                #checkoutsection .card #SigninSection .account-form #signup-container #benefitaccountsection ul li {
                    color: #3e454c;
                    padding-top: 3.125vw;
                }

                    #checkoutsection .card #SigninSection .account-form #signup-container #benefitaccountsection ul li::marker {
                        font-size: 1.25rem;
                    }

            #checkoutsection .card #SigninSection .account-form #signup-container #signup-form {
                display: none;
                padding-top: 1.5625vw;
            }

                #checkoutsection .card #SigninSection .account-form #signup-container #signup-form .form-field {
                    padding-top: 3.125vw;
                }

                    #checkoutsection .card #SigninSection .account-form #signup-container #signup-form .form-field label {
                        padding-bottom: 1.5625vw;
                        font-size: .875rem;
                        line-height: 1.313rem;
                    }

                    #checkoutsection .card #SigninSection .account-form #signup-container #signup-form .form-field input, #checkoutsection .card #SigninSection .account-form #signup-container #signup-form .form-field select, #checkoutsection .card #SigninSection .account-form #signup-container #signup-form .form-field textarea {
                        border-radius: 0;
                        border-color: #b1b1b1;
                        font-size: .875rem;
                        border: .5px solid #b1b1b1;
                        line-height: 1.313rem;
                        padding-top: 7.6px;
                        padding-bottom: 7.6px;
                    }

                        #checkoutsection .card #SigninSection .account-form #signup-container #signup-form .form-field input[type="radio"] {
                            padding-top: 0;
                            padding-bottom: 0;
                        }

                    #checkoutsection .card #SigninSection .account-form #signup-container #signup-form .form-field .input-group .input-group-text {
                        border-radius: 0;
                        width: 34px;
                        height: 34px;
                        padding: 0;
                        display: flex;
                        justify-content: center;
                        border-color: #b1b1b1;
                        border-right: 1px solid #b1b1b1;
                    }

                    #checkoutsection .card #SigninSection .account-form #signup-container #signup-form .form-field .input-group input, #checkoutsection .card #SigninSection .account-form #signup-container #signup-form .form-field .input-group select, #checkoutsection .card #SigninSection .account-form #signup-container #signup-form .form-field .input-group textarea {
                        border-radius: 0;
                        height: 34px;
                        border-color: #b1b1b1;
                        font-size: .875rem;
                        line-height: 1.313rem;
                        padding-top: 5px;
                        padding-bottom: 7.6px;
                    }

                #checkoutsection .card #SigninSection .account-form #signup-container #signup-form .all-signin-btn {
                    padding-top: 4.6875vw;
                }

                    #checkoutsection .card #SigninSection .account-form #signup-container #signup-form .all-signin-btn .btn {
                        width: 100%;
                        min-height: 34px;
                        height: 34px;
                        line-height: 1;
                    }

    #checkoutsection .card#billingshippngsection .heading {
        padding-left: 6.25vw;
        padding-right: 10vw;
        flex-wrap: wrap;
    }

        #checkoutsection .card#billingshippngsection .heading i {
            height: 34px;
            width: 34px;
            background: #025685;
            color: #fff;
            font-size: 1.563rem;
        }

        #checkoutsection .card#billingshippngsection .heading .pageHeadhpfyN {
            width: 59.6875vw;
            font-weight: 500;
        }

    #checkoutsection .card#billingshippngsection .edit-bill-ship {
        width: 100%;
        text-align: center;
    }

        #checkoutsection .card#billingshippngsection .edit-bill-ship .btn {
            border-radius: 3px;
            min-height: 34px;
            height: 34px;
            background-color: transparent;
            border-color: #025685;
            color: #025685;
            line-height: 1;
            margin-top: 4.6875vw;
            margin-left: auto;
            margin-right: auto;
            width: -webkit-fill-available;
            width: -moz-available;
        }

    #checkoutsection .card#billingshippngsection #saved-address {
        width: 100%;
        padding-right: var(--bs-gutter-x,6.25vw);
        padding-left: var(--bs-gutter-x,6.25vw);
        margin-right: auto;
        margin-left: auto;
    }

        #checkoutsection .card#billingshippngsection #saved-address h3.heading, #checkoutsection .card#billingshippngsection #saved-address .heading.h3 {
            font-weight: normal;
            font-size: 1rem;
            line-height: 1.5rem;
            padding-left: 0;
            padding-top: 6.25vw;
            margin-bottom: 4.6875vw;
        }

        #checkoutsection .card#billingshippngsection #saved-address table {
            border-top: 1px solid #3e454c;
        }

            #checkoutsection .card#billingshippngsection #saved-address table thead tr th {
                font-weight: 500;
            }

            #checkoutsection .card#billingshippngsection #saved-address table tbody tr {
                border-bottom: .3px solid #3e454c;
            }

                #checkoutsection .card#billingshippngsection #saved-address table tbody tr label {
                    font-size: .875rem;
                    line-height: 1.313rem;
                }

                    #checkoutsection .card#billingshippngsection #saved-address table tbody tr label .form-check-input {
                        margin-right: 0;
                        margin-top: 0;
                        width: 16px;
                        height: 16px;
                    }

                        #checkoutsection .card#billingshippngsection #saved-address table tbody tr label .form-check-input:checked {
                            background-color: #025685;
                        }

                #checkoutsection .card#billingshippngsection #saved-address table tbody tr .btn-edit-address {
                    display: none;
                }

                #checkoutsection .card#billingshippngsection #saved-address table tbody tr th.item0 {
                    display: inline-block;
                    width: auto;
                }

                #checkoutsection .card#billingshippngsection #saved-address table tbody tr td {
                    padding-top: 4.6875vw;
                    padding-bottom: 0;
                }

            #checkoutsection .card#billingshippngsection #saved-address table tbody .product-removed-cart p {
                padding-top: 4.6875vw;
                padding-bottom: 4.6875vw;
            }

                #checkoutsection .card#billingshippngsection #saved-address table tbody .product-removed-cart p span {
                    color: #025685;
                    text-decoration: underline;
                }

            #checkoutsection .card#billingshippngsection #saved-address table tbody .span {
                font-size: 1rem;
                font-color: #3e454c;
            }

            #checkoutsection .card#billingshippngsection #saved-address table tbody .dimention {
                font-weight: normal;
            }

            #checkoutsection .card#billingshippngsection #saved-address table tbody .cart-count {
                padding: .313rem .25rem;
                text-align: center;
                margin: 0 .313rem;
                border-radius: 4px;
                width: 48px;
                height: 1.813rem;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                #checkoutsection .card#billingshippngsection #saved-address table tbody .cart-count .cart-count-btn i {
                    color: #025685;
                    font-size: 1rem;
                }

            #checkoutsection .card#billingshippngsection #saved-address table tbody .la-plus:before {
                font-style: normal;
            }

        #checkoutsection .card#billingshippngsection #saved-address .savedBillingAddress .btn-edit-address {
            display: none;
        }

            #checkoutsection .card#billingshippngsection #saved-address .savedBillingAddress .btn-edit-address i::before {
                font-size: .875rem;
            }

        #checkoutsection .card#billingshippngsection #saved-address .savedBillingAddress ul {
            padding-left: 0;
            list-style: none;
            margin-bottom: 0;
        }

        #checkoutsection .card#billingshippngsection #saved-address .action-btn {
            padding-top: 3.125vw;
        }

            #checkoutsection .card#billingshippngsection #saved-address .action-btn .btn {
                border-radius: 3px;
                width: 100%;
                min-height: 34px;
                height: 34px;
                line-height: 1;
                margin-top: 3.125vw;
            }

                #checkoutsection .card#billingshippngsection #saved-address .action-btn .btn.new-address {
                    background-color: #025685;
                    color: #fff;
                }

    #checkoutsection .card #billingandshippngaddsecwithoutlogin .heading {
        padding-left: 5.625vw;
        padding-right: 10vw;
    }

        #checkoutsection .card #billingandshippngaddsecwithoutlogin .heading i {
            height: 34px;
            width: 34px;
            background: #025685;
            color: #fff;
            font-size: 1.563rem;
        }

        #checkoutsection .card #billingandshippngaddsecwithoutlogin .heading .pageHeadhpfyN {
            width: 59.6875vw;
            font-weight: 500;
        }

    #checkoutsection .card#paymentsection {
        padding-bottom: 0 !important;
    }

        #checkoutsection .card#paymentsection .heading {
            padding-left: 6.25vw;
            padding-right: 10vw;
            padding-bottom: 1.5625vw;
        }

            #checkoutsection .card#paymentsection .heading i {
                height: 34px;
                width: 34px;
                background: #025685;
                color: #fff;
                font-size: .938rem;
            }

            #checkoutsection .card#paymentsection .heading .pageHeadhpfyN {
                width: 59.6875vw;
                font-weight: 500;
                font-weight: 500;
                height: 34px;
                align-items: center;
                display: flex;
            }

        #checkoutsection .card#paymentsection #paymentsectionsub .form-group p {
            font-size: 14px;
            line-height: 1.313rem;
            padding: 0;
        }

        #checkoutsection .card#paymentsection #paymentsectionsub .form-group label {
            font-size: .875rem;
            line-height: 1.313rem;
            padding-top: 0;
            justify-content: center;
        }

        #checkoutsection .card#paymentsection #paymentsectionsub .form-group .subHeadhpfyN {
            padding-top: 0;
            padding-bottom: 1.5625vw;
            padding-left: 6.25vw;
            padding-right: 6.25vw;
        }

        #checkoutsection .card#paymentsection #paymentsectionsub .form-group ul {
            list-style: none;
            padding-left: 6.5625vw;
            padding-right: 6.5625vw;
        }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group ul.coupon-redeem-check li label {
                display: -webkit-box;
                align-items: baseline;
            }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group ul li {
                padding-top: 3.125vw;
            }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group ul li .form-check-input:checked {
                    background-color: #025685;
                    border-color: #025685;
                }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group ul.shipping-type {
                padding-right: 6.25vw;
                margin-bottom: 0;
            }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group ul.shipping-type li:last-child {
                    padding-bottom: 4.6875vw;
                    border-bottom: 1px solid #3e454c;
                }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group ul.shipping-type li label {
                    font-size: .875rem;
                    padding-bottom: 0;
                }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group ul.reorder-optional {
                font-size: .875rem;
                line-height: 1.313rem;
            }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group ul.reorder-optional li .form-check-input:checked {
                    margin-right: 5px;
                }

        #checkoutsection .card#paymentsection #paymentsectionsub .form-group #recurringOpitons .subHeadhpfyN {
            padding-bottom: 0;
            padding-top: 0;
            padding-right: 4.6875vw;
            margin-bottom: 0;
        }

        #checkoutsection .card#paymentsection #paymentsectionsub .form-group #recurringOpitons .form-check {
            padding-left: 6.25vw;
            padding-right: 6.25vw;
            margin-bottom: 0;
            list-style: none;
            justify-content: space-between;
        }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #recurringOpitons .form-check li {
                padding-top: 3.125vw;
            }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #recurringOpitons .form-check li label .form-check-input {
                    margin-left: 0;
                    float: none;
                }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #recurringOpitons .form-check li label .form-check-input:checked {
                        float: none;
                    }

        #checkoutsection .card#paymentsection #paymentsectionsub .form-group #recurringOpitons .card-info-line {
            margin-left: 6.25vw;
            margin-right: 6.25vw;
            padding-top: 3.125vw;
            padding-bottom: 4.6875vw;
            border-bottom: 1px solid #3e454c;
        }

        #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection .subHeadhpfyN {
            padding-top: 0;
        }

        #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection p {
            padding-top: 1.5625vw;
            padding-left: 6.25vw;
            padding-right: 2.8125vw;
        }

        #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection .coupon-redeem-check li label span {
            color: #025685;
        }

        #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection .coupon-insert {
            padding-top: 3.125vw;
            padding-left: 6.25vw;
            padding-right: 6.25vw;
        }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection .coupon-insert .fill-area {
                display: block;
                justify-content: space-between;
            }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection .coupon-insert .fill-area .removeredeempart {
                    margin-top: 0;
                }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection .coupon-insert .fill-area input[type="text"] {
                    width: 100%;
                    min-height: 34px;
                    height: 34px;
                    padding-left: 4.6875vw;
                    padding-top: 2.5vw;
                    padding-bottom: 1.875vw;
                    border: 1px solid #3e454c;
                }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection .coupon-insert .fill-area input[type="text"]::-webkit-input-placeholder {
                        opacity: .56;
                    }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection .coupon-insert .fill-area button {
                    min-width: 88px;
                    width: 27.5vw;
                    height: 34px;
                    padding: 0;
                    line-height: 1;
                    font-size: .875rem;
                }

        #checkoutsection .card#paymentsection #paymentsectionsub .form-group #reward-sec {
            padding-top: 4.6875vw;
            padding-left: 6.25vw;
            padding-right: 6.25vw;
        }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #reward-sec #reedemrewardamtid {
                font-size: .875rem;
                line-height: 1.313rem;
                color: #025685;
            }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #reward-sec #reedemrewardamtid #reedemrewardamt {
                    margin-left: 10.9375vw;
                }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #reward-sec p {
                padding-right: 1.875vw;
                padding-top: 3.125vw;
            }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #reward-sec p span a {
                    color: #025685;
                }

        #checkoutsection .card#paymentsection #paymentsectionsub .form-group #prescriptionsection {
            margin-top: 6.25vw;
            padding-top: 1.875vw;
            padding-bottom: 6.25vw;
            background-color: #f2f2f2;
        }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #prescriptionsection ul.form-group {
                padding-right: 2.1875vw;
            }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #prescriptionsection ul.form-group .form-check-label {
                    display: flex;
                    align-items: flex-start;
                }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #prescriptionsection ul.form-group .form-check-label input {
                        margin-right: 7px;
                        margin-top: 5px;
                    }

        #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails {
            padding-top: 1.875vw;
        }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li:not(:last-child) {
                padding-bottom: 1.5625vw;
            }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group input, #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group select, #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group textarea {
                border-radius: 0;
                border-color: #b1b1b1;
                font-size: .875rem;
                border: .5px solid #b1b1b1;
                line-height: 1.313rem;
                padding-top: 7.6px;
                padding-bottom: 7.6px;
            }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group input[type="radio"] {
                    padding-top: 0;
                    padding-bottom: 0;
                }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .input-group .input-group-text {
                border-radius: 0;
                width: 34px;
                height: 34px;
                padding: 0;
                display: flex;
                justify-content: center;
                border-color: #b1b1b1;
                border-right: 1px solid #b1b1b1;
            }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .input-group input, #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .input-group select, #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .input-group textarea {
                border-radius: 0;
                height: 34px;
                border-color: #b1b1b1;
                font-size: .875rem;
                line-height: 1.313rem;
                padding-top: 5px;
                padding-bottom: 7.6px;
            }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-check-label {
                font-weight: 500;
            }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-check-label input[type="radio"] {
                    border-radius: 100%;
                    margin-right: 5px;
                }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-field {
                padding-top: 3.125vw;
            }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-field.expire-date {
                    justify-content: space-between;
                }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-field.expire-date .expire-month {
                        width: 37.1875vw;
                    }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-field.expire-date .expire-year {
                        width: 37.5vw;
                    }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-field.cvv {
                    align-items: center;
                }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-field.cvv div {
                        margin-right: 4.375vw;
                    }

                        #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-field.cvv div .form-control {
                            width: 37.1875vw;
                        }

                        #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-field.cvv div label.about-cvv {
                            width: 28.5vw;
                            padding-bottom: 0;
                            text-align: center;
                            padding-left: 14px;
                        }

                            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-field.cvv div label.about-cvv a {
                                color: #eb0400;
                                text-decoration: none;
                            }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-field label input[type="radio"] {
                    border-radius: 100%;
                }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-field label span {
                    font-weight: 500;
                }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-field .input-field .payment-card-logo-container {
                    padding-top: 1.5625vw;
                }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-field .input-field .payment-card-logo-container .payment-card-logo .img-container {
                        width: 45px;
                        height: 28px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                        #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-field .input-field .payment-card-logo-container .payment-card-logo .img-container img {
                            margin-left: auto;
                            margin-right: auto;
                        }

                        #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-field .input-field .payment-card-logo-container .payment-card-logo .img-container:not(:last-child) {
                            margin-right: 7px;
                        }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .hideactiveCheque label {
                padding-bottom: 2.8125vw;
                font-weight: 500;
            }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .hideactiveCheque input, #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .hideactiveCheque select, #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .hideactiveCheque textarea {
                border-radius: 0;
                border-color: #b1b1b1;
                font-size: .875rem;
                border: .5px solid #b1b1b1;
                line-height: 1.313rem;
                padding-top: 7.6px;
                padding-bottom: 7.6px;
            }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .hideactiveCheque input[type="radio"] {
                    padding-top: 0;
                    padding-bottom: 0;
                }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .hideactiveCheque .input-group .input-group-text {
                border-radius: 0;
                width: 34px;
                height: 34px;
                padding: 0;
                display: flex;
                justify-content: center;
                border-color: #b1b1b1;
                border-right: 1px solid #b1b1b1;
            }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .hideactiveCheque .input-group input, #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .hideactiveCheque .input-group select, #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .hideactiveCheque .input-group textarea {
                border-radius: 0;
                height: 34px;
                border-color: #b1b1b1;
                font-size: .875rem;
                line-height: 1.313rem;
                padding-top: 5px;
                padding-bottom: 7.6px;
            }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .hideactiveCheque input.form-control {
                width: 78.125vw;
            }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails p.details_check {
                padding-top: 1.25vw;
                padding-left: 0;
                padding-right: 0;
                font-size: 14px;
                line-height: 1.125rem;
            }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .specialNote {
                padding-left: 6.25vw;
                padding-right: 6.25vw;
                padding-top: 6.25vw;
            }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .specialNote input, #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .specialNote select, #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .specialNote textarea {
                    border-radius: 0;
                    border-color: #b1b1b1;
                    font-size: .875rem;
                    border: .5px solid #b1b1b1;
                    line-height: 1.313rem;
                    padding-top: 7.6px;
                    padding-bottom: 7.6px;
                }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .specialNote input[type="radio"] {
                        padding-top: 0;
                        padding-bottom: 0;
                    }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .specialNote .input-group .input-group-text {
                    border-radius: 0;
                    width: 34px;
                    height: 34px;
                    padding: 0;
                    display: flex;
                    justify-content: center;
                    border-color: #b1b1b1;
                    border-right: 1px solid #b1b1b1;
                }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .specialNote .input-group input, #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .specialNote .input-group select, #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .specialNote .input-group textarea {
                    border-radius: 0;
                    height: 34px;
                    border-color: #b1b1b1;
                    font-size: .875rem;
                    line-height: 1.313rem;
                    padding-top: 5px;
                    padding-bottom: 7.6px;
                }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .specialNote label {
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 1.125rem;
                    padding-bottom: 3.4375vw;
                }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .specialNote textarea {
                    width: 78.125vw;
                }

#checkoutsection #checkout-shopping-cart.custom-container {
    width: 100%;
    padding-right: var(--bs-gutter-x,4.6875vw);
    padding-left: var(--bs-gutter-x,4.6875vw);
    margin-right: auto;
    margin-left: auto;
    padding-top: 6.25vw;
    padding-bottom: 45px;
}

    #checkoutsection #checkout-shopping-cart.custom-container .heading {
        font-size: 1.563rem;
        line-height: 2.313rem;
    }

    #checkoutsection #checkout-shopping-cart.custom-container #cart-detail-table table tbody .about-cart-product {
        font-weight: normal;
        padding-left: 3.125vw;
    }

        #checkoutsection #checkout-shopping-cart.custom-container #cart-detail-table table tbody .about-cart-product a {
            color: #025685;
            font-size: 1rem;
            padding-left: 0;
            padding-bottom: 1.5625vw;
            text-decoration: none;
        }

        #checkoutsection #checkout-shopping-cart.custom-container #cart-detail-table table tbody .about-cart-product .bold {
            font-weight: 600;
        }

        #checkoutsection #checkout-shopping-cart.custom-container #cart-detail-table table tbody .about-cart-product .item-code {
            padding-top: 1.5625vw;
        }

    #checkoutsection #checkout-shopping-cart.custom-container #cart-detail-table table tbody tr td {
        padding-top: 4.6875vw;
        padding-bottom: 4.6875vw;
    }

    #checkoutsection #checkout-shopping-cart.custom-container #cart-detail-table table tbody .product-removed-cart p {
        padding-top: 4.6875vw;
        padding-bottom: 4.6875vw;
    }

        #checkoutsection #checkout-shopping-cart.custom-container #cart-detail-table table tbody .product-removed-cart p span {
            color: #025685;
            text-decoration: underline;
        }

    #checkoutsection #checkout-shopping-cart.custom-container #cart-detail-table table tbody .span {
        font-size: 1rem;
        font-color: #3e454c;
    }

    #checkoutsection #checkout-shopping-cart.custom-container #cart-detail-table table tbody .dimention {
        font-weight: normal;
    }

    #checkoutsection #checkout-shopping-cart.custom-container #cart-detail-table table tbody .cart-count {
        padding: .313rem .25rem;
        text-align: center;
        margin: 0 .313rem;
        border-radius: 4px;
        width: 48px;
        height: 1.813rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #checkoutsection #checkout-shopping-cart.custom-container #cart-detail-table table tbody .cart-count .cart-count-btn i {
            color: #025685;
            font-size: 1rem;
        }

    #checkoutsection #checkout-shopping-cart.custom-container #cart-detail-table table tbody .la-plus:before {
        font-style: normal;
    }

    #checkoutsection #checkout-shopping-cart.custom-container .totalSummary {
        background-color: #fff;
        padding-top: 1.5625vw;
    }

        #checkoutsection #checkout-shopping-cart.custom-container .totalSummary ul {
            padding-left: 0;
            list-style: none;
        }

            #checkoutsection #checkout-shopping-cart.custom-container .totalSummary ul li {
                display: flex;
                justify-content: space-between;
                padding-top: 3.125vw;
            }

                #checkoutsection #checkout-shopping-cart.custom-container .totalSummary ul li div:first-child {
                    font-weight: 500;
                }

                #checkoutsection #checkout-shopping-cart.custom-container .totalSummary ul li.total-price {
                    color: #025685;
                }

#checkoutsection #checkout-terms-and-conditions {
    margin-top: 6.25vw;
    padding: 2.125vw .6875vw 2.125vw .6875vw;
    background-color: #f2f2f2;
    z-index: 0;
}

    #checkoutsection #checkout-terms-and-conditions ul {
        list-style: none;
        padding-top: 1.6875vw;
        margin-top: 3.6875vw;
        border-top: 1px solid #3e454c;
    }

        #checkoutsection #checkout-terms-and-conditions ul.form-group li {
            padding-top: 3.125vw;
            font-size: 14px;
            line-height: 1.125rem;
        }

            #checkoutsection #checkout-terms-and-conditions ul.form-group li .form-check-label {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
            }

                #checkoutsection #checkout-terms-and-conditions ul.form-group li .form-check-label input {
                    border-radius: 0;
                    margin-right: 7px;
                    margin-top: 5px;
                }

                #checkoutsection #checkout-terms-and-conditions ul.form-group li .form-check-label a {
                    color: #eb0400;
                }

            #checkoutsection #checkout-terms-and-conditions ul.form-group li:nth-child(2) p {
                padding-right: 1.875vw;
            }

    #checkoutsection #checkout-terms-and-conditions .oder-error-msg {
        color: #d10b0b;
        margin-bottom: 4.6875vw;
        font-weight: 600;
    }

    #checkoutsection #checkout-terms-and-conditions button {
        font-size: 1.563rem;
        line-height: 2.313rem;
        min-height: 50px;
        height: 50px;
        margin: auto;
        padding: 0 50px;
    }

    #checkoutsection #checkout-terms-and-conditions.fixed-top {
        animation-name: stickyheaderDown;
        position: unset;
    }

#checkoutsection .hideactivePaypal .img-container {
    width: 120px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #checkoutsection .hideactivePaypal .img-container img {
        margin-left: auto;
        margin-right: auto;
    }

    #checkoutsection .hideactivePaypal .img-container img {
        width: 100%;
    }

    #checkoutsection .hideactivePaypal .img-container:first-child {
        margin-right: 5px;
    }

    #checkoutsection .hideactivePaypal .img-container:last-child {
        margin-left: 5px;
    }

.payment-card {
    display: block;
}

    .payment-card .card-div {
        display: flex;
    }

.login-container {
    width: 100%;
    padding-right: var(--bs-gutter-x,5px);
    padding-left: var(--bs-gutter-x,5px);
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
}

    .login-container .login-box {
        width: 100%;
        padding-right: var(--bs-gutter-x,10px);
        padding-left: var(--bs-gutter-x,10px);
        margin-right: auto;
        margin-left: auto;
        background-color: #f9f7f8;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .login-container .login-box .heading {
            font-size: 1.563rem;
            font-weight: normal;
            margin-bottom: 15px;
        }

        .login-container .login-box form .input-div {
            padding-bottom: 15px;
        }

            .login-container .login-box form .input-div label {
                margin-bottom: 0;
                padding-bottom: 5px;
                font-size: .875rem;
                font-weight: 400;
                width: 100%;
            }

            .login-container .login-box form .input-div .input-group .input-group-text {
                border: 1px solid #b1b1b1;
                border-radius: 0;
            }

            .login-container .login-box form .input-div .input-group input {
                border-radius: 0;
                border: 1px solid #b1b1b1;
            }

            .login-container .login-box form .input-div .input-group.password {
                position: relative;
            }

                .login-container .login-box form .input-div .input-group.password .eye-icon {
                    position: absolute;
                    top: 10px;
                    right: 10px;
                    cursor: pointer;
                    z-index: 5;
                }

            .login-container .login-box form .input-div .error-msg {
                display: block;
                padding-top: 3px;
                font-size: .875rem;
            }

        .login-container .login-box form .forgot-password {
            font-size: .875rem;
            text-decoration: underline;
        }

        .login-container .login-box form .btn-container {
            text-align: center;
        }

            .login-container .login-box form .btn-container .btn-submit {
                border-radius: 2px;
                margin: 0 auto;
                margin-top: 15px;
                display: block;
                width: 100%;
            }

            .login-container .login-box form .btn-container .signuplink {
                padding-top: 15px;
                font-size: .75rem;
                text-align: center;
            }

                .login-container .login-box form .btn-container .signuplink .account-link {
                    color: #4f8324;
                }

        .login-container .login-box form .signuplink {
            padding-top: 15px;
            font-size: .75rem;
            text-align: center;
        }

            .login-container .login-box form .signuplink .account-link {
                color: #4f8324;
            }

        .login-container .login-box form .btn-single-sign-in {
            margin-top: 4.6875vw;
            display: flex;
            justify-content: center;
        }

            .login-container .login-box form .btn-single-sign-in div {
                width: auto;
            }

            .login-container .login-box form .btn-single-sign-in span {
                border-radius: 2px;
                width: 100%;
                padding: 6px 30px;
                justify-content: center;
                display: flex;
                height: 34px;
                align-items: center;
                background-color: #3b5998;
                color: #fff;
            }

                .login-container .login-box form .btn-single-sign-in span img {
                    margin-right: 3.125vw;
                }

            .login-container .login-box form .btn-single-sign-in div:nth-child(1) span {
                margin-right: 9px;
                display: flex;
                padding: 0;
                align-items: center;
            }

            .login-container .login-box form .btn-single-sign-in div:nth-child(2) span {
                display: flex;
                align-items: center;
                border: 1px solid #262626;
                background-color: #fff;
                color: #000;
                margin-left: 9px;
                padding: 0;
            }

.create-account-container {
    width: 100%;
    padding-right: var(--bs-gutter-x,4.6875vw);
    padding-left: var(--bs-gutter-x,4.6875vw);
    margin-right: auto;
    margin-left: auto;
}

    .create-account-container .header {
        padding-top: 20px;
        border-bottom: 1px solid #d3d3d3;
    }

        .create-account-container .header h1, .create-account-container .header .h1 {
            font-weight: normal;
            padding-bottom: 15px;
            margin-bottom: 0;
            font-size: 1.563rem;
            color: #025685;
        }

        .create-account-container .header .have-account a {
            color: #4f8324;
        }

    .create-account-container .create-account-form {
        padding-top: 20px;
    }

        .create-account-container .create-account-form .mandatory-text {
            font-size: .875rem;
        }

        .create-account-container .create-account-form .personal-login-info .heading, .create-account-container .create-account-form .billing-info .heading {
            color: #025685;
            font-weight: 500;
            font-size: 1.125rem;
            padding-top: 15px;
            margin-bottom: 15px;
        }

        .create-account-container .create-account-form .personal-login-info .input-div, .create-account-container .create-account-form .billing-info .input-div {
            padding-bottom: 15px;
        }

            .create-account-container .create-account-form .personal-login-info .input-div input, .create-account-container .create-account-form .personal-login-info .input-div select, .create-account-container .create-account-form .personal-login-info .input-div textarea, .create-account-container .create-account-form .billing-info .input-div input, .create-account-container .create-account-form .billing-info .input-div select, .create-account-container .create-account-form .billing-info .input-div textarea {
                border-radius: 0;
                border-color: #b1b1b1;
                font-size: .875rem;
                border: .5px solid #b1b1b1;
                line-height: 1.313rem;
                padding-top: 7.6px;
                padding-bottom: 7.6px;
            }

                .create-account-container .create-account-form .personal-login-info .input-div input[type="radio"], .create-account-container .create-account-form .billing-info .input-div input[type="radio"] {
                    padding-top: 0;
                    padding-bottom: 0;
                }

            .create-account-container .create-account-form .personal-login-info .input-div .input-group .input-group-text, .create-account-container .create-account-form .billing-info .input-div .input-group .input-group-text {
                border-radius: 0;
                width: 34px;
                height: 34px;
                padding: 0;
                display: flex;
                justify-content: center;
                border-color: #b1b1b1;
                border-right: 1px solid #b1b1b1;
            }

            .create-account-container .create-account-form .personal-login-info .input-div .input-group input, .create-account-container .create-account-form .personal-login-info .input-div .input-group select, .create-account-container .create-account-form .personal-login-info .input-div .input-group textarea, .create-account-container .create-account-form .billing-info .input-div .input-group input, .create-account-container .create-account-form .billing-info .input-div .input-group select, .create-account-container .create-account-form .billing-info .input-div .input-group textarea {
                border-radius: 0;
                height: 34px;
                border-color: #b1b1b1;
                font-size: .875rem;
                line-height: 1.313rem;
                padding-top: 5px;
                padding-bottom: 7.6px;
            }

            .create-account-container .create-account-form .personal-login-info .input-div select, .create-account-container .create-account-form .billing-info .input-div select {
                background-color: transparent;
            }

            .create-account-container .create-account-form .personal-login-info .input-div label, .create-account-container .create-account-form .billing-info .input-div label {
                margin-bottom: 0;
                padding-bottom: 5px;
                font-size: .875rem;
            }

            .create-account-container .create-account-form .personal-login-info .input-div .error-msg, .create-account-container .create-account-form .billing-info .input-div .error-msg {
                font-size: .875rem;
                display: block;
                padding-top: 3px;
            }

.forgot-passoword-container {
    width: 100%;
    padding-right: var(--bs-gutter-x,4.6875vw);
    padding-left: var(--bs-gutter-x,4.6875vw);
    margin-right: auto;
    margin-left: auto;
}

    .forgot-passoword-container .header {
        padding-top: 20px;
        border-bottom: 1px solid #d3d3d3;
    }

        .forgot-passoword-container .header h1, .forgot-passoword-container .header .h1 {
            font-weight: normal;
            padding-bottom: 15px;
            margin-bottom: 0;
            font-size: 1.563rem;
            color: #025685;
        }

        .forgot-passoword-container .header .have-account a {
            color: #4f8324;
        }

    .forgot-passoword-container .forgot-password-form {
        padding-top: 20px;
    }

        .forgot-passoword-container .forgot-password-form .mandatory-text {
            font-size: .875rem;
        }

        .forgot-passoword-container .forgot-password-form .recover-info p {
            font-size: .875rem;
            margin-bottom: 15px;
        }

        .forgot-passoword-container .forgot-password-form .recover-info .input-div {
            padding-bottom: 15px;
        }

            .forgot-passoword-container .forgot-password-form .recover-info .input-div input, .forgot-passoword-container .forgot-password-form .recover-info .input-div select, .forgot-passoword-container .forgot-password-form .recover-info .input-div textarea {
                border-radius: 0;
                border-color: #b1b1b1;
                font-size: .875rem;
                border: .5px solid #b1b1b1;
                line-height: 1.313rem;
                padding-top: 7.6px;
                padding-bottom: 7.6px;
            }

                .forgot-passoword-container .forgot-password-form .recover-info .input-div input[type="radio"] {
                    padding-top: 0;
                    padding-bottom: 0;
                }

            .forgot-passoword-container .forgot-password-form .recover-info .input-div .input-group .input-group-text {
                border-radius: 0;
                width: 34px;
                height: 34px;
                padding: 0;
                display: flex;
                justify-content: center;
                border-color: #b1b1b1;
                border-right: 1px solid #b1b1b1;
            }

            .forgot-passoword-container .forgot-password-form .recover-info .input-div .input-group input, .forgot-passoword-container .forgot-password-form .recover-info .input-div .input-group select, .forgot-passoword-container .forgot-password-form .recover-info .input-div .input-group textarea {
                border-radius: 0;
                height: 34px;
                border-color: #b1b1b1;
                font-size: .875rem;
                line-height: 1.313rem;
                padding-top: 5px;
                padding-bottom: 7.6px;
            }

            .forgot-passoword-container .forgot-password-form .recover-info .input-div select {
                background-color: transparent;
            }

            .forgot-passoword-container .forgot-password-form .recover-info .input-div label {
                margin-bottom: 0;
                padding-bottom: 5px;
                font-size: .875rem;
            }

            .forgot-passoword-container .forgot-password-form .recover-info .input-div .error-msg {
                font-size: .875rem;
                display: block;
                padding-top: 3px;
            }

.acticle-tab-card {
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 3px 10px rgba(88,98,97,.41);
    border-radius: 10px;
}

    .acticle-tab-card .heading {
        margin-bottom: 0;
        padding-left: 4.6875vw;
        padding-right: 4.6875vw;
        margin-bottom: 15px;
    }

        .acticle-tab-card .heading a {
            font-size: 1.125rem;
        }

    .acticle-tab-card .article-text {
        padding-left: 4.6875vw;
        padding-right: 4.6875vw;
        font-size: .875rem;
    }

    .acticle-tab-card .article-author-date {
        display: flex;
        align-items: center;
        padding-left: 4.6875vw;
        padding-right: 4.6875vw;
        font-size: .875rem;
    }

        .acticle-tab-card .article-author-date a {
            color: #3e454c !important;
        }

        .acticle-tab-card .article-author-date .article-texta {
            color: #3e454c;
        }

        .acticle-tab-card .article-author-date .author-name {
            padding-right: 1.5625vw;
        }

        .acticle-tab-card .article-author-date .article-date {
            padding-left: 1.5625vw;
        }

            .acticle-tab-card .article-author-date .article-date i {
                margin-right: 3px;
            }

#category-FSA {
    padding: 6.25vw 4.6875vw 0 4.6875vw;
}

    #category-FSA h2, #category-FSA .h2 {
        font-size: 1.563rem;
        line-height: 2.313rem;
        text-align: center;
        margin-bottom: 4.6875vw;
    }

    #category-FSA .category-container {
        margin-top: 0;
        display: flex;
        margin-left: 0;
        margin-right: 0;
    }

        #category-FSA .category-container .category-img-container {
            height: auto;
            margin-top: 4.6875vw;
            width: 43.75vw;
        }

        #category-FSA .category-container h3, #category-FSA .category-container .h3 {
            margin-top: 1.5625vw;
            margin-bottom: 0;
            font-size: .75rem;
            line-height: 1.313rem;
        }

    #category-FSA .category-item-box {
        width: 50%;
        padding: 0;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }

#articles-FSA {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-top: 6.25vw;
}

    #articles-FSA .row {
        padding: 0;
        display: block;
    }

    #articles-FSA h1, #articles-FSA .h1 {
        font-size: 1.563rem;
        text-align: center;
        line-height: 2.813rem;
        text-align: center;
        margin-bottom: 0;
    }

    #articles-FSA .article-body {
        margin-top: 4.6875vw;
        width: 95vw;
        height: auto;
        background: #fff 0% 0% no-repeat padding-box;
        box-shadow: 0 3px 6px rgba(0,0,0,.16);
        border-radius: 10px;
        opacity: 1;
        width: auto;
        height: auto;
        padding: 6.25vw 4.6875vw 6.25vw 4.6875vw;
        margin-bottom: 0;
    }

    #articles-FSA .article-title {
        background-color: #eb0400;
        font-size: .75rem;
        color: #fff;
        line-height: 1.125rem;
        width: 85px;
        height: 17px;
        margin: 0;
        text-align: center;
    }

    #articles-FSA .article-subtitle {
        font-size: 1rem;
        color: #3e454c;
        padding-top: 3.125vw;
        margin-bottom: 0;
        padding-bottom: 3.125vw;
    }

    #articles-FSA .article-link {
        font-size: .875rem;
        line-height: 1.313rem;
        color: #3e454c;
        opacity: 1;
        padding: 0 6px 10px 0;
    }

    #articles-FSA:hover {
        opacity: 1;
    }

    #articles-FSA .fa {
        font-size: 16px;
    }

    #articles-FSA .article-text {
        font-size: 1rem;
        color: #3e454c;
        line-height: 1.5rem;
    }

    #articles-FSA p {
        padding-bottom: 0;
        font-size: .875rem;
        line-height: 1.5rem;
        padding-top: 0;
        margin-bottom: 3.125vw;
    }

#FSA-items {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-top: 6.25vw;
}

    #FSA-items h2, #FSA-items .h2 {
        padding: 0;
        text-align: center;
        font-size: 1.875rem;
        margin-bottom: 4.6875vw;
        line-height: 2.313rem;
    }

    #FSA-items .product-price {
        margin-bottom: 15px;
    }

#FSA-card {
    padding-top: 6.25vw;
}

    #FSA-card h2, #FSA-card .h2 {
        font-size: 1.563rem;
        color: #3e454c;
        padding-bottom: 0;
        line-height: 2.313rem;
        margin-bottom: 4.6875vw;
    }

    #FSA-card .FSA-card-description {
        margin: 0;
    }

        #FSA-card .FSA-card-description h3, #FSA-card .FSA-card-description .h3 {
            margin: 3.125vw 0 3.125vw 0;
            font-size: .875rem;
            color: #3e454c;
            line-height: 1.313rem;
            font-weight: 600;
        }

        #FSA-card .FSA-card-description p {
            margin: 0;
            font-size: .875rem;
            padding-top: 0;
        }

        #FSA-card .FSA-card-description h4, #FSA-card .FSA-card-description .h4 {
            margin: 0;
            font-weight: 500;
            font-size: .875rem;
            padding-top: 0;
        }

        #FSA-card .FSA-card-description ul {
            font-size: .875rem;
            padding: 1.5625vw 0 0 4.6875vw;
        }

        #FSA-card .FSA-card-description li {
            font-size: .875rem;
            list-style: none;
        }

    #FSA-card .accordion-body {
        font-size: .875rem;
        line-height: 1.5rem;
        padding: 0;
    }

        #FSA-card .accordion-body a {
            color: #025685;
        }

    #FSA-card .accordion-item:first-of-type .accordion-button {
        color: #3e454c;
        padding: 15px 0 10px 0;
    }

    #FSA-card .accordion-flush .accordion-item .accordion-button {
        padding: 11px 0 0 0;
    }

    #FSA-card .accordion-button collapsed {
        padding: 0;
    }

    #FSA-card .accordion-header {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 0;
        padding: 0;
        margin: 0 0 -8px 0;
        height: 50px;
    }

#FSA-product-description {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-top: 6.25vw;
}

    #FSA-product-description h2, #FSA-product-description .h2 {
        font-size: 1.563rem;
        margin-bottom: 4.6875vw;
        line-height: 2.313rem;
        text-align: center;
    }

    #FSA-product-description p {
        margin-bottom: 0;
        font-size: .875rem;
    }

#FSA-FAQ {
    padding-top: 6.25vw;
}

    #FSA-FAQ p {
        text-align: start;
    }

    #FSA-FAQ h1, #FSA-FAQ .h1 {
        text-align: center;
        margin: 0;
        font-size: 1.563rem;
        padding-bottom: 4.6875vw;
    }

    #FSA-FAQ .accordion-header {
        font-size: 1rem;
        margin: 0;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

        #FSA-FAQ .accordion-header .accordion-button {
            padding: 3.125vw 0;
        }

    #FSA-FAQ .accordion-body {
        padding-top: 3.125vw;
        padding-bottom: 3.125vw;
    }

        #FSA-FAQ .accordion-body a {
            color: #025685;
        }

.accordion-item:first-of-type .accordion-button {
    padding: 15px 0 10px 0;
}

.accordion-flush .accordion-item .accordion-button {
    color: #3e454c;
    padding: 15px 0 10px 0;
}

.accordion-button collapsed {
    padding: 0;
}

#top-banner-rewards .banner-container-rewards .banner-img-rewards {
    background-image: url(../img/rewards-program-banner.jpg);
    height: 200px;
    background-size: cover;
}

#top-banner-rewards .banner-container-rewards h1, #top-banner-rewards .banner-container-rewards .h1 {
    font-size: 1.563rem;
    color: #fff;
    line-height: 2.313rem;
    text-align: center;
    padding: 64px 71px 64px 71px;
}

#benefits-rewards {
    padding-top: 6.25vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

    #benefits-rewards h2, #benefits-rewards .h2 {
        margin-bottom: 4.6875vw;
        font-size: 1.563rem;
        line-height: 2.313rem;
        text-align: center;
    }

    #benefits-rewards .fa {
        font-size: 50px;
        color: #025685;
    }

    #benefits-rewards h3, #benefits-rewards .h3 {
        margin-bottom: 3.125vw;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    #benefits-rewards p {
        text-align: center;
        margin-bottom: 3.125vw;
        font-size: .875rem;
        line-height: 1.313rem;
    }

#getting-start {
    padding-top: 6.25vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

    #getting-start .row .reward-viedo {
        width: 100%;
        height: 51.25vw;
    }

    #getting-start .row .reward-viedo-text {
        padding-top: 6.25vw;
        width: 100%;
        text-align: left;
    }

        #getting-start .row .reward-viedo-text ul li {
            display: contents;
            margin-bottom: 3.125vw;
        }

        #getting-start .row .reward-viedo-text ul .btn-signin {
            margin-top: 3.125vw;
            background-color: #e8e8e8;
            font-size: 1rem;
            color: #025685;
            width: 90.625vw;
            height: 10.625vw;
            border-style: none;
            margin-bottom: 6.25vw;
        }

        #getting-start .row .reward-viedo-text ul .btn-signup {
            margin-right: 1.5vw;
            background-color: #4f8324;
            font-size: 1rem;
            color: #fff;
            width: 90.625vw;
            height: 10.625vw;
            border-style: none;
        }

    #getting-start h2, #getting-start .h2 {
        font-size: 1.563rem;
        padding-top: 0;
        line-height: 2.313rem;
        text-align: center;
        margin-bottom: 3.125vw;
    }

    #getting-start p {
        font-size: .875rem;
        line-height: 1.313rem;
        margin-bottom: 4.6875vw;
        text-align: center;
    }

    #getting-start .steps-p-n {
        margin-bottom: 3.438vw;
    }

    #getting-start ul {
        margin: 0;
        padding: 0;
    }

    #getting-start li {
        margin-bottom: 20px;
        list-style: none;
    }

    #getting-start .viedo-heading {
        margin-bottom: 3.438vw;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.5rem;
        padding-top: 3.438vw;
    }

    #getting-start .text-center {
        text-align: center;
    }

    #getting-start .steps .s-no {
        width: 52px;
        height: 52px;
        border: 3px solid #025685;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.125rem;
        margin-left: auto;
        margin-right: auto;
        font-weight: 600;
    }

    #getting-start .steps .txt-center {
        text-align: -webkit-center;
    }

    #getting-start .steps .steps-item {
        margin-bottom: 10px;
        text-align: center;
    }

#program-guidelines {
    padding-right: 4.6875vw;
    padding-left: 4.6875vw;
    padding-top: 1.5625vw;
}

    #program-guidelines h2, #program-guidelines .h2 {
        font-size: 1.563rem;
        padding-top: 0;
        line-height: 2.313rem;
        text-align: center;
        margin-bottom: 4.6875vw;
    }

    #program-guidelines p {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 4.6875vw;
    }

    #program-guidelines li {
        font-size: .875rem;
        list-style: disc;
        line-height: 1.313rem;
    }

        #program-guidelines li span {
            display: block;
        }

.category-page-faq-section .section-title .rewar-h2 {
    margin-bottom: 4.6875vw;
}

.category-page-faq-section .accordion-body {
    padding-top: 0;
    padding-bottom: 4.6875vw;
    font-size: .875rem;
}

    .category-page-faq-section .accordion-body a {
        color: #025685;
    }

#top-banner-GD .banner-img {
    background-image: url(../img/banner-giving-day.png);
    height: 62.5vw;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #top-banner-GD .banner-img .inside-heading h1, #top-banner-GD .banner-img .inside-heading .h1 {
        font-size: 1.563rem;
        color: #fff;
        line-height: 2.375rem;
        text-align: center;
        margin: 0;
    }

#shipping-terms.custom-container {
    width: 100%;
    padding-right: var(--bs-gutter-x,1%);
    padding-left: var(--bs-gutter-x,1%);
    margin-right: auto;
    margin-left: auto;
}

.my-nav {
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    padding-top: 1.875vw;
    padding-bottom: 1.563vw;
}

    .my-nav span {
        font-size: 1rem;
        color: #025685;
    }

    .my-nav .fa-chevron-circle-down {
        font-size: 1rem;
        color: #025685;
    }

#my-nav-2 .up-down.fa-chevron-circle-down {
    display: inline-block !important;
}

#my-nav-2 .up-down.active {
    display: inline-block !important;
    transform: rotate(180deg);
}

#navbarToggleExternalContent.collapse {
    z-index: 11;
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    position: absolute;
    background-color: #fff;
    justify-content: center;
}

    #navbarToggleExternalContent.collapse .my-drop-menu {
        background: #fff;
        position: relative;
        width: 100%;
    }

        #navbarToggleExternalContent.collapse .my-drop-menu.active {
            z-index: 1;
            background: #fff;
            position: relative;
            width: 100%;
        }

        #navbarToggleExternalContent.collapse .my-drop-menu .main-drop {
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #000;
        }

            #navbarToggleExternalContent.collapse .my-drop-menu .main-drop.active {
                color: #fff;
                background-color: #4f8324;
            }

                #navbarToggleExternalContent.collapse .my-drop-menu .main-drop.active .fa {
                    transform: rotate(0deg);
                }

            #navbarToggleExternalContent.collapse .my-drop-menu .main-drop .fa {
                transform: rotate(180deg);
            }

                #navbarToggleExternalContent.collapse .my-drop-menu .main-drop .fa.active {
                    transform: rotate(0deg);
                    transition: all .3s ease-in;
                }

        #navbarToggleExternalContent.collapse .my-drop-menu .drop-menu {
            box-shadow: 0 3px 6px rgba(0,0,0,.16);
            position: sticky;
            z-index: 1;
            padding: 0;
        }

            #navbarToggleExternalContent.collapse .my-drop-menu .drop-menu li .dropdown-item:active {
                background-color: #4f8324;
                color: #fff;
                border-bottom: 1px solid #d3d3d3;
            }

    #navbarToggleExternalContent.collapse .nav-link:hover, #navbarToggleExternalContent.collapse .nav-link:focus {
        color: #000;
    }

    #navbarToggleExternalContent.collapse .drop-menu li .dropdown-item:active {
        background-color: #4f8324;
        color: #fff;
        border-bottom: 1px solid #dcdcdc;
    }

    #navbarToggleExternalContent.collapse .drop-menu {
        display: none;
        margin-bottom: 0;
        padding-bottom: 3.125vw;
        padding-left: 0;
    }

        #navbarToggleExternalContent.collapse .drop-menu.active {
            display: block;
            z-index: 1;
            background: #fff;
            padding-bottom: 3.125vw;
            padding-left: 0;
            position: relative;
            width: 100%;
        }

    #navbarToggleExternalContent.collapse .my-dropmenu-last .nav-link {
        color: #000;
    }

        #navbarToggleExternalContent.collapse .my-dropmenu-last .nav-link:hover {
            color: #fff;
        }

    #navbarToggleExternalContent.collapse .my-dropmenu-last a {
        color: #4f8324;
    }

    #navbarToggleExternalContent.collapse .my-dropmenu-last .drop-menu li {
        color: #000;
        padding-left: 1.125vw;
        border-bottom: none;
        margin-bottom: 4.063vw;
    }

    #navbarToggleExternalContent.collapse .my-dropmenu-last .drop-menu a {
        color: #4f8324;
        padding-left: 10px;
    }

    #navbarToggleExternalContent.collapse .my-dropmenu-last .dropdown-menu .dropdown-item {
        padding-top: 13px;
        font-size: .875rem;
    }

    #navbarToggleExternalContent.collapse .my-dropmenu-last .dropdown-menu {
        width: 100%;
        border: none;
    }

#navbarToggleExternalContent .dropend .dropdown-toggle::after {
    display: none;
}

#navbarToggleExternalContent .dropend .btn {
    align-items: center;
    border-radius: 0;
    width: 100%;
    display: flex;
    padding: 4px 12px;
    background-color: rgba(214,214,214,.411);
    justify-content: space-between;
}

    #navbarToggleExternalContent .dropend .btn .inner-arrow {
        display: block;
        width: 100%;
        text-align: end;
    }

#navbarToggleExternalContent .dropend:hover .btn {
    background-color: rgba(214,214,214,.411);
}

#navbarToggleExternalContent .inner-arrow {
    display: block !important;
}

#navbarToggleExternalContent .dropend .inner-arrow.active {
    transform: rotate(180deg);
    display: block !important;
    text-align: -webkit-left;
    text-align: left;
}

#navbarToggleExternalContent .dropend .inner-arrow.no-arrow {
    opacity: 0;
}

#navbarToggleExternalContent .dropend .dropdown-menu {
    border: 0;
    padding: 0;
}

#navbarToggleExternalContent .dropstart .dropdown-toggle::before {
    display: none;
}

#navbarToggleExternalContent .dropstart .btn {
    border-radius: 0;
    width: 100%;
    display: flex;
    padding: 4px 12px;
    background-color: rgba(214,214,214,.411);
    justify-content: space-between;
}

    #navbarToggleExternalContent .dropstart .btn .inner-arrow {
        display: block;
        width: 100%;
        text-align: end;
    }

        #navbarToggleExternalContent .dropstart .btn .inner-arrow.no-arrow {
            opacity: 0;
        }

#navbarToggleExternalContent .inner-arrow {
    display: block !important;
}

#navbarToggleExternalContent .dropstart .inner-arrow.active {
    transform: rotate(180deg);
    display: block !important;
    text-align: -webkit-left;
    text-align: left;
}

#navbarToggleExternalContent .dropstart .dropdown-menu {
    border: 0;
    padding: 0;
}

#navbarToggleExternalContent .last-nav-art {
    display: block;
}

#navbarToggleExternalContent .dropdown-menu.show {
    position: inherit !important;
    width: 100% !important;
    transform: translate3d(0,0,0) !important;
    border-bottom: 0;
}

.show-drop {
    position: inherit !important;
    width: 100% !important;
    transform: translate3d(0,0,0) !important;
    border-bottom: 0;
}

    .show-drop.active {
        display: block;
    }

    .show-drop.active {
        display: block;
    }

.dropdown .show li {
    font-size: .875rem;
}

.btn-blue {
    margin-top: 4.688vw;
    padding-top: .625vw;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    padding-bottom: .3125vw;
    font-size: .75rem;
    line-height: 1.125rem;
    color: #fff;
    background-color: #237cc9;
    border: 1px solid #237cc9;
}

    .btn-blue a {
        color: #fff;
    }

.btn-red2 {
    margin-top: 4.688vw;
    padding-top: .625vw;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    padding-bottom: .3125vw;
    font-size: .75rem;
    line-height: 1.125rem;
    color: #fff;
    background-color: #ce423f;
    border: 1px solid #ce423f;
}

    .btn-red2 a {
        color: #fff;
    }

.btn-green {
    margin-top: 4.688vw;
    padding-top: .625vw;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    padding-bottom: .3125vw;
    font-size: .75rem;
    line-height: 1.125rem;
    color: #fff;
    border: 1px solid #4f8324;
    background-color: #4f8324;
}

    .btn-green a {
        color: #fff;
    }

.btn-red {
    margin-top: 4.688vw;
    padding-top: .625vw;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    padding-bottom: .3125vw;
    font-size: .75rem;
    line-height: 1.125rem;
    color: #fff;
    color: #fff;
    background-color: #eb0400;
    border: 1px solid #eb0400;
}

    .btn-red a {
        color: #fff;
    }

.btn-lightgreen {
    margin-top: 4.688vw;
    padding-top: .625vw;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    padding-bottom: .3125vw;
    font-size: .75rem;
    line-height: 1.125rem;
    color: #fff;
    border: 1px solid #79be57;
    background-color: #79be57;
}

    .btn-lightgreen a {
        color: #fff;
    }

.btn-pink {
    margin-top: 4.688vw;
    padding-top: .625vw;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    padding-bottom: .3125vw;
    font-size: .75rem;
    line-height: 1.125rem;
    color: #fff;
    background-color: #ca50d8;
    border: 1px solid #ca50d8;
}

    .btn-pink a {
        color: #fff;
    }

.btn-orange {
    margin-top: 4.688vw;
    padding-top: .625vw;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    padding-bottom: .3125vw;
    font-size: .75rem;
    line-height: 1.125rem;
    color: #fff;
    background-color: #eb9d00;
    border: 1px solid #eb9d00;
}

    .btn-orange a {
        color: #fff;
    }

.trending-div {
    padding-top: 6.25vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

    .trending-div .h22 {
        border-bottom-width: .625vw;
        border-bottom-style: solid;
        border-bottom-color: #d3d3d3;
    }

    .trending-div .home-heading-border {
        padding-bottom: 3.125vw;
        padding-bottom: 1.5625vw;
        font-size: 1.563rem;
        border-bottom-width: .625vw;
        border-bottom-style: solid;
        border-bottom-color: #025685;
        display: inline-block;
        margin: 0 0 -.625vw 0;
    }

    .trending-div picture {
        width: 100%;
    }

    .trending-div .row {
        padding-top: 3.125vw;
    }

    .trending-div .trending-pra-one {
        font-weight: bold;
        line-height: 1.688rem;
        padding-top: 3.125vw;
        font-size: 1rem;
        margin: 0;
    }

    .trending-div .trending-pra-two {
        line-height: 1.5rem;
        padding-top: 3.125vw;
        font-size: .875rem;
        margin: 0;
        text-align: justify;
    }

    .trending-div .trending-pra-sm {
        padding-top: 3.125vw;
        font-size: .875rem;
    }

        .trending-div .trending-pra-sm span {
            align-items: center;
            font-weight: 500;
        }

            .trending-div .trending-pra-sm span .fa {
                margin-right: 5px;
            }

.popular-div {
    padding-top: 6.25vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

    .popular-div .h22 {
        border-bottom-width: .625vw;
        border-bottom-style: solid;
        border-bottom-color: #d3d3d3;
    }

    .popular-div .home-heading-border {
        padding-bottom: 3.125vw;
        padding-bottom: 1.5625vw;
        font-size: 1.563rem;
        border-bottom-width: .625vw;
        border-bottom-style: solid;
        border-bottom-color: #025685;
        display: inline-block;
        margin: 0 0 -.625vw 0;
    }

    .popular-div .row {
        padding-top: 4.6875vw;
    }

    .popular-div .card {
        border: 2px solid #fff;
        margin: 0;
        padding: 0;
    }

        .popular-div .card img {
            border-radius: 0;
        }

    .popular-div p {
        font-weight: 500;
        margin: 0;
        line-height: 1.688rem;
        font-size: 1.125rem;
        padding-top: 3.125vw;
        padding-bottom: 4.6875vw;
    }

    .popular-div .card .card-img-overlay {
        opacity: 0;
    }

    .popular-div .card:hover .card-img-overlay {
        opacity: 1;
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        width: 100%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.editor-div {
    padding-top: 1.5625vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

    .editor-div .d-sm-none-heading {
        display: none;
    }

    .editor-div .h22 {
        border-bottom-width: .625vw;
        border-bottom-style: solid;
        border-bottom-color: #d3d3d3;
    }

    .editor-div .home-heading-border {
        padding-bottom: 1.5625vw;
        font-size: 1.563rem;
        border-bottom-width: .625vw;
        border-bottom-style: solid;
        border-bottom-color: #025685;
        display: inline-block;
        margin: 0 0 -.625vw 0;
    }

    .editor-div .row {
        padding-top: 4.6875vw;
    }

    .editor-div .editor-pra-one {
        font-weight: bold;
        padding-top: 3.125vw;
        font-size: 1rem;
        margin: 0;
        line-height: 1.688rem;
    }

    .editor-div .trending-pra-sm {
        padding-top: 3.125vw;
        font-size: .875rem;
    }

        .editor-div .trending-pra-sm span {
            align-items: center;
            font-weight: 500;
        }

            .editor-div .trending-pra-sm span .fa {
                margin-right: 5px;
            }

    .editor-div .editor-pra-two {
        font-size: .875rem;
        line-height: 1.5rem;
        margin: 0;
        padding-top: 3.125vw;
    }

.recently-div {
    padding-top: 13.75vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

    .recently-div .h22 {
        border-bottom-width: .625vw;
        border-bottom-style: solid;
        border-bottom-color: #d3d3d3;
    }

    .recently-div .home-heading-border {
        padding-bottom: 1.5625vw;
        font-size: 1.563rem;
        border-bottom-width: .625vw;
        border-bottom-style: solid;
        border-bottom-color: #025685;
        display: inline-block;
        margin: 0 0 -.625vw 0;
    }

    .recently-div .row {
        padding-top: 4.6875vw;
    }

    .recently-div .article-single-card:not(:last-child) {
        margin-bottom: 15px;
    }

    .recently-div .recently-pra-one {
        font-size: 1rem;
        line-height: 1.688rem;
        font-weight: bold;
        margin: 0;
        overflow: hidden;
        padding-top: 3.125vw;
    }

    .recently-div .article-single-card .shadow-n {
        box-shadow: 0 3px 6px rgba(0,0,0,.16);
        border-radius: 10px;
        padding-left: 4.6875vw;
        padding-right: 4.6875vw;
        padding-bottom: 6.25vw;
    }

    .recently-div .recently-pra-two {
        font-size: .875rem;
        line-height: 1.5rem;
        margin: 0;
        text-align: justify;
        padding: 0;
        min-height: 71px;
        overflow: hidden;
        padding-top: 3.125vw;
    }

    .recently-div .trending-pra-sm {
        padding-top: 3.125vw;
        font-size: .875rem;
    }

        .recently-div .trending-pra-sm span {
            align-items: center;
            font-weight: 500;
        }

            .recently-div .trending-pra-sm span .fa {
                margin-right: 5px;
            }

    .recently-div .btn-recently-card {
        padding-top: 6.25vw;
    }

.recently-viewed-items {
    padding-top: 6.25vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

    .recently-viewed-items .h22 {
        border-bottom-width: .625vw;
        border-bottom-style: solid;
        border-bottom-color: #d3d3d3;
    }

    .recently-viewed-items .home-heading-border {
        padding-bottom: 1.5625vw;
        font-size: 1.563rem;
        border-bottom-width: .625vw;
        border-bottom-style: solid;
        border-bottom-color: #025685;
        display: inline-block;
        margin: 0 0 -.625vw 0;
    }

    .recently-viewed-items .img-slider-two {
        padding-top: 4.6875vw;
    }

        .recently-viewed-items .img-slider-two .product-image img {
            border-radius: 100%;
        }

    .recently-viewed-items .authors-slider {
        margin-bottom: 6.25vw;
        padding-bottom: 0;
    }

        .recently-viewed-items .authors-slider .recent-product-card {
            text-align: center;
        }

            .recently-viewed-items .authors-slider .recent-product-card .authors-pic:hover::after {
                position: absolute;
                width: 100%;
                height: 100%;
                background-color: #d3d3d3;
                content: "";
                top: 0;
                right: 0;
                border-radius: 100%;
                opacity: .4;
            }

            .recently-viewed-items .authors-slider .recent-product-card .authors-pic img {
                width: 43.75vw;
                height: 43.75vw;
            }

            .recently-viewed-items .authors-slider .recent-product-card .authors-pic {
                position: relative;
                margin-bottom: 4.6875vw;
            }

                .recently-viewed-items .authors-slider .recent-product-card .authors-pic .slider-text-overlay {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 100%;
                    color: #fff;
                    font-size: 1rem;
                    z-index: 0;
                    text-align: center;
                    opacity: 0;
                    transform: translate(-50%,-50%);
                }

.container1 {
    background-image: url("../img/fsa-banner2.png");
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    color: #fff;
    height: 200px;
    display: flex;
    background-size: cover;
    align-items: center;
    justify-content: center;
}

    .container1.size-banner {
        background-image: url("../img/size-banner2.png");
    }

    .container1.faq-banner {
        background-image: url("../img/faq-banner.jpg");
    }

    .container1.art-banner {
        background-image: url("../img/headerimage3.jpg");
    }

    .container1.reward-banner {
        background-image: url("../img/rewards-program-banner.jpg");
    }

    .container1.affi-banner {
        background-image: url("../img/affi-banner.jpg");
    }

    .container1.auto-banner {
        background-image: url("../img/auto-banner.png");
    }

    .container1.sitemap {
        background-image: url("../img/headerimage3.jpg");
    }

    .container1 .top-banner2 {
        width: 100%;
    }

        .container1 .top-banner2 .centered {
            line-height: 37px;
            font-size: 25px;
            margin-bottom: 3.125vw;
            color: #fff;
            width: 100%;
            left: 50%;
            font-weight: 600;
        }

        .container1 .top-banner2 .centered2 {
            margin: 0;
            color: #fff;
        }

            .container1 .top-banner2 .centered2 p {
                font-size: .875rem;
                line-height: 1.313rem;
                padding-left: 8.75vw;
                padding-right: 8.75vw;
                margin-bottom: 0;
            }

            .container1 .top-banner2 .centered2 .top-search {
                position: relative;
                margin: 0 auto;
                width: 88.75vw;
            }

            .container1 .top-banner2 .centered2 input {
                height: 35px;
                border-radius: 0;
                font-size: .875rem;
                padding: 4px;
                border: none;
                padding-left: 5.938vw;
                margin: 0;
            }

            .container1 .top-banner2 .centered2 .fa {
                color: #3e454c;
                position: absolute;
                right: 1px;
                top: .938vw;
                background-color: #fff;
                float: right;
                font-size: 18px;
                padding: 4px;
            }

.search-div {
    padding-top: 6.25vw;
}

    .search-div.custom-container {
        width: 100%;
        padding-right: var(--bs-gutter-x,4.6875vw);
        padding-left: var(--bs-gutter-x,4.6875vw);
        margin-right: auto;
        margin-left: auto;
    }

    .search-div .border-btm-gry {
        padding-top: 6.25vw;
        border-bottom: 1px solid #3e454c;
    }

    .search-div .breadcrumb {
        font-size: .75rem;
        margin: 0;
    }

    .search-div .bread-last-num::after {
        content: " |";
    }

    .search-div .arrow-breadcrum::after {
        content: ">|>>";
    }

    .search-div .h22 {
        border-bottom-width: .625vw;
        border-bottom-style: solid;
        border-bottom-color: #d3d3d3;
    }

    .search-div .home-heading-border {
        padding-bottom: 1.5625vw;
        font-size: 1.563rem;
        border-bottom-width: .625vw;
        border-bottom-style: solid;
        border-bottom-color: #025685;
        display: inline-block;
        margin: 0 0 -.625vw 0;
    }

    .search-div .search-div-card {
        padding-top: 4.6875vw;
    }

        .search-div .search-div-card .search-div-card1 {
            padding-top: 4.6875vw;
        }

        .search-div .search-div-card .search-div-card2 {
            padding-top: 4.6875vw;
        }

        .search-div .search-div-card .search-div-card-pra1 {
            font-weight: bold;
            line-height: 1.688rem;
            padding-top: 3.125vw;
            font-size: 1rem;
            margin-bottom: 0;
        }

        .search-div .search-div-card .search-div-card-pra2 {
            font-size: .875rem;
            line-height: 1.5rem;
            padding-top: 3.438vw;
            margin: 0;
        }

        .search-div .search-div-card .search-div-sm {
            padding-top: 3.125vw;
        }

        .search-div .search-div-card .search-div-card1 span {
            font-size: .875rem;
            font-weight: bold;
        }

    .search-div .tag-tab {
        padding-top: 4.6875vw;
        padding-bottom: 6.25vw;
    }

        .search-div .tag-tab .nav-link {
            background-color: #eb0400;
            color: #ffff;
            margin: .938vw;
            padding-top: .938vw;
            padding-right: 3.125vw;
            padding-bottom: 2px;
            padding-left: 3.125vw;
            margin-left: 2.5px;
            margin-right: 2.5px;
        }

.no-result-div {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

    .no-result-div .main-div-result .dog-text h1, .no-result-div .main-div-result .dog-text .h1 {
        font-size: 1.125rem;
        font-weight: bold;
        color: #025685;
        margin-bottom: 4.6875vw;
    }

    .no-result-div .main-div-result .dog-text .src-btn {
        height: 2.375vw;
        min-height: 38px;
        font-size: 1rem;
        color: #025685;
        background-color: #ebebeb;
    }

    .no-result-div .cont-div {
        padding-top: 0;
        display: block;
        text-align: center;
    }

        .no-result-div .cont-div .fa {
            font-size: 1.125rem;
            color: #025685;
            display: block;
        }

            .no-result-div .cont-div .fa label {
                margin-left: 1.5625vw;
                font-size: 1rem;
                color: #000;
                font-weight: 600;
            }

        .no-result-div .cont-div span {
            font-size: 1rem;
        }

        .no-result-div .cont-div .col {
            margin: 6.25vw;
            width: auto;
        }

    .no-result-div .h22 {
        border-bottom-width: .625vw;
        border-bottom-style: solid;
        border-bottom-color: #d3d3d3;
    }

    .no-result-div .home-heading-border {
        padding-bottom: 3.125vw;
        padding-bottom: 1.5625vw;
        font-size: 1.563rem;
        border-bottom-width: .625vw;
        border-bottom-style: solid;
        border-bottom-color: #025685;
        display: inline-block;
        margin: 0 0 -.625vw 0;
    }

    .no-result-div .breadcrumb {
        font-size: .75rem;
        padding-top: 6.25vw;
        margin: 0;
    }

    .no-result-div .row {
        padding-top: 4.6875vw;
    }

    .no-result-div .dog-text {
        font-size: 1rem;
        text-align: center;
        padding-top: 4.6875vw;
    }

        .no-result-div .dog-text .search-tip-faq {
            padding-left: 0;
            width: fit-content;
            margin: 0 auto;
            margin-top: 4.6875vw;
            font-size: 1.125rem;
        }

            .no-result-div .dog-text .search-tip-faq h1, .no-result-div .dog-text .search-tip-faq .h1 {
                margin-bottom: 0;
                font-size: 1.125rem;
                font-weight: 500;
            }

            .no-result-div .dog-text .search-tip-faq li {
                list-style: none;
                margin-top: 3.125vw;
                font-size: .875rem;
                text-align: left;
            }

        .no-result-div .dog-text span {
            color: #025685;
            border-bottom: 1px solid #025685;
        }

        .no-result-div .dog-text .img-box {
            width: 91.563vw;
            height: auto;
        }

            .no-result-div .dog-text .img-box img {
                width: 100%;
                height: auto;
            }

.trending-div .tag-tab {
    padding-top: 4.6875vw;
    padding-bottom: 6.25vw;
}

    .trending-div .tag-tab .nav-link {
        font-size: .875rem;
        background-color: #e8e8e8;
        color: #3e454c;
        margin: .938vw;
        padding: .938vw 3.125vw 2px 3.125vw;
        margin-left: 2.5px;
        margin-right: 2.5px;
    }

.trending-div .card-trending-pra1 {
    padding-top: 3.125vw;
    font-size: 1rem;
    line-height: 1.688rem;
    font-weight: 600;
    margin-bottom: 0;
}

.trending-div .card-trending-sm {
    font-size: .875rem;
    line-height: 1.313rem;
    padding-top: 3.125vw;
    font-weight: 500;
}

.trending-div .card-trending-pra2 {
    font-size: .875rem;
    line-height: 1.5rem;
    padding-top: 3.125vw;
    margin-bottom: 0;
}

.authors-div {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-top: 6.25vw;
    margin-bottom: 1.5625vw;
}

    .authors-div .row {
        padding-top: 4.6875vw;
    }

    .authors-div .breadcrumb {
        font-size: .75rem;
        margin: 0;
    }

    .authors-div .row h1, .authors-div .row .h1 {
        padding-top: 1.5625vw;
        margin-bottom: 0;
        text-align: center;
        font-size: 1.875rem;
    }

    .authors-div .sm-heading {
        text-align: center;
        font-size: 1.125rem;
    }

    .authors-div p {
        text-align: left;
        margin-bottom: 0;
        font-size: 1rem;
        padding-top: 3.125vw;
        line-height: 1.5rem;
    }

    .authors-div .man-png {
        border-radius: 50%;
        text-align: center;
    }

        .authors-div .man-png img {
            border-radius: 50%;
            text-align: center;
            height: 75vw;
            width: 75vw;
        }

        .authors-div .man-png .linked-img {
            height: 30px;
            width: 30px;
        }

.authors-div-card {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

    .authors-div-card .shadow-n {
        border-radius: 10px;
        box-shadow: 0 3px 6px rgba(0,0,0,.16);
        padding: 6.25vw 4.6875vw 6.25vw 4.6875vw;
    }

    .authors-div-card .article-single-card {
        margin-top: 4.6875vw;
    }

    .authors-div-card .authors-pra-one {
        padding-top: 3.125vw;
        font-size: 1rem;
        line-height: 1.688rem;
        font-weight: 600;
        margin-bottom: 0;
    }

    .authors-div-card .authors-card-sm {
        padding-top: 3.125vw;
        font-size: .875rem;
        line-height: 1.313rem;
    }

        .authors-div-card .authors-card-sm span {
            display: flex;
            align-items: center;
        }

        .authors-div-card .authors-card-sm a {
            display: flex;
            align-items: center;
        }

        .authors-div-card .authors-card-sm .fa {
            margin-right: 5px;
        }

    .authors-div-card .authors-pra-two {
        padding-top: 3.125vw;
        font-size: .875rem;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    .authors-div-card .border-btm-gry {
        padding-top: 6.25vw;
        border-bottom: 1px solid #3e454c;
        margin-bottom: 3.125vw;
    }

    .authors-div-card .text-end {
        margin-bottom: 0;
    }

    .authors-div-card .breadcrumb {
        font-size: .75rem;
        margin: 0;
    }

    .authors-div-card s .bread-last-num::after {
        content: " |";
    }

    .authors-div-card .arrow-breadcrum::after {
        content: ">|>>";
    }

    .authors-div-card.category-card-n {
        margin-top: 20px;
        margin-bottom: 20px;
    }

.contect-div {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

    .contect-div .row {
        padding-top: 6.25vw;
    }

    .contect-div .contect-div-main a {
        color: #025685;
    }

    .contect-div .contect-div-2 {
        padding-top: 4.6875vw;
    }

        .contect-div .contect-div-2 p a {
            color: #025685;
        }

    .contect-div .breadcrumb {
        font-size: .75rem;
        margin: 0;
    }

    .contect-div .contect-div-pra1 {
        font-size: 1.563rem;
        font-weight: bold;
        line-height: 2.313rem;
        padding-top: 3.125vw;
        margin: 0;
    }

    .contect-div .content-pra-sm {
        padding-top: 3.125vw;
        font-size: .875rem;
        line-height: 1.313rem;
    }

    .contect-div .contect-div-pra2-1 {
        font-size: .875rem;
        line-height: 1.5rem;
        padding-top: 3.125vw;
        margin: 0;
    }

        .contect-div .contect-div-pra2-1 a {
            color: #025685;
        }

    .contect-div .contect-div-pra2 {
        font-size: .875rem;
        line-height: 1.5rem;
        padding-top: 6.25vw;
        margin: 0;
    }

        .contect-div .contect-div-pra2 a {
            color: #025685;
        }

    .contect-div .food-pic-top {
        padding-top: 6.25vw;
        width: 100%;
    }

    .contect-div .food-pic-center {
        padding-top: 6.25vw;
        width: 100%;
    }

    .contect-div .food-new1 {
        padding-top: 6.25vw;
        width: 43.75vw;
        margin-right: 3.125vw;
    }

    .contect-div .food-new2 {
        padding-top: 6.25vw;
        width: 43.75vw;
    }

    .contect-div .contect-tag {
        margin-top: 6.25vw;
    }

        .contect-div .contect-tag .h22 {
            border-bottom-width: .625vw;
            border-bottom-style: solid;
            border-bottom-color: #d3d3d3;
        }

        .contect-div .contect-tag .home-heading-border {
            padding-bottom: 1.5625vw;
            font-size: 1.563rem;
            border-bottom-width: .625vw;
            border-bottom-style: solid;
            border-bottom-color: #025685;
            display: inline-block;
            margin: 0 0 -.625vw 0;
        }

        .contect-div .contect-tag .tag-tab {
            padding-top: 4.6875vw;
            padding-bottom: 6.25vw;
        }

            .contect-div .contect-tag .tag-tab .nav-link {
                font-size: .875rem;
                background-color: #e8e8e8;
                color: #3e454c;
                margin: .938vw;
                padding: .938vw 3.125vw 2px 3.125vw;
                margin-left: 2.5px;
                margin-right: 2.5px;
            }

        .contect-div .contect-tag .border-btm {
            font-size: 1rem;
            margin: 0;
            border-bottom: 1px solid #000;
            margin-bottom: 4.6875vw;
        }

        .contect-div .contect-tag .btn-green2 {
            border: 1px solid #4f8324;
            line-height: 1.125rem;
            font-size: 1rem;
            color: #fff;
            background-color: #4f8324;
            padding: .928vw 3.75vw;
        }

        .contect-div .contect-tag .shadow-n {
            box-shadow: 0 3px 6px rgba(0,0,0,.16);
            margin-top: 4.6875vw;
            border-radius: 1.063rem;
            padding: 6.25vw 4.6875vw;
        }

            .contect-div .contect-tag .shadow-n p {
                font-size: .875rem;
                padding-top: 3.125vw;
                margin-bottom: 0;
            }

        .contect-div .contect-tag .context-shadow-sm {
            font-size: .875rem;
        }

            .contect-div .contect-tag .context-shadow-sm .fa {
                font-size: inherit;
                width: 17.56px;
                height: 15.37px;
            }

        .contect-div .contect-tag .shadow-view {
            font-size: .875rem;
            padding-top: 4.6875vw;
        }

    .contect-div .contect-girl-div {
        padding-top: 6.25vw;
        text-align: center;
    }

        .contect-div .contect-girl-div h1, .contect-div .contect-girl-div .h1 {
            font-size: 1.563rem;
            margin-bottom: 0;
        }

        .contect-div .contect-girl-div .contect-girl-div-pra1 {
            padding-top: 3.125vw;
            font-size: .875rem;
            line-height: 1.313rem;
            text-align: left;
            margin-bottom: 6.25vw;
        }

    .contect-div .contect-girl-div-2 {
        text-align: left;
    }

        .contect-div .contect-girl-div-2 .h22 {
            border-bottom-width: .625vw;
            border-bottom-style: solid;
            border-bottom-color: #d3d3d3;
        }

        .contect-div .contect-girl-div-2 .home-heading-border {
            padding-bottom: 1.5625vw;
            font-size: 1.563rem;
            border-bottom-width: .625vw;
            border-bottom-style: solid;
            border-bottom-color: #025685;
            display: inline-block;
            margin: 0 0 -.625vw 0;
        }

        .contect-div .contect-girl-div-2 .contect-girl-div-card-pra1 {
            font-size: 1rem;
            font-weight: 600;
            line-height: 1.688rem;
            padding-top: 3.125vw;
            margin-bottom: 0;
        }

        .contect-div .contect-girl-div-2 .context-sm {
            font-size: .875rem;
            padding-top: 3.125vw;
        }

            .contect-div .contect-girl-div-2 .context-sm .fa {
                font-size: .875rem;
            }

        .contect-div .contect-girl-div-2 .contect-girl-div-card-pra2 {
            font-size: .875rem;
            line-height: 1.5rem;
            margin-bottom: 0;
        }

.container-scholar {
    background-image: url("https://static.webareacontrol.com/commonimage/hpfy-scholarship-1649310640703.jpg");
    height: 200px;
    display: flex;
    background-size: cover;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 3.125vw;
}

    .container-scholar .scholar-banner {
        color: #fff;
        font-size: 1.563rem;
        margin: 0;
        padding: 0;
        text-align: center;
    }

.scholar-div {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-top: 6.25vw;
}

    .scholar-div .tab-container {
        text-align: center;
    }

        .scholar-div .tab-container .nav-link:hover {
            background-color: #4f8324;
            font-size: 1rem;
            color: #fff;
        }

        .scholar-div .tab-container .nav-link {
            background-color: #e8e8e8;
            margin-top: 4.6875vw;
            text-align: center;
            width: 90.625vw;
            font-size: 1rem;
            color: #025685;
        }

    .scholar-div .scholar-row {
        padding-top: 4.6875vw;
    }

    .scholar-div p {
        margin-bottom: 0;
        font-size: .875rem;
        line-height: 1.5rem;
    }

    .scholar-div .scholar-div-2 {
        padding-top: 0;
    }

    .scholar-div .scholar-inner-2 .scholar-pra-1 {
        margin-top: 4.6875vw;
        margin-bottom: 0;
        font-size: .875rem;
        line-height: 1.313rem;
    }

    .scholar-div .scholar-inner-2 .scholar-pra-2 p {
        margin-bottom: 0;
        font-size: .875rem;
        padding-top: 3.125vw;
        line-height: 1.313rem;
    }

    .scholar-div .scholar-inner-2 .scholar-pra-2 .scholar-pra-heading {
        margin-bottom: 1.5625vw;
        padding-top: 4.6875vw;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .scholar-div .scholar-inner-2 .scholar-pra-2 .inner-p-scholar {
        padding-left: 3.4375vw;
    }

    .scholar-div .scholar-inner-2 .scholar-pra-22 {
        display: none;
        font-size: 1rem;
        line-height: 1.5rem;
        padding-top: 6.25vw;
    }

    .scholar-div .scholar-inner-1 {
        width: 90.625vw;
    }

        .scholar-div .scholar-inner-1 img {
            width: 100%;
        }

.inner-p-scholar2 {
    padding-left: 3.4375vw;
}

.scholar-div-two {
    justify-content: center;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-top: 13.125vw;
}

    .scholar-div-two h2, .scholar-div-two .h2 {
        font-size: 1.563rem;
        text-align: center;
        margin-bottom: 0;
    }

    .scholar-div-two .shadow {
        display: block;
        margin-top: 4.6875vw;
        padding: 0;
        width: 90.625vw;
    }

        .scholar-div-two .shadow .img-card img {
            width: 100%;
        }

        .scholar-div-two .shadow .card-text-scholar h3, .scholar-div-two .shadow .card-text-scholar .h3 {
            font-weight: 500;
            padding-top: 4.6875vw;
            margin-left: 4.6875vw;
            margin-right: 3.75vw;
            font-size: 1.125rem;
            margin-bottom: 4.6875vw;
        }

        .scholar-div-two .shadow .card-text-scholar p {
            padding-bottom: 15px;
            margin-bottom: 9.375vw;
            margin-left: 4.6875vw;
            margin-right: 3.75vw;
            font-size: .875rem;
            line-height: 1.313rem;
        }

.schollar-faq {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-top: 3.125vw;
}

    .schollar-faq .accordion-item .accordion-button {
        padding-bottom: 3.125vw;
    }

#affiliate-top-cards .card {
    width: 90.625vw;
    height: 40.625vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.25vw;
    justify-content: center;
    box-shadow: 0 0 10px rgba(142,141,141,.349);
    border-radius: 10px;
    padding-left: 0;
    padding-right: 0;
    border: 0;
}

    #affiliate-top-cards .card ul {
        padding-left: 0;
        margin-bottom: 0;
        padding-top: 4.375vw;
        padding-bottom: 4.0625vw;
        list-style: none;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

        #affiliate-top-cards .card ul img {
            width: 100%;
        }

        #affiliate-top-cards .card ul li {
            text-align: center;
        }

            #affiliate-top-cards .card ul li h1, #affiliate-top-cards .card ul li .h1 {
                margin-bottom: 4.6875vw;
            }

            #affiliate-top-cards .card ul li i.fa-star:before {
                color: #ff9b29;
            }

            #affiliate-top-cards .card ul li .btn {
                min-width: 129px;
                min-height: 38px;
                width: 40.3125vw;
                height: 11.875vw;
                color: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                align-items: center;
                margin-left: auto;
                margin-right: auto;
            }

#how-does-it-works {
    width: 100%;
    padding-right: var(--bs-gutter-x,4.6875vw);
    padding-left: var(--bs-gutter-x,4.6875vw);
    margin-right: auto;
    margin-left: auto;
}

    #how-does-it-works.how-does-it-work-section {
        padding-top: 6.25vw;
    }

        #how-does-it-works.how-does-it-work-section .header h2, #how-does-it-works.how-does-it-work-section .header .h2 {
            font-size: 1.563rem;
            line-height: 2.313rem;
            margin-bottom: 1.5625vw;
        }

        #how-does-it-works.how-does-it-work-section .header p {
            font-size: 1rem;
            line-height: 1.5rem;
            margin-bottom: 0;
        }

        #how-does-it-works.how-does-it-work-section .bullete-cards .bullete-card-container {
            text-align: center;
            padding-top: 4.6875vw;
        }

            #how-does-it-works.how-does-it-work-section .bullete-cards .bullete-card-container ul {
                padding-left: 0;
                margin-bottom: 0;
                list-style: none;
            }

                #how-does-it-works.how-does-it-work-section .bullete-cards .bullete-card-container ul li .branding-bullete span {
                    width: 52px;
                    height: 52px;
                    border: 3px solid #4f8324;
                    border-radius: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 1.125rem;
                    margin-left: auto;
                    margin-right: auto;
                    font-weight: 600;
                }

                #how-does-it-works.how-does-it-work-section .bullete-cards .bullete-card-container ul li h3, #how-does-it-works.how-does-it-work-section .bullete-cards .bullete-card-container ul li .h3 {
                    font-size: 1rem;
                    line-height: 1.5rem;
                    padding-top: 3.125vw;
                    margin-bottom: 0;
                }

                #how-does-it-works.how-does-it-work-section .bullete-cards .bullete-card-container ul li p {
                    text-align: center;
                    font-size: .875rem;
                    line-height: 1.313rem;
                    margin-bottom: 0;
                }

.affiliate-div {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-top: 6.25vw;
}

    .affiliate-div h2, .affiliate-div .h2 {
        font-size: 1.563rem;
        text-align: center;
        margin-bottom: 4.6875vw;
    }

    .affiliate-div .affiliate-description p {
        margin-bottom: 0;
        font-size: .875rem;
        padding-top: 4.6875vw;
    }

        .affiliate-div .affiliate-description p a {
            font-weight: 600;
            color: #025685;
            word-break: break-word;
        }

.affiliate-slider-div {
    padding-top: 0;
    padding-bottom: 1px;
}

    .affiliate-slider-div.home-shop-with-section.home-page {
        padding-top: 6.25vw;
        padding-bottom: 1px;
    }

.affiliate-tesimonial-div {
    padding-top: 3.125vw;
}

    .affiliate-tesimonial-div .section-title h2, .affiliate-tesimonial-div .section-title .h2 {
        margin-bottom: 1.5625vw;
    }

.join-benifit .home-shop-with-section {
    background: none;
}

    .join-benifit .home-shop-with-section p {
        text-align: center;
    }

    .join-benifit .home-shop-with-section .slick-dotted.slick-slider {
        margin-bottom: 4.6875vw;
    }

.fsa-div1 {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-top: 6.25vw;
}

    .fsa-div1 h1, .fsa-div1 .h1 {
        text-align: center;
        font-size: 1.563rem;
        margin-bottom: 4.6875vw;
    }

    .fsa-div1 p {
        margin-bottom: 0;
        font-size: .875rem;
    }

#faq-main-div {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-top: 4.6875vw;
}

    #faq-main-div nav .breadcrumb {
        margin-bottom: 0;
    }

        #faq-main-div nav .breadcrumb #content-bread {
            margin-bottom: 0;
        }

    #faq-main-div nav .breadcrumb-item {
        font-size: .75rem;
    }

        #faq-main-div nav .breadcrumb-item:last-child {
            font-weight: 600;
        }

    #faq-main-div .heading-link-top {
        padding-top: 4.6875vw;
        margin-bottom: 4.6875vw;
        text-align: center;
    }

    #faq-main-div .sitemap-div {
        justify-content: center;
    }

        #faq-main-div .sitemap-div .faq-a-z {
            padding-left: 4.6875vw;
            list-style: none;
            display: contents;
            padding: 3.125vw;
            font-size: 1.125rem;
            font-weight: bold;
        }

            #faq-main-div .sitemap-div .faq-a-z li {
                cursor: pointer;
                text-align: center;
                font-size: .875rem;
                padding-right: 3.125vw;
                padding-left: 0;
                padding-bottom: 0;
            }

                #faq-main-div .sitemap-div .faq-a-z li:first-child {
                    margin-left: 0;
                }

        #faq-main-div .sitemap-div ul li {
            padding-bottom: 0;
            padding-top: 1.5625vw;
            list-style: none;
        }

        #faq-main-div .sitemap-div .faq-a-z li:hover a {
            padding: 5px;
            background-color: #025685;
            color: #fff;
        }

    #faq-main-div .site-a {
        margin-top: 4.6875vw;
        margin-bottom: 1.5625vw;
        font-size: 1.563rem;
        padding-bottom: 3.125vw;
        border-bottom: 1px solid #ccc;
    }

    #faq-main-div .sitemap-link {
        padding: 0;
        margin-bottom: 0;
    }

        #faq-main-div .sitemap-link ul {
            list-style: none;
            padding: 0;
        }

            #faq-main-div .sitemap-link ul li {
                margin-top: 3.125vw;
                display: inline-block;
                vertical-align: top;
            }

        #faq-main-div .sitemap-link .map-ul .map-ul-1 {
            font-size: .875rem;
            margin-bottom: 0;
            list-style: none;
            padding-left: 0;
        }

    #faq-main-div .faq-search-div .faq-search-heading {
        border-bottom: 1px solid #3e454c;
    }

    #faq-main-div .faq-search-div h1, #faq-main-div .faq-search-div .h1 {
        font-size: 1.563rem;
        margin-top: 6.25vw;
        padding: 0;
        margin-bottom: 3.125vw;
    }

    #faq-main-div .faq-search-div .faq-search-pra #pra-1 {
        margin-top: 4.6875vw;
    }

    #faq-main-div .faq-search-div .faq-search-pra .faq-pra1 {
        margin-top: 0;
        font-weight: 500;
        margin-bottom: 3.125vw;
        padding: 0;
        font-size: 1rem;
    }

    #faq-main-div .faq-search-div .faq-search-pra .faq-pra2 {
        border-bottom: 1px solid #3e454c;
        padding: 0;
        margin-bottom: 4.6875vw;
        padding-bottom: 4.6875vw;
        font-size: .875rem;
    }

    #faq-main-div .faq-search-div .bread-last-num::after {
        content: " |";
    }

    #faq-main-div .faq-search-div .arrow-breadcrum::after {
        content: ">|>>";
    }

    #faq-main-div .row .no-result-div2 .home-heading-border {
        font-size: 1.563rem;
        margin-bottom: 4.6875vw;
        padding-bottom: 3.125vw;
        padding-top: 6.25vw;
        border-bottom: 1px solid #3e454c;
    }

    #faq-main-div .row .no-result-div2 .dog-text {
        text-align: center;
    }

        #faq-main-div .row .no-result-div2 .dog-text h1, #faq-main-div .row .no-result-div2 .dog-text .h1 {
            margin-bottom: 4.6875vw;
            font-size: 1rem;
        }

            #faq-main-div .row .no-result-div2 .dog-text h1 span, #faq-main-div .row .no-result-div2 .dog-text .h1 span {
                color: #025685;
            }

        #faq-main-div .row .no-result-div2 .dog-text .img-box {
            width: 91.563vw;
        }

        #faq-main-div .row .no-result-div2 .dog-text .search-tip-faq {
            padding-left: 0;
            width: fit-content;
            margin: 0 auto;
            margin-top: 4.6875vw;
            font-size: 1.125rem;
        }

            #faq-main-div .row .no-result-div2 .dog-text .search-tip-faq li {
                list-style: none;
                margin-top: 3.125vw;
                font-size: .875rem;
                text-align: left;
            }

    #faq-main-div #home-knowledge-center {
        padding: 0;
    }

        #faq-main-div #home-knowledge-center.knowlege-center {
            margin-top: 0;
        }

            #faq-main-div #home-knowledge-center.knowlege-center .section-title .h2-heading-home {
                margin-top: 1.5625vw;
            }

            #faq-main-div #home-knowledge-center.knowlege-center .knowledge-card {
                margin-bottom: 3.125vw;
                margin-top: 0;
            }

        #faq-main-div #home-knowledge-center .knowledge-card-details .card-body .card-text {
            font-size: 1rem;
        }

    #faq-main-div .faq-home-div {
        text-align: center;
        padding-top: 6.25vw;
    }

        #faq-main-div .faq-home-div .row {
            margin-left: 0;
            margin-right: 0;
        }

        #faq-main-div .faq-home-div h1, #faq-main-div .faq-home-div .h1 {
            font-size: 1.563rem;
            margin-bottom: 0;
        }

        #faq-main-div .faq-home-div .faq-home-box {
            margin-top: 4.6875vw;
            border-radius: 4px;
            width: 90.625vw;
            min-height: 50px;
            text-align: center;
            border: 1px solid #025685;
        }

            #faq-main-div .faq-home-div .faq-home-box a {
                margin: revert;
                display: flex;
                align-items: center;
                justify-content: center;
                height: 100%;
            }

                #faq-main-div .faq-home-div .faq-home-box a span {
                    color: #025685;
                    font-size: 1rem;
                }

        #faq-main-div .faq-home-div .more-btn {
            margin-top: 4.6875vw;
            margin-bottom: 0;
            padding-bottom: 6.25vw;
            position: relative;
        }

            #faq-main-div .faq-home-div .more-btn::after {
                position: absolute;
                content: "";
                width: 90.621vw;
                height: 1px;
                background-color: #808080;
                margin-left: auto;
                margin-right: auto;
                left: 0;
                right: 0;
                bottom: 0;
            }

            #faq-main-div .faq-home-div .more-btn a {
                font-size: 1rem;
            }

        #faq-main-div .faq-home-div .green-btn-faq {
            background: #4f8324;
            color: #fff;
            width: 51.25vw;
            border-radius: 7px;
            border: none;
            height: 11.25vw;
        }

        #faq-main-div .faq-home-div #btn-heading {
            padding-top: 6.25vw;
            margin-bottom: 4.6875vw;
        }

    #faq-main-div .faq-content-div .faq-content-faq #content-page-faq a {
        color: #337ab7;
    }

    #faq-main-div .faq-content-div .faq-content-faq #content-page-faq.category-page-faq-section {
        padding-left: 0;
        margin-top: 0;
        padding-right: 0;
    }

        #faq-main-div .faq-content-div .faq-content-faq #content-page-faq.category-page-faq-section .section-title.hh h2, #faq-main-div .faq-content-div .faq-content-faq #content-page-faq.category-page-faq-section .section-title.hh .h2 {
            margin-top: 4.6875vw;
            margin-bottom: 6.25vw;
        }

        #faq-main-div .faq-content-div .faq-content-faq #content-page-faq.category-page-faq-section .accordion .accordion-item h3, #faq-main-div .faq-content-div .faq-content-faq #content-page-faq.category-page-faq-section .accordion .accordion-item .h3 {
            margin-bottom: 0;
        }

        #faq-main-div .faq-content-div .faq-content-faq #content-page-faq.category-page-faq-section .accordion .accordion-item .accordion-button {
            font-weight: 500;
            padding-top: 4.6875vw;
            padding-bottom: 3.125vw;
            font-size: 1rem;
        }

    #faq-main-div .faq-content-div .faq-question {
        margin-top: 6.25vw;
        background-color: #f5f5f5;
    }

        #faq-main-div .faq-content-div .faq-question .faq-heading {
            text-align: center;
            margin-bottom: 3.125vw;
            padding-top: 6.25vw;
            font-size: 1.563rem;
        }

        #faq-main-div .faq-content-div .faq-question p {
            text-align: center;
            font-size: 1rem;
            margin-bottom: 4.6875vw;
            padding-left: 6.25vw;
            padding-right: 6.25vw;
        }

        #faq-main-div .faq-content-div .faq-question .faq-question-p {
            padding-left: 6.25vw;
            padding-right: 4.6875vw;
            font-size: .875rem;
            text-align: left;
            margin-bottom: 1.5625vw;
        }

            #faq-main-div .faq-content-div .faq-question .faq-question-p .star {
                color: #f00;
            }

        #faq-main-div .faq-content-div .faq-question .input-last {
            height: 25vw;
        }

        #faq-main-div .faq-content-div .faq-question .input-group {
            padding-left: 6.25vw;
            padding-right: 6.25vw;
            margin-bottom: 3.125vw;
        }

            #faq-main-div .faq-content-div .faq-question .input-group span {
                border-radius: 0;
            }

            #faq-main-div .faq-content-div .faq-question .input-group input {
                border-radius: 0;
            }

        #faq-main-div .faq-content-div .faq-question label {
            color: #f00;
            font-size: .875rem;
            padding-left: 6.25vw;
        }

    #faq-main-div .faq-content-div .send-btn {
        background-color: #025685;
        color: #fff;
        font-size: 1rem;
        border-radius: 7px;
        border: none;
        width: 78.125vw;
        height: 10.938vw;
        margin-bottom: 6.25vw;
    }

.about-us-div {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-top: 1.5625vw;
}

    .about-us-div .about-div {
        padding-top: 0;
    }

        .about-us-div .about-div img {
            width: 67vw;
            height: 67vw;
            border-radius: 50%;
        }

            .about-us-div .about-div img p {
                font-size: .875rem;
            }

        .about-us-div .about-div .authors-pic {
            padding: 0;
            width: 67vw;
            height: 67vw;
            margin: 0 auto;
            margin-top: 6.25vw;
            position: relative;
            margin-bottom: 6.25vw;
        }

            .about-us-div .about-div .authors-pic .overlay-div1 {
                position: absolute;
                top: 0;
                bottom: 0;
                margin-top: .625vw;
                width: 100%;
                border-radius: 50%;
                opacity: 0;
                transition: .5s ease;
                background-color: rgba(2,81,127,.418);
                left: 0;
                right: 0;
                margin: auto;
            }

            .about-us-div .about-div .authors-pic .text-overlay {
                position: absolute;
                top: 70%;
                width: 100%;
                left: 50%;
                color: #000;
                text-align: center;
                z-index: 0;
                opacity: 0;
                font-size: 1.125rem;
                color: #fff;
                font-weight: 600;
                -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
            }

                .about-us-div .about-div .authors-pic .text-overlay span {
                    font-weight: 500;
                    font-size: 1rem;
                    margin-top: 10px;
                    display: block;
                }

            .about-us-div .about-div .authors-pic:hover .text-overlay {
                opacity: 1;
            }

            .about-us-div .about-div .authors-pic:hover .overlay-div1 {
                opacity: 1;
            }

        .about-us-div .about-div .about-text-div {
            text-align: center;
        }

    .about-us-div p {
        text-align: start;
        font-size: .875rem;
        padding-top: 4.6875vw;
    }

    .about-us-div .about-heading {
        margin-top: 3.125vw;
        margin-bottom: 3.125vw;
        border-bottom: 1px solid #d3d3d3;
    }

    .about-us-div .about-pra1 {
        font-size: 1.563rem;
        text-align: center;
        padding: 6.25vw;
        padding-bottom: 6.25vw;
        margin: 0 auto;
        width: fit-content;
        padding-top: 6.25vw;
        border-top: 2px solid #4f8324;
        border-bottom: 2px solid #4f8324;
    }

    .about-us-div .about-pra2 {
        padding: 0;
        justify-content: center;
        margin-top: 6.25vw;
        display: block;
    }

        .about-us-div .about-pra2 .about-div2 p {
            padding: 0;
            line-height: 1.42857143;
            padding-top: 6.25vw;
        }

    .about-us-div .about-pra3 {
        margin-top: 6.25vw;
        justify-content: center;
        padding-top: 6.25vw;
    }

        .about-us-div .about-pra3 .about-div3 {
            text-align: center;
        }

            .about-us-div .about-pra3 .about-div3 iframe {
                height: auto;
                padding-top: 6.25vw;
            }

    .about-us-div .about-pra4 {
        margin-top: 6.25vw;
        justify-content: center;
    }

        .about-us-div .about-pra4 .about-div4 {
            padding: 6.25vw 3.125vw 6.25vw 3.125vw;
            background-color: #f3f3f3;
        }

            .about-us-div .about-pra4 .about-div4 p {
                margin-bottom: 0;
            }

    .about-us-div .about-pra5 {
        justify-content: space-around;
        margin-top: 6.25vw;
    }

        .about-us-div .about-pra5 .img-bx5 {
            margin-top: 0;
            height: 67vw;
            width: 67vw;
        }

            .about-us-div .about-pra5 .img-bx5 img {
                height: 67vw;
                width: 67vw;
                border-radius: 50%;
                width: 100%;
            }

    .about-us-div .about-pra55 {
        justify-content: space-around;
        margin-top: 6.25vw;
    }

        .about-us-div .about-pra55 .img-bx5 {
            height: 67vw;
            width: 67vw;
            margin-top: 3.125vw;
        }

            .about-us-div .about-pra55 .img-bx5 img {
                border-radius: 50%;
                height: 67vw;
                width: 67vw;
            }

    .about-us-div .about-pra6 {
        margin-top: 6.25vw;
        justify-content: center;
    }

        .about-us-div .about-pra6 img {
            border-radius: 0;
            width: 90vw;
        }

        .about-us-div .about-pra6 p {
            margin-top: 3.125vw;
            margin-bottom: 0;
        }

    .about-us-div .about-pra7 {
        padding: 0;
        margin-top: 4.6875vw;
        justify-content: center;
    }

        .about-us-div .about-pra7 .about-div7 {
            text-align: center;
        }

            .about-us-div .about-pra7 .about-div7 img {
                margin-bottom: 1.5625vw;
                border-radius: 0;
                width: 75vw;
                height: 70vw;
            }

    .about-us-div .about-pra8 {
        text-align: center;
        margin-top: 0;
    }

        .about-us-div .about-pra8 .about-div8 img {
            width: 62.5vw;
            height: 62.5vw;
            margin-bottom: 6.25vw;
            margin-top: 6.25vw;
        }

.our-stores-main-div {
    padding-top: 6.25vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

    .our-stores-main-div .img-bx {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 4.6875vw;
    }

        .our-stores-main-div .img-bx img {
            width: 100%;
        }

    .our-stores-main-div .stores-img-div1 {
        display: block;
        padding-top: 0;
    }

        .our-stores-main-div .stores-img-div1 .img-div {
            padding: 0;
            position: relative;
            text-align: center;
            margin-bottom: 4.6875vw;
        }

            .our-stores-main-div .stores-img-div1 .img-div img {
                width: 100%;
            }

            .our-stores-main-div .stores-img-div1 .img-div .img-text {
                width: 100%;
                font-size: 1rem;
                color: #000;
                position: absolute;
                top: 90%;
                left: 50%;
                text-transform: uppercase;
                transform: translate(-50%,-50%);
            }

.bank-main-div {
    padding-top: 6.25vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

    .bank-main-div .heading {
        font-weight: 500;
        margin-bottom: 0;
        font-size: 1.563rem;
    }

    .bank-main-div .img-bx {
        margin-top: 6.25vw;
        margin-bottom: 6.25vw;
        height: auto;
        width: auto;
    }

        .bank-main-div .img-bx img {
            width: 100%;
        }

    .bank-main-div .text-div {
        padding: 0;
    }

        .bank-main-div .text-div p {
            font-size: .875rem;
            margin-bottom: 4.6875vw;
        }

    .bank-main-div .addr-bx ul {
        margin-bottom: 0;
        padding-left: 0;
    }

        .bank-main-div .addr-bx ul li {
            margin-bottom: 1.5625vw;
            list-style: none;
        }

            .bank-main-div .addr-bx ul li span {
                font-weight: 500;
            }

.sleep-well-main-div .container1 {
    background-image: url("../img/sleep-top.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    color: #fff;
}

    .sleep-well-main-div .container1 .top-banner2 {
        position: absolute;
        width: 100%;
        margin-bottom: 10px;
    }

        .sleep-well-main-div .container1 .top-banner2 .centered {
            line-height: 2.313rem;
            margin-bottom: 6.25vw;
            font-size: 1.563rem;
            color: #fff;
            width: 100%;
            left: 50%;
            font-weight: 500;
        }

        .sleep-well-main-div .container1 .top-banner2 .centered2 {
            margin: 0;
            font-weight: 500;
            font-size: 1rem;
            color: #fff;
        }

.sleep-well-main-div .sleep-div {
    padding-top: 6.25vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

    .sleep-well-main-div .sleep-div h1, .sleep-well-main-div .sleep-div .h1 {
        font-weight: 500;
        margin-bottom: 4.6875vw;
        font-size: 1.563rem;
    }

    .sleep-well-main-div .sleep-div p {
        font-size: .875rem;
    }

    .sleep-well-main-div .sleep-div ul {
        font-size: .875rem;
    }

    .sleep-well-main-div .sleep-div .form-div {
        margin-top: 4.6875vw;
        height: fit-content;
        box-shadow: 0 3px 6px rgba(0,0,0,.16);
        padding: 4.6875vw 4.6875vw;
    }

        .sleep-well-main-div .sleep-div .form-div .star {
            color: #f00;
        }

        .sleep-well-main-div .sleep-div .form-div .label {
            font-size: .875rem;
        }

        .sleep-well-main-div .sleep-div .form-div .input-group {
            margin-bottom: 4.6875vw;
        }

            .sleep-well-main-div .sleep-div .form-div .input-group span {
                border-radius: 3px;
            }

            .sleep-well-main-div .sleep-div .form-div .input-group input {
                border-radius: 3px;
            }

        .sleep-well-main-div .sleep-div .form-div .register-btn {
            width: 100%;
            background-color: #4f8324;
            color: #fff;
            border: none;
            padding: 5px;
            border-radius: 3px;
        }

.sleep-well-main-div .sleep-div-2 {
    display: block;
    text-align: center;
    margin-top: 6.25vw;
    background-color: #f9f9f9;
    padding: 3.125vw 3.125vw;
}

    .sleep-well-main-div .sleep-div-2 h2, .sleep-well-main-div .sleep-div-2 .h2 {
        margin-top: 4.6875vw;
        font-weight: 500;
        margin-bottom: 3.125vw;
        font-size: 1.563rem;
    }

    .sleep-well-main-div .sleep-div-2 p {
        padding: 3.125vw;
        text-align: start;
        margin-bottom: 0;
        font-size: .875rem;
    }

.sleep-well-main-div .sleep-div-3 {
    padding-top: 6.25vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

    .sleep-well-main-div .sleep-div-3 h1, .sleep-well-main-div .sleep-div-3 .h1 {
        text-align: center;
        font-weight: 500;
        margin-bottom: 4.6875vw;
        font-size: 1.563rem;
    }

    .sleep-well-main-div .sleep-div-3 h3, .sleep-well-main-div .sleep-div-3 .h3 {
        font-size: 1rem;
    }

    .sleep-well-main-div .sleep-div-3 span {
        display: block;
        margin-bottom: 4.6875vw;
        font-weight: 600;
    }

    .sleep-well-main-div .sleep-div-3 p {
        font-size: .875rem;
        margin-bottom: 0;
    }

    .sleep-well-main-div .sleep-div-3 a {
        font-weight: bold;
        margin-bottom: 3.125vw;
        display: block;
        margin-top: 4.6875vw;
    }

    .sleep-well-main-div .sleep-div-3 div {
        padding-top: 3.125vw;
    }

        .sleep-well-main-div .sleep-div-3 div:not(:last-child) {
            border-bottom: 1px solid;
        }

.sleep-well-main-div .sleep-div-4 {
    padding-top: 6.25vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

    .sleep-well-main-div .sleep-div-4 h2, .sleep-well-main-div .sleep-div-4 .h2 {
        margin-bottom: 4.6875vw;
    }

    .sleep-well-main-div .sleep-div-4 h6, .sleep-well-main-div .sleep-div-4 .h6 {
        font-weight: 500;
        margin-bottom: 4.6875vw;
        font-size: 1.5rem;
    }

    .sleep-well-main-div .sleep-div-4 ul {
        list-style: none;
        padding-left: 0;
    }

        .sleep-well-main-div .sleep-div-4 ul label {
            margin-bottom: 4.6875vw;
        }

        .sleep-well-main-div .sleep-div-4 ul li {
            display: flex;
            align-items: center;
            padding-left: 4.6875vw;
            margin-bottom: 3.125vw;
        }

            .sleep-well-main-div .sleep-div-4 ul li .fa {
                margin-right: 3.125vw;
                font-size: 8px;
            }

    .sleep-well-main-div .sleep-div-4 .card {
        box-shadow: 0 3px 6px rgba(0,0,0,.2);
        width: auto;
    }

        .sleep-well-main-div .sleep-div-4 .card span {
            height: 26px;
            background: #7f487f;
        }

        .sleep-well-main-div .sleep-div-4 .card .container-bx {
            text-align: center;
            padding: 24px;
        }

            .sleep-well-main-div .sleep-div-4 .card .container-bx h4, .sleep-well-main-div .sleep-div-4 .card .container-bx .h4 {
                font-size: 1.875rem;
            }

            .sleep-well-main-div .sleep-div-4 .card .container-bx .btn {
                background-color: #7d497f;
                color: #fff;
                border-radius: 3px;
                padding: 14px 27px;
            }

                .sleep-well-main-div .sleep-div-4 .card .container-bx .btn a {
                    color: #fff;
                }

.terms-main-div {
    padding-top: 6.25vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

    .terms-main-div .termsAccordion .accordion-option {
        position: relative;
    }

        .terms-main-div .termsAccordion .accordion-option a {
            width: fit-content;
            font-size: 1rem;
            color: #025685;
        }

        .terms-main-div .termsAccordion .accordion-option .accordion-bx {
            position: absolute;
            height: 30px;
            width: 50px;
            right: 0;
            top: 0;
            cursor: pointer;
        }

            .terms-main-div .termsAccordion .accordion-option .accordion-bx .accordion-btn {
                position: absolute;
                top: 15px;
                background: #025685;
                width: 15px;
                height: 3px;
                cursor: pointer;
                right: 10px;
                transition: all .3s ease-in;
            }

                .terms-main-div .termsAccordion .accordion-option .accordion-bx .accordion-btn::after {
                    content: "";
                    transform: rotate(90deg);
                    position: absolute;
                    background: #025685;
                    left: 0;
                    width: 15px;
                    height: 3px;
                    transition: all .3s ease-in;
                }

                .terms-main-div .termsAccordion .accordion-option .accordion-bx .accordion-btn.active::after {
                    transform: rotate(0deg);
                }

    .terms-main-div .termsAccordion .inner-nav {
        transition: all .3s ease-in;
        display: none;
    }

        .terms-main-div .termsAccordion .inner-nav.active {
            transition: all .3s ease-in;
            display: block;
            border-bottom: 1px solid;
        }

        .terms-main-div .termsAccordion .inner-nav .nav-link {
            transition: all .3s ease-in;
            display: none;
            font-size: .875rem;
            color: #000;
        }

            .terms-main-div .termsAccordion .inner-nav .nav-link.active {
                transition: all .3s ease-in;
                display: block;
            }

    .terms-main-div .terms-div {
        margin-top: 6.25vw;
    }

        .terms-main-div .terms-div .trems-heading {
            font-weight: 500;
            font-size: 1.125rem;
        }

        .terms-main-div .terms-div p {
            font-size: .875rem;
            margin-bottom: 4.6875vw;
        }

.shipping-terms-main-div {
    padding-top: 6.25vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

    .shipping-terms-main-div .heading {
        margin-bottom: 0;
        text-align: center;
        padding-bottom: 4.6875vw;
        border-bottom: 1px solid #3e454c;
        font-size: 1.563rem;
    }

    .shipping-terms-main-div .shipping-termsAccordion .shipping-accordion-option {
        position: relative;
        border-bottom: 1px solid #3e454c;
    }

        .shipping-terms-main-div .shipping-termsAccordion .shipping-accordion-option a {
            width: fit-content;
            font-size: 1rem;
            padding: 4.6875vw;
            color: #025685;
        }

        .shipping-terms-main-div .shipping-termsAccordion .shipping-accordion-option .shipping-accordion-bx {
            position: absolute;
            margin: 3.125vw;
            margin-right: 0;
            height: 30px;
            width: 50px;
            right: 0;
            top: 0;
            cursor: pointer;
        }

            .shipping-terms-main-div .shipping-termsAccordion .shipping-accordion-option .shipping-accordion-bx .accordion-btn {
                position: absolute;
                top: 15px;
                background: #025685;
                width: 15px;
                height: 3px;
                cursor: pointer;
                right: 10px;
                transition: all .3s ease-in;
            }

                .shipping-terms-main-div .shipping-termsAccordion .shipping-accordion-option .shipping-accordion-bx .accordion-btn::after {
                    content: "";
                    transform: rotate(90deg);
                    position: absolute;
                    background: #025685;
                    left: 0;
                    width: 15px;
                    height: 3px;
                    transition: all .3s ease-in;
                }

                .shipping-terms-main-div .shipping-termsAccordion .shipping-accordion-option .shipping-accordion-bx .accordion-btn.active::after {
                    transform: rotate(0deg);
                }

    .shipping-terms-main-div .shipping-termsAccordion .shipping-inner-nav {
        transition: all .3s ease-in;
        display: none;
    }

        .shipping-terms-main-div .shipping-termsAccordion .shipping-inner-nav.active {
            transition: all .3s ease-in;
            display: block;
            border-bottom: 1px solid;
        }

        .shipping-terms-main-div .shipping-termsAccordion .shipping-inner-nav .nav-link {
            transition: all .3s ease-in;
            display: none;
            font-size: .875rem;
            color: #000;
        }

            .shipping-terms-main-div .shipping-termsAccordion .shipping-inner-nav .nav-link.active {
                transition: all .3s ease-in;
                display: block;
            }

    .shipping-terms-main-div .shipping-terms-div {
        margin-top: 4.6875vw;
    }

        .shipping-terms-main-div .shipping-terms-div .shipping-trems-heading {
            font-weight: 600;
            margin-bottom: 4.6875vw;
            font-size: 1.563rem;
        }

        .shipping-terms-main-div .shipping-terms-div p {
            font-size: .875rem;
            margin-bottom: 4.6875vw;
        }

        .shipping-terms-main-div .shipping-terms-div a {
            color: #025685;
        }

.shipping-trams-main-div {
    padding-top: 6.25vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

    .shipping-trams-main-div .heading-terms {
        margin-bottom: 0;
        padding-bottom: 4.6875vw;
        font-weight: 500;
        border-bottom: 1px solid #eee;
        font-size: 1.563rem;
    }

    .shipping-trams-main-div .inner-pra {
        margin-top: 4.6875vw;
    }

        .shipping-trams-main-div .inner-pra p {
            font-size: .875rem;
            margin-bottom: 4.6875vw;
        }

    .shipping-trams-main-div .inner-pra-1 {
        margin-top: 6.25vw;
    }

        .shipping-trams-main-div .inner-pra-1 .inner-heading {
            font-weight: 500;
            margin-bottom: 3.125vw;
            font-size: 1.125rem;
        }

        .shipping-trams-main-div .inner-pra-1 p {
            font-size: .875rem;
            margin-bottom: 4.6875vw;
        }

        .shipping-trams-main-div .inner-pra-1 span {
            display: block;
            font-size: .875rem;
            margin-bottom: 4.6875vw;
        }

            .shipping-trams-main-div .inner-pra-1 span.text-blue {
                display: contents;
                color: #025685;
            }

        .shipping-trams-main-div .inner-pra-1 ul {
            padding-left: 4.6875vw;
        }

            .shipping-trams-main-div .inner-pra-1 ul li {
                font-size: .875rem;
            }

                .shipping-trams-main-div .inner-pra-1 ul li span {
                    display: contents;
                }

            .shipping-trams-main-div .inner-pra-1 ul.inner-ul-1 {
                margin-top: 4.6875vw;
            }

                .shipping-trams-main-div .inner-pra-1 ul.inner-ul-1 span {
                    font-weight: 600;
                }

        .shipping-trams-main-div .inner-pra-1 .table {
            font-size: .75rem;
        }

            .shipping-trams-main-div .inner-pra-1 .table thead th {
                padding: 5px;
                background-color: #edeeed;
            }

            .shipping-trams-main-div .inner-pra-1 .table td {
                padding: 5px;
            }

.empyt-cart-main-div {
    padding: 6.25vw 4.6875vw 0 4.6875vw;
}

    .empyt-cart-main-div .empyt-div .img-bx {
        width: 70.375vw;
        margin: 0 auto;
    }

        .empyt-cart-main-div .empyt-div .img-bx img {
            width: 100%;
        }

    .empyt-cart-main-div .empyt-div .empyt-div-inner {
        margin-top: 10%;
        text-align: center;
    }

        .empyt-cart-main-div .empyt-div .empyt-div-inner .heading {
            margin-bottom: 4.6875vw;
            color: #025685;
            font-weight: 400;
            font-size: 1.875rem;
        }

        .empyt-cart-main-div .empyt-div .empyt-div-inner .continue-btn {
            width: auto;
            text-decoration: none;
            font-size: 1rem;
            color: #fff;
            background-color: #4f8324;
            padding: 1.5625vw 4.6875vw;
            border: 0;
            border-radius: 3px;
        }

.contact-main-div {
    padding-left: 15px;
    padding-right: 15px;
}

    .contact-main-div .heading {
        margin-top: 20px;
        margin-bottom: 15px;
        text-align: center;
        font-size: 1.563rem;
        font-weight: normal;
    }

    .contact-main-div .contact-card-div {
        display: flex;
    }

        .contact-main-div .contact-card-div .contact-bx {
            margin: 0 0 15px 0;
            box-shadow: 0 0 5px 0 #b3b3b3;
            transition: box-shadow .4s ease-out;
            padding: 10px;
            text-align: center;
        }

            .contact-main-div .contact-card-div .contact-bx .img-bx {
                width: 60px;
                height: auto;
                margin: 0 auto;
            }

                .contact-main-div .contact-card-div .contact-bx .img-bx img {
                    width: 100%;
                }

            .contact-main-div .contact-card-div .contact-bx .bx-heading {
                border-bottom: 1px solid;
                font-size: 1.125rem;
                color: #025685;
                margin: 10px auto;
                padding-bottom: 10px;
            }

            .contact-main-div .contact-card-div .contact-bx .card-li {
                margin: 0;
                padding-left: 0;
                list-style: none;
            }

            .contact-main-div .contact-card-div .contact-bx:hover {
                -webkit-box-shadow: 0 3px 12px 0 #525252;
                -moz-box-shadow: 0 3px 12px 0 #525252;
                box-shadow: 0 3px 12px 0 #525252;
                transition: box-shadow .4s ease-in;
            }

    .contact-main-div .viedo-slider .recently-viewed-items .dbox {
        margin-right: 20px;
    }

        .contact-main-div .viedo-slider .recently-viewed-items .dbox .viedo {
            width: 100%;
        }

    .contact-main-div .contact-tab {
        padding-top: 20px;
    }

        .contact-main-div .contact-tab .nav {
            border: 1px solid #ccc;
            background-color: #fff;
            margin: 0;
            box-shadow: 0 0 5px 0 #b3b3b3;
            -moz-box-shadow: 0 0 5px 0 #b3b3b3;
            box-shadow: 0 0 5px 0 #b3b3b3;
        }

            .contact-main-div .contact-tab .nav .nav-link {
                text-align: start;
                padding: 10px;
                color: #000;
            }

                .contact-main-div .contact-tab .nav .nav-link.heading {
                    font-size: 1.125rem;
                    background-color: #dedede;
                    padding: 10px;
                    text-align: center;
                    font-weight: 500;
                    margin: 0;
                }

                .contact-main-div .contact-tab .nav .nav-link:hover {
                    background-color: #ececec;
                }

        .contact-main-div .contact-tab .nav-pills .nav-link.active, .contact-main-div .contact-tab .nav-pills .show > .nav-link {
            color: #000;
            background-color: #ececec;
        }

        .contact-main-div .contact-tab .tab-content {
            width: 100%;
        }

            .contact-main-div .contact-tab .tab-content .category-page-faq-section {
                width: 100%;
            }

                .contact-main-div .contact-tab .tab-content .category-page-faq-section .section-title .rewar-h2 {
                    color: #025685;
                    font-size: 1.563rem;
                    text-align: start;
                }

            .contact-main-div .contact-tab .tab-content .inner-tab-content .heaidng {
                display: block;
                padding: 15px;
                padding-bottom: 0;
                color: #555;
                font-size: 1rem;
                font-weight: 700;
                text-transform: capitalize;
                line-height: 25px;
                word-spacing: 2px;
                text-decoration: none;
                border-top: 1px solid;
                background-color: #fff;
            }

            .contact-main-div .contact-tab .tab-content .inner-tab-content .inner-pra {
                list-style: none;
                padding-top: 0;
                font-size: 1rem;
            }

                .contact-main-div .contact-tab .tab-content .inner-tab-content .inner-pra li {
                    padding-top: 15px;
                }

            .contact-main-div .contact-tab .tab-content .inner-tab-content .inner-pra-2 {
                margin-top: 20px;
            }

                .contact-main-div .contact-tab .tab-content .inner-tab-content .inner-pra-2 li span {
                    font-weight: 600;
                }

            .contact-main-div .contact-tab .tab-content .inner-tab-content p {
                font-size: 1rem;
                margin-bottom: 0;
            }

            .contact-main-div .contact-tab .tab-content .category-page-faq-section.schollar-faq {
                margin-top: 0;
                padding: 20px 0 0 0;
            }

    .contact-main-div .contact-us-div {
        padding-top: 20px;
    }

        .contact-main-div .contact-us-div .cont-bx {
            padding: 10px;
            box-shadow: 0 0 5px 0 #b3b3b3;
            -webkit-transition: box-shadow .4s ease-out;
            margin-bottom: 15px;
            text-align: center;
        }

            .contact-main-div .contact-us-div .cont-bx .img-bx {
                width: 165px;
                height: auto;
                margin: 0 auto;
            }

                .contact-main-div .contact-us-div .cont-bx .img-bx .fa {
                    font-size: 80px;
                    color: #d3d3d3;
                }

            .contact-main-div .contact-us-div .cont-bx .heading {
                margin: 10px;
                color: #337ab7;
                font-size: 1.125rem;
                font-weight: normal;
            }

            .contact-main-div .contact-us-div .cont-bx.cont-bx:hover {
                box-shadow: 0 3px 12px 0 #525252;
                -webkit-transition: box-shadow .4s ease-in;
            }

    .contact-main-div .contact-us-inner {
        padding-top: 0;
    }

        .contact-main-div .contact-us-inner .live-chat-div {
            padding: 10px;
            display: none;
            box-shadow: 0 3px 12px 0 #525252;
            -webkit-transition: box-shadow .4s ease-in;
            border-radius: .571429rem;
            width: fit-content;
        }

            .contact-main-div .contact-us-inner .live-chat-div .heading {
                color: #fff;
                margin-bottom: 0;
                margin-top: 0;
                padding: 10px 5px 10px 5px;
                font-size: 1rem;
                background-color: #4f8324;
            }

            .contact-main-div .contact-us-inner .live-chat-div .text {
                display: block;
                padding-top: 10px;
                padding-bottom: 10px;
            }

            .contact-main-div .contact-us-inner .live-chat-div .input-div {
                margin-top: 15px;
                display: grid;
            }

                .contact-main-div .contact-us-inner .live-chat-div .input-div .icon-bx {
                    margin-top: 10px;
                }

                    .contact-main-div .contact-us-inner .live-chat-div .input-div .icon-bx .col {
                        height: 30px;
                        width: 30px;
                        padding: 5px 20px 5px 20px;
                        border: 1px solid #d3d3d3;
                        border-radius: 40px;
                    }

            .contact-main-div .contact-us-inner .live-chat-div.active {
                margin-top: 20px;
                display: block;
            }

            .contact-main-div .contact-us-inner .live-chat-div .top-div {
                display: flex;
            }

                .contact-main-div .contact-us-inner .live-chat-div .top-div .btn-div {
                    margin-top: 15px;
                    padding: 10px 10px 0 10px;
                }

                    .contact-main-div .contact-us-inner .live-chat-div .top-div .btn-div .fa {
                        font-size: 20px;
                    }

        .contact-main-div .contact-us-inner .mail-us-div {
            display: none;
        }

            .contact-main-div .contact-us-inner .mail-us-div .input-div {
                margin-top: 15px;
            }

            .contact-main-div .contact-us-inner .mail-us-div .btn-bx {
                margin-top: 20px;
                float: right;
            }

                .contact-main-div .contact-us-inner .mail-us-div .btn-bx .can-btn {
                    border: none;
                    background-color: #ebebeb;
                    margin-right: 10px;
                    color: #025685;
                }

                .contact-main-div .contact-us-inner .mail-us-div .btn-bx .submit-btn {
                    border: none;
                    background-color: #4f8324;
                    color: #fff;
                    margin-right: -13px;
                }

            .contact-main-div .contact-us-inner .mail-us-div.active {
                margin-top: 20px;
                display: block;
            }

    .contact-main-div .component__carousel-home-new {
        margin-top: 6.25vw;
    }

        .contact-main-div .component__carousel-home-new .component__carousel-item {
            text-align: center;
            padding: 0 10px;
        }

.aboutus-div .about-heading {
    font-size: 1.875rem;
}

.aboutus-div .about-pra {
    font-size: 1rem;
}

.aboutus-div .about-one {
    justify-content: center;
    margin: 6.25vw 4.6875vw 0 4.6875vw;
}

    .aboutus-div .about-one .card-list {
        list-style: none;
        text-align: center;
        padding-left: 0;
    }

        .aboutus-div .about-one .card-list li {
            padding: 3.125vw;
            box-shadow: 0 3px 6px lightgray;
        }

            .aboutus-div .about-one .card-list li label {
                font-size: 25px;
                display: block;
            }

.aboutus-div .about-two {
    margin: 6.25vw 4.6875vw 0 4.6875vw;
    text-align: center;
}

.aboutus-div .about-three {
    margin: 6.25vw 4.6875vw 0 4.6875vw;
}

.aboutus-div .about-four {
    margin: 6.25vw 4.6875vw 0 4.6875vw;
}

    .aboutus-div .about-four .about-tab {
        width: 100%;
    }

        .aboutus-div .about-four .about-tab li {
            width: 50%;
        }

            .aboutus-div .about-four .about-tab li .img-tab {
                padding: 0;
                border: none;
                background: none;
                width: 100%;
            }

                .aboutus-div .about-four .about-tab li .img-tab img {
                    width: 100%;
                }

        .aboutus-div .about-four .about-tab .img-div {
            position: relative;
            width: 50%;
        }

            .aboutus-div .about-four .about-tab .img-div .middle {
                transition: .5s ease;
                opacity: 0;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                text-align: center;
            }

                .aboutus-div .about-four .about-tab .img-div .middle .text {
                    font-size: 30px;
                }

            .aboutus-div .about-four .about-tab .img-div img {
                opacity: 1;
                display: block;
                width: 100%;
                height: auto;
                transition: .5s ease;
                backface-visibility: hidden;
            }

            .aboutus-div .about-four .about-tab .img-div:hover {
                background-color: #0072b1;
            }

                .aboutus-div .about-four .about-tab .img-div:hover img {
                    opacity: .6;
                }

                .aboutus-div .about-four .about-tab .img-div:hover .middle {
                    opacity: 1;
                }

    .aboutus-div .about-four .tab-content {
        margin-top: 6.25vw;
    }

        .aboutus-div .about-four .tab-content .tab-two .about-heading {
            text-align: center;
        }

        .aboutus-div .about-four .tab-content .tab-two p {
            text-align: start;
        }

.size-chart-main-div {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-top: 4.6875vw;
}

    .size-chart-main-div .inner-div {
        padding-top: 4.6875vw;
    }

        .size-chart-main-div .inner-div .heaidng {
            font-weight: normal;
            margin-bottom: 10px;
            font-size: 1.563rem;
        }

        .size-chart-main-div .inner-div .inner-pra {
            font-size: 1rem;
            margin-bottom: 0;
        }

    .size-chart-main-div .size-chart-div .recently-viewed-items .recently-view-products-slider .product-name {
        margin-bottom: 4.6875vw;
        padding-bottom: 4.6875vw;
    }

        .size-chart-main-div .size-chart-div .recently-viewed-items .recently-view-products-slider .product-name h5, .size-chart-main-div .size-chart-div .recently-viewed-items .recently-view-products-slider .product-name .h5 {
            font-size: 1rem;
            font-weight: 500;
            margin-bottom: 4.6875vw;
        }

.testimonials-main-div {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-top: 6.25vw;
}

    .testimonials-main-div .heading {
        text-align: center;
        font-size: 25px;
        font-weight: normal;
        margin-bottom: 4.6875vw;
    }

    .testimonials-main-div .testimo-div {
        text-align: center;
        height: auto;
    }

        .testimonials-main-div .testimo-div .viedo {
            width: 100%;
        }

    .testimonials-main-div .testimo-div-2 {
        display: block;
        justify-content: space-between;
        padding-top: 20px;
    }

        .testimonials-main-div .testimo-div-2 .review-box {
            margin-top: 15px;
            display: block;
            width: auto;
        }

            .testimonials-main-div .testimo-div-2 .review-box .box-1 {
                width: 100px;
                margin: 0 auto;
            }

                .testimonials-main-div .testimo-div-2 .review-box .box-1 img {
                    width: 100%;
                }

            .testimonials-main-div .testimo-div-2 .review-box .box-2 {
                margin-top: 10px;
                text-align: center;
            }

                .testimonials-main-div .testimo-div-2 .review-box .box-2 span {
                    font-size: 1.125rem;
                    display: block;
                }

                .testimonials-main-div .testimo-div-2 .review-box .box-2 p {
                    margin-bottom: 0;
                    margin-top: 5px;
                    font-size: .875rem;
                }

    .testimonials-main-div .testimo-div-3 {
        display: block;
        padding-top: 20px;
    }

        .testimonials-main-div .testimo-div-3 .seclect-bx .input-div {
            justify-content: center;
            align-items: center;
            display: flex;
        }

            .testimonials-main-div .testimo-div-3 .seclect-bx .input-div label {
                font-weight: 600;
                font-size: .875rem;
                margin-right: 5px;
            }

        .testimonials-main-div .testimo-div-3 .seclect-bx .input-group {
            width: fit-content;
        }

            .testimonials-main-div .testimo-div-3 .seclect-bx .input-group select {
                font-size: .875rem;
                padding: 3px;
            }

        .testimonials-main-div .testimo-div-3 .img-bx {
            padding-top: 15px;
            margin: 0 auto;
            width: max-content;
        }

            .testimonials-main-div .testimo-div-3 .img-bx img {
                width: 100%;
            }

.RequestForQuote-main-div {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
}

    .RequestForQuote-main-div .request-inner-div {
        width: auto;
        margin: 0 auto;
        text-align: center;
    }

        .RequestForQuote-main-div .request-inner-div img {
            width: 100%;
        }

        .RequestForQuote-main-div .request-inner-div .heading {
            margin-top: 20px;
            font-size: 1.563rem;
            text-transform: uppercase;
            font-weight: normal;
            margin-bottom: 15px;
        }

        .RequestForQuote-main-div .request-inner-div .inner-pra {
            text-align: start;
            font-size: .875rem;
            margin-bottom: 0;
        }

    .RequestForQuote-main-div .requset-inner-2 {
        text-align: center;
        padding-top: 20px;
    }

        .RequestForQuote-main-div .requset-inner-2 .heading {
            font-size: 1.563rem;
            font-weight: normal;
            text-transform: uppercase;
            margin-bottom: 0;
        }

        .RequestForQuote-main-div .requset-inner-2 .request-img.about-us-div {
            padding-top: 0;
        }

            .RequestForQuote-main-div .requset-inner-2 .request-img.about-us-div .about-div {
                padding-top: 0;
            }

    .RequestForQuote-main-div .request-div {
        padding-top: 20px;
    }

        .RequestForQuote-main-div .request-div .pra-div p {
            margin-bottom: 10px;
            font-size: 1rem;
        }

            .RequestForQuote-main-div .request-div .pra-div p span {
                font-weight: 600;
                color: #095784;
            }

        .RequestForQuote-main-div .request-div a {
            color: #095784;
        }

    .RequestForQuote-main-div .form-div {
        margin-bottom: 20px;
        margin-top: 20px;
        width: 100%;
    }

        .RequestForQuote-main-div .form-div .input-div {
            margin-top: 20px;
            justify-content: space-between;
            display: block;
        }

            .RequestForQuote-main-div .form-div .input-div label {
                font-size: .875rem;
                font-weight: 600;
            }

            .RequestForQuote-main-div .form-div .input-div .input-group {
                width: 90vw;
            }

                .RequestForQuote-main-div .form-div .input-div .input-group .input-inner {
                    width: 90vw;
                    display: flex;
                }

                    .RequestForQuote-main-div .form-div .input-div .input-group .input-inner .input-group-text {
                        border-radius: 0;
                    }

                    .RequestForQuote-main-div .form-div .input-div .input-group .input-inner .form-control {
                        border-radius: 0;
                    }

                .RequestForQuote-main-div .form-div .input-div .input-group .redtext {
                    margin-top: 10px;
                }

    .RequestForQuote-main-div .request-table.orderid-main-div {
        padding: 0;
    }

        .RequestForQuote-main-div .request-table.orderid-main-div .orderid-div {
            width: auto;
            margin: 0;
        }

            .RequestForQuote-main-div .request-table.orderid-main-div .orderid-div .table-orderid-history {
                text-align: center;
            }

                .RequestForQuote-main-div .request-table.orderid-main-div .orderid-div .table-orderid-history tbody tr td {
                    text-align: center;
                }

                    .RequestForQuote-main-div .request-table.orderid-main-div .orderid-div .table-orderid-history tbody tr td input {
                        width: 150px;
                        padding: 5px;
                        border: 1px solid #d3d3d3;
                    }

        .RequestForQuote-main-div .request-table.orderid-main-div .file-div {
            width: auto;
            padding-top: 4.6875vw;
        }

            .RequestForQuote-main-div .request-table.orderid-main-div .file-div .fileUpload {
                padding: 4px 15px;
                font-size: 1rem;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                border-radius: 0;
                float: right;
                position: relative;
                margin: 0;
                background-color: #e8e8e8;
                color: #3e454c;
                border: 1px solid #c5bfbf;
            }

                .RequestForQuote-main-div .request-table.orderid-main-div .file-div .fileUpload label {
                    padding-bottom: 0;
                }

            .RequestForQuote-main-div .request-table.orderid-main-div .file-div #uploadBtn {
                position: absolute;
                top: 0;
                width: 0;
                opacity: 0;
                right: 0;
                cursor: pointer;
            }

            .RequestForQuote-main-div .request-table.orderid-main-div .file-div .input-group-2 {
                margin-top: 6.25vw;
                display: block;
                margin-bottom: 15px;
            }

                .RequestForQuote-main-div .request-table.orderid-main-div .file-div .input-group-2 .heading {
                    border-bottom: 0;
                    color: #000;
                    padding-bottom: 0;
                    font-weight: normal;
                    font-size: 1.563rem;
                }

                .RequestForQuote-main-div .request-table.orderid-main-div .file-div .input-group-2 textarea {
                    width: 100%;
                }

        .RequestForQuote-main-div .request-table.orderid-main-div .orderid-btn-container {
            margin-top: 0;
            text-align: start;
            display: flex;
            justify-content: space-between;
        }

            .RequestForQuote-main-div .request-table.orderid-main-div .orderid-btn-container .btn {
                width: auto;
            }

.orderid-main-div .orderid-btn-container {
    display: flex;
    justify-content: space-between;
}

    .orderid-main-div .orderid-btn-container .btn-addtocard-fixed {
        width: auto;
    }

.health-tip-div {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
}

    .health-tip-div .heading {
        padding-bottom: 15px;
        margin-top: 0;
        font-size: 1.563rem;
        text-transform: uppercase;
        font-weight: normal;
        margin-bottom: 0;
        border-bottom: 1px solid #d3d3d3;
    }

    .health-tip-div .health-inner-div {
        margin-top: 20px;
        justify-content: space-evenly;
        display: flex;
    }

        .health-tip-div .health-inner-div ul {
            padding: 0;
        }

        .health-tip-div .health-inner-div li {
            display: inline-block;
            padding: 0;
            width: 100%;
        }

        .health-tip-div .health-inner-div .inner-div {
            padding-top: 20px;
            width: 80vw;
            margin: 0 auto;
            text-align: center;
            display: block;
        }

            .health-tip-div .health-inner-div .inner-div .img-bx {
                margin: 0 auto;
                width: 43.75vw;
            }

                .health-tip-div .health-inner-div .inner-div .img-bx img {
                    display: block;
                    width: 100%;
                }

            .health-tip-div .health-inner-div .inner-div a {
                display: block;
                color: #3e454c;
                margin-top: 10px;
                font-size: .875rem;
            }

    .health-tip-div .bread-div {
        align-items: center;
        font-size: .875rem;
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        background-color: #e5e7e6;
        padding: 10px;
    }

        .health-tip-div .bread-div ul {
            padding-left: 0;
            font-size: .875rem;
            margin-bottom: 0;
            list-style: none;
            display: inline-flex;
        }

            .health-tip-div .bread-div ul li {
                padding: 5px;
            }

.heading-health {
    padding-bottom: 15px;
    margin-top: 0;
    padding-top: 20px;
    font-size: 1.563rem;
    margin-right: 20px;
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 15px;
    border-bottom: 1px solid #d3d3d3;
}

.health-div-main {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

    .health-div-main .health-div img {
        width: 100%;
    }

    .health-div-main .health-div .text-content {
        font-size: 20px;
        text-align: center;
        color: #fff;
        border-width: 2px;
        border-bottom-color: #48c79c;
        border-bottom-style: solid;
        background-color: #48c79c;
    }

        .health-div-main .health-div .text-content p {
            padding: 10px;
            margin-bottom: 0;
        }

    .health-div-main .health-div .inner-div {
        width: auto;
    }

        .health-div-main .health-div .inner-div img {
            width: 100%;
        }

    .health-div-main .health-div .card-div {
        justify-content: space-between;
        color: #fff;
        margin-top: 20px;
        display: flex;
    }

        .health-div-main .health-div .card-div .card-inner-div {
            width: 100%;
            margin-top: 20px;
            padding: 15px;
            background-color: #d1cc75;
        }

            .health-div-main .health-div .card-div .card-inner-div .heading {
                font-size: 1.563rem;
                font-weight: normal;
                border-bottom: 1px solid #d3d3d3;
                padding-bottom: 10px;
                text-align: center;
                color: #fff;
            }

            .health-div-main .health-div .card-div .card-inner-div .img-bx {
                width: auto;
                margin: 0 auto;
            }

                .health-div-main .health-div .card-div .card-inner-div .img-bx img {
                    width: 100%;
                }

    .health-div-main .health-div .back-btn {
        margin-top: 20px;
        text-decoration: none;
        font-size: 15px;
        color: #fff;
        background-color: #4f8324;
        padding: 5px 12px;
        border: 0;
        border-radius: 5px;
    }

    .health-div-main .health-div-2 {
        margin-top: 20px;
        display: flex;
        height: fit-content;
        border: 1px solid #d3d3d3;
    }

        .health-div-main .health-div-2 .card-bx-2 {
            display: flex;
            padding: 20px 5px 20px 5px;
            width: 100%;
        }

            .health-div-main .health-div-2 .card-bx-2 .img-bx img {
                width: 100%;
            }

            .health-div-main .health-div-2 .card-bx-2 .pra-div {
                font-size: .875rem;
            }

                .health-div-main .health-div-2 .card-bx-2 .pra-div span {
                    font-size: 1rem;
                    display: block;
                }

        .health-div-main .health-div-2 .arrow-div {
            width: 5vw;
            text-align: center;
        }

.inner-dollar-div {
    padding: 20px 15px 0 15px;
}

    .inner-dollar-div .heading {
        margin-bottom: 15px;
        font-size: 1.125rem;
    }

    .inner-dollar-div span {
        font-size: 1rem;
    }

    .inner-dollar-div p {
        margin-bottom: 0;
        font-size: .875rem;
    }

.category-carousel-slider .category-inner {
    width: 100%;
    scroll-behavior: smooth;
    user-select: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

    .category-carousel-slider .category-inner::-webkit-scrollbar {
        display: none;
    }

    .category-carousel-slider .category-inner .card {
        flex: 0 0 auto;
        border: 0;
    }

    .category-carousel-slider .category-inner .category-card {
        position: relative;
        white-space: initial;
        vertical-align: top;
        margin: 0 10px;
    }

        .category-carousel-slider .category-inner .category-card h3.category-card-title, .category-carousel-slider .category-inner .category-card .category-card-title.h3 {
            font-size: .75rem;
            text-align: center;
            color: #3e454c;
            max-width: 88px;
            margin-top: 3.125vw;
            font-weight: 500;
            margin-left: auto;
            margin-right: auto;
        }

    .category-carousel-slider .category-inner .img-container {
        width: 23.4375vw;
        height: 23.4375vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

        .category-carousel-slider .category-inner .img-container img {
            margin-left: auto;
            margin-right: auto;
        }

        .category-carousel-slider .category-inner .img-container img {
            margin-left: 10px;
            width: 100%;
            width: 23.4375vw;
            height: 23.4375vw;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .category-carousel-slider .category-inner .img-container img img {
                margin-left: auto;
                margin-right: auto;
            }

.product-card .group-stars .on {
    width: 20px;
    height: 19px;
    background-image: url(https://www.shopperapproved.com/page/images3_0/stars/star-full-sm.png);
    display: inline-block;
}

.product-card .group-stars .off {
    width: 20px;
    height: 19px;
    background-image: url(https://www.shopperapproved.com/page/images3_0/stars/star-empty-sm.png);
    display: inline-block;
}

.teti_shadow {
    box-shadow: 0 0 10px rgba(142,141,141,.149);
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
}

.home-shop-with-section {
    background: #f9f9f9 0% 0% no-repeat padding-box;
    padding: 15px 0;
    margin-top: 6.25vw;
}

.catergory_heading {
    font-size: .875rem;
    color: #3e454c !important;
    font-weight: 600;
}

.catergory_text {
    font-size: .875rem;
    color: #3e454c !important;
}

.green-round-button {
    background-color: #4f8324;
    border-color: #4f8324;
    color: #fff;
    font-size: 1rem;
}

.banner_gap {
    margin-top: 5%;
}

.catergory_info_box {
    width: 100%;
    margin-top: 8%;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid #fff;
}

    .accordion-item:first-of-type .accordion-button {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.accordion-button:not(.collapsed) {
    color: #3e454c;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1rem;
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%3E454C'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

.accordion-body {
    padding: .5rem .25rem;
    font-size: .75rem;
}

.accordion-button {
    font-size: 1rem;
    font-weight: 500;
    color: #3e454c;
    border-top: 1px solid;
    padding: .5rem .25rem;
}

    .accordion-button:focus {
        border-color: #4f8324;
    }

.footer-logos-special ul {
    list-style: none;
    text-align: center;
}

.footer-logos-special ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

    .footer-logos-special ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 3px 15px 0;
    }

.footer-copyright_backup {
    background-color: #4f8324;
    color: #fff;
    text-align: center;
    font-size: .875rem;
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
    height: 19.0625vw;
}

.footer-content-information {
    font-size: .875rem;
    color: #3e454c;
    text-align: center;
    padding-top: 7.1875vw;
    width: 82.5vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.25vw;
}

    .footer-content-information p {
        text-align: center;
    }

.footer-links p {
    color: #025685;
    font-size: 1rem;
    font-weight: 600;
}

.footer-links ul {
    list-style-type: none;
    color: #3e454c;
    font-size: .875rem;
    margin-left: -30px;
    line-height: 2;
}

.subscribe-signuptext {
    font-size: .875rem;
    color: #3e454c;
    margin-bottom: .5rem;
    text-align: start;
}

.subscribe-signup-control input {
    border-radius: 30px 0 0 30px;
    height: 49px;
    border-right: 0;
}

.subscribe-signup-control .subscribe-line {
    position: relative;
}

    .subscribe-signup-control .subscribe-line::after {
        content: "";
        position: absolute;
        z-index: 0;
        opacity: .65;
        top: 10px;
        bottom: 10px;
        left: -2px;
        border-left: 1px solid #3e454c;
        transform: translate(-50%);
        transition: all .15s ease-in;
    }

    .subscribe-signup-control .subscribe-line.active::after {
        top: 0;
        bottom: 0;
        box-shadow: 0 0 3px 1px #4f8324;
        transition: all .15s ease-in;
    }

.subscribe-signup-button {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0 30px 30px 0;
    height: 49px;
    color: #025685;
    border-left: 0;
}

.subscribe-signup {
    color: #3e454c;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .5rem;
}

.footer-section-subscribe {
    background-color: #e8e8e8;
    margin-top: 2.1875vw;
}

    .footer-section-subscribe.home-page {
        margin-top: 6.25vw;
        padding: 4.6875vw;
    }

        .footer-section-subscribe.home-page .sub-email.active-email {
            background-color: #fff;
            border-radius: 30px;
        }

            .footer-section-subscribe.home-page .sub-email.active-email p {
                padding: 15px;
                margin-bottom: 0;
            }

            .footer-section-subscribe.home-page .sub-email.active-email .input-group {
                justify-content: center;
            }

        .footer-section-subscribe.home-page .subscribe-signup {
            margin-bottom: 3.125vw;
        }

        .footer-section-subscribe.home-page .subscribe-signuptext {
            margin-bottom: 3.125vw;
        }

        .footer-section-subscribe.home-page .subscribe-signup-control input {
            padding-left: 5vw;
        }

            .footer-section-subscribe.home-page .subscribe-signup-control input.active {
                border-color: #4f8324;
                box-shadow: 0 0 3px 1px #4f8324;
            }

        .footer-section-subscribe.home-page .subscribe-signup-control .input-group-btn .subscribe-signup-button {
            width: 109px;
            transition: all .15s ease-out;
            outline-color: #4f8324;
        }

            .footer-section-subscribe.home-page .subscribe-signup-control .input-group-btn .subscribe-signup-button:hover, .footer-section-subscribe.home-page .subscribe-signup-control .input-group-btn .subscribe-signup-button:focus, .footer-section-subscribe.home-page .subscribe-signup-control .input-group-btn .subscribe-signup-button:focus-visible, .footer-section-subscribe.home-page .subscribe-signup-control .input-group-btn .subscribe-signup-button:active {
                border-color: #4f8324;
                box-shadow: 0 0 3px 1px #4f8324;
                transition: all .15s ease-in;
            }

        .footer-section-subscribe.home-page .footer-section-social .row {
            width: 280px;
            margin-left: auto;
            margin-right: auto;
        }

            .footer-section-subscribe.home-page .footer-section-social .row .item1 {
                padding-top: 0;
            }

                .footer-section-subscribe.home-page .footer-section-social .row .item1 .fa {
                    border-radius: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border: 1px solid #000;
                    width: 40px;
                    height: 40px;
                    margin: 0 auto;
                }

                .footer-section-subscribe.home-page .footer-section-social .row .item1:hover .fa {
                    background-color: #00acee;
                    font-weight: bold;
                    color: #fff;
                }

            .footer-section-subscribe.home-page .footer-section-social .row .item2 {
                padding-top: 0;
            }

                .footer-section-subscribe.home-page .footer-section-social .row .item2 .fa {
                    border-radius: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border: 1px solid #000;
                    width: 40px;
                    height: 40px;
                    margin: 0 auto;
                }

                .footer-section-subscribe.home-page .footer-section-social .row .item2:hover .fa {
                    background-color: #3b5998;
                    font-weight: bold;
                    color: #fff;
                }

            .footer-section-subscribe.home-page .footer-section-social .row .item3 {
                padding-top: 0;
            }

                .footer-section-subscribe.home-page .footer-section-social .row .item3 .fa {
                    border-radius: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border: 1px solid #000;
                    width: 40px;
                    height: 40px;
                    margin: 0 auto;
                }

                .footer-section-subscribe.home-page .footer-section-social .row .item3:hover .fa {
                    background-color: #3f729b;
                    font-weight: bold;
                    color: #fff;
                }

            .footer-section-subscribe.home-page .footer-section-social .row .item4 {
                padding-top: 0;
            }

                .footer-section-subscribe.home-page .footer-section-social .row .item4 .fa {
                    border-radius: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border: 1px solid #000;
                    width: 40px;
                    height: 40px;
                    margin: 0 auto;
                }

                .footer-section-subscribe.home-page .footer-section-social .row .item4:hover .fa {
                    background-color: #0e76a8;
                    font-weight: bold;
                    color: #fff;
                }

            .footer-section-subscribe.home-page .footer-section-social .row .item5 {
                padding-top: 0;
            }

                .footer-section-subscribe.home-page .footer-section-social .row .item5 .fa {
                    border-radius: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border: 1px solid #000;
                    width: 40px;
                    height: 40px;
                    margin: 0 auto;
                }

                .footer-section-subscribe.home-page .footer-section-social .row .item5:hover .fa {
                    background-color: #f00;
                    font-weight: bold;
                    color: #fff;
                }

            .footer-section-subscribe.home-page .footer-section-social .row .item6 {
                margin-right: 4px;
                text-align: -webkit-right;
                margin-top: 10px;
                padding-top: 0;
            }

                .footer-section-subscribe.home-page .footer-section-social .row .item6 .fa {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 100%;
                    border: 1px solid #000;
                    width: 40px;
                    height: 40px;
                }

                .footer-section-subscribe.home-page .footer-section-social .row .item6:hover .fa {
                    background-color: #e60023;
                    font-weight: bold;
                    color: #fff;
                }

            .footer-section-subscribe.home-page .footer-section-social .row .item7 {
                margin-top: 10px;
                text-align: start;
                padding-top: 0;
            }

                .footer-section-subscribe.home-page .footer-section-social .row .item7 .fa {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 100%;
                    border: 1px solid #000;
                    width: 40px;
                    height: 40px;
                }

                .footer-section-subscribe.home-page .footer-section-social .row .item7:hover .fa {
                    background-color: #19d898;
                    font-weight: bold;
                    color: #fff;
                }

#footer-links.footer-main-section {
    margin-top: 1.5625vw;
    width: 100%;
    padding-right: var(--bs-gutter-x,4.6875vw);
    padding-left: var(--bs-gutter-x,4.6875vw);
    margin-right: auto;
    margin-left: auto;
}

    #footer-links.footer-main-section .footer-links {
        margin-top: 0;
        padding-top: 6.25vw;
        padding-bottom: 6.25vw;
    
    }

        #footer-links.footer-main-section .footer-links h2, #footer-links.footer-main-section .footer-links .h2 {
            margin-bottom: 1.5625vw;
        }

        #footer-links.footer-main-section .footer-links ul {
            margin-bottom: 0;
        }

            #footer-links.footer-main-section .footer-links ul li {
                padding-top: 3.125vw;
                line-height: 1;
            }

                #footer-links.footer-main-section .footer-links ul li a {
                    font-size: .875rem;
                    line-height: 1.313rem;
                }

                    #footer-links.footer-main-section .footer-links ul li a:hover {
                        color: #025685;
                    }

    #footer-links.footer-main-section .footer-logo-container {
        margin-top: 20px;
    }

.kno-btn-primary {
    color: #025685;
    background-color: transparent;
    border-color: #025685;
}

    .kno-btn-primary:focus {
        box-shadow: none;
    }

.btn-success:focus {
    box-shadow: none;
    background-color: #4f8324;
}

.sign {
    background-color: #4f8324;
    color: #fff !important;
    font-size: 1.563rem;
    text-align: left;
}

#home-knowledge-center.knowlege-center {
    margin-top: 6.25vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

#home-knowledge-center .section-title .h2-heading-home {
    margin-top: 0;
    margin-bottom: 1.5625vw;
}

#home-knowledge-center .card-images {
    justify-content: space-between;
}

#home-knowledge-center .knowledge-card {
    padding-left: 0;
    padding-right: 0;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 10px rgba(142,141,141,.149);
    margin-top: 3.125vw;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}

    #home-knowledge-center .knowledge-card .knowledge-card-details .card-body {
        padding-top: 4.059375vw;
        padding-bottom: 4.6875vw;
    }

        #home-knowledge-center .knowledge-card .knowledge-card-details .card-body .card-title {
            font-size: 1.125rem;
            line-height: 1.688rem;
            margin-bottom: 0;
        }

        #home-knowledge-center .knowledge-card .knowledge-card-details .card-body .card-text {
            font-size: 1rem;
            margin-top: 4.6875vw;
            margin-bottom: 4.6875vw;
        }

        #home-knowledge-center .knowledge-card .knowledge-card-details .card-body .btn {
            width: 129px;
            height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
        }

        #home-knowledge-center .knowledge-card .knowledge-card-details .card-body .kno-btn-primary {
            color: #025685;
            background-color: transparent;
            border-color: #025685;
        }

            #home-knowledge-center .knowledge-card .knowledge-card-details .card-body .kno-btn-primary.active {
                background-color: #025685;
                color: #fff;
            }

    #home-knowledge-center .knowledge-card .knowledge-card-details .img-container {
        overflow: hidden;
        height: 62.5vw;
        width: 90.625vw;
        border-radius: 10px 10px 0 0;
    }

        #home-knowledge-center .knowledge-card .knowledge-card-details .img-container img {
            transition: transform .8s ease;
            margin: 0 auto;
            height: 62.5vw;
            width: 90.625vw;
            border-radius: 10px 10px 0 0;
            width: 100%;
        }

        #home-knowledge-center .knowledge-card .knowledge-card-details .img-container:hover img {
            transition: transform .8s ease;
            transform: scale(1.5);
        }

.footer-section-brand {
    margin-top: 6.25vw;
}

    .footer-section-brand .brand-slider-logos .img-container {
        width: 43.75vw;
        height: 21.875vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .footer-section-brand .brand-slider-logos .img-container img {
            margin-left: auto;
            margin-right: auto;
        }

        .footer-section-brand .brand-slider-logos .img-container img {
            width: 100%;
        }

.knowledge-card .card-img, .knowledge-card .card-img-top {
    border-top-left-radius: calc(.625rem - 1px) !important;
    border-top-right-radius: calc(.625rem - 1px) !important;
}

.knowledge-card .card-text {
    text-align: center;
    font-size: .875rem;
    margin-top: 20px;
}

.knowledge-card {
    border: none !important;
    margin-bottom: 30px;
}

    .knowledge-card .card-title {
        margin-bottom: .5rem;
        text-align: center;
        color: #025685;
        font-weight: 600;
        font-size: 1rem;
    }

.knowlege-center {
    margin-top: 6.25vw;
}

.testimonial-slider .testimonial-card {
    padding-left: .9375vw;
    padding: .9375vw;
    padding-right: .9375vw;
    box-shadow: 0 0 10px rgba(142,141,141,.149);
}

    .testimonial-slider .testimonial-card .testimonial-text {
        font-size: 1rem;
        line-height: 1.5rem;
        color: #3e454c;
        padding: 0;
        margin: 0;
        position: relative;
        max-height: 11.5rem;
        overflow: hidden;
        text-align: left;
        white-space: break-spaces;
    }

    .testimonial-slider .testimonial-card .card-bottom {
        padding-top: 3.125vw;
        text-align: left;
    }

        .testimonial-slider .testimonial-card .card-bottom img {
            text-align: start;
            align-items: start;
            display: inline-block;
        }

.testimonial-slider img {
    margin: 0 auto;
}

.testimonial-slider .testimonial-customer-name {
    margin-top: 3.10625vw;
    margin-bottom: 0;
    color: #3e454c;
    font-size: 1rem;
    font-weight: 600;
}

.h2-heading-home {
    font-size: 1.563rem;
    color: #3e454c;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mm-menu {
    z-index: 999;
}

.mm-panel {
    background: #fff !important;
}

.mm-navbars_bottom .mm-navbar {
    border-bottom: none;
    background-color: #fff !important;
}

.mm-navbar {
    background-color: #fff !important;
}

.slick-dots {
    left: 0;
    right: 0;
}

    .slick-dots li {
        margin: 0;
    }

.shop-with-us-slider img {
    width: 95px;
    margin: 0 auto;
}

.shop-with-us-slider p {
    text-align: center;
}

.shop-with-us-slider__caption {
    font-weight: 500;
    font-size: .875rem;
    color: #025685;
}

    .shop-with-us-slider__caption a {
        color: #025685;
    }

.shop-with-us-slider__txt {
    font-size: .75rem;
}

@-webkit-keyframes check {
    50% {
        outline-color: #333;
        box-shadow: 0 0 0 12px #333,0 0 0 36px rgba(51,51,51,.2);
    }

    100% {
        outline-color: #333;
        box-shadow: 0 0 0 0 #333,0 0 0 0 rgba(51,51,51,0);
    }
}

@keyframes check {
    50% {
        outline-color: #333;
        box-shadow: 0 0 0 12px #333,0 0 0 36px rgba(51,51,51,.2);
    }

    100% {
        outline-color: #333;
        box-shadow: 0 0 0 0 #333,0 0 0 0 rgba(51,51,51,0);
    }
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.375rem;
    line-height: 1.2;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.home-cta-section {
    margin-top: 2%;
}

.menu-mobile-box {
    z-index: 1;
    position: absolute;
    display: block;
    width: fit-content;
    height: 20px;
    top: 26px;
    left: 3.5%;
    cursor: pointer;
}

.category-carousel-slider .button-prev, .category-carousel-slider .button-next {
    display: none;
}

.category-card picture {
    margin: 0 auto;
}

.category-card .category-card-title {
    font-size: .75rem;
    color: #3e454c;
    max-width: 100px;
    font-weight: normal;
}

.no_bt {
    display: none;
}

.product-card .labels {
    background-color: #4f8324;
    font-size: .75rem;
    position: relative;
    color: #fff;
    width: 33%;
    text-align: center;
    margin-top: 7px;
    margin-left: -25px;
    padding: 5px;
    border-radius: 0 5px 5px 0;
}

    .product-card .labels:before {
        content: "";
        position: absolute;
        top: -6px;
        left: 0;
        border-top: 7px solid transparent;
        border-right: 13px solid #4f8324;
    }

.product-card .product-price .list-price {
    font-size: .75rem;
    line-height: 1.313rem;
    text-align: center;
    text-decoration: line-through;
}

.product-card .product-price .selling-price {
    color: #eb0400;
    line-height: 1.688rem;
    font-size: 1.125rem;
    font-weight: 500;
}

.product-card .product-reviews-text {
    font-size: .75rem;
    text-align: center;
    display: block;
}

.home-page-tabbing {
    margin-top: 6.25vw;
}

    .home-page-tabbing .home-nav-tabs {
        margin-left: 4.6875vw;
        margin-right: 4.6875vw;
    }

        .home-page-tabbing .home-nav-tabs li {
            height: 100%;
            width: min-content;
            text-align: start;
        }

            .home-page-tabbing .home-nav-tabs li .nav-link {
                padding: 0;
            }

                .home-page-tabbing .home-nav-tabs li .nav-link.active {
                    border-bottom: 0;
                }

    .home-page-tabbing .nav-tabs {
        border-width: 0;
    }

    .home-page-tabbing .tab-content {
        margin-bottom: 6.25vw;
    }

        .home-page-tabbing .tab-content .product-card-container {
            padding-bottom: 6.25vw;
            border-bottom: 3px solid #e0e1e2;
            margin-left: 7.8125vw;
            margin-right: 4.6875vw;
            justify-content: center;
            width: 87.5vw;
        }

            .home-page-tabbing .tab-content .product-card-container .product-card {
                padding-left: 0;
                padding-right: 0;
                width: 87.5vw;
                position: relative;
            }

                .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow {
                    margin-right: .625vw;
                    margin-left: .625vw;
                }

                    .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .labels.product-label {
                        margin-bottom: 4.6875vw;
                        position: absolute;
                        left: 14px;
                        top: 8.125vw;
                        height: 25px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                    .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item {
                        padding-left: 4.375vw;
                        padding-right: 4.375vw;
                        padding-top: 10.9375vw;
                        justify-content: space-between;
                    }

                        .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .product-name {
                            padding: 1.5625vw 0;
                        }

                            .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .product-name p {
                                margin: 0;
                                margin-top: 10px;
                                line-height: 1.125rem;
                            }

                            .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .product-name h3, .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .product-name .h3 {
                                margin: 0;
                                font-size: 1rem;
                                margin-top: 10px;
                                font-weight: 500;
                                line-height: 1.125rem;
                            }

                        .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .product-image {
                            margin-top: 0;
                            margin-bottom: 0;
                            margin-right: 0;
                            padding-left: 0;
                            padding-right: 0;
                            width: 31.25vw;
                            height: 31.25vw;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }

                            .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .product-image img {
                                margin-left: auto;
                                margin-right: auto;
                            }

                        .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .info-box {
                            margin-left: 0;
                            padding-left: 0;
                            padding-right: 0;
                        }

                            .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars .on, .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars .off {
                                background-size: contain;
                                width: 4.328125vw;
                                height: 4.01875vw;
                            }

                            .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars .product-reviews-text {
                                line-height: 1.125rem;
                                padding-bottom: 3.046875vw;
                            }

                            .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span:nth-child(1), .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span:nth-child(2), .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span:nth-child(3), .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span:nth-child(4) {
                                margin-right: .940625vw;
                            }

                    .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-price {
                        display: grid;
                        margin-top: 5px;
                    }

                        .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-price span {
                            display: block;
                        }

                            .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-price span.list-price {
                                line-height: 1.125rem;
                                padding-top: 0;
                                display: inline;
                                color: #3e454c;
                            }

                            .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-price span.selling-price {
                                line-height: 1.313rem;
                                padding-top: .3125vw;
                                padding-left: 0;
                                display: inline;
                                font-size: 1rem;
                                font-weight: 500;
                            }

        .home-page-tabbing .tab-content .why-hpfy {
            width: 100%;
            padding-right: var(--bs-gutter-x,4.6875vw);
            padding-left: var(--bs-gutter-x,4.6875vw);
            margin-right: auto;
            margin-left: auto;
        }

            .home-page-tabbing .tab-content .why-hpfy h1, .home-page-tabbing .tab-content .why-hpfy .h1 {
                font-size: 1.125rem;
                line-height: 1.688rem;
                padding-top: 4.6875vw;
            }

            .home-page-tabbing .tab-content .why-hpfy p {
                padding-left: 0;
                padding-right: 0;
                padding-top: 4.6875vw;
                padding-bottom: 15px;
            }

                .home-page-tabbing .tab-content .why-hpfy p a {
                    word-break: break-all;
                    color: #025685;
                }

            .home-page-tabbing .tab-content .why-hpfy .reward-viedo {
                margin-top: 3.125vw;
                margin-bottom: 3.125vw;
            }

            .home-page-tabbing .tab-content .why-hpfy .inner-div .inner-text p {
                padding: 0;
            }

    .home-page-tabbing.tab-container {
        width: 100%;
        text-align: center;
    }

        .home-page-tabbing.tab-container ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        .home-page-tabbing.tab-container li {
            display: inline-block;
            margin: 0;
            padding: 0;
        }

            .home-page-tabbing.tab-container li .nav-link-tab {
                font-size: 1rem;
                font-weight: 600;
                cursor: pointer;
            }

        .home-page-tabbing.tab-container .tab-wrap {
            width: 95%;
            padding-bottom: 3.125vw;
            margin: 0 auto;
            display: block;
            position: relative;
            border-bottom: 3px solid #e6e6e6;
        }

            .home-page-tabbing.tab-container .tab-wrap span {
                z-index: 2;
                transition: all .3s ease;
                position: absolute;
                bottom: -3px;
                height: 3px;
                background-color: #4f8324;
            }

        .home-page-tabbing.tab-container .nav-link-tab {
            transition: all .3s ease;
            text-decoration: none;
        }

            .home-page-tabbing.tab-container .nav-link-tab:hover {
                padding-bottom: 0;
            }

                .home-page-tabbing.tab-container .nav-link-tab:hover .nav-item {
                    margin-bottom: 0;
                }

            .home-page-tabbing.tab-container .nav-link-tab.active {
                padding-bottom: 0;
            }

.product-card .product-card-quickview-section {
    display: none;
}

.product-card .product-name p {
    font-size: .75rem;
    line-height: 1.125rem;
    text-align: center;
    margin: 7px 5px;
}

.product-card .manufacturer-name {
    color: #3e454c;
    text-align: center;
    font-size: .75rem;
    font-weight: 600;
    word-break: break-word;
    width: 100%;
    margin-bottom: 10px;
}

.product-card .info-box {
    width: 50%;
    float: right;
    margin-top: 1%;
}

.recently-viewed-items h2, .recently-viewed-items .h2 {
    font-size: 1.563rem;
    font-weight: 600;
}

.recently-view-products-slider {
    padding-bottom: 6.25vw;
}

    .recently-view-products-slider .slick-dots {
        bottom: -8px;
    }

    .recently-view-products-slider .recent-product-card .product-name p {
        font-size: .75rem;
        text-align: center;
        margin: 10px 5px;
    }

    .recently-view-products-slider .recent-product-card .product-image {
        margin-right: 4.6875vw;
    }

    .recently-view-products-slider .recent-product-card .manufacturer-name {
        color: #3e454c;
        text-align: center;
        font-size: .75rem;
        font-weight: 600;
        width: 100%;
        margin-bottom: 10px;
    }

    .recently-view-products-slider .recent-product-card .product-price .selling-price {
        color: #eb0400;
        font-size: .875rem;
        padding-left: 5px;
    }

    .recently-view-products-slider .recent-product-card .dbox {
        margin-right: 4.6875vw;
    }

.home-page-tabbing .nav-tabs .nav-link.active, .home-page-tabbing .nav-tabs .nav-item.show .nav-link {
    color: #3e454c;
    background-color: #fff;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: 0;
    padding-bottom: 3.125vw;
    height: 100%;
    border-width: 3px;
    margin-bottom: -3px;
}

    .home-page-tabbing .nav-tabs .nav-link.active.active, .home-page-tabbing .nav-tabs .nav-item.show .nav-link.active {
        font-weight: 600;
        border-bottom: none;
    }

    .home-page-tabbing .nav-tabs .nav-link.active .nav-link, .home-page-tabbing .nav-tabs .nav-item.show .nav-link .nav-link {
        padding: 0;
    }

.home-page-tabbing .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #3e454c;
}

.home-page-tabbing .nav-link {
    display: block;
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.brand-slider-logos slide {
    margin: 5px;
    padding: 5px;
}

.home-page-tabbing .nav-link:hover, .home-page-tabbing .nav-link:focus, .home-page-tabbing .nav-link:focus-visible {
    border: none;
    outline: none;
    outline-offset: 0;
}

.bg_ban {
    width: 100% !important;
}

.social {
    margin-top: 10%;
}

.aroow {
    float: right;
}

.carousel-item img {
    width: 100%;
}

.cart-1 {
    background: #4f8324;
    width: 12.94px;
    height: 12.94px;
    font-size: .625rem !important;
    line-height: 13px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    padding: 0;
    margin: 0;
    top: 6px;
}

    .cart-1.d-none {
        display: none !important;
    }

.dropdown-label {
    margin-top: 15px;
    margin-left: 5px;
    width: 33px;
    height: 30px;
    display: block;
    position: absolute;
}

    .dropdown-label::before {
        content: "";
        position: absolute;
        top: 5px;
        left: 0;
        width: 100%;
        height: 25px;
        border-top: 15px double #000;
        border-bottom: 5px solid #000;
    }

.transition-after-pageload {
    transition: .8s;
}

.button-members {
    margin-top: 50px;
}

.button {
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.white-button {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
}

.black-button {
    border: 2px solid #fff;
}

.sign_up {
    font-size: 1.438rem;
    background-color: #4f8324;
    font-weight: 600;
    color: #fff;
    padding: 10px;
    text-align: left;
    text-transform: capitalize;
}

.top-section-icons {
    float: right;
    position: relative;
}

    .top-section-icons i {
        vertical-align: middle;
    }

    .top-section-icons span {
        display: none;
        vertical-align: middle;
    }

    .top-section-icons .signuplink {
        padding-top: 4.6875vw;
        font-size: .75rem;
        text-align: center;
    }

        .top-section-icons .signuplink .account-link {
            color: #025685;
        }

        .top-section-icons .signuplink .f-password {
            display: block;
            margin-top: 3.125vw;
            color: #025685;
            font-size: .875rem;
        }

.header-search-section {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
    z-index: 1;
}

.top-header_backup {
    background-color: #4f8324;
    color: #fff;
    padding: 1%;
    font-size: 1rem;
}

#clockdiv {
    font-family: "Poppins",sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 1rem;
    margin-top: 2%;
    margin-bottom: 2%;
}

    #clockdiv > div {
        padding: 0;
        border-radius: 3px;
        background: #4f8324;
        display: inline-block;
    }

    #clockdiv div > span {
        padding: 0;
        border-radius: 3px;
        background: #4f8324;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid;
        width: 25px;
        height: 25px;
        font-size: .875rem;
        font-weight: 600;
        line-height: 1.313rem;
    }

.smalltext {
    padding-top: 5px;
    font-size: 1rem;
    font-weight: 600;
}

.timer-span {
    width: 50%;
    word-wrap: break-word;
    font-weight: 600;
}

    .timer-span p {
        margin-bottom: 0;
    }

.clock {
    margin-left: 10px;
}

.close {
    margin-top: -39px;
    margin-left: 210px;
    width: 33px;
    height: 30px;
    display: block;
    position: absolute;
}

.header-search {
    overflow: hidden;
    margin-right: 29px;
}

.header-search-form {
    position: relative;
}

    .header-search-form input {
        background: #fff;
        font-size: 1rem;
        font-weight: 500;
        height: 30px;
        padding-left: 10px;
        width: 100%;
        padding-right: 55px;
        border: .3px solid #3e454c;
        position: relative;
    }

        .header-search-form input::-moz-placeholder {
            color: #3e454c;
            font-size: 1rem;
            font-weight: 500;
            opacity: .65;
        }

        .header-search-form input::placeholder {
            color: #3e454c;
            font-size: 1rem;
            font-weight: 500;
            opacity: .65;
        }

    .header-search-form button {
        background: none;
        border: none;
        color: #fff;
        font-size: .938rem;
        position: absolute;
        right: 0;
        top: 0;
        transition: all .3s ease 0s;
        cursor: pointer;
        background-color: #3e454c;
        height: 30px;
        padding-left: 0;
        padding-right: 0;
        width: 35px;
    }

        .header-search-form button span {
            vertical-align: middle;
        }

        .header-search-form button:hover {
            color: #508426;
        }

.home-page-section-testimonial {
    width: 100vw;
    overflow: hidden;
    margin-top: 3%;
    width: 100%;
    padding-right: var(--bs-gutter-x,4.6875vw);
    padding-left: var(--bs-gutter-x,4.6875vw);
    margin-right: auto;
    margin-left: auto;
}

.slider {
    width: 100%;
    height: 120px;
    position: relative;
    margin: auto;
    overflow-x: scroll;
    overflow-y: hidden;
}

    .slider::-webkit-scrollbar {
        display: none;
    }

    .slider .slide {
        display: flex;
        position: absolute;
        left: 0;
        transition: .3s left ease-in-out;
    }

    .slider .item {
        margin-right: 10px;
    }

        .slider .item:last-child {
            margin-right: 0;
        }

.ctrl {
    text-align: center;
    margin-top: 5px;
}

.ctrl-btn {
    padding: 2px 2px;
    min-width: 50px;
    background: #fff;
    border: none;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 42%;
    margin-top: -27.5px;
}

    .ctrl-btn.pro-prev {
        left: 0;
    }

    .ctrl-btn.pro-next {
        right: 0;
    }

.bg-disable-category.active {
    background: #000;
    opacity: .4;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
}

.category-page-article-section, .category-page-faq-section {
    margin-top: 6.25vw;
    margin-bottom: 0;
}

.category-page-card .category-page-card-shadow {
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
}

    .category-page-card .category-page-card-shadow:hover {
        box-shadow: 0 0 10px rgba(142,141,141,.149);
    }

.category-page-card .labels {
    background-color: #4f8324;
    font-size: .75rem;
    position: relative;
    color: #fff;
    width: 33%;
    text-align: center;
    margin-top: 7px;
    margin-left: -17px;
    padding: 5px;
    border-radius: 0 5px 5px 0;
}

    .category-page-card .labels::before {
        content: "";
        position: absolute;
        top: -10px;
        left: 0;
        border-top: 10px solid transparent;
        border-right: 12px solid #4f8324;
    }

.category-page-card .category-details {
    width: 60%;
    vertical-align: middle;
}

.category-page-card .category-image {
    width: 39%;
}

.category-page-card .category-name {
    font-size: .875rem;
}

.category-page-card .category-price {
    font-size: .75rem;
    text-align: center;
}

    .category-page-card .category-price span {
        font-size: .875rem;
        color: #eb0400;
    }

#category-page-products .product-card-container {
    padding-bottom: 6.25vw;
    border-bottom: 3px solid #e0e1e2;
    margin-left: 7.8125vw;
    margin-right: 4.6875vw;
    justify-content: center;
    width: 87.5vw;
}

    #category-page-products .product-card-container .product-card {
        padding-left: 0;
        padding-right: 0;
        width: 87.5vw;
        position: relative;
    }

        #category-page-products .product-card-container .product-card .product-card-shadow {
            margin-right: 0;
            margin-left: 0;
            padding-left: 0;
            padding-right: 0;
        }

            #category-page-products .product-card-container .product-card .product-card-shadow .labels.product-label {
                margin-bottom: 4.6875vw;
                position: absolute;
                left: 14px;
                top: 8.125vw;
                height: 6.5625vw;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item {
                padding-left: 3.125vw;
                padding-right: 3.125vw;
                padding-top: 10.9375vw;
                justify-content: space-around;
            }

                #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .product-name {
                    padding: 1.5625vw 0;
                }

                    #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .product-name p {
                        margin: 0;
                        line-height: 1.125rem;
                    }

                #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .product-image {
                    margin: 1.5625vw 0 0 0;
                    padding-left: 0;
                    padding-right: 0;
                    width: 31.25vw;
                    height: 31.25vw;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .product-image img {
                        margin-left: auto;
                        margin-right: auto;
                    }

                #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .info-box {
                    width: auto;
                    margin-left: 0;
                    margin-right: 0;
                    margin-top: 1.5625vw;
                    padding-left: 0;
                    padding-right: 0;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                }

                    #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .info-box .product-type {
                        margin-bottom: 3.125vw;
                    }

                    #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars .on, #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars .off {
                        background-size: contain;
                        width: 4.328125vw;
                        height: 4.01875vw;
                    }

                    #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars .product-reviews-text {
                        line-height: 1.125rem;
                        padding-bottom: 1.5625vw;
                    }

                    #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span:nth-child(1), #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span:nth-child(2), #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span:nth-child(3), #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span:nth-child(4) {
                        margin-right: .940625vw;
                    }

            #category-page-products .product-card-container .product-card .product-card-shadow .product-price span {
                display: block;
            }

                #category-page-products .product-card-container .product-card .product-card-shadow .product-price span.list-price {
                    line-height: 1.125rem;
                    padding-top: 0;
                    display: inline;
                    font-size: .75rem;
                }

                #category-page-products .product-card-container .product-card .product-card-shadow .product-price span.selling-price {
                    line-height: 1.313rem;
                    padding-top: .3125vw;
                    padding-left: 1.875vw;
                    display: inline;
                    font-size: .875rem;
                    font-weight: 500;
                }

.article-single-card .article-single-card-shadow {
    padding: 10px;
    border-radius: 10px;
    margin: 2px;
    position: relative;
    min-height: 320px;
    box-shadow: 0 0 10px rgba(142,141,141,.149);
}

.article-single-card .article-categories span {
    color: #fff;
    background-color: #eb0400;
    padding: 4px;
    font-size: .75rem;
}

.article-single-card .article-title {
    font-size: 1rem;
    font-weight: 600;
}

.article-single-card .article-author-date {
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: 5px;
}

    .article-single-card .article-author-date div {
        display: inline-flex;
        align-items: center;
    }

        .article-single-card .article-author-date div:first-child {
            margin-right: 10px;
        }

.article-single-card .article-share {
    font-size: .875rem;
    font-weight: 500;
    position: absolute;
    bottom: 6.25vw;
}

.category-page-faq-section h2, .category-page-faq-section .h2 {
    font-size: 1.563rem;
    font-weight: 600;
}

.accordion .accordion-button {
    color: #3e454c;
    padding-top: 4.6875vw;
    padding-bottom: 4.6875vw;
}

.accordion-body {
    padding-top: 3.125vw;
}

.breadcrumb .breadcrumb-item {
    display: flex;
    align-items: center;
}

    .breadcrumb .breadcrumb-item:last-child {
        font-weight: 600;
    }

.category-top-section-n h1, .category-top-section-n .h1 {
    padding-top: 4.6875vw;
    margin-bottom: 0;
}

.category-top-section-n nav .breadcrumb {
    margin-bottom: 0;
}

.category-top-section-n .category-p-n {
    margin-bottom: 4.6875vw;
    padding-top: 4.6875vw;
}

.category-top-section-n .banner-n {
    padding-top: 6.25vw;
}

    .category-top-section-n .banner-n img {
        width: 100%;
    }

.category-top-n {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

.catergory-text-n {
    padding-top: 6.25vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

.cat-art-n {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

    .cat-art-n .section-title h1, .cat-art-n .section-title .h1 {
        padding-top: 6.25vw;
    }

.sub-category-slider .category-name {
    font-size: .875rem;
}

.category-listing-section .pagination {
    margin-bottom: 0;
}

    .category-listing-section .pagination .page-link {
        border: 0;
    }

    .category-listing-section .pagination .page-item:last-child .page-link {
        border-radius: 0;
        border-right: 0;
    }

.testimonial-slider .slick-slide {
    margin: 0 5px;
}

.shop-with-us-slider {
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
}

    .shop-with-us-slider .slick-slide {
        margin: 0 5px;
    }

.slick-loading .slick-list {
    background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

.slick-slider {
    cursor: grab;
}

    .slick-slider .slick-prev {
        display: none !important;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuMjM3IDE3LjIzN3YtMi40NzRsMTQgMTRjLjY4NC42ODMuNjg0IDEuNzkgMCAyLjQ3NGExLjc0OCAxLjc0OCAwIDAxLTIuNDc0IDBsLTE0LTE0YTEuNzQ4IDEuNzQ4IDAgMDEwLTIuNDc0bDE0LTE0YTEuNzQ4IDEuNzQ4IDAgMDEyLjQ3NCAwYy42ODQuNjgzLjY4NCAxLjc5IDAgMi40NzRsLTE0IDE0eiIgZmlsbD0iIzNFNDU0QyIvPjwvc3ZnPg==);
        left: -12px;
        padding: 0;
        background-position: 50%;
        background-repeat: no-repeat;
        height: 100%;
        width: 50px;
        color: transparent;
        border: 0;
        position: absolute;
        z-index: 1;
        top: 0;
        outline: 0 none;
        opacity: .5;
        border-radius: 0;
        -webkit-transition: opacity .25s ease,background-color .25s ease;
        transition: opacity .25s ease,background-color .25s ease;
        background-color: #f0f0f180;
    }

    .slick-slider .slick-next {
        display: none !important;
        padding: 0;
        background-position: 50%;
        background-repeat: no-repeat;
        height: 100%;
        width: 50px;
        color: transparent;
        border: 0;
        position: absolute;
        z-index: 1;
        top: 0;
        outline: 0 none;
        opacity: .5;
        border-radius: 0;
        transition: opacity .15s ease,background-color .25s ease;
        background-color: #f0f0f180;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljc2MyAxNy4yMzd2LTIuNDc0bC0xNCAxNGExLjc0OCAxLjc0OCAwIDAwMCAyLjQ3NGMuNjgzLjY4NCAxLjc5LjY4NCAyLjQ3NCAwbDE0LTE0YTEuNzQ4IDEuNzQ4IDAgMDAwLTIuNDc0bC0xNC0xNEExLjc1IDEuNzUgMCAwMC43NjMgMy4yMzdsMTQgMTR6IiBmaWxsPSIjM0U0NTRDIi8+PC9zdmc+);
        right: -12px;
    }

    .slick-slider:hover .slick-next {
        display: inline-block !important;
    }

    .slick-slider:hover .slick-prev {
        display: inline-block !important;
    }

.slick-dotted.slick-slider {
    margin-bottom: 3.125vw;
}

#category-listing-slider .slick-dots {
    bottom: -20px;
}

.slick-dots {
    position: absolute;
    bottom: -15px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-size: 40px;
                line-height: 20px;
                text-align: center;
                color: #3e454c;
                opacity: .25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            color: #3e454c;
            opacity: .65;
        }

    .slick-dots li {
        margin: 0;
    }

        .slick-dots li button:before {
            opacity: .65;
        }

        .slick-dots li.slick-active button:before {
            opacity: 1;
        }

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    transform: unset !important;
}

.mm-listview {
    padding-right: 25.5px !important;
}

.mm-menu_offcanvas {
    width: 87.5vw !important;
    min-width: 280px;
    z-index: 1050 !important;
}

.mm-btn_next:after {
    right: 4px !important;
}

.order-inner-main-div {
    padding: 6.25vw;
}

    .order-inner-main-div .order-top-div span {
        font-size: .875rem;
    }

    .order-inner-main-div .order-top-div ul {
        font-size: .875rem;
        padding-left: 0;
        list-style: none;
    }

    .order-inner-main-div .order-heading {
        font-weight: normal;
        text-align: center;
        margin: 0;
        font-size: 1.125rem;
    }

        .order-inner-main-div .order-heading span {
            border-bottom: 2px solid;
        }

    .order-inner-main-div .order-inner-div {
        display: flex;
        justify-content: space-between;
    }

        .order-inner-main-div .order-inner-div ul {
            padding-left: 0;
        }

            .order-inner-main-div .order-inner-div ul span {
                font-weight: 600;
            }

            .order-inner-main-div .order-inner-div ul li {
                margin-top: 1.5625vw;
                list-style: none;
            }

    .order-inner-main-div .order-table thead th {
        vertical-align: middle;
        text-align: center;
    }

    .order-inner-main-div .order-table tr td {
        font-size: .75rem;
        vertical-align: middle;
    }

        .order-inner-main-div .order-table tr td ul {
            padding-left: 0;
        }

        .order-inner-main-div .order-table tr td li {
            list-style: none;
        }

        .order-inner-main-div .order-table tr td button {
            border-radius: 3px;
            margin: 3.125vw;
            padding: 1.5625vw;
            height: fit-content;
            border: 1px solid #d3d3d3;
            background-color: #fff;
        }

    .order-inner-main-div .order-table tr:not(:last-child) th, .order-inner-main-div .order-table tr:not(:last-child) td {
        text-align: center;
    }

    .order-inner-main-div .order-table tr:last-child td:first-child {
        text-align: center;
    }

    .order-inner-main-div .text-center {
        display: block;
        text-align: center;
    }

.ac-container {
    padding-top: 6.25vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

    .ac-container .costm-name {
        font-weight: normal;
        margin-bottom: 6.25vw;
        margin-top: 3.125vw;
        border-bottom: 1px solid #d3d3d3;
        padding-bottom: 3.125vw;
        font-size: 1.563rem;
        color: #025685;
    }

    .ac-container .ac-main-div {
        display: block;
        justify-content: center;
    }

        .ac-container .ac-main-div .ac-card-1 {
            margin: 3.125vw 0 3.125vw 0;
            width: auto;
            padding-left: 3.125vw;
            padding-right: 3.125vw;
            border-radius: 5px;
            border: 1px solid #b1b1b1;
        }

            .ac-container .ac-main-div .ac-card-1 a {
                text-decoration: none;
            }

            .ac-container .ac-main-div .ac-card-1 .click-btn {
                padding: 5px 20px;
                margin: 0 auto;
                background-color: #4f8324;
                color: #fff;
                border: none;
                width: fit-content;
                border-radius: 3px;
            }

            .ac-container .ac-main-div .ac-card-1 .ac-card-icon {
                padding-top: 1.5625vw;
                align-items: center;
                display: flex;
                justify-content: center;
                padding-bottom: 1.5625vw;
                border-bottom: 1px solid #d3d3d3;
                text-align: center;
            }

                .ac-container .ac-main-div .ac-card-1 .ac-card-icon .ac-icon-bx {
                    height: 21.875vw;
                    width: 21.875vw;
                }

                    .ac-container .ac-main-div .ac-card-1 .ac-card-icon .ac-icon-bx img {
                        width: 100%;
                    }

                .ac-container .ac-main-div .ac-card-1 .ac-card-icon .ac-card-heading {
                    width: fit-content;
                    font-size: 1.25rem;
                    color: #000;
                }

                    .ac-container .ac-main-div .ac-card-1 .ac-card-icon .ac-card-heading input {
                        height: auto;
                        font-size: 14px;
                        width: auto;
                        text-align: center;
                        border-color: #4f8324;
                    }

                .ac-container .ac-main-div .ac-card-1 .ac-card-icon .flo-img {
                    width: 116px;
                }

            .ac-container .ac-main-div .ac-card-1 .ac-card-pra {
                display: flex;
                margin-top: 1.5625vw;
                margin-bottom: 3.125vw;
                text-align: center;
                font-size: .875rem;
                color: #000;
                justify-content: space-around;
            }

                .ac-container .ac-main-div .ac-card-1 .ac-card-pra input {
                    border: 1px solid #b1b1b1;
                    padding: 1.5625vw;
                    width: 50%;
                    height: fit-content;
                }

                .ac-container .ac-main-div .ac-card-1 .ac-card-pra .ac-log-btn {
                    padding: 3px 10px;
                    background-color: #4f8324;
                    color: #fff;
                    border: none;
                    border-radius: 3px;
                }

.auto-reorder-div {
    padding-top: 6.25vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

    .auto-reorder-div h1, .auto-reorder-div .h1 {
        font-weight: normal;
        border-bottom: 1px solid #d3d3d3;
        padding-bottom: 3.125vw;
        margin-bottom: 0;
        font-size: 25px;
        color: #025685;
    }

    .auto-reorder-div h2, .auto-reorder-div .h2 {
        margin-bottom: 3.125vw;
        font-size: 20px;
        text-align: center;
        margin-top: 6.25vw;
    }

    .auto-reorder-div .auto-reorder-div-inner {
        margin-bottom: 6.25vw;
        text-align: center;
    }

        .auto-reorder-div .auto-reorder-div-inner .inner-text {
            color: #3e454c;
            font-size: 18px;
            margin-top: 3.125vw;
            margin-bottom: 3.125vw;
        }

        .auto-reorder-div .auto-reorder-div-inner p {
            text-align: center;
            font-size: 14px;
            margin-bottom: 3.125vw;
        }

        .auto-reorder-div .auto-reorder-div-inner .reorder-img-bx {
            margin: 0 auto;
            width: 34.375vw;
        }

            .auto-reorder-div .auto-reorder-div-inner .reorder-img-bx img {
                width: 100%;
            }

    .auto-reorder-div .reorder-pra-div {
        border-top: 1px solid #d3d3d3;
        padding-top: 6.25vw;
    }

        .auto-reorder-div .reorder-pra-div p {
            text-align: justify;
            margin-bottom: 3.125vw;
            font-size: 14px;
        }

        .auto-reorder-div .reorder-pra-div table {
            width: 100%;
            margin-bottom: 6.25vw;
        }

            .auto-reorder-div .reorder-pra-div table thead {
                font-size: .75rem;
                color: #025685;
            }

        .auto-reorder-div .reorder-pra-div .font-bold {
            font-size: 1rem;
            margin-top: 1.5625vw;
            margin-bottom: 3.125vw;
            text-align: start;
            font-weight: 600;
        }

.tellus-main-div {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-top: 3.125vw;
}

    .tellus-main-div h1, .tellus-main-div .h1 {
        font-weight: normal;
        border-bottom: 1px solid #d3d3d3;
        padding-bottom: 3.125vw;
        margin-bottom: 0;
        font-size: 1.563rem;
        color: #025685;
    }

    .tellus-main-div P {
        font-size: .875rem;
        margin-top: 3.125vw;
    }

    .tellus-main-div .tellus-input-bx input {
        margin-top: 3.125vw;
        display: block;
    }

    .tellus-main-div .tellus-input-bx textarea {
        padding: 1.5625vw;
        border: 1px solid #b1b1b1;
        width: 100%;
    }

        .tellus-main-div .tellus-input-bx textarea:focus {
            outline: none;
            color: #3e454c;
        }

            .tellus-main-div .tellus-input-bx textarea:focus:active, .tellus-main-div .tellus-input-bx textarea:focus:focus {
                border-color: #4f8324;
                box-shadow: 0 0 3px 1px #4f8324;
            }

    .tellus-main-div .tellus-input-bx .tellus-loginbtn {
        width: 100%;
        text-decoration: none;
        font-size: .875rem;
        color: #fff;
        background-color: #4f8324;
        padding: 3px 12px;
        border: 0;
        border-radius: 5px;
    }

.eye-slash-active {
    position: absolute;
    top: 8px;
    z-index: 5;
    right: 10px;
}

.ac-reward-main-div {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-top: 3.125vw;
}

    .ac-reward-main-div h1, .ac-reward-main-div .h1 {
        font-weight: normal;
        border-bottom: 1px solid #d3d3d3;
        padding-bottom: 3.125vw;
        margin-bottom: 0;
        font-size: 1.563rem;
        color: #025685;
    }

    .ac-reward-main-div .reward-inner {
        margin-top: 3.125vw;
        display: block;
    }

        .ac-reward-main-div .reward-inner .reward-loginbtn {
            margin-left: 0;
            text-decoration: none;
            font-size: .875rem;
            color: #fff;
            background-color: #4f8324;
            padding: 3px 12px;
            border: 0;
            border-radius: 5px;
        }

        .ac-reward-main-div .reward-inner .inner-text {
            padding-bottom: 3.125vw;
            font-size: 1.125rem;
        }

    .ac-reward-main-div .reward-inner-2 {
        padding-top: 6.25vw;
    }

        .ac-reward-main-div .reward-inner-2 h4, .ac-reward-main-div .reward-inner-2 .h4 {
            font-weight: 500;
            font-size: 18px;
        }

        .ac-reward-main-div .reward-inner-2 p {
            font-size: 1rem;
        }

    .ac-reward-main-div .reward-inner-div {
        padding-top: 6.25vw;
        display: block;
    }

        .ac-reward-main-div .reward-inner-div .reward-inner-3 {
            padding-bottom: 0;
            text-align: center;
            padding: 4.6875vw;
        }

            .ac-reward-main-div .reward-inner-div .reward-inner-3 .reward-img-bx {
                margin: 0 auto;
                width: 46.875vw;
            }

                .ac-reward-main-div .reward-inner-div .reward-inner-3 .reward-img-bx img {
                    width: 100%;
                }

            .ac-reward-main-div .reward-inner-div .reward-inner-3 .img-text {
                margin-bottom: 0;
                font-size: 1rem;
            }

    .ac-reward-main-div .reward-viedo {
        margin-top: 1.5625vw;
    }

    .ac-reward-main-div .reward-inner-list .reward-pra {
        color: #000;
        border: none;
        margin-top: 6.25vw;
        font-size: .875rem;
    }

    .ac-reward-main-div .reward-inner-list .list-heading {
        font-weight: 600;
        font-size: 1rem;
    }

    .ac-reward-main-div .reward-inner-list ul {
        margin-left: 0;
    }

        .ac-reward-main-div .reward-inner-list ul li {
            font-size: .875rem;
        }

    .ac-reward-main-div .reward-inner-list .font-bold {
        font-size: .875rem;
        font-weight: 600;
    }

        .ac-reward-main-div .reward-inner-list .font-bold.last-li {
            margin-top: 6.25vw;
        }

        .ac-reward-main-div .reward-inner-list .font-bold.li-right {
            margin-left: 20px;
        }

    .ac-reward-main-div .reward-total {
        font-size: .875rem;
        text-align: right;
    }

    .ac-reward-main-div .reward-tablet table th {
        color: #025685;
        font-size: .75rem;
        padding: 1.5625vw;
    }

    .ac-reward-main-div .reward-tablet table tr {
        padding: 1.5625vw;
        text-align: start;
    }

    .ac-reward-main-div .reward-tablet p {
        text-align: center;
        font-size: .875rem;
    }

.ac-recommend-main-div {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-top: 10px;
}

    .ac-recommend-main-div .input-div {
        display: block;
    }

    .ac-recommend-main-div h1, .ac-recommend-main-div .h1 {
        font-weight: normal;
        border-bottom: 1px solid #d3d3d3;
        padding-bottom: 10px;
        margin-bottom: 0;
        font-size: 1.563rem;
        color: #025685;
    }

    .ac-recommend-main-div .recomend-text {
        margin-bottom: 10px;
        font-size: .875rem;
        margin-top: 10px;
    }

    .ac-recommend-main-div .recom-input-div {
        width: 100%;
        margin-left: 0;
    }

        .ac-recommend-main-div .recom-input-div .input-div {
            margin-bottom: 10px;
        }

            .ac-recommend-main-div .recom-input-div .input-div .input-group {
                flex-wrap: inherit;
            }

            .ac-recommend-main-div .recom-input-div .input-div .input-group-text {
                border: 1px solid #b1b1b1;
                border-radius: 0;
            }

            .ac-recommend-main-div .recom-input-div .input-div label {
                float: left;
                font-size: .875rem;
                font-weight: 400;
                width: 100%;
            }

                .ac-recommend-main-div .recom-input-div .input-div label .redtext {
                    color: #eb0400;
                }

            .ac-recommend-main-div .recom-input-div .input-div input {
                border-radius: 0;
                border-color: #b1b1b1;
                font-size: .875rem;
                line-height: 1.313rem;
                padding-top: 7.6px;
                padding-bottom: 7.6px;
                font-size: 1rem;
                width: 100%;
            }

                .ac-recommend-main-div .recom-input-div .input-div input:focus {
                    outline: none;
                    color: #3e454c;
                }

                    .ac-recommend-main-div .recom-input-div .input-div input:focus:active, .ac-recommend-main-div .recom-input-div .input-div input:focus:focus {
                        border-color: #4f8324;
                        box-shadow: 0 0 3px 1px #4f8324;
                    }

        .ac-recommend-main-div .recom-input-div textarea {
            border: 1px solid #b1b1b1;
            font-size: .875rem;
            margin-top: 1.5625vw;
            min-height: 100px;
            width: 100%;
            font-weight: 400;
            margin-left: 0;
        }

            .ac-recommend-main-div .recom-input-div textarea:focus {
                outline: none;
                color: #3e454c;
            }

                .ac-recommend-main-div .recom-input-div textarea:focus:active, .ac-recommend-main-div .recom-input-div textarea:focus:focus {
                    border-color: #4f8324;
                    box-shadow: 0 0 3px 1px #4f8324;
                }

    .ac-recommend-main-div .last-btn-div {
        width: 100%;
        margin: auto;
        text-align: center;
        margin-top: 10px;
    }

        .ac-recommend-main-div .last-btn-div .recommend-loginbtn {
            width: 100%;
            text-decoration: none;
            font-size: .75rem;
            color: #fff;
            background-color: #4f8324;
            padding: 3px 12px;
            border: 0;
            border-radius: 3px;
        }

.threesidepadding {
    padding-bottom: 3.125vw;
}

.fontdetail {
    font-size: .875rem;
}

.redtext {
    color: #eb0400;
}

label {
    display: inline-block;
    padding-bottom: 1.5625vw;
}

.regfromsty {
    width: 100%;
}

.profilemaincls input {
    border-radius: 0;
    padding: 1.5625vw;
    font-size: .875rem;
    color: #555;
}

.profilemaincls .input-group-text {
    border-radius: 0;
}

.profilemaincls .rightmaincls {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

    .profilemaincls .rightmaincls h2, .profilemaincls .rightmaincls .h2 {
        color: #025685;
        font-size: 1.563rem;
        font-family: inherit;
        font-weight: 500;
        padding-top: 3.125vw;
        padding-bottom: 4.6875vw;
    }

    .profilemaincls .rightmaincls .list-unstyled {
        padding-left: 0;
    }

        .profilemaincls .rightmaincls .list-unstyled li {
            padding-top: 3.125vw;
            padding-bottom: 3.125vw;
        }

        .profilemaincls .rightmaincls .list-unstyled a {
            color: #3e454d;
        }

.profilemaincls .leftsidemaincls {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-bottom: 0;
}

    .profilemaincls .leftsidemaincls h1, .profilemaincls .leftsidemaincls .h1 {
        font-weight: normal;
        color: #025685;
        font-size: 1.563rem;
        margin-bottom: 0;
        padding-top: 3.125vw;
        padding-bottom: 3.125vw;
        border-bottom: 1px solid #ccc;
    }

    .profilemaincls .leftsidemaincls .profileformcontentsection .personalinforamtincaption {
        padding: 4.6875vw 1.5625vw 1.5625vw 1.5625vw;
    }

    .profilemaincls .leftsidemaincls .profileformcontentsection .notecontent {
        padding-top: 4.6875vw;
        padding-bottom: 1.5625vw;
    }

    .profilemaincls .leftsidemaincls .profileformcontentsection .personalinforamtincaption {
        color: #025685;
        padding: 0 0 1.5625vw 0;
    }

    .profilemaincls .leftsidemaincls .profileformcontentsection .personaldetails .firstname {
        padding-top: 1.5625vw;
    }

    .profilemaincls .leftsidemaincls .profileformcontentsection .personaldetails .logincaption span {
        color: #025685;
        padding-left: 1.5625vw;
    }

    .profilemaincls .leftsidemaincls .profileformcontentsection .logininformation {
        padding-top: 6.25vw;
    }

        .profilemaincls .leftsidemaincls .profileformcontentsection .logininformation .logincaption {
            padding: 0;
        }

            .profilemaincls .leftsidemaincls .profileformcontentsection .logininformation .logincaption .emailpass {
                padding-top: 1.5625vw;
            }

            .profilemaincls .leftsidemaincls .profileformcontentsection .logininformation .logincaption .headingcaption {
                color: #025685;
                padding: 0 0 3.125vw 0;
            }

    .profilemaincls .leftsidemaincls .profileformcontentsection .billinginfosection {
        padding-top: 0;
    }

        .profilemaincls .leftsidemaincls .profileformcontentsection .billinginfosection .billingInfocaption {
            color: #025685;
            padding: 0 0 1.5625vw 0;
            margin-top: 3.125vw;
        }

            .profilemaincls .leftsidemaincls .profileformcontentsection .billinginfosection .billingInfocaption span {
                padding: 0 0 1.5625vw 0;
            }

        .profilemaincls .leftsidemaincls .profileformcontentsection .billinginfosection .checkboxtext {
            font-size: .875rem;
        }

    .profilemaincls .leftsidemaincls .profileformcontentsection .btndiv {
        padding-bottom: 3.125vw;
        width: 100%;
    }

        .profilemaincls .leftsidemaincls .profileformcontentsection .btndiv .btnupdateprofile {
            color: #fff;
            width: 100%;
            line-height: inherit;
            font-size: 4.6875vw;
            background-color: #4f8324;
            padding: 1.5625vw 12px;
            border-radius: .25rem;
            border: none;
        }

.privacypolicymain {
    width: 100%;
    padding-right: var(--bs-gutter-x,4.6875vw);
    padding-left: var(--bs-gutter-x,4.6875vw);
    margin-right: auto;
    margin-left: auto;
}

    .privacypolicymain h1, .privacypolicymain .h1 {
        padding-top: 1.5625vw;
        padding-bottom: 6.25vw;
        border-bottom: 1px solid #ccc;
        font-family: sans-serif;
        font-weight: 500;
        font-size: 1.563rem;
        margin-bottom: 0;
    }

    .privacypolicymain .forcolor {
        color: #f00;
    }

    .privacypolicymain .leftsidesection ul {
        padding-bottom: 0;
        padding-left: 0;
    }

        .privacypolicymain .leftsidesection ul li {
            list-style: none;
            padding: 1.5625vw 0 0 0;
        }

        .privacypolicymain .leftsidesection ul.fordot li {
            list-style: disc;
            margin-left: 3.125vw;
        }

            .privacypolicymain .leftsidesection ul.fordot li:first-child, .privacypolicymain .leftsidesection ul.fordot li:nth-child(2) {
                list-style: none;
                margin-left: 0;
            }

    .privacypolicymain .leftsidesection .Information-We-Collect ul li:first-child {
        padding-bottom: 3.125vw;
    }

    .privacypolicymain .leftsidesection .Information-We-Collect ul li.fordot li {
        list-style: disc;
        margin-left: 3.125vw;
    }

        .privacypolicymain .leftsidesection .Information-We-Collect ul li.fordot li:first-child, .privacypolicymain .leftsidesection .Information-We-Collect ul li.fordot li:nth-child(2) {
            list-style: none;
            margin-left: 0;
        }

    .privacypolicymain .leftsidesection .Information-We-Collect ul .table thead tr th {
        padding: 0;
        font-family: none;
    }

    .privacypolicymain .leftsidesection .How-We-Collect-Personal-Information ul li:first-child {
        padding-bottom: 3.125vw;
    }

    .privacypolicymain .leftsidesection .How-We-Collect-Personal-Information ul li.fordot li {
        list-style: disc;
        margin-left: 3.125vw;
    }

        .privacypolicymain .leftsidesection .How-We-Collect-Personal-Information ul li.fordot li:first-child, .privacypolicymain .leftsidesection .How-We-Collect-Personal-Information ul li.fordot li:nth-child(2) {
            list-style: none;
            margin-left: 0;
        }

    .privacypolicymain .leftsidesection .How-We-Collect-Personal-Information ul li ul .dot {
        list-style: circle;
    }

    .privacypolicymain .leftsidesection .How-We-Use-and-Share-Your-Personal-Information ul li:first-child, .privacypolicymain .leftsidesection .Right-to-request-deletion-of-the-data-Request-to-delete ul li:first-child, .privacypolicymain .leftsidesection .Right-to-be-informed-Request-to-know ul li:first-child, .privacypolicymain .leftsidesection .Submitting-Requests ul li:first-child {
        padding-bottom: 3.125vw;
    }

    .privacypolicymain .leftsidesection .How-We-Use-and-Share-Your-Personal-Information ul.fordot li, .privacypolicymain .leftsidesection .Right-to-request-deletion-of-the-data-Request-to-delete ul.fordot li, .privacypolicymain .leftsidesection .Right-to-be-informed-Request-to-know ul.fordot li, .privacypolicymain .leftsidesection .Submitting-Requests ul.fordot li {
        list-style: disc;
        margin-left: 3.125vw;
    }

        .privacypolicymain .leftsidesection .How-We-Use-and-Share-Your-Personal-Information ul.fordot li:first-child, .privacypolicymain .leftsidesection .How-We-Use-and-Share-Your-Personal-Information ul.fordot li:nth-child(2), .privacypolicymain .leftsidesection .How-We-Use-and-Share-Your-Personal-Information ul.fordot li:nth-child(11), .privacypolicymain .leftsidesection .Right-to-request-deletion-of-the-data-Request-to-delete ul.fordot li:first-child, .privacypolicymain .leftsidesection .Right-to-request-deletion-of-the-data-Request-to-delete ul.fordot li:nth-child(2), .privacypolicymain .leftsidesection .Right-to-request-deletion-of-the-data-Request-to-delete ul.fordot li:nth-child(11), .privacypolicymain .leftsidesection .Right-to-be-informed-Request-to-know ul.fordot li:first-child, .privacypolicymain .leftsidesection .Right-to-be-informed-Request-to-know ul.fordot li:nth-child(2), .privacypolicymain .leftsidesection .Right-to-be-informed-Request-to-know ul.fordot li:nth-child(11), .privacypolicymain .leftsidesection .Submitting-Requests ul.fordot li:first-child, .privacypolicymain .leftsidesection .Submitting-Requests ul.fordot li:nth-child(2), .privacypolicymain .leftsidesection .Submitting-Requests ul.fordot li:nth-child(11) {
            list-style: none;
            margin-left: 0;
        }

    .privacypolicymain .rightsidePolicy {
        display: none;
    }

.contact-us-thankyou-div {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

    .contact-us-thankyou-div .heading {
        font-size: 1.563rem;
        padding-bottom: 15px;
        font-weight: normal;
        text-transform: uppercase;
        margin-bottom: 20px;
        border-bottom: 1px solid #d3d3d3;
    }

    .contact-us-thankyou-div .inner-pra {
        text-align: center;
    }

        .contact-us-thankyou-div .inner-pra .heading {
            border-bottom: 0;
            font-weight: 600;
            font-size: 1.125rem;
        }

        .contact-us-thankyou-div .inner-pra span {
            display: block;
            font-size: 1rem;
        }

            .contact-us-thankyou-div .inner-pra span label {
                font-weight: 600;
            }

        .contact-us-thankyou-div .inner-pra a {
            display: block;
            margin-top: 20px;
            color: #025685;
        }

.size-div-n {
    margin-top: 20px;
    display: flex;
}

    .size-div-n .size-col {
        flex: 1;
    }

        .size-div-n .size-col .size-heading {
            padding: 10px;
            font-size: 1.125rem;
            font-weight: normal;
            text-align: center;
            margin-bottom: 20px;
            background: #fdf9ed;
            border: 1px solid #edeeed;
        }

    .size-div-n .tabs {
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 4px -2px rgba(0,0,0,.5);
    }

        .size-div-n .tabs input {
            position: absolute;
            opacity: 0;
            z-index: -1;
        }

    .size-div-n .tab {
        width: 100%;
        color: #fff;
        overflow: hidden;
    }

    .size-div-n .tab-label {
        border-bottom: 1px solid #d4e767;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px;
        background: #fff;
        font-weight: bold;
        color: #025685;
        cursor: pointer;
    }

    .size-div-n .tab .fa-chevron-down {
        padding: 2px 10px 2px 10px;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        font-size: 1rem;
    }

        .size-div-n .tab .fa-chevron-down.active {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: all .3s ease-in;
            transition: all .3s ease-in;
        }

    .size-div-n .tab-content {
        max-height: 0;
        padding: 0 1em;
        color: #000;
        transition: all .35s;
    }

    .size-div-n .tab-close {
        display: flex;
        justify-content: flex-end;
        padding: 1em;
        font-size: .75em;
        background: #b7b7b9;
        cursor: pointer;
    }

        .size-div-n .tab-close:hover {
            background: #c00;
        }

    .size-div-n input:checked + .tab-label {
        border-bottom: 0;
        background: #e6e6e6;
    }

        .size-div-n input:checked + .tab-label::after {
            transform: rotate(90deg);
        }

    .size-div-n input:checked ~ .tab-content {
        max-height: 100vh;
        padding: 1em;
    }

#productqa .button {
    color: #fff !important;
    text-align: center !important;
    padding: 0 !important;
}

#cta-breadcrumb {
    margin-top: 15px;
    padding-left: 15px;
}

    #cta-breadcrumb ol li {
        font-size: 12px;
    }

        #cta-breadcrumb ol li .fa-angle-right {
            margin-right: 5px;
            margin-left: 5px;
            font-size: 12px;
        }

        #cta-breadcrumb ol li.active {
            font-weight: 600;
        }

.border-light-1 {
    border: 1px #fff solid;
}

.btn-p {
    border: none;
    padding: 6px 20px 6px 20px;
    border-radius: 3px;
}

.border-radi {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.klevuVoiceSearchImage {
    right: 43px !important;
}

#DependentOptions .RadioCheckboxmainCommon {
    align-items: baseline;
    font-size: 1rem;
}

#DependentOptions .product-options-container {
    margin-top: 15px;
}

#DependentOptions .dependenttextarea {
    width: 100%;
}

#DependentOptions .textbox-w {
    width: 100%;
    height: 45px;
    padding: 5px 10px 5px 10px;
}

#DependentOptions .dep-text {
    font-size: 1rem;
    color: #025685;
}

#DependentOptions .dependentexterror {
    margin-bottom: 10px;
    display: block;
}

#DependentOptions .dependentdrpdwn {
    width: 100%;
}

#DependentOptions .opt-group .form-control {
    width: 100%;
}

#DependentOptions .Depndmultisel {
    width: 100%;
}

#DependentOptions .product-options-addtocart {
    display: flex;
    justify-content: space-between;
    background-color: #e8e8e8;
}

    #DependentOptions .product-options-addtocart .btn {
        width: fit-content;
    }

    #DependentOptions .product-options-addtocart.flottingDiv {
        border: 1px solid;
        background: #fff;
        display: block;
        border-radius: 7px;
        padding: 5px;
    }

#DependentOptions .displaylistitem .text-center {
    align-items: center;
    display: inherit;
    background-color: #e8e8e8;
    display: flex;
    justify-content: space-between;
}

#DependentOptions .displaylistitem .btn {
    margin-right: 5px;
}

.chk-modal {
    padding: 0;
}

    .chk-modal .modal-body tbody tr {
        font-size: 1rem;
    }

    .chk-modal .modal-body tbody .m-card {
        display: block;
        margin-bottom: 4.6875vw;
    }

.product-quick-view {
    margin: 0 auto;
    width: 100%;
    display: none;
    justify-content: center;
    display: max-content;
    padding: 9px;
    align-items: center;
    justify-content: center;
}

    .product-quick-view #alert-box .alert-body {
        text-align: center;
        display: block !important;
    }

    .product-quick-view #alert-box.active {
        box-shadow: 1px 1px 13px 2px;
        padding: 10px;
        display: block;
        position: fixed;
        background-color: #fff;
        z-index: 9999;
        opacity: 1;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 90%;
        left: 50%;
    }

    .product-quick-view #alert-box.product-category-quick-order {
        height: auto;
    }

        .product-quick-view #alert-box.product-category-quick-order .my-btn {
            margin: 0 auto;
        }

    .product-quick-view.chk-pop-div {
        margin: 15px;
        z-index: 9999;
        width: auto;
        display: none;
        background: transparent;
    }

        .product-quick-view.chk-pop-div .d-flex {
            justify-content: center;
        }

    .product-quick-view .btn.btn-view-det {
        background-color: #025685;
        color: #fff;
        margin-right: 15px;
        float: right;
    }

#product-info p {
    font-size: 14px;
    padding-top: 0;
}

#product-info .column1 .card {
    height: auto !important;
}

#read-more {
    width: 290px;
    margin-bottom: 20px;
    margin-top: 15px;
    margin-left: 4.6875vw !important;
}

    #read-more .btn.btn-branding {
        width: 90.625vw;
    }

#contentsection tr {
    font-size: .875rem;
}

#contentsection .table-order-history tbody tr td:nth-child(3) {
    word-break: break-word;
}

    #contentsection .table-order-history tbody tr td:nth-child(3).each {
        word-break: inherit;
    }

#contentsection.history-content .table-order-history .tbody tr td {
    width: 25%;
    text-align: center;
    padding: 5px;
}

.giving-main-div .visit-btn {
    background-color: #025685;
    border: 1px solid #025685;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fff;
    border-radius: 4px;
    width: 270px;
    height: auto;
    padding: 9px 14px;
    margin: 0;
}

    .giving-main-div .visit-btn a {
        color: #fff;
    }

.giving-main-div .container1 {
    background-size: cover;
    background-image: url("../img/banner-giving-day.png");
}

.giving-main-div .giving-banner {
    justify-content: center;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    display: block;
    padding: 0 4.6875vw 6.25vw 4.6875vw;
}

    .giving-main-div .giving-banner .date-tag {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #4f8324;
        font-size: 1.875rem;
        color: #fff;
        width: 54.375vw;
        padding: 4px;
        height: fit-content;
        line-height: 2.313rem;
        text-align: center;
        border-radius: 0 0 5px 5px;
        opacity: 1;
        margin: 0 auto;
        margin-bottom: 4.6875vw;
    }

    .giving-main-div .giving-banner p {
        margin-top: 4.6875vw;
        margin-bottom: 0;
        font-size: .875rem;
    }

.giving-main-div .giving-div {
    margin-right: 4.6875vw;
    margin-left: 4.6875vw;
    padding-top: 6.25vw;
    text-align: center;
}

    .giving-main-div .giving-div p {
        font-weight: 500;
        margin-bottom: 6.25vw;
        font-size: 1rem;
    }

    .giving-main-div .giving-div .donated-div {
        display: block;
    }

        .giving-main-div .giving-div .donated-div .do-num {
            margin-bottom: 4.6875vw;
            display: block;
            width: 100%;
            text-align: center;
        }

            .giving-main-div .giving-div .donated-div .do-num span {
                display: block;
                font-size: 50px;
                font-weight: 600;
                color: #4f8324;
                line-height: 4.75rem;
                text-align: center;
            }

.giving-main-div .giving-author-div {
    box-shadow: 0 0 10px rgba(142,141,141,.149);
    justify-content: center;
    margin: 6.25vw 4.6875vw;
    padding: 9.375vw 3.125vw;
}

    .giving-main-div .giving-author-div .img-bx {
        padding: 0;
        padding-top: 0;
        margin: 0 auto;
        width: 59.375vw;
    }

        .giving-main-div .giving-author-div .img-bx img {
            margin-bottom: 3.125vw;
            width: 100%;
        }

        .giving-main-div .giving-author-div .img-bx span {
            text-align: center;
            color: #3e454c;
            display: block;
            font-size: 1rem;
        }

    .giving-main-div .giving-author-div p {
        margin-bottom: 3.125vw;
        font-size: .875rem;
    }

.giving-main-div .giving-label-div {
    margin-right: 4.6875vw;
    margin-left: 4.6875vw;
    text-align: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(142,141,141,.149);
    padding: 9.375vw 3.125vw;
    margin-top: 6.25vw;
}

    .giving-main-div .giving-label-div p {
        font-size: .875rem;
        margin-bottom: 4.6875vw;
    }

    .giving-main-div .giving-label-div .visit-btn {
        width: 270px;
    }

.giving-main-div .giving-card-div {
    text-align: center;
    margin: 0 4.6875vw 6.25vw 4.6875vw;
}

    .giving-main-div .giving-card-div .card {
        width: auto;
        margin-top: 4.6875vw;
        box-shadow: 0 0 10px rgba(142,141,141,.149);
        padding: 9.375vw 3.125vw;
    }

        .giving-main-div .giving-card-div .card .icon {
            font-size: 3.125rem;
            color: #025685;
            border: 2px solid #025685;
            border-radius: 100%;
            padding: .75vw;
            height: 84px;
            width: 84px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .giving-main-div .giving-card-div .card span {
            line-height: 2.313rem;
            display: block;
            margin-bottom: 3.125vw;
            font-weight: 600;
            font-size: 1.563rem;
        }

        .giving-main-div .giving-card-div .card p {
            font-size: .875rem;
            margin-bottom: 3.125vw;
        }

        .giving-main-div .giving-card-div .card .row {
            display: block;
        }

    .giving-main-div .giving-card-div .social-icon-box .fa {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 1.125rem;
        border: 1px solid #333;
        border-radius: 100%;
        width: 38px;
        height: 38px;
        margin: 1px;
        font-size: 20px;
    }

.giving-main-div .upcoming-div {
    justify-content: space-around;
    margin-left: 4.6875vw;
    margin-right: 4.6875vw;
}

    .giving-main-div .upcoming-div .heading {
        text-align: center;
        font-size: 1.563rem;
        font-weight: 600;
        margin-bottom: 0;
    }

    .giving-main-div .upcoming-div .img-bx {
        width: 90.625vw;
        margin-top: 4.6875vw;
        height: auto;
    }

        .giving-main-div .upcoming-div .img-bx img {
            width: 100%;
        }

.giving-main-div .giving-timline {
    margin: 6.25vw 4.6875vw;
}

    .giving-main-div .giving-timline ol {
        list-style: none;
    }

    .giving-main-div .giving-timline .heading {
        text-align: center;
        font-size: 1.563rem;
        font-weight: 600;
        margin-bottom: 6.25vw;
    }

    .giving-main-div .giving-timline .timeline-inner {
        display: block;
        margin-bottom: 6.25vw;
    }

        .giving-main-div .giving-timline .timeline-inner .img-div-gd {
            padding: 0;
            margin-top: 4.6875vw;
            width: 90.625vw;
            margin: 0 auto;
            margin-bottom: 3.125vw;
        }

            .giving-main-div .giving-timline .timeline-inner .img-div-gd img {
                width: 100%;
            }

        .giving-main-div .giving-timline .timeline-inner .card-text {
            padding: 0;
        }

            .giving-main-div .giving-timline .timeline-inner .card-text label {
                font-weight: 290;
                padding-bottom: 0;
                display: block;
                margin-bottom: 3.125vw;
                font-size: 1rem;
            }

            .giving-main-div .giving-timline .timeline-inner .card-text span {
                display: block;
                font-size: 1rem;
                margin-bottom: 3.125vw;
            }

            .giving-main-div .giving-timline .timeline-inner .card-text p {
                color: #3e454c;
                text-align: justify;
                margin-bottom: 3.125vw;
                line-height: 1.313rem;
                font-size: .875rem;
            }

        .giving-main-div .giving-timline .timeline-inner .visit-btn {
            width: 90.313vw;
            margin: 0 auto;
            height: 39px;
            padding: 0;
        }

            .giving-main-div .giving-timline .timeline-inner .visit-btn a {
                color: #fff;
            }

.cd-horizontal-timeline .timeline {
    position: relative;
    height: 87px;
    width: 90%;
    margin: 0 auto;
}

.cd-horizontal-timeline .events {
    position: absolute;
    z-index: 1;
    width: 100% !important;
    top: 49px;
    height: 2px;
    background: #dfdfdf;
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    transition: transform .4s;
}

    .cd-horizontal-timeline .events a {
        position: absolute;
        z-index: 2;
        text-align: center;
        font-size: .875rem;
        line-height: 1.313rem;
        padding-bottom: 18px;
        color: #383838;
        text-decoration: none;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

.cd-timeline-navigation {
    list-style: none;
}

    .cd-timeline-navigation a {
        position: absolute;
        z-index: 1;
        top: 56%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 25px;
        width: 25px;
        border-radius: 50%;
        border: 2px solid #dfdfdf;
        overflow: hidden;
        color: transparent;
        text-indent: 100%;
        white-space: nowrap;
        -webkit-transition: border-color .3s;
        -moz-transition: border-color .3s;
        transition: border-color .3s;
    }

.cd-horizontal-timeline {
    margin: 0 auto;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
}

    .cd-horizontal-timeline::before {
        content: "mobile";
        display: none;
    }

    .cd-horizontal-timeline .timeline {
        position: relative;
        height: 100px;
        width: 100%;
        margin: 0 auto;
    }

    .cd-horizontal-timeline .events-wrapper {
        position: relative;
        height: 100%;
        margin: 0 40px;
        overflow: hidden;
    }

        .cd-horizontal-timeline .events-wrapper::after {
            content: "";
            position: absolute;
            z-index: 2;
            top: 0;
            height: 100%;
            width: 20px;
            right: 0;
        }

        .cd-horizontal-timeline .events-wrapper::before {
            content: "";
            position: absolute;
            z-index: 2;
            top: 0;
            height: 100%;
            width: 20px;
            left: 0;
        }

    .cd-horizontal-timeline .events {
        position: absolute;
        z-index: 1;
        top: 49px;
        height: 2px;
        background: #dfdfdf;
        -webkit-transition: -webkit-transform .4s;
        -moz-transition: -moz-transform .4s;
        transition: transform .4s;
    }

        .cd-horizontal-timeline .events a {
            left: auto !important;
            text-align: center;
            font-size: .875rem;
            line-height: 1.563rem;
            padding-bottom: 15px;
            color: #383838;
            text-decoration: none;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
        }

            .cd-horizontal-timeline .events a::after {
                content: "";
                position: absolute;
                left: 50%;
                right: auto;
                top: 30px;
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
                bottom: -5px;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                border: 1px solid #3e454c;
                background-color: #f8f8f8;
                opacity: 1;
                -webkit-transition: background-color .3s,border-color .3s;
                -moz-transition: background-color .3s,border-color .3s;
                transition: background-color .3s,border-color .3s;
            }

            .cd-horizontal-timeline .events a.selected {
                pointer-events: none;
            }

                .cd-horizontal-timeline .events a.selected::after {
                    background-color: #025685;
                    border-color: #025685;
                    width: 28px;
                    height: 28px;
                    top: 24px;
                }

            .cd-horizontal-timeline .events a.older-event::after {
                border-color: #025685;
            }

    .cd-horizontal-timeline .filling-line {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        background-color: #025685;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s;
        transition: transform .3s;
    }

    .cd-horizontal-timeline .events-content {
        position: relative;
        width: 100%;
        margin: 0;
        overflow: hidden;
        -webkit-transition: height .4s;
        -moz-transition: height .4s;
        transition: height .4s;
    }

        .cd-horizontal-timeline .events-content li {
            position: absolute;
            z-index: 1;
            width: 100%;
            left: 0;
            top: 0;
            padding: 0;
            opacity: 0;
            -webkit-animation-duration: .4s;
            -moz-animation-duration: .4s;
            animation-duration: .4s;
            -webkit-animation-timing-function: ease-in-out;
            -moz-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
        }

            .cd-horizontal-timeline .events-content li > * {
                max-width: 100%;
                margin: 0 auto;
            }

            .cd-horizontal-timeline .events-content li.selected {
                position: relative;
                z-index: 2;
                list-style: none;
                opacity: 1;
            }

            .cd-horizontal-timeline .events-content li.enter-right {
                -webkit-animation-name: cd-enter-right;
                -moz-animation-name: cd-enter-right;
                animation-name: cd-enter-right;
            }

            .cd-horizontal-timeline .events-content li.leave-right {
                -webkit-animation-name: cd-enter-right;
                -moz-animation-name: cd-enter-right;
                animation-name: cd-enter-right;
                -webkit-animation-direction: reverse;
                -moz-animation-direction: reverse;
                animation-direction: reverse;
            }

            .cd-horizontal-timeline .events-content li.enter-left {
                -webkit-animation-name: cd-enter-left;
                -moz-animation-name: cd-enter-left;
                animation-name: cd-enter-left;
            }

            .cd-horizontal-timeline .events-content li.leave-left {
                -webkit-animation-name: cd-enter-left;
                -moz-animation-name: cd-enter-left;
                animation-name: cd-enter-left;
                -webkit-animation-direction: reverse;
                -moz-animation-direction: reverse;
                animation-direction: reverse;
            }

        .cd-horizontal-timeline .events-content h2, .cd-horizontal-timeline .events-content .h2 {
            font-weight: bold;
            font-size: 2.6rem;
            font-family: "Playfair Display",serif;
            font-weight: 700;
            line-height: 1.2;
        }

        .cd-horizontal-timeline .events-content em {
            display: block;
            font-style: italic;
            margin: 10px auto;
            line-height: 1.6;
        }

            .cd-horizontal-timeline .events-content em::before {
                content: "- ";
            }

        .cd-horizontal-timeline .events-content p {
            font-size: 1.4rem;
            color: #959595;
            line-height: 1.6;
        }

    .cd-horizontal-timeline.loaded {
        opacity: 1;
    }

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #7b9d6f;
    border-color: #7b9d6f;
}

.no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-timeline-navigation a {
    position: absolute;
    z-index: 1;
    top: 55% !important;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 25px !important;
    width: 25px !important;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    transition: border-color .3s;
}

    .cd-timeline-navigation a::after {
        content: "";
        position: absolute;
        height: 16px;
        width: 16px;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background: url(../img/cd-arrow.svg) no-repeat 0 0;
    }

    .cd-timeline-navigation a.prev {
        left: 0;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .cd-timeline-navigation a.next {
        right: 0;
    }

    .cd-timeline-navigation a.inactive {
        cursor: not-allowed;
    }

        .cd-timeline-navigation a.inactive::after {
            background-position: 0 -16px;
        }

.cd-horizontal-timeline .timeline .events-wrapper {
    margin: 0 25px;
}

    .cd-horizontal-timeline .timeline .events-wrapper .events {
        position: relative;
        top: 55px;
        width: 100%;
        float: left;
    }

        .cd-horizontal-timeline .timeline .events-wrapper .events a {
            font-size: 1rem;
        }

            .cd-horizontal-timeline .timeline .events-wrapper .events a::after {
                top: 30px;
                height: 15px;
                width: 15px;
            }

        .cd-horizontal-timeline .timeline .events-wrapper .events ol {
            width: 100%;
            float: left;
            height: 40px;
            margin: 0 !important;
            position: relative;
            top: -37px;
            padding-left: 0;
        }

            .cd-horizontal-timeline .timeline .events-wrapper .events ol li {
                width: 12%;
                float: left;
                height: 60px;
            }

                .cd-horizontal-timeline .timeline .events-wrapper .events ol li a {
                    font-size: .75rem;
                    left: auto !important;
                    display: block;
                    position: relative;
                }

#quick-inner-div .detail-content #description-table .table-data-container .table .popup-table tr {
    border-bottom: 1px solid #edeeed;
}

    #quick-inner-div .detail-content #description-table .table-data-container .table .popup-table tr td {
        border-bottom: 0;
    }

        #quick-inner-div .detail-content #description-table .table-data-container .table .popup-table tr td:nth-child(2) .price-per-peice {
            display: none;
        }

        #quick-inner-div .detail-content #description-table .table-data-container .table .popup-table tr td:nth-child(3) {
            border-bottom: 0;
            display: block !important;
        }

.product-quick-view.main-icon-bx {
    display: none;
    z-index: 101;
    left: 16px;
    height: auto;
    overflow-y: hidden;
    position: fixed;
    background-color: transparent;
}

.product-quick-view .description-table .table-data-container tbody.popup-table tr {
    border-bottom: 1px solid;
}

    .product-quick-view .description-table .table-data-container tbody.popup-table tr .col .col-head {
        display: none;
    }

    .product-quick-view .description-table .table-data-container tbody.popup-table tr td {
        color: #3e454c;
        border-bottom: 0;
    }

    .product-quick-view .description-table .table-data-container tbody.popup-table tr:hover {
        background-color: #f5f5f5;
    }

#alert-box.icon-div {
    padding: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,.501);
    width: fit-content;
    margin-top: 14px;
}

    #alert-box.icon-div .shareBlock {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin-left: 0;
    }

#alert-box.active {
    display: block;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.icon-div .share-btn-div {
    display: flex;
    margin-top: -9px;
    align-items: center;
    justify-content: space-evenly;
    float: right;
    margin-left: 0;
}

    .icon-div .share-btn-div .shareBlock {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin-left: 0;
    }

.fa-stack .fa {
    margin: 0 10px 0 0;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    padding: 6px;
    height: 30px;
    color: #fff;
    display: flex;
    width: 30px;
    background: #00f;
    border-radius: 50%;
    align-items: center;
}

.fa-stack .fa-facebook {
    background-color: #3b5998;
}

.fa-stack .fa-twitter {
    background-color: #1da1f2;
}

.fa-stack .fa-envelope {
    fill: white;
}

.fa-stack .fa-tumblr {
    background-color: #34526f;
}

.fa-stack .fa-pinterest {
    background-color: #eb0400;
}

.fa-stack .fa-linkedin {
    background-color: #0072b1;
}

.fa-stack .fa-whatsapp {
    background-color: #075e54 !important;
}

.fa-stack .fa-print {
    background-color: #888 !important;
}

.Article-view-Post-Share .fa-stack i, .artice-social-share .fa-stack i {
    width: 16px;
    height: 16px;
    background: transparent;
}

.Article-view-Post-Share .fa-stack, .artice-social-share .fa-stack {
    display: inline-block;
    text-decoration: none;
    transition: all .2s ease 0s;
    transform: translateY(0);
    width: 16px;
    height: 16px;
    margin-right: .8rem;
    font-size: 1.1rem;
}

    .Article-view-Post-Share .fa-stack .fa-facebook {
        color: #0866ff !important;
    }

    .Article-view-Post-Share .fa-stack .fa-twitter {
        color: #1da1f2 !important;
    }

    .Article-view-Post-Share .fa-stack .fa-pinterest {
        color: #e60019 !important;
        background-color: unset !important;
    }

    .Article-view-Post-Share .fa-stack .fa-linkedin {
        color: #0a66c2 !important;
    }

    .Article-view-Post-Share .fa-stack .fa-whatsapp {
        color: #25d366 !important;
        background-color: unset !important;
    }

    .artice-social-share .fa-stack .fa-print {
        color: #3e454c !important;
        background-color: unset !important;
    }

.section-one-stop-shop a {
    color: #0d6efd;
    text-decoration: underline;
}

.history-content {
    padding-top: 6.25vw;
}

    .history-content .table-order-history tbody tr:not(:last-child) {
        border-bottom: 1px solid #3e454c;
    }

    .history-content .table-order-history tbody tr td:last-child a {
        display: inline-block;
    }

        .history-content .table-order-history tbody tr td:last-child a.btn-branding {
            display: inline-block;
        }

    .history-content .order-by-year {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .history-content .order-by-year label {
            font-size: .875rem;
            font-weight: 600;
            color: #025685;
        }

        .history-content .order-by-year select {
            width: 5vw;
            min-width: 80px;
            margin-left: 10px;
            padding-left: 5px;
            background-color: transparent;
            border-radius: 0;
            font-size: .875rem;
        }

    .history-content .table-order-history {
        width: 100%;
    }

        .history-content .table-order-history tbody tr td:last-child a.btn-branding {
            color: #fff;
            text-align: center;
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .history-content .table-order-history tbody tr td:last-child a.btn-branding span {
                vertical-align: middle;
            }

.quick-view-frame {
    width: 100%;
}

.img-container :hover #btn-btn {
    background-color: #f00;
}

.billingshippngsection-inner i {
    height: 34px;
    width: 34px;
    background: #025685;
    color: #fff;
    font-size: 1.563rem;
}

.billingshippngsection-inner .pageHeadhpfyN {
    width: 59.6875vw;
    font-weight: 500;
}

.billingshippngsection-inner .edit-bill-ship {
    width: 100%;
    text-align: center;
}

    .billingshippngsection-inner .edit-bill-ship .btn {
        border-radius: 3px;
        min-height: 34px;
        height: 34px;
        background-color: transparent;
        border-color: #025685;
        color: #025685;
        line-height: 1;
        margin-top: 4.6875vw;
        margin-left: auto;
        margin-right: auto;
        width: -webkit-fill-available;
        width: -moz-available;
    }

.billingshippngsection-inner #saved-address {
    width: 100%;
    padding-right: var(--bs-gutter-x,6.25vw);
    padding-left: var(--bs-gutter-x,6.25vw);
    margin-right: auto;
    margin-left: auto;
}

    .billingshippngsection-inner #saved-address h3.heading, .billingshippngsection-inner #saved-address .heading.h3 {
        font-weight: normal;
        font-size: 1rem;
        line-height: 1.5rem;
        padding-left: 0;
        padding-top: 6.25vw;
        margin-bottom: 4.6875vw;
    }

    .billingshippngsection-inner #saved-address table {
        border-top: 1px solid #3e454c;
    }

        .billingshippngsection-inner #saved-address table thead tr th {
            font-weight: 500;
        }

        .billingshippngsection-inner #saved-address table tbody tr {
            border-bottom: .3px solid #3e454c;
        }

            .billingshippngsection-inner #saved-address table tbody tr label {
                font-size: .875rem;
                line-height: 1.313rem;
            }

                .billingshippngsection-inner #saved-address table tbody tr label .form-check-input {
                    margin-right: 0;
                    margin-top: 0;
                    width: 16px;
                    height: 16px;
                }

                    .billingshippngsection-inner #saved-address table tbody tr label .form-check-input:checked {
                        background-color: #025685;
                    }

            .billingshippngsection-inner #saved-address table tbody tr .btn-edit-address {
                display: none;
            }

            .billingshippngsection-inner #saved-address table tbody tr th.item0 {
                display: inline-block;
                width: auto;
            }

            .billingshippngsection-inner #saved-address table tbody tr td {
                padding-top: 4.6875vw;
                padding-bottom: 0;
            }

        .billingshippngsection-inner #saved-address table tbody .product-removed-cart p {
            padding-top: 4.6875vw;
            padding-bottom: 4.6875vw;
        }

            .billingshippngsection-inner #saved-address table tbody .product-removed-cart p span {
                color: #025685;
                text-decoration: underline;
            }

        .billingshippngsection-inner #saved-address table tbody .span {
            font-size: 1rem;
            font-color: #3e454c;
        }

        .billingshippngsection-inner #saved-address table tbody .dimention {
            font-weight: normal;
        }

        .billingshippngsection-inner #saved-address table tbody .cart-count {
            padding: .313rem .25rem;
            text-align: center;
            margin: 0 .313rem;
            border-radius: 4px;
            width: 48px;
            height: 1.813rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .billingshippngsection-inner #saved-address table tbody .cart-count .cart-count-btn i {
                color: #025685;
                font-size: 1rem;
            }

        .billingshippngsection-inner #saved-address table tbody .la-plus:before {
            font-style: normal;
        }

    .billingshippngsection-inner #saved-address .savedBillingAddress .btn-edit-address {
        display: none;
    }

        .billingshippngsection-inner #saved-address .savedBillingAddress .btn-edit-address i::before {
            font-size: .875rem;
        }

    .billingshippngsection-inner #saved-address .savedBillingAddress ul {
        padding-left: 0;
        list-style: none;
        margin-bottom: 0;
    }

    .billingshippngsection-inner #saved-address .action-btn {
        padding-top: 3.125vw;
    }

        .billingshippngsection-inner #saved-address .action-btn .btn {
            border-radius: 3px;
            width: 100%;
            min-height: 34px;
            height: 34px;
            line-height: 1;
            margin-top: 3.125vw;
        }

            .billingshippngsection-inner #saved-address .action-btn .btn.new-address {
                background-color: #025685;
                color: #fff;
            }

.or-border {
    display: none;
}

.error-color {
    color: #d10b0b;
}

.options {
    word-break: break-word;
    color: #3e454c;
    font-weight: 500;
}

.carousel-indicators [data-bs-target] {
    position: relative;
    width: 60px;
    height: 4px;
    background-color: #d3d3d3;
    border: none;
    border-radius: 24px;
}

    .carousel-indicators [data-bs-target] span {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #4e4e4e;
        border-radius: inherit;
    }

.text-green-c {
    font-size: 11px;
    color: #4f8324;
}

.pro-main-div {
    padding: 4.6875vw 4.6875vw 0 4.6875vw;
}

    .pro-main-div .heading {
        font-size: 1.563rem;
        margin-bottom: 4.6875vw;
    }

    .pro-main-div .pra-text {
        font-size: 1rem;
    }

    .pro-main-div .pro-pagi {
        margin-top: 6.25vw;
        display: flex;
        align-items: center;
        padding: 10px 12px;
        justify-content: space-between;
        background-color: #e5e7e6;
    }

    .pro-main-div .pro-div {
        text-align: center;
        margin-top: 4.6875vw;
        margin-bottom: 4.6875vw;
    }

        .pro-main-div .pro-div .btn-branding {
            padding: 5px 10px;
        }

.offermeprice-div {
    margin-top: 4.6875vw;
    background: #bfbfbf80;
    padding: 4.6875vw;
}

    .offermeprice-div .offermeprice-input {
        display: block;
    }

        .offermeprice-div .offermeprice-input .form-group {
            margin-top: 4.6875vw;
            width: 100%;
        }

.prodect-inner-div {
    padding: 4.6875vw;
}

    .prodect-inner-div .mb-20 {
        padding: 10px;
    }

.can-btn {
    border: none;
    background-color: #ebebeb;
    margin-right: 10px;
    color: #025685;
}

#review_image .sa_logo {
    margin-top: 0 !important;
    float: inherit;
    margin: 0 auto;
}

#review_header .percentage {
    height: auto !important;
}

.bx-show {
    border-radius: 3px;
    padding: 10px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,.501);
}

.rx-back-color {
    background-color: #fee8e8;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.arrow-prev {
    left: 20px;
}

.arrow-next {
    right: 20px;
}

.assure-icons .summary-icon {
    padding-left: 0;
}

    .assure-icons .summary-icon.col {
        display: flex;
        list-style: none;
        padding-left: 0;
        width: auto;
    }

.product-card-shadow.yotpo .standalone-bottomline.star-clickable, .yotpo .standalone-bottomline .star-clickable {
    display: grid !important;
    text-align: center;
}

#quick-inner-div .star-rating-add-review {
    list-style: none;
    padding-bottom: 10px;
    padding-left: 0;
}

#quick-inner-div .detail-content #description-table .table-data-container .table .table-heading {
    background-color: #edeeed;
    color: #025685;
}

#quick-inner-div .detail-content #description-table .table-data-container .table .popup-table tr td.col-head {
    display: none;
}

#quick-inner-div .detail-content #description-table .table-data-container .table .popup-table tr td .col-head {
    display: none;
}

#quick-inner-div .detail-content #description-table .table-data-container .table .popup-table tr .item7 {
    text-align: end;
}

    #quick-inner-div .detail-content #description-table .table-data-container .table .popup-table tr .item7 button {
        margin: 0 auto;
        margin-right: 0;
    }

#quick-inner-div .img-content #product-detail .assure-icons .summary-icon {
    display: -webkit-inline-box;
    margin-bottom: 20px !important;
}

    #quick-inner-div .img-content #product-detail .assure-icons .summary-icon li {
        display: inline-block;
        text-align: center;
        margin-right: 10px;
        margin-left: 10px;
        width: 40%;
        margin-top: 10px;
    }

        #quick-inner-div .img-content #product-detail .assure-icons .summary-icon li span {
            text-align: start;
        }

#quick-inner-div .img-content #product-detail .product-img-container .product-img {
    width: 100%;
}

    #quick-inner-div .img-content #product-detail .product-img-container .product-img img {
        width: 80%;
    }

ul.list-s-none {
    list-style: none;
}

#wishlist-alert-box {
    position: fixed;
    top: 20%;
    display: block;
    justify-content: center;
    align-items: center;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    width: 50% !important;
    height: 250px;
    z-index: 10;
    background: #fff;
    transition: all .5s ease-in-out;
}

    #wishlist-alert-box p {
        text-align: center;
    }

.wishlist-product-quick-view {
    display: none;
    box-shadow: none;
    padding-top: 2.946954813359528vw;
    padding-bottom: 2.946954813359528vw;
    position: relative;
}

.video-slider-tab {
    margin-top: 20px;
}

    .video-slider-tab #video-gallery-section .video-text {
        margin-top: 10px;
        font-size: 14px;
        text-align: center;
    }

    .video-slider-tab .product-shop-with-us-slider img {
        margin-top: 20px;
        display: flex;
        align-items: center;
        width: 75vw;
        margin: 0 auto;
        justify-content: center;
        position: relative;
    }

    .video-slider-tab .product-shop-with-us-slider .play-btn {
        font-size: 40px;
        position: absolute;
        top: 25%;
        color: #fff;
    }

.simple-marquee-container {
    width: 100%;
    float: left;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

    .simple-marquee-container .marquee-sibling {
        padding: 0;
        background: #3d3d3d;
        width: 20%;
        line-height: 42px;
        font-size: 12px;
        font-weight: normal;
        color: #fff;
        text-align: center;
        float: left;
        left: 0;
        z-index: 2000;
    }

    .simple-marquee-container .marquee {
        display: inline-block;
        position: absolute;
        margin-left: 25%;
    }

    .simple-marquee-container *[class^="marquee"] {
        display: inline-block;
        position: absolute;
    }

    .simple-marquee-container .marquee-content-items {
        display: flex;
        position: relative;
        padding-left: 0;
        margin-bottom: 0;
    }

        .simple-marquee-container .marquee-content-items li {
            display: inline-block;
            width: 300px;
        }

.banner-sliderContainer {
    position: relative;
}

    .banner-sliderContainer .banner-slider {
        width: 100%;
        height: auto;
    }

        .banner-sliderContainer .banner-slider img {
            width: 100%;
        }

    .banner-sliderContainer .slick-prev:before {
        color: #000;
    }

    .banner-sliderContainer .slick-next:before {
        color: #000;
    }

    .banner-sliderContainer .slick-dots {
        bottom: -30px;
    }

    .banner-sliderContainer .slick-next.slick-arrow {
        right: 0;
        background-image: none;
        background-color: transparent;
        opacity: 1;
    }

        .banner-sliderContainer .slick-next.slick-arrow:before {
            font-size: 16px;
            content: "";
            display: none;
            font-family: "FontAwesome";
            border-radius: 50%;
            padding: 10px;
            border: 1px solid #000;
        }

        .banner-sliderContainer .slick-next.slick-arrow .active {
            right: 10px;
        }

    .banner-sliderContainer .slick-prev.slick-arrow {
        left: 0;
        background-image: none;
        background-color: transparent;
        opacity: 1;
    }

        .banner-sliderContainer .slick-prev.slick-arrow:before {
            font-size: 16px;
            content: "";
            font-family: "FontAwesome";
            border-radius: 50%;
            display: none;
            padding: 10px;
            border: 1px solid #000;
        }

        .banner-sliderContainer .slick-prev.slick-arrow .active {
            left: 10px;
        }

@keyframes mymove1 {
    from {
        left: 0;
    }

    to {
        left: 10px;
    }
}

@keyframes mymove22 {
    from {
        right: 0;
    }

    to {
        right: 10px;
    }
}

.banner-sliderContainer .banner-slider:hover .slick-prev.slick-arrow {
    left: 10px;
    animation: mymove1 .7s 1;
    animation-timing-function: linear;
}

    .banner-sliderContainer .banner-slider:hover .slick-prev.slick-arrow:before {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 25px;
        width: 25px;
    }

.banner-sliderContainer .banner-slider:hover .slick-next.slick-arrow {
    right: 10px;
    animation: mymove22 .7s 1;
    animation-timing-function: linear;
}

    .banner-sliderContainer .banner-slider:hover .slick-next.slick-arrow:before {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 25px;
        width: 25px;
    }

.banner-sliderContainer .progressBarContainer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
}

    .banner-sliderContainer .progressBarContainer div {
        display: block;
        width: 5%;
        padding: 0;
        cursor: pointer;
        margin-right: 2%;
        float: left;
        color: #fff;
    }

        .banner-sliderContainer .progressBarContainer div:last-child {
            margin-right: 0;
        }

        .banner-sliderContainer .progressBarContainer div span.progressBar {
            width: 100%;
            height: 2px;
            background-color: rgba(255,255,255,.4);
            display: block;
        }

            .banner-sliderContainer .progressBarContainer div span.progressBar .inProgress {
                background-color: #817f7f;
                width: 0%;
                height: 2px;
            }

@media only screen and (max-width:358px) and (min-width:320px) {
    .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top::after {
        right: 15%;
    }
}

@media only screen and (max-width:462px) and (min-width:360px) {
    .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top::after {
        right: 13%;
    }
}

#art-menu .inner-menu {
    box-shadow: 2px 3px 6px lightgrey;
}

    #art-menu .inner-menu li {
        border-bottom: 1px solid #d3d3d3;
        display: block;
        background-color: #fff;
    }

    #art-menu .inner-menu .inner-li-div {
        left: 200px;
        top: 0;
        box-shadow: 2px 3px 6px lightgrey;
    }

        #art-menu .inner-menu .inner-li-div li {
            border-bottom: 1px solid #d3d3d3;
            display: block;
        }

            #art-menu .inner-menu .inner-li-div li a {
                text-align: start;
                font-size: .875rem;
            }

#art-menu .toggle.menu-heading {
    justify-content: center;
    color: #025685;
}

    #art-menu .toggle.menu-heading.active .fa {
        transform: rotate(180deg);
    }

#art-menu p {
    text-align: center;
}

#art-menu .toggle {
    display: none;
}

#art-menu [id^="drop"] {
    display: none;
}

#art-menu nav {
    margin: 0;
    padding: 0;
    background-color: #e8e8e8;
}

    #art-menu nav:after {
        content: "";
        display: table;
        clear: both;
    }

    #art-menu nav ul {
        float: right;
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
    }

        #art-menu nav ul li {
            margin: 0;
            display: inline-flex;
            float: left;
            background-color: #e8e8e8;
        }

            #art-menu nav ul li ul li:hover {
                background: #4f8324;
                color: #fff;
            }

            #art-menu nav ul li:hover > ul {
                display: block;
                top: 100%;
            }

        #art-menu nav ul ul {
            display: none;
            position: absolute;
        }

            #art-menu nav ul ul li {
                width: 200px;
                float: none;
                display: block;
                align-items: center;
                justify-content: space-between;
                position: relative;
            }

                #art-menu nav ul ul li .fa {
                    color: #000;
                    padding: 0 5px;
                    font-size: 15px;
                }

            #art-menu nav ul ul ul li {
                position: relative;
            }

    #art-menu nav a {
        display: block;
        padding: 14px 10px;
        color: #000;
        font-size: 16px;
        text-decoration: none;
    }

        #art-menu nav a:hover {
            color: #fff;
            background-color: #4f8324;
        }

    #art-menu nav .menu {
        display: none;
        align-items: stretch;
        justify-content: center;
        top: 100%;
    }

#art-menu .toggle:hover {
    background-color: #4f8324;
    color: #fff;
}

    #art-menu .toggle:hover .fa {
        color: #fff;
    }

#art-menu .toggle.active .up {
    transform: rotate(180deg);
}

#art-menu li > a:only-child:after {
    content: "";
}

@media all and (max-width:992px) {
    #art-menu nav {
        margin: 0;
    }

        #art-menu nav ul li {
            display: block;
            width: 100%;
        }

            #art-menu nav ul li ul li .toggle {
                padding: 14px 10px;
                color: #000;
                font-size: 17px;
                background-color: #fff;
            }

            #art-menu nav ul li:hover > ul {
                display: none;
            }

        #art-menu nav ul ul {
            float: none;
            position: static;
            color: #fff;
        }

            #art-menu nav ul ul .toggle {
                padding: 0 40px;
            }

            #art-menu nav ul ul a {
                padding: 0 40px;
                padding: 14px 10px;
            }

            #art-menu nav ul ul ul a {
                padding: 0 80px;
                padding: 14px 20px;
                font-size: 17px;
            }

            #art-menu nav ul ul ul li {
                position: static;
            }

            #art-menu nav ul ul li {
                display: block;
                width: 100%;
            }

                #art-menu nav ul ul li:hover > ul {
                    display: none;
                }

        #art-menu nav a label {
            cursor: pointer;
        }

    #art-menu .toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #e8e8e8;
        padding: 14px 10px;
        color: #000;
        font-size: 16px;
        text-decoration: none;
        border: none;
    }

        #art-menu .toggle + a {
            display: none;
        }

    #art-menu .menu {
        display: none;
    }

    #art-menu [id^="drop"]:checked + ul {
        display: block;
    }
}

@media all and (max-width:330px) {
    #art-menu nav ul li {
        display: block;
        width: 100%;
    }
}

#category-listing-description h2, #category-listing-description .h2 {
    font-size: 1.125rem;
    margin-top: 10px;
    padding: 10px;
    font-weight: bold;
}

#category-listing-description h3, #category-listing-description .h3 {
    font-size: 1rem;
    margin-top: 10px;
    padding: 10px;
    font-weight: bold;
}

#product-short-description a {
    color: #0072b1;
}

#category-listing-description a {
    color: #0072b1;
}

#program-guidelines a {
    color: #025685;
}

.accordion-button {
    color: #3e454c;
}

.invalid-feedback {
    color: #eb0400;
    font-size: 1rem !important;
}

.btn-shopping {
    color: #fff;
}

    .btn-shopping:hover {
        color: #fff;
    }

#relatedproductsdata .flex-column .selling-price {
    color: #eb0400;
}

.press-releases .inquiryBox h4, .press-releases .inquiryBox .h4 {
    color: #fff;
}

.press-releases .topHeaderAndBaner {
    background-color: #353535;
    color: #fff;
    padding: 4.6875vw 0 4.6875vw 0;
}

    .press-releases .topHeaderAndBaner .pressHeading {
        text-align: center;
        color: #fff;
        font-size: 1rem;
    }

.press-releases .ceoHeaderText {
    color: #fff;
}

.press-releases .ceoBox .ceoName {
    font-size: 1rem;
}

.press-releases .ceoBox .ceoLetter p {
    font-size: .875rem;
}

.press-releases .inquiryBox {
    text-align: center;
    background-color: #353535;
    color: #fff;
    padding: 3.125vw;
}

.press-releases .whoWeAreSection {
    margin-top: 6.25vw;
}

    .press-releases .whoWeAreSection .whoWeAreHeaderText {
        text-align: center;
        color: #86ab23;
        text-transform: uppercase;
        font-size: 25px;
        font-weight: 600;
    }

    .press-releases .whoWeAreSection .topNewsSection {
        margin-top: 6.25vw;
    }

        .press-releases .whoWeAreSection .topNewsSection .topNewsHeadingSection {
            color: #86ab23;
            font-size: 25px;
        }

        .press-releases .whoWeAreSection .topNewsSection .topNewsInnerBoxImageFooterParagraph {
            font-size: .875rem;
            margin-top: 10px;
            font-weight: 500;
        }

.press-releases .pressReleasesTopHeader {
    background-color: #86ab23;
    color: #fff;
    padding: 15px 0 15px 0;
}

    .press-releases .pressReleasesTopHeader .pressHeadingText {
        text-align: center;
        color: #ffff;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-top: 0;
        font-size: .875rem;
        font-weight: 600;
    }

    .press-releases .pressReleasesTopHeader .pressHedingLink {
        font-size: 18px;
        color: #fff;
        font-weight: 500;
        text-transform: none;
    }

.press-releases .pressReleasesInnerBox .pressReleasesInnerBoxHeading {
    font-size: 1.375rem;
    font-weight: 500;
}

.press-releases .pressReleasesInnerBox .pressReleasesInnerBoxImageFooterParagraph {
    text-align: center;
    font-size: 1rem;
    line-height: 20px;
    color: #000;
    height: 80px;
}

.category-listing-link a:hover {
    color: #025685;
}

.stores-page a {
    color: #025685;
}

.stores-page .stores-card .medicalProductName .medicalAhref {
    color: #586261;
}

.stores-page .stores-card .medicalProductName .shopNowBtn {
    color: #fff;
}

.container1.form-banner {
    background-position: right;
    background-size: cover;
    background-image: url("../img/request-the--replacement--parts-you-need-mob.png");
}

.contact-bx-from .fa {
    font-size: 50px;
    color: #025685;
}

#couponSection .coupan-reward {
    background-color: rgba(2,86,133,.11);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
}

    #couponSection .coupan-reward h2, #couponSection .coupan-reward .h2 {
        color: #3e454c;
    }

    #couponSection .coupan-reward p {
        color: #3e454c;
        font-size: 16px;
    }

    #couponSection .coupan-reward .text-color {
        color: #025685;
    }

    #couponSection .coupan-reward button {
        margin-left: 6.5625vw;
        background-color: #025685;
    }

.our-vision-bx {
    padding: 6.25vw 0;
}

    .our-vision-bx h2, .our-vision-bx .h2 {
        font-size: 1.563rem;
    }

    .our-vision-bx .vision-pra p {
        font-size: 14px;
    }

    .our-vision-bx .vision-card ul {
        box-shadow: 0 3px 6px rgba(0,0,0,.16);
        padding-left: 0;
        list-style: none;
    }

        .our-vision-bx .vision-card ul li {
            display: grid;
            text-align: center;
            padding: 35px;
            font-weight: bold;
            border-bottom: 1px solid #d3d3d3;
        }

            .our-vision-bx .vision-card ul li span {
                margin-top: 5px;
                font-size: 30px;
                display: block;
                line-height: 40px;
            }

.mission-bx {
    padding: 6.25vw 0;
}

    .mission-bx h2, .mission-bx .h2 {
        font-size: 1.563rem;
    }

    .mission-bx p {
        font-size: 14px;
    }

    .mission-bx .hpfy-giving-day-video-height {
        height: 100%;
    }

.tab-aboutus .my-tabs .nav-link {
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    height: -webkit-fill-available;
}

.tab-aboutus .my-tabs .nav-item {
    position: relative;
    width: 100%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/ourteamsswitch/ourteam.jpg");
}

    .tab-aboutus .my-tabs .nav-item:nth-child(2) {
        background-image: url("../img/ourcommunityswitch/ourcommunity.jpg");
    }

    .tab-aboutus .my-tabs .nav-item .nav-link::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,45,120,.43);
    }

    .tab-aboutus .my-tabs .nav-item .nav-link:hover::after {
        opacity: 1;
    }

    .tab-aboutus .my-tabs .nav-item .nav-link.active::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        opacity: 1;
        width: 100%;
        height: 100%;
        background-color: rgba(0,45,120,.43);
    }

.tab-aboutus .my-tabs h2, .tab-aboutus .my-tabs .h2 {
    width: 100%;
}

.giving-bx {
    padding: 6.25vw 0;
}

    .giving-bx .heading {
        font-size: 1.563rem;
    }

    .giving-bx .pra {
        font-size: 14px;
    }

    .giving-bx .giving-card {
        list-style: none;
        padding-left: 0;
    }

        .giving-bx .giving-card li {
            background-color: #fff;
            padding: 12px 9px;
            text-align: center;
            width: 140px;
            min-height: 140px;
            margin: 15px auto;
            display: inline-table;
            box-shadow: 0 3px 6px rgba(0,0,0,.161);
        }

            .giving-bx .giving-card li span {
                display: block;
                margin-bottom: 5px;
                font-size: 30px;
                margin-top: 20px;
            }

    .giving-bx .blue-btn {
        width: 100%;
        height: 46px;
        border-radius: 5px;
        background-color: #025685;
        border: none;
        color: #ffff;
        margin-bottom: 20px;
    }

    .giving-bx .card {
        border: none;
    }

        .giving-bx .card .card-body span {
            display: block;
            font-weight: 500;
            margin-top: 15px;
            margin-bottom: 15px;
        }

.tab-aboutus .nav-link {
    color: #ffff;
}

    .tab-aboutus .nav-link span {
        z-index: 99;
        color: #ffff;
    }

.tab-aboutus .about-tab-content .about-pra5 .img-bx5 {
    width: 35vw;
    height: 35vw;
}

    .tab-aboutus .about-tab-content .about-pra5 .img-bx5 img {
        height: auto;
    }

    .tab-aboutus .about-tab-content .about-pra5 .img-bx5 .text-overlay {
        top: 50%;
        font-size: 10px;
    }

        .tab-aboutus .about-tab-content .about-pra5 .img-bx5 .text-overlay span {
            font-size: 10px;
            margin-top: 0;
        }

.about-banner .top-banner2 .centered {
    color: #ffff;
    font-size: 16px;
    font-weight: 500;
}

    .about-banner .top-banner2 .centered span {
        color: #ffff;
    }

.review-sec {
    background-color: #4f8324;
    justify-content: start;
}

    .review-sec .bx {
        text-align: start;
    }

    .review-sec .num {
        color: #ffff;
        font-size: 24px;
        font-weight: 500;
    }

    .review-sec ul {
        list-style: none;
    }

        .review-sec ul .fa {
            font-size: 10px;
            color: #feb057;
        }

        .review-sec ul .review-text {
            font-weight: 500;
            color: #ffff;
            font-size: 14px;
        }

.loyalty-banner {
    background-image: url(../img/loyalty-banner.png);
    background-color: #f1f1f1;
    background-size: cover;
}

    .loyalty-banner.ac-loyalty {
        background-image: none;
        background-color: rgba(2,86,133,.07);
    }

    .loyalty-banner .top-banner2 img {
        margin: 0 auto;
        width: 100%;
    }

    .loyalty-banner .text-bx .sm-heading {
        font-size: 16px;
    }

    .loyalty-banner .text-bx .heading {
        color: #000;
        font-size: 24px;
    }

    .loyalty-banner .text-bx .d-grid {
        margin-top: 12px;
    }

        .loyalty-banner .text-bx .d-grid span {
            margin-bottom: 5px;
            font-size: 12px;
        }

        .loyalty-banner .text-bx .d-grid button {
            width: 128px;
            margin-top: 5px;
            border-radius: 4px;
            padding: 4px;
            border: none;
        }

        .loyalty-banner .text-bx .d-grid .btn-blue-outline {
            border: 1px solid #025685;
            color: #025585;
        }

.benefits-bx {
    text-align: center;
    margin-top: 44px;
}

    .benefits-bx .heading {
        font-size: 24px;
    }

    .benefits-bx .card-bx img {
        height: 88px;
        width: 88px;
        margin: 0 auto;
    }

.loy-viedobx {
    margin-top: 44px;
}

    .loy-viedobx .heading {
        font-size: 24px;
        margin-bottom: 15px;
    }

.loyalty-table {
    margin-top: 44px;
}

    .loyalty-table tr:nth-child(even) {
        background-color: #f0f5f8;
    }

    .loyalty-table .fa-check {
        font-size: 24px;
        color: #4f8324;
    }

    .loyalty-table .fa-minus {
        font-size: 24px;
        color: #b1b1b1;
    }

    .loyalty-table th {
        color: #3e454c;
        padding: 15px 5px;
    }

    .loyalty-table td {
        padding: 15px 5px;
    }

    .loyalty-table .heading {
        font-size: 24px;
        text-align: center;
    }

    .loyalty-table .flower-img {
        margin: 0 auto;
        width: 100px;
        padding-bottom: 15px;
    }

    .loyalty-table .order-2 {
        padding-bottom: 0;
    }

        .loyalty-table .order-2 span {
            padding: 10px 5px;
            color: #fff;
            font-size: 24px;
            font-weight: 300;
            background-image: linear-gradient(to right,#3290c6,#73caef);
        }

    .loyalty-table .order-5 {
        padding-bottom: 0;
    }

        .loyalty-table .order-5 span {
            padding: 10px 5px;
            color: #fff;
            font-size: 24px;
            font-weight: 300;
            background-image: linear-gradient(to right,#dabf08,#f4e71a);
        }

    .loyalty-table .order-10 {
        padding-bottom: 0;
    }

        .loyalty-table .order-10 span {
            padding: 10px 5px;
            color: #fff;
            font-size: 24px;
            font-weight: 300;
            background-image: linear-gradient(to right,#8357dd,#b27ee6);
        }

    .loyalty-table .order-15 {
        padding-bottom: 0;
    }

        .loyalty-table .order-15 span {
            padding: 10px 5px;
            color: #fff;
            font-size: 24px;
            font-weight: 300;
            background-image: linear-gradient(to right,#ff862e,#ffa536);
        }

    .loyalty-table .order-25 {
        padding-bottom: 0;
    }

        .loyalty-table .order-25 span {
            padding: 10px 5px;
            color: #fff;
            font-size: 24px;
            font-weight: 300;
            background-image: linear-gradient(to right,#41a339,#6bbe4c);
        }

.exploer-img-bx {
    margin-top: 44px;
}

    .exploer-img-bx .heading {
        font-size: 24px;
        margin-bottom: 15px;
        text-align: center;
    }

.loyalty-tab-table-sm {
    margin-top: 44px;
}

    .loyalty-tab-table-sm .heading {
        font-size: 24px;
    }

    .loyalty-tab-table-sm .nav-link {
        border-radius: 6px;
        border: none;
        background: none;
        margin: 3px;
        padding: 6px;
        border: 2px solid transparent;
    }

        .loyalty-tab-table-sm .nav-link.active {
            border: 2px solid #4f8324;
        }

        .loyalty-tab-table-sm .nav-link img {
            width: 75px;
        }

    .loyalty-tab-table-sm .table {
        font-size: 14px;
    }

        .loyalty-tab-table-sm .table .text-table {
            padding: 10px 5px;
            width: 50%;
        }

    .loyalty-tab-table-sm .loyalty-table {
        margin-top: 0;
    }

        .loyalty-tab-table-sm .loyalty-table .order-2 span {
            font-size: 16px;
        }

        .loyalty-tab-table-sm .loyalty-table .order-5 span {
            font-size: 16px;
        }

        .loyalty-tab-table-sm .loyalty-table .order-10 span {
            font-size: 16px;
        }

        .loyalty-tab-table-sm .loyalty-table .order-15 span {
            font-size: 16px;
        }

        .loyalty-tab-table-sm .loyalty-table .order-25 span {
            font-size: 16px;
        }

    .loyalty-tab-table-sm tr:nth-child(even) {
        background-color: #f0f5f8;
    }

.progress-loyalty {
    margin-top: 44px;
}

    .progress-loyalty .heading {
        font-size: 16px;
        font-weight: 500;
    }

    .progress-loyalty .action-wrapper {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

        .progress-loyalty .action-wrapper p {
            margin: 0;
        }

        .progress-loyalty .action-wrapper select {
            padding: 5px;
            margin-left: 10px;
        }

    .progress-loyalty .wrapper {
        padding: 25px 35px;
        width: 700px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
    }

    .progress-loyalty ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-left: 0;
        margin-top: 4.7px;
        margin-bottom: 0;
        list-style-type: none;
    }

        .progress-loyalty ul li {
            position: relative;
            margin-top: 10px;
            font-size: 12px;
            flex-basis: 0;
            flex-grow: 1;
            max-width: 100%;
            text-align: center;
            color: #7f8995;
        }

            .progress-loyalty ul li.d-none {
                display: none;
            }

            .progress-loyalty ul li:last-child:after {
                display: none;
            }

            .progress-loyalty ul li.active img {
                width: 102px;
                box-shadow: 0 0 4px 2px rgba(0,0,0,.1);
                border: 2px solid #4f8324;
            }

            .progress-loyalty ul li .clear-section-img {
                box-shadow: 0 0 4px 2px rgba(0,0,0,.1);
                border: 2px solid #4f8324;
            }

            .progress-loyalty ul li:after {
                content: "";
                position: absolute;
                top: 50%;
                width: 78%;
                height: 7px;
                background: #4f8324;
            }

            .progress-loyalty ul li.active-tab:before {
                content: "";
                position: absolute;
                top: 48%;
                left: 100%;
                z-index: 1;
                height: 12px;
                width: 12px;
                background: #4f8324;
                border-radius: 50%;
                box-shadow: 0 0 0 2px white;
            }

            .progress-loyalty ul li.active-tab ~ li:after {
                background: rgba(221,226,229,.4);
            }

            .progress-loyalty ul li.active-tab:before {
                background-color: #4f8324;
            }

            .progress-loyalty ul li.active-tab:after {
                background: rgba(221,226,229,.4);
            }

            .progress-loyalty ul li img {
                width: 72px;
                border-radius: 6px;
                padding: 10px;
                background-color: #ffff;
            }

@media screen and (max-width:430px) {
    .progress-loyalty ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 0;
        margin-top: 4.7px;
        margin-bottom: 0;
        list-style-type: none;
    }

        .progress-loyalty ul li {
            position: relative;
            margin-top: 10px;
            font-size: 12px;
            flex-basis: 0;
            flex-grow: 1;
            max-width: 100%;
            text-align: center;
            color: #7f8995;
            margin-right: 0;
        }

            .progress-loyalty ul li.d-none {
                display: none;
            }

            .progress-loyalty ul li:last-child:after {
                display: none;
            }

            .progress-loyalty ul li.active img {
                width: 62px;
            }

            .progress-loyalty ul li:after {
                content: "";
                width: 64%;
                height: 3px;
            }

            .progress-loyalty ul li.active-tab:before {
                content: "";
                top: 43%;
                left: 91%;
                z-index: 1;
                height: 7px;
                width: 7px;
            }

            .progress-loyalty ul li.active-tab ~ li:after {
                background: rgba(221,226,229,.4);
            }

            .progress-loyalty ul li.active-tab:before {
                background-color: #4f8324;
            }

            .progress-loyalty ul li.active-tab:after {
                background: rgba(221,226,229,.4);
            }

            .progress-loyalty ul li img {
                width: 42px;
                border-radius: 6px;
                padding: 3px;
                background-color: #fff;
                box-shadow: 0 0 4px 2px rgba(0,0,0,.1);
            }
}

.loyalty-perks-heading {
    font-size: 24px;
    margin-bottom: 44px;
    color: #025685;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: 500;
}

.sunny-smile-td.color-td {
    border: 3px solid #007cb1;
    background-color: #cdedfb;
}

    .sunny-smile-td.color-td.bg-transparen {
        background-color: transparent !important;
    }

    .sunny-smile-td.color-td .fa-check {
        color: #007cb1;
    }

    .sunny-smile-td.color-td.border-bottom-orange {
        border-bottom: 3px solid #007cb1;
    }

.sun-dance-td.color-td {
    border: 3px solid #dabf08;
    background-color: #f7f3ad;
}

    .sun-dance-td.color-td.bg-transparen {
        background-color: transparent !important;
    }

    .sun-dance-td.color-td .fa-check {
        color: #dabf08;
    }

.sungold-td.color-td {
    border: 3px solid #a473e3;
    background-color: #e9cafc;
}

    .sungold-td.color-td.bg-transparen {
        background-color: transparent !important;
    }

    .sungold-td.color-td .fa-check {
        color: #a473e3;
    }

.sun-tastic-td.color-td {
    border: 3px solid #ff862e;
    background-color: #f7cd99;
}

    .sun-tastic-td.color-td.bg-transparen {
        background-color: transparent !important;
    }

    .sun-tastic-td.color-td .fa-check {
        color: #ff862e;
    }

.sliver-leaf-td.color-td {
    border: 3px solid #41a339;
    background-color: #ccf3be;
}

    .sliver-leaf-td.color-td.bg-transparen {
        background-color: transparent !important;
    }

    .sliver-leaf-td.color-td .fa-check {
        color: #41a339;
    }

#bg-none .bg-transparent {
    border: none;
    background-color: transparent !important;
}

.loyalty-faq#FSA-FAQ .accordion-button {
    border-top: 1px solid #e8e8e8;
    display: flex;
    align-items: start;
}

.loyalty-faq#FSA-FAQ .accordion-body {
    font-size: 16px;
}

.loyalty-faq#FSA-FAQ h4, .loyalty-faq#FSA-FAQ .h4 {
    font-size: 24px;
}

.bg-white {
    background-color: #fff !important;
}

.mm-listitem__text {
    font-weight: bold;
}

.mm-listitem::after {
    border-bottom: 0;
}

.mainheading .mm-listitem__text {
    font-weight: bold;
}

.mm-wrapper_opened .mm-page {
    min-height: auto !important;
}

li.mainheading.mm-listitem {
    border-top: 1px solid #f6f6f6;
    padding-top: 10px;
    margin-top: 10px;
}

.mm-listview {
    padding-right: 0 !important;
}

    .mm-listview .mm-listitem {
        padding-right: 20px;
    }

        .mm-listview .mm-listitem:first-child.mainheading {
            margin-top: 0;
            border-top: 0;
        }

.mm-menu a, .mm-menu a:link, .mm-menu a:active, .mm-menu a:visited, .mm-menu a:hover {
    text-decoration: none;
    color: inherit;
}

.mm-wrapper_blocking .mm-wrapper__blocker {
    background-color: #000;
    opacity: .5;
    z-index: 1030;
}

.mm-page.mm-slideout .nav-border-right {
    padding-left: 0;
    padding-right: 0;
}

.mm-menu {
    z-index: 1050 !important;
}

.mm-menu_offcanvas {
    position: fixed;
    right: auto;
    z-index: 1050 !important;
}

.mm-navbar__title span {
    font-weight: 600;
}

.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title:last-child {
    color: #3e454c !important;
    font-weight: 600;
}

.mm-navbar {
    height: 58px;
}

.mm-listitem {
    border-bottom: #dadada !important;
}

.mm-listitem__btn:not(.mm-listitem__text) {
    border-left-width: 0 !important;
    border-left-style: solid;
}

.mm-navbar__breadcrumbs {
    white-space: inherit !important;
    padding: 0 15px !important;
    border-bottom: 1px solid #f6f6f6;
}

.mm-menu a {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    font-weight: 400;
}

#category-listing-description ul {
    padding-left: 3rem !important;
}

#category-listing-description ol {
    padding-left: 3rem !important;
}

.nikks tbody tr:hover {
    background-color: #e8e8e8 !important;
}

.checkout-popup {
    padding: 30px;
    border-radius: 8px;
}

    .checkout-popup .font-24 span {
        border-bottom: 1px solid #3e454c;
        padding-bottom: 6px;
    }

    .checkout-popup .btn-lightgry {
        background-color: #e8e8e8;
    }

    .checkout-popup p {
        font-size: 16px !important;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .checkout-popup .btn {
        margin-top: 20px;
        width: 200px;
        height: 40px;
    }

#validatepopupcheckout {
    position: relative;
}

    #validatepopupcheckout::after {
        content: '';
        position: fixed;
        background-color: #000;
        opacity: .6;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.container1.testi-banner {
    background-image: url("../img/testmolial-banner-mob.jpg");
}

    .container1.testi-banner .top-banner2 .centered {
        font-size: 25px;
    }

.testi-slider {
    padding: 6.25vw 3.125vw;
}

    .testi-slider .card {
        min-height: 470px;
        margin: 0 10px;
    }

        .testi-slider .card .main-img {
            position: relative;
        }

            .testi-slider .card .main-img:after {
                content: "";
                background: rgba(0,0,0,.13);
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

        .testi-slider .card .play-img {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 999;
            transform: translate(-50%,-50%);
        }

        .testi-slider .card span {
            display: block;
            margin-bottom: 10px;
            font-weight: 600;
        }

    .testi-slider iframe {
        width: 100%;
    }

    .testi-slider ul {
        list-style: none;
    }

        .testi-slider ul li i {
            margin: 0 4px;
            color: #ffa536;
        }

.testmo-review-tab {
    padding: 6.25vw 3.125vw;
}

    .testmo-review-tab .heading {
        font-size: 24px;
        color: #025685;
    }

    .testmo-review-tab .rev-bx {
        padding: 16px;
    }

        .testmo-review-tab .rev-bx:hover {
            border-radius: 4px;
        }

    .testmo-review-tab .re-text {
        font-size: 18px;
        font-weight: 500;
    }

    .testmo-review-tab ul {
        list-style: none;
    }

        .testmo-review-tab ul li i {
            margin: 0 4px;
            color: #ffa536;
        }

.kno-btn-primary:hover {
    color: #fff;
    background-color: #025685;
    border-color: #025685;
}

.btn-testimonial-pink {
    border: 1px solid #ae4498;
    color: #ae4498;
    background: transparent;
    border-radius: 4px;
    padding: 8px;
    width: 100%;
}

.test-iframe {
    height: 192px;
}

.nikks {
    width: fit-content !important;
    font-size: 14px;
}

    .nikks tr:nth-child(1) td {
        background-color: #f6f6f6;
    }

    .nikks tr td:nth-child(1) {
        padding: 10px;
        background-color: #f6f6f6;
    }

    .nikks tr td {
        padding: 5px;
    }

    .nikks tr:hover td {
        background-color: #e8e8e8 !important;
    }

.testimonial-customer-reviews p {
    text-align: left !important;
}

    .testimonial-customer-reviews p strong font:nth-child(1) {
        font-weight: 500 !important;
        color: #3e454c !important;
    }

        .testimonial-customer-reviews p strong font:nth-child(1):nth-child(2) {
            color: #3e454c !important;
        }

.testimonial-customer-reviews font {
    color: #3e454c !important;
}

    .testimonial-customer-reviews font span {
        color: #3e454c !important;
        font-weight: 500 !important;
    }

.paypal-button-container {
    min-width: 100% !important;
    max-width: 100% !important;
}

.product-quick-view.chk-pop-div {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    margin: 0 !important;
}

#checkout-container a.border-box-r {
    border: 2px solid #ede9e9;
    border-radius: 15px;
    padding: 4px;
    display: inline-block;
    margin: 6px 0 6px 0;
}

    #checkout-container a.border-box-r:hover {
        background: #ede9e9;
        color: #3e454c;
    }
/*!
 * mmenu.js
 * mmenujs.com
 *.slick-slider .slick-track, .slick-slider .slick-list
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
:root {
    --mm-line-height: 20px;
    --mm-listitem-size: 44px;
    --mm-navbar-size: 44px;
    --mm-offset-top: 0;
    --mm-offset-right: 0;
    --mm-offset-bottom: 0;
    --mm-offset-left: 0;
    --mm-color-border: rgba(0,0,0,.1);
    --mm-color-button: rgba(0,0,0,.3);
    --mm-color-text: rgba(0,0,0,.75);
    --mm-color-text-dimmed: rgba(0,0,0,.3);
    --mm-color-background: #f3f3f3;
    --mm-color-background-highlight: rgba(0,0,0,.05);
    --mm-color-background-emphasis: rgba(255,255,255,.4);
    --mm-shadow: 0 0 10px rgba(0,0,0,.3);
}

.mm-hidden {
    display: none !important;
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative;
}

.mm-menu {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f3f3f3;
    border-color: rgba(0,0,0,.1);
    color: rgba(0,0,0,.75);
    line-height: 20px;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: absolute;
    top: var(--mm-offset-top);
    right: var(--mm-offset-right);
    bottom: var(--mm-offset-bottom);
    left: var(--mm-offset-left);
    z-index: 0;
    overscroll-behavior: auto;
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text);
    line-height: var(--mm-line-height);
    -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .mm-menu a, .mm-menu a:link, .mm-menu a:active, .mm-menu a:visited, .mm-menu a:hover {
        text-decoration: none;
        color: inherit;
    }

[dir="rtl"] .mm-menu {
    direction: rtl;
}

.mm-panel {
    background: #f3f3f3;
    border-color: rgba(0,0,0,.1);
    color: rgba(0,0,0,.75);
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: auto;
    color: var(--mm-color-text);
    border-color: var(--mm-color-border);
    background: var(--mm-color-background);
    transform: translate3d(100%,0,0);
    transition: transform .4s ease;
}

    .mm-panel:after {
        height: 44px;
    }

    .mm-panel:not(.mm-hidden) {
        display: block;
    }

    .mm-panel:after {
        content: '';
        display: block;
        height: var(--mm-listitem-size);
    }

.mm-panel_opened {
    z-index: 1;
    transform: translate3d(0%,0,0);
}

.mm-panel_opened-parent {
    transform: translate3d(-30%,0,0);
}

.mm-panel_highest {
    z-index: 2;
}

.mm-panel_noanimation {
    transition: none !important;
}

    .mm-panel_noanimation.mm-panel_opened-parent {
        transform: translate3d(0,0,0);
    }

.mm-panels > .mm-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.mm-panel__content {
    padding: 20px 20px 0;
}

.mm-panels {
    background: #f3f3f3;
    border-color: rgba(0,0,0,.1);
    color: rgba(0,0,0,.75);
    position: relative;
    height: 100%;
    flex-grow: 1;
    overflow: hidden;
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text);
}

[dir='rtl'] .mm-panel:not(.mm-panel_opened) {
    transform: translate3d(-100%,0,0);
}

[dir='rtl'] .mm-panel.mm-panel_opened-parent {
    transform: translate3d(30%,0,0);
}

.mm-listitem_vertical > .mm-panel {
    display: none;
    width: 100%;
    padding: 10px 0 10px 10px;
    transform: none !important;
}

    .mm-listitem_vertical > .mm-panel:before, .mm-listitem_vertical > .mm-panel:after {
        content: none;
        display: none;
    }

.mm-listitem_opened > .mm-panel {
    display: block;
}

.mm-listitem_vertical > .mm-listitem__btn {
    height: 44px;
    height: var(--mm-listitem-size);
    bottom: auto;
}

.mm-listitem_vertical .mm-listitem:last-child:after {
    border-color: transparent;
}

.mm-listitem_opened > .mm-listitem__btn:after {
    transform: rotate(225deg);
    right: 19px;
}

.mm-btn {
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    box-sizing: border-box;
    width: 50px;
    padding: 0;
}

    .mm-btn:before, .mm-btn:after {
        border: 2px solid rgba(0,0,0,.3);
        border: 2px solid var(--mm-color-button);
    }

.mm-btn_prev:before, .mm-btn_next:after {
    content: '';
    border-bottom: none;
    border-right: none;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}

.mm-btn_prev:before {
    transform: rotate(-45deg);
    left: 23px;
    right: auto;
}

.mm-btn_next:after {
    transform: rotate(135deg);
    right: 23px;
    left: auto;
}

.mm-btn_close:before, .mm-btn_close:after {
    content: '';
    box-sizing: content-box;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(-45deg);
}

.mm-btn_close:before {
    border-right: none;
    border-bottom: none;
    right: 18px;
}

.mm-btn_close:after {
    border-left: none;
    border-top: none;
    right: 25px;
}

[dir="rtl"] .mm-btn_next:after {
    transform: rotate(-45deg);
    left: 23px;
    right: auto;
}

[dir="rtl"] .mm-btn_prev:before {
    transform: rotate(135deg);
    right: 23px;
    left: auto;
}

[dir="rtl"] .mm-btn_close:before, [dir="rtl"] .mm-btn_close:after {
    right: auto;
}

[dir="rtl"] .mm-btn_close:before {
    left: 25px;
}

[dir="rtl"] .mm-btn_close:after {
    left: 18px;
}

.mm-navbar {
    min-height: 44px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background: #f3f3f3;
    color: rgba(0,0,0,.3);
    display: flex;
    min-height: var(--mm-navbar-size);
    border-bottom: 1px solid var(--mm-color-border);
    background: var(--mm-color-background);
    color: var(--mm-color-text-dimmed);
    text-align: center;
    opacity: 1;
    transition: opacity .4s ease;
}

    .mm-navbar > * {
        min-height: 44px;
    }

@supports (position:sticky) {
    .mm-navbar_sticky {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}

.mm-navbar > * {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.mm-navbar__btn {
    flex-grow: 0;
}

.mm-navbar__title {
    flex: 1 1 50%;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}

    .mm-navbar__title:not(:last-child) {
        padding-right: 0;
    }

    .mm-navbar__title > span {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title {
    padding-left: 0;
}

    .mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title:last-child {
        padding-right: 50px;
    }

[dir='rtl'] .mm-navbar {
    flex-direction: row-reverse;
}

.mm-listview {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.mm-listitem {
    color: rgba(0,0,0,.75);
    border-color: rgba(0,0,0,.1);
    color: var(--mm-color-text);
    border-color: var(--mm-color-border);
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

    .mm-listitem:after {
        content: '';
        border-color: inherit;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        display: block;
        position: absolute;
        left: 20px;
        right: 0;
        bottom: 0;
    }

    .mm-listitem a, .mm-listitem a:hover {
        text-decoration: none;
    }

.mm-listitem__text, .mm-listitem__btn {
    padding: 12px;
    display: block;
    padding: calc((var(--mm-listitem-size) - var(--mm-line-height))/2);
    padding-left: 0;
    padding-right: 0;
    color: inherit;
}

.mm-listitem__text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 10px;
    flex-grow: 1;
    flex-basis: 10%;
}

.mm-listitem__btn {
    background: rgba(3,2,1,0);
    border-color: inherit;
    width: auto;
    padding-right: 50px;
    position: relative;
}

    .mm-listitem__btn:not(.mm-listitem__text) {
        border-left-width: 1px;
        border-left-style: solid;
    }

.mm-listitem_selected > .mm-listitem__text {
    background: rgba(255,255,255,.4);
    background: var(--mm-color-background-emphasis);
}

.mm-listitem_opened > .mm-listitem__btn, .mm-listitem_opened > .mm-panel {
    background: rgba(0,0,0,.05);
    background: var(--mm-color-background-highlight);
}

[dir="rtl"] .mm-listitem:after {
    left: 0;
    right: 20px;
}

[dir="rtl"] .mm-listitem__text {
    padding-left: 10px;
    padding-right: 20px;
}

[dir="rtl"] .mm-listitem__btn {
    padding-left: 50px;
    border-left-width: 0;
    border-left-style: none;
}

    [dir="rtl"] .mm-listitem__btn:not(.mm-listitem__text) {
        padding-right: 0;
        border-right-width: 1px;
        border-right-style: solid;
    }

.mm-page {
    box-sizing: border-box;
    position: relative;
}

.mm-slideout {
    transition: transform .4s ease;
    z-index: 1;
}

.mm-wrapper_opened {
    overflow-x: hidden;
    position: relative;
}

    .mm-wrapper_opened .mm-page {
        min-height: 100vh;
    }

.mm-wrapper_background .mm-page {
    background: inherit;
}

.mm-menu_offcanvas {
    position: fixed;
    right: auto;
    z-index: 0;
}

    .mm-menu_offcanvas:not(.mm-menu_opened) {
        display: none;
    }

.mm-menu_offcanvas {
    width: 80%;
    min-width: 240px;
    max-width: 440px;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(80vw,0,0);
}

@media all and (max-width:300px) {
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(240px,0,0);
    }
}

@media all and (min-width:550px) {
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(440px,0,0);
    }
}

.mm-wrapper__blocker {
    background: rgba(3,2,1,0);
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.mm-wrapper_blocking {
    overflow: hidden;
}

    .mm-wrapper_blocking body {
        overflow: hidden;
    }

    .mm-wrapper_blocking .mm-wrapper__blocker {
        display: block;
    }

.mm-sronly {
    border: 0 !important;
    clip: rect(1px,1px,1px,1px) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    min-width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
}

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
    position: relative;
}

.mm-menu_autoheight.mm-menu_position-top, .mm-menu_autoheight.mm-menu_position-bottom {
    max-height: 80%;
}

.mm-menu_autoheight-measuring .mm-panel {
    display: block !important;
}

.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
    bottom: auto !important;
    height: auto !important;
}

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
    display: none !important;
}

[class*='mm-menu_columns-'] {
    transition-property: width;
}

    [class*='mm-menu_columns-'] .mm-panels > .mm-panel {
        right: auto;
        transition-property: width,transform;
    }

    [class*='mm-menu_columns-'] .mm-panels > .mm-panel_opened, [class*='mm-menu_columns-'] .mm-panels > .mm-panel_opened-parent {
        display: block !important;
    }

[class*='mm-panel_columns-'] {
    border-right: 1px solid;
    border-color: inherit;
}

.mm-menu_columns-1 .mm-panel_columns-0, .mm-menu_columns-2 .mm-panel_columns-1, .mm-menu_columns-3 .mm-panel_columns-2, .mm-menu_columns-4 .mm-panel_columns-3 {
    border-right: none;
}

[class*='mm-menu_columns-'] .mm-panels > .mm-panel_columns-0 {
    transform: translate3d(0%,0,0);
}

.mm-menu_columns-0 .mm-panels > .mm-panel {
    z-index: 0;
}

    .mm-menu_columns-0 .mm-panels > .mm-panel else {
        width: 100%;
    }

    .mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
        transform: translate3d(100%,0,0);
    }

.mm-menu_columns-0 {
    width: 80%;
    min-width: 240px;
    max-width: 0;
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(80vw,0,0);
}

@media all and (max-width:300px) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(240px,0,0);
    }
}

@media all and (min-width:0) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(0,0,0);
    }
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-80vw,0,0);
}

@media all and (max-width:300px) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(-240px,0,0);
    }
}

@media all and (min-width:0) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(0,0,0);
    }
}

[class*='mm-menu_columns-'] .mm-panels > .mm-panel_columns-1 {
    transform: translate3d(100%,0,0);
}

.mm-menu_columns-1 .mm-panels > .mm-panel {
    z-index: 1;
    width: 100%;
}

    .mm-menu_columns-1 .mm-panels > .mm-panel else {
        width: 100%;
    }

    .mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
        transform: translate3d(200%,0,0);
    }

.mm-menu_columns-1 {
    width: 80%;
    min-width: 240px;
    max-width: 440px;
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(80vw,0,0);
}

@media all and (max-width:300px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(240px,0,0);
    }
}

@media all and (min-width:550px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(440px,0,0);
    }
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-80vw,0,0);
}

@media all and (max-width:300px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(-240px,0,0);
    }
}

@media all and (min-width:550px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(-440px,0,0);
    }
}

[class*='mm-menu_columns-'] .mm-panels > .mm-panel_columns-2 {
    transform: translate3d(200%,0,0);
}

.mm-menu_columns-2 .mm-panels > .mm-panel {
    z-index: 2;
    width: 50%;
}

    .mm-menu_columns-2 .mm-panels > .mm-panel else {
        width: 100%;
    }

    .mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
        transform: translate3d(300%,0,0);
    }

.mm-menu_columns-2 {
    width: 80%;
    min-width: 240px;
    max-width: 880px;
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(80vw,0,0);
}

@media all and (max-width:300px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(240px,0,0);
    }
}

@media all and (min-width:1100px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(880px,0,0);
    }
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-80vw,0,0);
}

@media all and (max-width:300px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(-240px,0,0);
    }
}

@media all and (min-width:1100px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(-880px,0,0);
    }
}

[class*='mm-menu_columns-'] .mm-panels > .mm-panel_columns-3 {
    transform: translate3d(300%,0,0);
}

.mm-menu_columns-3 .mm-panels > .mm-panel {
    z-index: 3;
    width: 33.34%;
}

    .mm-menu_columns-3 .mm-panels > .mm-panel else {
        width: 100%;
    }

    .mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
        transform: translate3d(400%,0,0);
    }

.mm-menu_columns-3 {
    width: 80%;
    min-width: 240px;
    max-width: 1320px;
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(80vw,0,0);
}

@media all and (max-width:300px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(240px,0,0);
    }
}

@media all and (min-width:1650px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(1320px,0,0);
    }
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-80vw,0,0);
}

@media all and (max-width:300px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(-240px,0,0);
    }
}

@media all and (min-width:1650px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(-1320px,0,0);
    }
}

[class*='mm-menu_columns-'] .mm-panels > .mm-panel_columns-4 {
    transform: translate3d(400%,0,0);
}

.mm-menu_columns-4 .mm-panels > .mm-panel {
    z-index: 4;
    width: 25%;
}

    .mm-menu_columns-4 .mm-panels > .mm-panel else {
        width: 100%;
    }

    .mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
        transform: translate3d(500%,0,0);
    }

.mm-menu_columns-4 {
    width: 80%;
    min-width: 240px;
    max-width: 1760px;
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(80vw,0,0);
}

@media all and (max-width:300px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(240px,0,0);
    }
}

@media all and (min-width:2200px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(1760px,0,0);
    }
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-80vw,0,0);
}

@media all and (max-width:300px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(-240px,0,0);
    }
}

@media all and (min-width:2200px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(-1760px,0,0);
    }
}

[class*='mm-menu_columns-'].mm-menu_position-bottom, [class*='mm-menu_columns-'].mm-menu_position-top {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.mm-wrapper_opening [class*='mm-menu_columns-'].mm-menu_position-front {
    transition-property: width,min-width,max-width,transform;
}

.mm-counter {
    color: rgba(0,0,0,.3);
    display: block;
    padding-left: 20px;
    float: right;
    text-align: right;
    color: var(--mm-color-text-dimmed);
}

.mm-listitem_nosubitems > .mm-counter {
    display: none;
}

[dir='rtl'] .mm-counter {
    text-align: left;
    float: left;
    padding-left: 0;
    padding-right: 20px;
}

.mm-divider {
    position: relative;
    min-height: 20px;
    padding: 4.3px;
    background: #f3f3f3;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-height: var(--mm-line-height);
    padding: calc(((var(--mm-listitem-size)*.65) - var(--mm-line-height))*.5);
    padding-right: 10px;
    padding-left: 20px;
    font-size: 75%;
    text-transform: uppercase;
    background: var(--mm-color-background);
    opacity: 1;
    transition: opacity .4s ease;
}

    .mm-divider:before {
        background: rgba(0,0,0,.05);
    }

@supports (position:sticky) {
    .mm-divider {
        position: sticky;
        z-index: 2;
        top: 0;
    }

    .mm-navbar_sticky:not(.mm-hidden) ~ .mm-listview .mm-divider {
        top: var(--mm-navbar-size);
    }
}

.mm-divider:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--mm-color-background-highlight);
}

.mm-wrapper_dragging .mm-menu, .mm-wrapper_dragging .mm-slideout {
    transition-duration: 0s !important;
    user-select: none !important;
}

.mm-wrapper_dragging .mm-menu {
    pointer-events: none !important;
}

.mm-wrapper_dragging .mm-wrapper__blocker {
    display: none !important;
}

.mm-menu_dropdown {
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
    height: 80%;
}

.mm-wrapper_dropdown .mm-slideout {
    transform: none !important;
    z-index: 0;
}

.mm-wrapper_dropdown .mm-wrapper__blocker {
    transition-delay: 0s !important;
    z-index: 1;
}

.mm-wrapper_dropdown .mm-menu_dropdown {
    z-index: 2;
}

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
    display: none;
}

.mm-menu_tip-left:before, .mm-menu_tip-right:before, .mm-menu_tip-top:before, .mm-menu_tip-bottom:before {
    content: '';
    background: inherit;
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: -1;
    transform: rotate(45deg);
}

.mm-menu_tip-left:before {
    left: 22px;
}

.mm-menu_tip-right:before {
    right: 22px;
}

.mm-menu_tip-top:before {
    top: -8px;
}

.mm-menu_tip-bottom:before {
    bottom: -8px;
}

:root {
    --mm-iconbar-size: 50px;
}

.mm-menu_iconbar-left .mm-panels, .mm-menu_iconbar-left .mm-navbars_top, .mm-menu_iconbar-left .mm-navbars_bottom {
    margin-left: 50px;
    margin-left: var(--mm-iconbar-size);
}

.mm-menu_iconbar-right .mm-panels, .mm-menu_iconbar-right .mm-navbars_top, .mm-menu_iconbar-right .mm-navbars_bottom {
    margin-right: 50px;
    margin-right: var(--mm-iconbar-size);
}

.mm-iconbar {
    width: 50px;
    border-color: rgba(0,0,0,.1);
    background: #f3f3f3;
    color: rgba(0,0,0,.3);
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: var(--mm-iconbar-size);
    overflow: hidden;
    box-sizing: border-box;
    border: 0 solid;
    border-color: var(--mm-color-border);
    background: var(--mm-color-background);
    color: var(--mm-color-text-dimmed);
    text-align: center;
}

.mm-menu_iconbar-left .mm-iconbar, .mm-menu_iconbar-right .mm-iconbar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mm-menu_iconbar-left .mm-iconbar {
    border-right-width: 1px;
    left: 0;
}

.mm-menu_iconbar-right .mm-iconbar {
    border-left-width: 1px;
    right: 0;
}

.mm-iconbar__top, .mm-iconbar__bottom {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
}

    .mm-iconbar__top > *, .mm-iconbar__bottom > * {
        box-sizing: border-box;
        display: block;
        padding: 12.5px 0;
    }

    .mm-iconbar__top a, .mm-iconbar__top a:hover, .mm-iconbar__bottom a, .mm-iconbar__bottom a:hover {
        text-decoration: none;
    }

.mm-iconbar__tab_selected {
    background: rgba(255,255,255,.4);
    background: var(--mm-color-background-emphasis);
}

:root {
    --mm-iconpanel-size: 50px;
}

.mm-panel_iconpanel-1 {
    width: calc(100% - 50px);
    width: calc(100% - (var(--mm-iconpanel-size)*1));
}

.mm-panel_iconpanel-2 {
    width: calc(100% - 100px);
    width: calc(100% - (var(--mm-iconpanel-size)*2));
}

.mm-panel_iconpanel-3 {
    width: calc(100% - 150px);
    width: calc(100% - (var(--mm-iconpanel-size)*3));
}

.mm-panel_iconpanel-first ~ .mm-panel {
    width: calc(100% - 50px);
    width: calc(100% - var(--mm-iconpanel-size));
}

.mm-menu_iconpanel .mm-panels > .mm-panel {
    left: auto;
    transition-property: transform,width;
}

.mm-menu_iconpanel .mm-panels > .mm-panel_opened, .mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
    display: block !important;
}

.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
    overflow-y: hidden;
    transform: unset;
}

.mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
    border-left-width: 1px;
    border-left-style: solid;
}

.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar, .mm-menu_hidedivider .mm-panel_opened-parent .mm-divider {
    opacity: 0;
}

.mm-panel__blocker {
    background: inherit;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    transition: opacity .4s ease;
}

.mm-panel_opened-parent .mm-panel__blocker {
    opacity: .6;
    bottom: -100000px;
}

[dir='rtl'] .mm-menu_iconpanel .mm-panels > .mm-panel {
    left: 0;
    right: auto;
    transition-property: transform,width;
}

    [dir='rtl'] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
        border-left: none;
        border-right: 1px solid;
        border-color: inherit;
    }

.mm-menu_keyboardfocus a:focus, .mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
    background: rgba(255,255,255,.4);
    background: var(--mm-color-background-emphasis);
    outline: none;
}

.mm-wrapper__blocker .mm-tabstart {
    cursor: default;
    display: block;
    width: 100%;
    height: 100%;
}

.mm-wrapper__blocker .mm-tabend {
    opacity: 0;
    position: absolute;
    bottom: 0;
}

.mm-navbars_top {
    flex-shrink: 0;
}

    .mm-navbars_top .mm-navbar:not(:last-child) {
        border-bottom: none;
    }

.mm-navbars_bottom {
    flex-shrink: 0;
}

    .mm-navbars_bottom .mm-navbar {
        border-bottom: none;
    }

        .mm-navbars_bottom .mm-navbar:first-child {
            border-top: 1px solid rgba(0,0,0,.1);
            border-top: 1px solid var(--mm-color-border);
        }

.mm-btn:not(.mm-hidden) + .mm-navbar__searchfield .mm-searchfield__input {
    padding-left: 0;
}

.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input {
    padding-right: 0;
}

.mm-navbar__breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    flex: 1 1 50%;
    display: flex;
    justify-content: flex-start;
    padding: 0 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .mm-navbar__breadcrumbs > * {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 6px;
    }

    .mm-navbar__breadcrumbs > a {
        text-decoration: underline;
    }

    .mm-navbar__breadcrumbs:not(:last-child) {
        padding-right: 0;
    }

.mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
    padding-left: 0;
}

.mm-navbar_tabs > * {
    padding: 0 10px;
    border: 1px solid transparent;
}

.mm-navbar__tab_selected {
    background: #f3f3f3;
    color: rgba(0,0,0,.75);
    background: var(--mm-color-background);
    color: var(--mm-color-text);
}

    .mm-navbar__tab_selected:not(:first-child) {
        border-left-color: rgba(0,0,0,.1);
    }

    .mm-navbar__tab_selected:not(:last-child) {
        border-right-color: rgba(0,0,0,.1);
    }

    .mm-navbar__tab_selected:not(:first-child) {
        border-left-color: var(--mm-color-border);
    }

    .mm-navbar__tab_selected:not(:last-child) {
        border-right-color: var(--mm-color-border);
    }

.mm-navbars_top .mm-navbar_tabs {
    border-bottom: none;
}

    .mm-navbars_top .mm-navbar_tabs > * {
        border-bottom-color: rgba(0,0,0,.1);
        border-bottom-color: var(--mm-color-border);
    }

.mm-navbars_top .mm-navbar__tab_selected {
    border-top-color: rgba(0,0,0,.1);
    border-top-color: var(--mm-color-border);
    border-bottom-color: transparent;
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar {
    background: rgba(255,255,255,.4);
    background: var(--mm-color-background-emphasis);
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
    background: #f3f3f3;
    background: var(--mm-color-background);
}

.mm-navbars_bottom .mm-navbar_tabs:first-child {
    border-top: none;
}

.mm-navbars_bottom .mm-navbar_tabs > * {
    border-top-color: rgba(0,0,0,.1);
    border-top-color: var(--mm-color-border);
}

.mm-navbars_bottom .mm-navbar__tab_selected {
    border-bottom-color: rgba(0,0,0,.1);
    border-bottom-color: var(--mm-color-border);
    border-top-color: transparent;
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
    background: #f3f3f3;
    background: var(--mm-color-background);
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs, .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
    background: rgba(255,255,255,.4);
    background: var(--mm-color-background-emphasis);
}

.mm-searchfield {
    height: 44px;
    display: flex;
    flex-grow: 1;
    height: var(--mm-navbar-size);
    padding: 0;
    overflow: hidden;
}

    .mm-searchfield input {
        height: 30.8px;
        line-height: 30.8px;
    }

        .mm-searchfield input, .mm-searchfield input:hover, .mm-searchfield input:focus {
            background: rgba(0,0,0,.05);
            color: rgba(0,0,0,.75);
        }

    .mm-searchfield input {
        display: block;
        width: 100%;
        max-width: 100%;
        height: calc(var(--mm-navbar-size)*.7);
        min-height: unset;
        max-height: unset;
        margin: 0;
        padding: 0 10px;
        box-sizing: border-box;
        border: none !important;
        border-radius: 4px;
        line-height: calc(var(--mm-navbar-size)*.7);
        box-shadow: none !important;
        outline: none !important;
        font: inherit;
        font-size: inherit;
    }

        .mm-searchfield input, .mm-searchfield input:hover, .mm-searchfield input:focus {
            background: var(--mm-color-background-highlight);
            color: var(--mm-color-text);
        }

            .mm-searchfield input::-ms-clear {
                display: none;
            }

.mm-searchfield__input {
    display: flex;
    flex: 1;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.mm-panel__noresultsmsg {
    color: rgba(0,0,0,.3);
    padding: 50px 0;
    color: var(--mm-color-text-dimmed);
    text-align: center;
    font-size: 150%;
}

.mm-searchfield__btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.mm-panel_search {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    border-left: none !important;
}

.mm-searchfield__cancel {
    line-height: 44px;
    display: block;
    padding-right: 10px;
    margin-right: -100px;
    line-height: var(--mm-navbar-size);
    text-decoration: none;
    transition: margin .4s ease;
}

.mm-searchfield__cancel-active {
    margin-right: 0;
}

.mm-listitem_nosubitems > .mm-listitem__btn {
    display: none;
}

.mm-listitem_nosubitems > .mm-listitem__text {
    padding-right: 10px;
}

.mm-listitem_onlysubitems > .mm-listitem__text:not(.mm-listitem__btn) {
    z-index: -1;
    pointer-events: none;
}

.mm-sectionindexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    z-index: 5;
    transition: right .4s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

    .mm-sectionindexer a {
        color: rgba(0,0,0,.3);
        color: var(--mm-color-text-dimmed);
        line-height: 1;
        text-decoration: none;
        display: block;
    }

    .mm-sectionindexer ~ .mm-panel {
        padding-right: 0;
    }

.mm-sectionindexer_active {
    right: 0;
}

    .mm-sectionindexer_active ~ .mm-panel {
        padding-right: 20px;
    }

.mm-menu_selected-hover .mm-listitem__text, .mm-menu_selected-hover .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem__text, .mm-menu_selected-parent .mm-listitem__btn {
    transition: background-color .4s ease;
}

.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected:not(:hover) > .mm-listitem__text {
    background: none;
}

.mm-menu_selected-hover .mm-listitem__text:hover, .mm-menu_selected-hover .mm-listitem__btn:hover {
    background: rgba(255,255,255,.4);
    background: var(--mm-color-background-emphasis);
}

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > .mm-listitem__text {
    background: none;
}

.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__text, .mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__btn {
    background: rgba(255,255,255,.4);
    background: var(--mm-color-background-emphasis);
}

:root {
    --mm-sidebar-collapsed-size: 50px;
    --mm-sidebar-expanded-size: 440px;
}

.mm-wrapper_sidebar-collapsed body, .mm-wrapper_sidebar-expanded body {
    position: relative;
}

.mm-wrapper_sidebar-collapsed .mm-slideout, .mm-wrapper_sidebar-expanded .mm-slideout {
    transition-property: width,transform;
}

.mm-wrapper_sidebar-collapsed .mm-page, .mm-wrapper_sidebar-expanded .mm-page {
    background: inherit;
    box-sizing: border-box;
    min-height: 100vh;
}

.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed, .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
    display: flex !important;
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important;
}

.mm-wrapper_sidebar-collapsed .mm-slideout {
    width: calc(100% - 50px);
    transform: translate3d(50px,0,0);
    width: calc(100% - var(--mm-sidebar-collapsed-size));
    transform: translate3d(var(--mm-sidebar-collapsed-size),0,0);
}

.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar, .mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider {
    opacity: 0;
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
    width: 440px;
    width: var(--mm-sidebar-expanded-size);
    min-width: 0 !important;
    max-width: 100000px !important;
    border-right-width: 1px;
    border-right-style: solid;
}

    .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
        content: none;
        display: none;
    }

.mm-wrapper_sidebar-expanded.mm-wrapper_blocking, .mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
    overflow: visible;
}

.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
    display: none !important;
}

.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
    width: calc(100% - 440px);
    transform: translate3d(440px,0,0);
    width: calc(100% - var(--mm-sidebar-expanded-size));
    transform: translate3d(var(--mm-sidebar-expanded-size),0,0);
}

.mm-menu__blocker {
    background: rgba(3,2,1,0);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.mm-menu_opened .mm-menu__blocker {
    display: none;
}

[dir="rtl"].mm-wrapper_sidebar-collapsed .mm-slideout {
    transform: translate3d(0,0,0);
}

[dir="rtl"].mm-wrapper_sidebar-expanded .mm-slideout {
    transform: translate3d(0,0,0);
}

[dir="rtl"].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(0,0,0);
}

input.mm-toggle {
    margin-top: 5px;
    background: rgba(0,0,0,.1);
    display: inline-block;
    min-width: 58px;
    width: 58px;
    height: 34px;
    margin: 0 10px;
    margin-top: calc((var(--mm-listitem-size) - 34px)/2);
    border: none !important;
    background: var(--mm-color-border);
    border-radius: 34px;
    appearance: none !important;
    cursor: pointer;
    transition: background-color .2s ease;
}

    input.mm-toggle:before {
        background: #f3f3f3;
    }

    input.mm-toggle:before {
        content: '';
        display: block;
        width: 32px;
        height: 32px;
        margin: 1px;
        border-radius: 34px;
        background: var(--mm-color-background);
        transition: transform .2s ease;
    }

    input.mm-toggle:checked {
        background: #4bd963;
    }

        input.mm-toggle:checked:before {
            transform: translateX(24px);
        }

input.mm-check {
    margin-top: 2px;
    appearance: none !important;
    border: none !important;
    background: none !important;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    margin-top: calc((var(--mm-listitem-size) - 40px)/2);
}

    input.mm-check:before {
        content: '';
        display: block;
        width: 40%;
        height: 20%;
        margin: 25% 0 0 20%;
        border-left: 3px solid;
        border-bottom: 3px solid;
        border-color: var(--mm-color-text);
        opacity: .3;
        transform: rotate(-45deg);
        transition: opacity .2s ease;
    }

    input.mm-check:checked:before {
        opacity: 1;
    }

[dir="rtl"] input.mm-toggle:checked ~ label.mm-toggle:before {
    float: left;
}

.mm-menu_border-none .mm-listitem:after {
    content: none;
}

.mm-menu_border-full .mm-listitem:after {
    left: 0 !important;
}

.mm-menu_fx-menu-slide {
    transition: transform .4s ease;
}

.mm-wrapper_opened .mm-menu_fx-menu-slide {
    transform: translate3d(-30%,0,0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide {
    transform: translate3d(0%,0,0);
}

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
    transform: translate3d(30%,0,0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
    transform: translate3d(0%,0,0);
}

.mm-menu_fx-panels-none .mm-panel, .mm-panel_fx-none {
    transition-property: none;
}

    .mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent, .mm-panel_fx-none.mm-panel_opened-parent {
        transform: translate3d(0,0,0);
    }

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent {
    transform: translate3d(0,0,0);
}

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent {
    transform: translate3d(-100%,0,0);
}

.mm-menu_fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px;
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(100vw,0,0);
}

@media all and (max-width:140px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(140px,0,0);
    }
}

@media all and (min-width:10000px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(10000px,0,0);
    }
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-100vw,0,0);
}

@media all and (max-width:140px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(-140px,0,0);
    }
}

@media all and (min-width:10000px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(-10000px,0,0);
    }
}

.mm-menu_fullscreen.mm-menu_position-top {
    height: 100vh;
    min-height: 140px;
    max-height: 10000px;
}

.mm-menu_fullscreen.mm-menu_position-bottom {
    height: 100vh;
    min-height: 140px;
    max-height: 10000px;
}

.mm-menu_listview-justify .mm-panels > .mm-panel {
    display: flex;
    flex-direction: column;
}

    .mm-menu_listview-justify .mm-panels > .mm-panel:after {
        content: none;
        display: none;
    }

    .mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        height: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem {
        flex: 1 0 auto;
        min-height: 50px;
    }

    .mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text {
        box-sizing: border-box;
        flex: 1 0 auto;
        display: flex;
        align-items: center;
    }

.mm-listview_inset {
    list-style: inside disc;
    width: 100%;
    padding: 0 30px 15px 30px;
    margin: 0;
}

    .mm-listview_inset .mm-listitem {
        padding: 5px 0;
    }

.mm-menu_multiline .mm-listitem__text {
    text-overflow: clip;
    white-space: normal;
}

[class*="mm-menu_pagedim"].mm-menu_opened ~ .mm-wrapper__blocker {
    opacity: 0;
}

.mm-wrapper_opening [class*="mm-menu_pagedim"].mm-menu_opened ~ .mm-wrapper__blocker {
    opacity: .3;
    transition: opacity .4s ease .4s;
}

.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
    background: inherit;
}

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
    background: #000;
}

.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
    background: #fff;
}

.mm-menu_popup {
    transition: opacity .4s ease;
    opacity: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
    height: 80%;
    min-height: 140px;
    max-height: 880px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    z-index: 2;
    transform: translate3d(-50%,-50%,0);
}

    .mm-menu_popup.mm-menu_opened ~ .mm-slideout {
        transform: none !important;
        z-index: 0;
    }

    .mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
        transition-delay: 0s !important;
        z-index: 1;
    }

.mm-wrapper_opening .mm-menu_popup {
    opacity: 1;
}

.mm-menu_position-right {
    left: auto;
    right: 0;
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-80vw,0,0);
}

@media all and (max-width:300px) {
    .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(-240px,0,0);
    }
}

@media all and (min-width:550px) {
    .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        transform: translate3d(-440px,0,0);
    }
}

.mm-menu_position-front, .mm-menu_position-top, .mm-menu_position-bottom {
    transition: transform .4s ease;
}

    .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened, .mm-menu_position-bottom.mm-menu_opened {
        z-index: 2;
    }

        .mm-menu_position-front.mm-menu_opened ~ .mm-slideout, .mm-menu_position-top.mm-menu_opened ~ .mm-slideout, .mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout {
            transform: none !important;
            z-index: 0;
        }

        .mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker {
            z-index: 1;
        }

.mm-menu_position-front {
    transform: translate3d(-100%,0,0);
}

    .mm-menu_position-front.mm-menu_position-right {
        transform: translate3d(100%,0,0);
    }

.mm-menu_position-top, .mm-menu_position-bottom {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.mm-menu_position-top {
    transform: translate3d(0,-100%,0);
}

.mm-menu_position-top {
    height: 80vh;
    min-height: 140px;
    max-height: 880px;
}

.mm-menu_position-bottom {
    transform: translate3d(0,100%,0);
    top: auto;
}

.mm-menu_position-bottom {
    height: 80vh;
    min-height: 140px;
    max-height: 880px;
}

.mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top, .mm-wrapper_opening .mm-menu_position-bottom {
    transform: translate3d(0,0,0);
}

.mm-menu_shadow-page:after {
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    content: '';
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 100;
    clip-path: polygon(-20px 0,0 0,0 100%,-20px 100%);
    box-shadow: var(--mm-shadow);
}

.mm-menu_shadow-page.mm-menu_position-right:after {
    left: auto;
    right: 100%;
    clip-path: polygon(20px 0,40px 0,40px 100%,20px 100%);
}

.mm-menu_shadow-page.mm-menu_position-front:after {
    content: none;
    display: none;
}

.mm-menu_shadow-menu {
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    box-shadow: var(--mm-shadow);
}

.mm-menu_shadow-panels .mm-panels > .mm-panel {
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    box-shadow: var(--mm-shadow);
}

.mm-menu_theme-white {
    --mm-color-border: rgba(0,0,0,.1);
    --mm-color-button: rgba(0,0,0,.3);
    --mm-color-text: rgba(0,0,0,.7);
    --mm-color-text-dimmed: rgba(0,0,0,.3);
    --mm-color-background: #fff;
    --mm-color-background-highlight: rgba(0,0,0,.06);
    --mm-color-background-emphasis: rgba(0,0,0,.03);
    --mm-shadow: 0 0 10px rgba(0,0,0,.2);
}

.mm-menu_theme-dark {
    --mm-color-border: rgba(0,0,0,.3);
    --mm-color-button: rgba(255,255,255,.4);
    --mm-color-text: rgba(255,255,255,.85);
    --mm-color-text-dimmed: rgba(255,255,255,.4);
    --mm-color-background: #333;
    --mm-color-background-highlight: rgba(255,255,255,.08);
    --mm-color-background-emphasis: rgba(0,0,0,.1);
    --mm-shadow: 0 0 20px rgba(0,0,0,.5);
}

.mm-menu_theme-black {
    --mm-color-border: rgba(255,255,255,.25);
    --mm-color-button: rgba(255,255,255,.4);
    --mm-color-text: rgba(255,255,255,.75);
    --mm-color-text-dimmed: rgba(255,255,255,.4);
    --mm-color-background: #000;
    --mm-color-background-highlight: rgba(255,255,255,.2);
    --mm-color-background-emphasis: rgba(255,255,255,.15);
    --mm-shadow: none;
}

body.modal-open .mm-slideout {
    z-index: unset;
}

.dropdown:hover {
    z-index: 45;
}

.navbar:hover {
    z-index: 40;
}

.offcanvas-start, .offcanvas-end {
    max-width: 80%;
}

.fixed-onscroll.fixed-top {
    top: -60px;
    transform: translateY(60px);
    transition: transform .3s;
}

.autohide {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}

    .autohide.scrolled-down {
        transform: translateY(-100%);
        transition: all .3s ease-in-out;
    }

    .autohide.scrolled-up {
        transform: translateY(0);
        transition: all .3s ease-in-out;
    }

.navbar .dropdown-menu, .dropdown .dropdown-menu {
    margin-top: 0;
    box-shadow: 0 2px 4px rgba(34,34,34,.15);
}

.navbar .dropdown-menu-end, .dropdown .dropdown-menu-end {
    right: 0;
    left: auto;
}

.navbar .megasubmenu, .dropdown .megasubmenu {
    padding: 1rem;
}

.navbar .dropdown-large, .dropdown .dropdown-large {
    padding: 1rem;
}

.navbar .megamenu, .dropdown .megamenu {
    padding: 1rem;
}

.navbar .has-megamenu, .dropdown .has-megamenu {
    position: static !important;
}

.icon-arrow:after {
    content: "❯";
    font-style: normal;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -2px;
    opacity: .3;
    font-size: 80%;
}

.screen-darken {
    display: block;
    height: 100%;
    width: 0%;
    z-index: 20;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34,34,34,.6);
    transition: opacity .2s linear,visibility .2s,width 2s ease-in;
}

    .screen-darken.active {
        z-index: 25;
        transition: opacity .3s ease,width 0s;
        opacity: 1;
        width: 100%;
        visibility: visible;
    }

@media all and (min-width:992px) {
    .navbar {
        padding: 0;
    }

        .navbar .nav-link {
            padding-left: .7rem !important;
            padding-right: .7rem !important;
        }

    .navbar-dark .nav-link.show {
        background: rgba(255,255,255,.12);
    }

    .navbar-nav {
        align-items: center;
    }

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1;
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }

    .megasubmenu {
        left: 100%;
        top: 0;
        min-height: 100%;
        min-width: 500px;
    }

    .dropdown-menu-end .megasubmenu {
        left: auto;
        right: 100%;
        top: 0;
    }

    .dropdown-menu > li:hover .megasubmenu {
        display: block;
    }

    .dropdown-large {
        min-width: 520px;
    }

    .megamenu {
        left: 0;
        right: 0;
        width: 100%;
    }

    .nav-item.hover .dropdown-menu.animate {
        display: block;
        opacity: 0;
        visibility: hidden;
        margin-top: 0;
    }

    .nav-item.hover .animate.fade-down {
        top: 90%;
        transform: rotateX(-80deg);
        transform-origin: 0% 0%;
    }

    .nav-item.hover .animate.fade-up {
        top: 90px;
    }

    .nav-item.hover .dropdown-menu .animate.fade-down {
        top: 0;
    }

    .nav-item.hover .animate.dropdown-menu.show {
        display: block;
        transition: .4s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }

    .nav-item.hover .animate.dropdown-menu > li:hover > .submenu, .nav-item.hover .animate.dropdown-menu > li:hover > .megasubmenu {
        display: block;
        transition: .4s;
        opacity: 1;
        visibility: visible;
        top: 0;
        transform: rotateX(0deg);
    }

    .dropdown-menu li {
        position: relative;
    }

        .dropdown-menu li.has-megasubmenu {
            position: static !important;
        }

        .dropdown-menu li:hover > .submenu, .dropdown-menu li:hover > .dropdown-menu {
            display: block;
            transition: .4s;
            opacity: 1;
            visibility: visible;
            top: 0%;
            transform: rotateX(0deg);
        }

        .dropdown-menu li:hover > .megasubmenu {
            display: block;
            transition: .4s;
            opacity: 1;
            visibility: visible;
            top: 0%;
            transform: rotateX(0deg);
        }
}

@media(max-width:991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: .7rem;
        margin-right: .7rem;
        margin-bottom: .5rem;
    }
}

.navbar-styled {
    background-color: #ffca2a;
    box-shadow: 0 2px 3px rgba(100,100,100,.1);
    font-size: 14px;
}

    .navbar-styled .navbar-toggler {
        color: rgba(0,0,0,.5);
        border-color: rgba(0,0,0,.1);
    }

    .navbar-styled .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-styled .navbar-brand {
        font-weight: 600;
        font-size: 18px;
    }

    .navbar-styled .navbar-nav .nav-link {
        font-weight: 600;
        text-transform: uppercase;
        color: #333;
        border: 2px solid transparent;
    }

    .navbar-styled .navbar-nav .nav-item:hover .nav-link, .navbar-styled .navbar-nav .nav-item.show .nav-link {
        border-bottom: 2px solid #ffa500;
        color: #111;
    }

    .navbar-styled .dropdown-menu {
        border: 0;
        background-clip: initial;
        border-radius: 0;
        box-shadow: 0 1px 5px rgba(70,70,70,.2);
    }

        .navbar-styled .dropdown-menu .dropdown-item {
            padding: .6rem 1.5rem;
            border-bottom: 1px solid #f1f1f1;
        }

@media(min-width:992px) {
    .mcaquee .inner {
        color: #fff;
    }

    .marquee .inner a {
        color: #000;
        font-size: 4em;
        margin-right: 2em;
    }

    .cart-1 {
        width: 1vw;
        min-width: 16px;
        height: 1vw;
        min-height: 16px;
        font-size: .75rem;
        line-height: 1.438rem;
    }

    .box {
        position: relative;
        width: fit-content;
        margin-left: -19px;
        margin-top: 15px;
        padding: 0 30px;
        line-height: 30px;
        background-color: #4f8324;
        color: #fff;
        display: block;
    }

        .box:before {
            content: "";
            position: absolute;
            top: 100%;
            left: 0;
            border-bottom: 10px solid transparent;
            border-right: 20px solid #4f8324;
        }

    @keyframes move-eye-skew {
        0% {
            transform: none;
        }

        20% {
            transform: translateX(-68px)translateY(30px)skewX(15deg)skewY(-10deg)scale(.95);
        }

        25%,44% {
            transform: none;
        }

        50%,60% {
            transform: translateX(68px)translateY(-40px)skewX(5deg)skewY(2deg)scaleX(.95);
        }

        66%,100% {
            transform: none;
        }
    }

    .ball {
        display: inline-block;
        width: 100%;
        height: 100%;
        margin: 0;
        border-radius: 50%;
        position: relative;
    }

    label.error {
        margin-top: .3125vw;
    }

    .category-card .shadow2 {
        position: absolute;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at 50% 50%,rgba(0,0,0,.4),rgba(0,0,0,.1) 40%,transparent 50%);
        transform: rotateX(90deg) translateZ(-150px);
        z-index: -1;
        right: 0;
        top: -40px;
    }

    .username span {
        font-size: 1.25rem;
    }

    .stage {
        height: 228px;
        display: inline-block;
        margin: 20px;
        perspective: 1200px;
        perspective-origin: 50% 50%;
        transform-style: preserve-3d;
        transform: rotateY(.01deg);
    }

    .index_bt {
        bottom: 0;
    }

    .product-card-shadow:hover .overlay {
        display: block;
        background: rgba(255,255,255,.3);
    }

    .home-page-tabbing .button {
        position: absolute;
        width: 480px;
        left: -20px;
        top: 445px;
        text-align: center;
        opacity: 0;
        transition: opacity .35s ease;
    }

    .product-card .product-label {
        order: 1;
    }

    .product-card .product-image {
        order: 2;
        margin: 0 auto;
    }

    .product-card .product-name {
        order: 3;
    }

        .product-card .product-name p {
            font-size: 1rem;
            line-height: 1.688rem;
            margin: 0;
            padding-bottom: .625vw;
        }

    .product-card .manufacturer-name {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 600;
        margin-top: .625vw;
        margin-bottom: .625vw;
    }

    .product-card .product-reviews-text {
        font-size: .875rem;
        line-height: 1.313rem;
    }

    .product-card-shadow {
        position: relative;
    }

    .product-card .labels {
        font-size: .875rem;
        line-height: 1.5rem;
        margin-left: -12px;
    }

        .product-card .labels:before {
            top: -7px;
            left: 0;
        }

    .product-card .product-card-shadow .product-card-quickview-section {
        display: flex;
        transition: .3s top ease-in-out;
        opacity: 0;
    }

    .product-card .product-card-shadow:hover .product-card-quickview-section {
        opacity: 1;
    }

    .product-card .product-manu-rating {
        order: 4;
        margin: 0 auto;
    }

    .product-card .info-box {
        width: 100%;
        float: none;
    }

    .product-card .product-card-quickview-section a {
        text-align: center;
        color: #fff;
        width: 50%;
        border: solid 2px #4f8324;
        z-index: 1;
        background-color: #4f8324;
        text-decoration: none;
        font-size: .938rem;
        padding: 10px;
        font-size: 1.125rem;
        line-height: 1.688rem;
    }

        .product-card .product-card-quickview-section a:hover {
            border: solid 2px #467222;
            background-color: #467222;
            color: #fff;
        }

        .product-card .product-card-quickview-section a:first-child {
            border-right: 1px solid #fff;
        }

    .product-card-shadow {
        padding: 1px;
        border-radius: 10px;
    }

        .product-card-shadow .product-image {
            width: 270px;
            height: 270px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .product-card-shadow .product-image img {
                margin-left: auto;
                margin-right: auto;
            }

        .product-card-shadow:hover .button {
            opacity: 1;
        }

    .product-card-quickview-section .b1 {
        border-radius: 0 0 0 10px !important;
    }

    .product-card-quickview-section .b2 {
        border-radius: 0 0 10px 0 !important;
    }

    .recently-viewed-items h2, .recently-viewed-items .h2 {
        font-size: 1.5rem;
    }

    .recently-view-products-slider {
        padding-bottom: .9375vw;
    }

        .recently-view-products-slider .recent-product-card .product-name p {
            font-size: 1rem;
        }

        .recently-view-products-slider .recent-product-card .product-price .selling-price {
            font-size: 1.125rem;
        }

        .recently-view-products-slider .dbox {
            margin-right: 1.25vw;
        }

    .footer-logos-special ul {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
        width: 83%;
        margin: 0 auto;
    }

    .h2-heading-home {
        font-size: 1.875rem;
        margin-top: 0;
        margin-bottom: 1.25vw;
    }

    .category_pro {
        display: none;
    }

    .category_pro2 {
        display: block;
        margin-top: 10px;
    }

    nav .breadcrumb .breadcrumb-item.active {
        font-size: .875rem;
    }

    .breadcrumb-item.active {
        color: #3e454c !important;
        font-weight: bold !important;
    }

    .bread {
        font-size: .875rem;
        color: #3e454c !important;
        text-decoration: none;
        position: relative;
        bottom: 2px;
    }

    .catergory_heading {
        font-size: 1rem;
        color: #3e454c !important;
        font-weight: 600;
    }

    .catergory_text {
        margin-bottom: 0;
        font-size: 1rem;
        color: #3e454c !important;
    }

    .green-round-button {
        width: auto;
        min-width: 8.063vw;
        height: 2.375vw;
        min-height: 38px;
        font-size: 1rem;
    }

    .brandsss {
        display: block;
    }

    .brandsss2 {
        display: none;
    }

    .common-pagination {
        padding-left: 0;
        padding-right: 0;
        width: 90.730625vw;
        margin-left: auto;
        margin-right: auto;
        justify-content: flex-end;
    }

        .common-pagination ul.pagination li a {
            font-size: 1rem;
            border: 0;
            padding-left: .625vw;
            padding-right: .625vw;
        }

        .common-pagination ul.pagination li:first-child a {
            padding-right: .625vw;
            padding-left: .625vw;
        }

        .common-pagination ul.pagination li:last-child a {
            padding-right: 0;
        }

    @media only screen and (min-width:992px) and (min-width:992px) and (max-width:993px) {
        .common-pagination {
            padding-right: 1.008064516129032vw;
        }
    }

    @media(min-width:992px) {
        .subscribe-signup-control {
            width: 30.625vw;
        }

        .footer-section-social {
            margin-top: 0;
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

        .teti_shadow {
            -webkit-box-shadow: 0 0 10px rgba(142,141,141,.149);
            box-shadow: 0 0 10px rgba(142,141,141,.149);
            padding: 10px;
            margin-top: 10px;
            border-radius: 10px;
            margin-right: 20px;
            margin-left: 25px;
        }

        .two_bancon {
            margin-top: 3%;
        }

        .home-cta-two-banners {
            width: 100%;
        }

        .home-page-tabbing {
            margin-top: 2%;
        }

            .home-page-tabbing .nav-tabs {
                width: 90vw;
                margin: 0 auto;
            }

        .nav-tabs {
            border-bottom: 1px solid #dee2e6;
            margin: 0 auto;
        }

        .desktop-nav-menu-section {
            border-top: 1px solid #ccc;
        }

            .desktop-nav-menu-section .navbar .navbar-collapse {
                justify-content: center;
            }

        .navbar-light .navbar-nav .dropdown-toggle::after {
            content: none;
        }

        .navbar-light .navbar-nav .nav-item {
            padding-left: .8125vw !important;
            padding-right: .8125vw !important;
        }

            .navbar-light .navbar-nav .nav-item .nav-link {
                color: #3e454c;
                font-size: 1.125rem;
                line-height: 1.5rem;
                padding-top: .875vw;
                padding-bottom: .875vw;
                padding-left: 0 !important;
                padding-right: 0 !important;
                font-weight: 500;
                position: relative;
            }

                .navbar-light .navbar-nav .nav-item .nav-link::after {
                    position: absolute;
                    content: "";
                    bottom: 0;
                    width: 100%;
                    height: 5px;
                    left: 0;
                    right: 0;
                    margin-left: auto;
                    margin-right: auto;
                    color: #4f8324;
                    background-color: #4f8324;
                    display: none;
                    width: 100%;
                }

                .navbar-light .navbar-nav .nav-item .nav-link:focus {
                    outline: none;
                }

        .navbar-light .navbar-nav .nav-link.show::after, .navbar-light .navbar-nav .nav-link:hover::after {
            display: block;
        }

        .nav-bg {
            background: #fff;
        }

        #nav-wrap {
            width: 70%;
            margin: 0 auto;
        }

            #nav-wrap ul {
                list-style: none;
                position: relative;
                display: flex;
                margin: 0;
                padding: 0;
            }

                #nav-wrap ul li {
                    position: relative;
                    display: flex;
                    margin: 0;
                    padding: 0;
                    padding-top: 8px;
                }

                #nav-wrap ul a {
                    display: block;
                    text-decoration: none;
                    color: #3e454c;
                    line-height: 32px;
                    padding: 0 25px;
                    font-size: 1.125rem;
                }

                #nav-wrap ul li:hover {
                    background: #fff;
                    font-weight: 600;
                }

                #nav-wrap ul ul {
                    padding: 0;
                    display: none;
                    position: absolute;
                    top: 100%;
                    left: 0;
                    background: #fff;
                    z-index: 999;
                    width: 100%;
                }

                    #nav-wrap ul ul li {
                        width: 350px;
                    }

                    #nav-wrap ul ul ul {
                        top: 0;
                        left: 100%;
                        border-left: 1px solid #262626;
                    }

                #nav-wrap ul li:hover > ul {
                    display: block;
                    font-weight: normal;
                }

        .green-top-timer {
            position: relative;
            bottom: auto;
            line-height: 1;
        }

        .top-section-icons .material-icons {
            font-size: 1.5rem;
        }

        .top-section-icon-label {
            font-size: 1rem;
            font-weight: 400;
            position: relative;
            vertical-align: super;
        }

            .top-section-icon-label .my-ac {
                position: relative;
            }

        .header-search-section {
            margin-top: 0 !important;
            z-index: 99;
            margin-left: auto;
            width: 30vw;
        }

            .header-search-section .header-search-form {
                width: 30vw;
            }

        .slider {
            width: 100%;
            height: 300px;
            position: relative;
            margin: auto;
            overflow-x: scroll;
            overflow-y: hidden;
        }

            .slider::-webkit-scrollbar {
                display: none;
            }

            .slider .slide {
                display: flex;
                position: absolute;
                left: 0;
                transition: .3s left ease-in-out;
            }

            .slider .item {
                margin-right: 40px;
            }

                .slider .item:last-child {
                    margin-right: 0;
                }

        .ctrl {
            text-align: center;
            margin-top: 5px;
        }

        .ctrl-btn {
            padding: 2px 2px;
            min-width: 50px;
            background: #fff;
            border: none;
            font-weight: 600;
            text-align: center;
            cursor: pointer;
            outline: none;
            position: absolute;
            top: 42%;
            margin-top: -27.5px;
        }

            .ctrl-btn.pro-prev {
                left: 0;
            }

            .ctrl-btn.pro-next {
                right: 0;
            }

        .top-header {
            padding: 10px 0;
            font-size: 1rem;
            line-height: 1.5rem;
            min-height: 45px;
            height: 2.8125vw;
            display: flex;
            align-items: center;
        }

        .mm-navbar {
            display: flex;
            border-bottom: 1px solid var(--mm-color-border);
            background: var(--mm-color-background);
            color: var(--mm-color-text-dimmed);
            text-align: center;
            opacity: 1;
            transition: opacity .4s ease;
        }

        .mm-menu a {
            padding-top: 1vw;
            padding-bottom: 1vw;
            font-weight: 400;
        }

        .mm-navbars_top .mm-navbar:last-child {
            position: absolute;
            top: 0;
            right: 0;
            background-color: transparent !important;
        }

        .mm-btn_close:before {
            right: 10px;
        }

        .mm-btn_close:before, .mm-btn_close:after {
            width: 10px;
            height: 10px;
            border-color: #fff;
            border-width: 5px;
        }

        .mm-listitem__text {
            font-weight: bold;
        }

        .mm-menu a {
            padding-top: 10px !important;
            padding-bottom: 10px !important;
        }

        .mm-menu .mainheading a {
            font-size: 18px;
            font-weight: 500;
        }

        .mm-listitem::after {
            border-bottom: 0;
        }

        .mainheading .mm-listitem__text {
            font-weight: bold;
        }

        .mm-navbar__breadcrumbs {
            white-space: inherit !important;
            padding: 0 15px !important;
            border-bottom: 1px solid #f6f6f6;
        }

            .mm-navbar__breadcrumbs a {
                color: #3e454c !important;
                font-weight: 400;
            }

            .mm-navbar__breadcrumbs span {
                color: #3e454c !important;
                font-weight: 600;
                font-size: 16px;
            }

        .footer_desk {
            max-width: 90%;
            margin: 0 auto;
        }

        .menu-mobile-box {
            display: block;
            margin-top: 1px;
            left: 3%;
            top: 100% !important;
        }

            .menu-mobile-box:hover .menu-bar-bx {
                background-color: #4f8324;
            }

            .menu-mobile-box:hover .shop-category {
                color: #fff;
            }

            .menu-mobile-box:hover i {
                color: #fff;
            }

        #clockdiv {
            font-family: "Poppins",sans-serif;
            color: #fff;
            display: inline-block;
            font-weight: 100;
            text-align: center;
            margin-top: 0;
            margin-bottom: 0;
        }

        .footer-content-information {
            font-size: 1rem;
        }

        #clockdiv div > span {
            border-radius: 3px;
            background: #4f8324;
            border: 1px solid;
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .smalltext {
            padding-top: 5px;
        }

        .footer-section-brand {
            margin-top: .3125vw;
        }

        .footer-links p {
            font-size: 1.375rem;
        }

        .footer_list {
            font-size: 1rem;
        }

        .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
            color: #3e454c;
            background-color: #fff;
            border-top: none !important;
            border-left: none !important;
            border-right: none !important;
            border-bottom: 2px solid #4f8324;
        }

        .category-carousel-slider {
            position: relative;
        }

            .category-carousel-slider.home-category-slider .category-card-title {
                padding-top: .625vw;
            }

            .category-carousel-slider.home-category-slider .category-inner .img-container {
                width: 15vw;
                height: 15vw;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-left: 10px;
                margin-right: 10px;
                margin-left: .625vw;
                margin-right: 1.25vw;
            }

                .category-carousel-slider.home-category-slider .category-inner .img-container img {
                    margin-left: auto;
                    margin-right: auto;
                }

                .category-carousel-slider.home-category-slider .category-inner .img-container:first-child {
                    margin-left: 0;
                }

                .category-carousel-slider.home-category-slider .category-inner .img-container img {
                    width: 15vw;
                    height: 15vw;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    .category-carousel-slider.home-category-slider .category-inner .img-container img img {
                        margin-left: auto;
                        margin-right: auto;
                    }

            .category-carousel-slider.home-category-slider .category-inner .category-card {
                margin-right: 0;
            }

                .category-carousel-slider.home-category-slider .category-inner .category-card h3.category-card-title, .category-carousel-slider.home-category-slider .category-inner .category-card .category-card-title.h3 {
                    margin-top: 0;
                    font-size: 1rem;
                    line-height: 1.688rem;
                    max-width: unset;
                }

            .category-carousel-slider .button-prev {
                display: none;
                background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuMjM3IDE3LjIzN3YtMi40NzRsMTQgMTRjLjY4NC42ODMuNjg0IDEuNzkgMCAyLjQ3NGExLjc0OCAxLjc0OCAwIDAxLTIuNDc0IDBsLTE0LTE0YTEuNzQ4IDEuNzQ4IDAgMDEwLTIuNDc0bDE0LTE0YTEuNzQ4IDEuNzQ4IDAgMDEyLjQ3NCAwYy42ODQuNjgzLjY4NCAxLjc5IDAgMi40NzRsLTE0IDE0eiIgZmlsbD0iIzNFNDU0QyIvPjwvc3ZnPg==);
                left: -12px;
                padding: 0;
                background-position: 50%;
                background-repeat: no-repeat;
                height: 100%;
                width: 50px;
                color: transparent;
                border: 0;
                position: absolute;
                z-index: 1;
                top: 0;
                outline: 0 none;
                opacity: .5;
                border-radius: 0;
                -webkit-transition: opacity .25s ease,background-color .25s ease;
                transition: opacity .25s ease,background-color .25s ease;
                background-color: rgba(240,240,241,.501);
            }

            .category-carousel-slider .button-next {
                display: none;
                padding: 0;
                background-position: 50%;
                background-repeat: no-repeat;
                height: 100%;
                width: 50px;
                color: transparent;
                border: 0;
                position: absolute;
                z-index: 1;
                top: 0;
                outline: 0 none;
                opacity: .5;
                border-radius: 0;
                transition: opacity .15s ease,background-color .25s ease;
                background-color: rgba(240,240,241,.501);
                background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljc2MyAxNy4yMzd2LTIuNDc0bC0xNCAxNGExLjc0OCAxLjc0OCAwIDAwMCAyLjQ3NGMuNjgzLjY4NCAxLjc5LjY4NCAyLjQ3NCAwbDE0LTE0YTEuNzQ4IDEuNzQ4IDAgMDAwLTIuNDc0bC0xNC0xNEExLjc1IDEuNzUgMCAwMC43NjMgMy4yMzdsMTQgMTR6IiBmaWxsPSIjM0U0NTRDIi8+PC9zdmc+);
                right: -12px;
            }

            .category-carousel-slider:hover .button-next {
                display: block;
            }

            .category-carousel-slider:hover .button-prev {
                display: block;
            }

        .nav-tabs .nav-link {
            margin-bottom: -1px;
            background: none;
            border: 1px solid transparent;
            border-top-left-radius: .25rem;
            border-top-right-radius: .25rem;
            font-size: 1.875rem;
            color: #3e454c;
        }

        .nav-tabs .nav-link {
            display: block;
            text-decoration: none;
            transition: color .15s ease-in-out,background-color .15s ease-in-out;
        }

        .category-card .category-card-title {
            font-size: 1rem;
            line-height: 1.688rem;
            max-width: 250px;
            font-weight: 500;
        }

        .shop-with-us-slider .slide-item {
            padding-top: .9375vw;
            max-width: 21.375vw;
        }

            .shop-with-us-slider .slide-item .shop-with-us-slider__caption {
                font-weight: 500;
                font-size: 1.125rem;
                padding-top: .625vw;
                margin-bottom: .625vw;
                line-height: 1.688rem;
                color: #025685;
            }

            .shop-with-us-slider .slide-item .shop-with-us-slider__txt {
                line-height: 1.5rem;
                font-size: 1rem;
                margin-bottom: .9375vw;
            }

        .header-top-main .row {
            padding-left: 3.036875vw;
            padding-top: .3125vw;
            padding-bottom: .3125vw;
        }

            .header-top-main .row div:first-child {
                order: 0;
            }

            .header-top-main .row div:nth-child(2) {
                order: 1;
                width: 19.364375vw;
                text-align: left;
            }

                .header-top-main .row div:nth-child(2).top-header-logo {
                    padding-top: 0;
                    padding-bottom: 0;
                    margin-left: 0;
                    margin-right: auto;
                }

                    .header-top-main .row div:nth-child(2).top-header-logo .logo {
                        width: 13.4375vw;
                    }

                        .header-top-main .row div:nth-child(2).top-header-logo .logo a .img-container {
                            width: 13.4375vw;
                            height: 5vw;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            display: block;
                        }

                            .header-top-main .row div:nth-child(2).top-header-logo .logo a .img-container img {
                                margin-left: auto;
                                margin-right: auto;
                            }

                            .header-top-main .row div:nth-child(2).top-header-logo .logo a .img-container img {
                                height: 5vw;
                                width: 13.4375vw;
                            }

                    .header-top-main .row div:nth-child(2).top-header-logo .review-sec {
                        background-color: transparent;
                    }

                        .header-top-main .row div:nth-child(2).top-header-logo .review-sec .bx {
                            margin-top: 17px;
                        }

                        .header-top-main .row div:nth-child(2).top-header-logo .review-sec .num {
                            color: #3e454c;
                            font-size: 20px;
                            font-weight: 500;
                        }

                        .header-top-main .row div:nth-child(2).top-header-logo .review-sec ul {
                            color: #3e454c;
                            margin-top: -7px;
                            list-style: none;
                        }

                            .header-top-main .row div:nth-child(2).top-header-logo .review-sec ul .fa {
                                font-size: 15px;
                                color: #feb057;
                            }

            .header-top-main .row div:nth-child(3) {
                order: 3;
                width: 25.75vw;
                display: flex;
                align-items: center;
                margin-left: auto;
                margin-right: 1.2vw;
            }

                .header-top-main .row div:nth-child(3).top-section-icons ul {
                    padding-left: 0;
                    width: 100%;
                    display: inline-flex;
                    justify-content: flex-end;
                }

                    .header-top-main .row div:nth-child(3).top-section-icons ul li:first-child {
                        padding-right: .75vw;
                    }

                    .header-top-main .row div:nth-child(3).top-section-icons ul li:nth-child(2) {
                        padding: 0 .75vw;
                        cursor: pointer;
                    }

                    .header-top-main .row div:nth-child(3).top-section-icons ul li:nth-child(3) {
                        padding: 0 .75vw;
                        cursor: pointer;
                    }

                    .header-top-main .row div:nth-child(3).top-section-icons ul li:last-child {
                        padding-left: .75vw;
                    }

                        .header-top-main .row div:nth-child(3).top-section-icons ul li:last-child .top-section-icon-label {
                            margin-left: 5px;
                        }

                            .header-top-main .row div:nth-child(3).top-section-icons ul li:last-child .top-section-icon-label .my-ac {
                                position: relative;
                            }

            .header-top-main .row div:nth-child(4) {
                order: 2;
                display: inline-grid;
                align-items: center;
                width: 30vw;
                padding-left: 0;
                padding-right: 0;
            }

                .header-top-main .row div:nth-child(4) .header-search-form {
                    width: 30vw;
                }

                    .header-top-main .row div:nth-child(4) .header-search-form input {
                        padding-left: .705vw;
                    }

                .header-top-main .row div:nth-child(4).order-complete-menu {
                    padding-top: 0;
                    padding-bottom: 0;
                }

            .header-top-main .row div:nth-child(5) {
                order: 4;
            }

        .header-top-main .order-completed-logo-menu.row div:nth-child(3) {
            order: 2;
        }

        .header-top-main .icons {
            position: relative;
            float: right;
            top: 0;
            right: 3.036875vw;
        }

        .header-top-main.fixed-top {
            padding-bottom: 0;
        }

        .header-top-main.order-completed .row div:nth-child(3) {
            width: auto;
        }

        .header-top-main.order-completed .row .top-section-icons ul li:first-child {
            padding-right: 4px;
        }

        .header-top-main.order-completed .row .top-section-icons ul li:last-child {
            padding-right: 1.5625vw;
        }

        .header-top-main .sing-up-popup-header {
            box-shadow: 0 3px 6px rgba(0,0,0,.321);
        }

            .header-top-main .sing-up-popup-header.card {
                display: none;
                position: absolute;
                z-index: 11;
                top: 70px;
                padding: 0;
                right: 0;
                width: auto;
            }

                .header-top-main .sing-up-popup-header.card.active {
                    z-index: 111;
                    display: block;
                }

                .header-top-main .sing-up-popup-header.card .card-body {
                    padding: 1.25vw;
                }

                    .header-top-main .sing-up-popup-header.card .card-body h1, .header-top-main .sing-up-popup-header.card .card-body .h1 {
                        margin-bottom: .625vw;
                        text-align: center;
                        color: #3e454c;
                        font-size: 1.875rem;
                    }

                    .header-top-main .sing-up-popup-header.card .card-body h6, .header-top-main .sing-up-popup-header.card .card-body .h6 {
                        margin-bottom: .625vw;
                        font-size: 1rem;
                        font-weight: 500;
                        text-align: center;
                        color: #3e454c;
                    }

                    .header-top-main .sing-up-popup-header.card .card-body form .form-field {
                        width: 344px;
                        margin: 0 auto;
                        padding-top: 10px !important;
                        font-size: .875rem;
                    }

                        .header-top-main .sing-up-popup-header.card .card-body form .form-field input, .header-top-main .sing-up-popup-header.card .card-body form .form-field select, .header-top-main .sing-up-popup-header.card .card-body form .form-field textarea {
                            border-radius: 0;
                            border-color: #b1b1b1;
                            font-size: .875rem;
                            border: .5px solid #b1b1b1;
                            line-height: 1.313rem;
                            padding-top: 7.6px;
                            padding-bottom: 7.6px;
                        }

                            .header-top-main .sing-up-popup-header.card .card-body form .form-field input[type="radio"] {
                                padding-top: 0;
                                padding-bottom: 0;
                            }

                        .header-top-main .sing-up-popup-header.card .card-body form .form-field .input-group .input-group-text {
                            border-radius: 0;
                            width: 34px;
                            height: 34px;
                            padding: 0;
                            display: flex;
                            justify-content: center;
                            border-color: #b1b1b1;
                            border-right: 1px solid #b1b1b1;
                        }

                        .header-top-main .sing-up-popup-header.card .card-body form .form-field .input-group input, .header-top-main .sing-up-popup-header.card .card-body form .form-field .input-group select, .header-top-main .sing-up-popup-header.card .card-body form .form-field .input-group textarea {
                            border-radius: 0;
                            height: 34px;
                            border-color: #b1b1b1;
                            font-size: .875rem;
                            line-height: 1.313rem;
                            padding-top: 5px;
                            padding-bottom: 7.6px;
                        }

                        .header-top-main .sing-up-popup-header.card .card-body form .form-field label {
                            font-size: 1rem;
                            padding-bottom: 5px;
                            margin-bottom: 0;
                        }

                    .header-top-main .sing-up-popup-header.card .card-body form .btn-container {
                        width: 300px;
                        overflow: hidden;
                        margin-top: 5px;
                    }

                        .header-top-main .sing-up-popup-header.card .card-body form .btn-container .my-btn, .header-top-main .sing-up-popup-header.card .card-body form .btn-container button {
                            width: 344px;
                            margin: 0 auto;
                            margin-bottom: 20px;
                            display: block;
                            margin-top: 15px;
                        }

                        .header-top-main .sing-up-popup-header.card .card-body form .btn-container .single-sign-in {
                            width: auto;
                        }

                            .header-top-main .sing-up-popup-header.card .card-body form .btn-container .single-sign-in .btn-single-sign-in {
                                display: flex;
                                justify-content: center;
                            }

                                .header-top-main .sing-up-popup-header.card .card-body form .btn-container .single-sign-in .btn-single-sign-in div {
                                    width: auto;
                                }

                                .header-top-main .sing-up-popup-header.card .card-body form .btn-container .single-sign-in .btn-single-sign-in span {
                                    border-radius: 2px;
                                    width: 155px;
                                    justify-content: center;
                                    display: flex;
                                    align-items: center;
                                    background-color: #3b5998;
                                    color: #fff;
                                }

                                    .header-top-main .sing-up-popup-header.card .card-body form .btn-container .single-sign-in .btn-single-sign-in span img {
                                        margin-right: .625vw;
                                    }

                                .header-top-main .sing-up-popup-header.card .card-body form .btn-container .single-sign-in .btn-single-sign-in div:nth-child(1) span {
                                    margin-right: 9px;
                                }

                                .header-top-main .sing-up-popup-header.card .card-body form .btn-container .single-sign-in .btn-single-sign-in div:nth-child(2) span {
                                    border: 1px solid #262626;
                                    background-color: #fff;
                                    color: #000;
                                    margin-left: 9px;
                                    padding: 3px 30px;
                                }

                    .header-top-main .sing-up-popup-header.card .card-body form .signuplink {
                        width: auto;
                        padding-top: 15px;
                        font-size: 16px;
                        text-align: center;
                    }

                        .header-top-main .sing-up-popup-header.card .card-body form .signuplink .account-link {
                            color: #025685;
                            font-size: 1rem;
                        }

                        .header-top-main .sing-up-popup-header.card .card-body form .signuplink .f-password {
                            margin-top: .625vw;
                            color: #025685;
                            font-size: 1rem;
                        }

                .header-top-main .sing-up-popup-header.card .card-heading {
                    font-size: 30px;
                }

                .header-top-main .sing-up-popup-header.card .login-heading {
                    font-weight: 600;
                    font-size: 1.875rem;
                }

            .header-top-main .sing-up-popup-header .box-aro {
                position: relative;
            }

            .header-top-main .sing-up-popup-header .arrow-top:after {
                content: " ";
                position: absolute;
                top: -15px;
                right: auto;
                border-top: none;
                border-right: 15px solid transparent;
                border-left: 15px solid transparent;
                border-bottom: 15px solid #ececec;
            }

        .top-section-icons i {
            font-size: 1.438rem;
        }
    }

    @media screen and (min-width:992px) and (min-width:992px) and (max-width:1295px) {
        .header-top-main .row div:nth-child(3).top-section-icons ul li:nth-child(2) {
            padding-left: 3.75vw;
            padding-right: 3.75vw;
        }

        .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top::after {
            right: 58px !important;
            color: #f00;
        }

        .header-top-main .sing-up-popup-header.card .card-body .card-heading {
            font-size: 30px;
        }
    }

    @media screen and (min-width:992px) and (min-width:1295px) {
        .top-section-icons span {
            display: inline-block;
            font-size: 1rem;
            line-height: 1.5rem;
        }
    }

    @media(min-width:992px) {
        .slick-dotted.slick-slider {
            margin-bottom: .625vw;
        }

        #home-knowledge-center.knowlege-center {
            margin-top: 2.1875vw;
            padding-left: 1.875vw;
            padding-right: 1.875vw;
            min-height: 19vw;
        }

        #home-knowledge-center .card-images {
            width: 96.25vw;
            margin-left: auto;
            margin-right: auto;
        }

        #home-knowledge-center .knowledge-card {
            border: none !important;
            width: 23.125vw;
            margin-top: 1.25vw;
        }

            #home-knowledge-center .knowledge-card .knowledge-card-details {
                margin-right: 0;
                margin-left: 0;
                width: 23.125vw;
                border-radius: 10px 10px 0 0;
            }

                #home-knowledge-center .knowledge-card .knowledge-card-details .img-container {
                    height: 12.5vw;
                    width: 23.125vw;
                    border-radius: 10px 10px 0 0;
                }

                    #home-knowledge-center .knowledge-card .knowledge-card-details .img-container img {
                        height: 12.5vw;
                        width: 23.125vw;
                        border-radius: 10px 10px 0 0;
                    }

                #home-knowledge-center .knowledge-card .knowledge-card-details .card-body {
                    padding-top: .9375vw;
                    padding-bottom: 1.5vw;
                }

        .knowledge-card .card-title {
            margin-bottom: .5rem;
            text-align: center;
            color: #025685;
            font-weight: 500;
            font-size: 1.125rem;
            line-height: 1.688rem;
        }

        .knowledge-card .card-text {
            text-align: center;
            font-size: 1.125rem;
            margin-top: .9375vw;
            margin-bottom: .9375vw;
        }

        .article-single-card .article-share {
            bottom: 1.25vw;
        }

        .category-page-card .category-details {
            width: auto;
            margin: 0 auto;
        }

        .category-page-card .category-image {
            width: auto;
            margin: 0 auto;
        }

        .category-page-card .category-name {
            font-size: 1.125rem;
            font-weight: bold;
            margin: 5px auto;
        }

        .category-page-card .category-price {
            font-size: 1rem;
            text-align: center;
        }

            .category-page-card .category-price span {
                font-size: 1.125rem;
            }

        .category-page-card .article-single-card .article-single-card-shadow {
            margin: 10px;
        }

        .category-listing-section .offcanvas-collapse {
            display: block;
            position: static;
            top: auto;
            right: auto;
            bottom: auto;
            left: auto;
            width: 100%;
            height: auto;
            transform: none;
            background-color: transparent;
            visibility: visible !important;
        }
    }

    .home-cta-section {
        height: 15.625vw;
        margin-top: 2.1875vw;
    }

        .home-cta-section img {
            height: 15.625vw;
        }

    .home-page-tabbing {
        margin-top: 2.1875vw;
    }

        .home-page-tabbing .nav-tabs.home-nav-tabs li.nav-item {
            height: auto;
            margin-bottom: -3px;
        }

            .home-page-tabbing .nav-tabs.home-nav-tabs li.nav-item .nav-link {
                padding-top: 0;
                padding-bottom: .75vw;
            }

                .home-page-tabbing .nav-tabs.home-nav-tabs li.nav-item .nav-link, .home-page-tabbing .nav-tabs.home-nav-tabs li.nav-item .nav-link.active {
                    font-size: 1.875rem;
                    line-height: 2.813rem;
                    font-weight: 600;
                }

        .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow {
            margin-top: 2.1875vw;
        }

        .home-page-tabbing.tab-container {
            width: 100%;
            text-align: center;
        }

            .home-page-tabbing.tab-container .tab-wrap {
                width: 95vw;
                min-height: 55px;
                padding-bottom: .625vw;
                border-bottom: .2vw solid #e6e6e6;
            }

                .home-page-tabbing.tab-container .tab-wrap span {
                    z-index: 2;
                    transition: all .3s ease;
                    position: absolute;
                    bottom: -2px;
                    height: 2px;
                    background-color: #467222;
                }

                .home-page-tabbing.tab-container .tab-wrap ul {
                    list-style-type: none;
                    margin: 0;
                    padding: 0;
                }

                    .home-page-tabbing.tab-container .tab-wrap ul li.nav-item {
                        display: inline-block;
                        padding: 0;
                        cursor: pointer;
                        text-align: center;
                    }

                        .home-page-tabbing.tab-container .tab-wrap ul li.nav-item:hover {
                            display: block;
                            transform: translate(0,-5px);
                            position: relative;
                            height: auto;
                            margin-bottom: 0;
                            padding-bottom: 0;
                        }

                    .home-page-tabbing.tab-container .tab-wrap ul li .nav-link-tab {
                        font-size: 1.563rem;
                        font-weight: 600;
                    }

                .home-page-tabbing.tab-container .tab-wrap .nav-link-tab {
                    transition: all .3s ease;
                    text-decoration: none;
                    display: inline-block;
                    padding-bottom: 0;
                    margin-bottom: 0;
                }

                    .home-page-tabbing.tab-container .tab-wrap .nav-link-tab.active {
                        height: auto;
                        margin-bottom: 0;
                        padding-bottom: 0;
                    }

    .subscribe-signup {
        font-size: 1.563rem;
        line-height: 2.313rem;
    }

    .input-group.subscribe-signup-control input {
        padding-left: 1.11vw;
        padding-top: .875vw;
        padding-bottom: .875vw;
    }

    .input-group.subscribe-signup-control .input-group-btn .subscribe-signup-button {
        font-size: .875rem;
        line-height: 1.313rem;
    }

    .home-page-end-line {
        width: 80vw;
        height: .1875vw !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.1875vw;
    }

    .subscribe-signup-button {
        padding-right: 2.1875vw;
        padding-left: 1.15625vw;
    }

    #reward-and-premium-banner {
        justify-content: center;
        padding-top: 1.5625vw;
    }

        #reward-and-premium-banner.custom-container {
            width: 100%;
            padding-right: var(--bs-gutter-x,30px);
            padding-left: var(--bs-gutter-x,30px);
            margin-right: auto;
            margin-left: auto;
        }

        #reward-and-premium-banner .item-1 {
            text-align: right;
            padding-bottom: 1.875vw;
        }

            #reward-and-premium-banner .item-1 a {
                width: 46.5vw;
            }

        #reward-and-premium-banner .item-2 {
            padding-bottom: 1.875vw;
        }

            #reward-and-premium-banner .item-2 a {
                width: 46.5vw;
            }

    .home-page-section-testimonial {
        margin-top: 2.1875vw;
        height: auto;
        min-height: auto;
        width: 100%;
        padding-right: var(--bs-gutter-x,1.25vw);
        padding-left: var(--bs-gutter-x,1.25vw);
        margin-right: auto;
        margin-left: auto;
    }

        .home-page-section-testimonial .testimonial-slider2.simple-marquee-container {
            min-height: 20vw;
        }

            .home-page-section-testimonial .testimonial-slider2.simple-marquee-container .card.testimonial-card {
                min-height: 12.5vw;
                margin-top: 1.25vw;
            }

                .home-page-section-testimonial .testimonial-slider2.simple-marquee-container .card.testimonial-card .card-bottom {
                    text-align: start;
                    padding-top: 15px;
                }

                .home-page-section-testimonial .testimonial-slider2.simple-marquee-container .card.testimonial-card .testimonial-customer-name {
                    margin-top: 15px;
                }

        .home-page-section-testimonial .testimonial-slider .card.testimonial-card {
            min-height: 12.5vw;
            margin-top: 1.25vw;
        }

            .home-page-section-testimonial .testimonial-slider .card.testimonial-card .card-bottom {
                text-align: start;
                padding-top: 15px;
            }

            .home-page-section-testimonial .testimonial-slider .card.testimonial-card .testimonial-customer-name {
                margin-top: 15px;
            }

    #main-breadcrumb {
        padding-top: .9375vw;
    }

        #main-breadcrumb ol {
            font-size: 1rem;
        }

            #main-breadcrumb ol .breadcrumb-item {
                font-size: 1rem;
                display: block;
            }

                #main-breadcrumb ol .breadcrumb-item a {
                    font-size: 1rem;
                    line-height: 1.5rem;
                }

                #main-breadcrumb ol .breadcrumb-item .fa {
                    margin-top: 4px;
                    font-size: 1rem;
                }

            #main-breadcrumb ol li {
                font-size: 1rem;
            }

        #main-breadcrumb.custom-container {
            padding-top: 15px;
            width: 100%;
            padding-right: var(--bs-gutter-x,2.1875vw);
            padding-left: var(--bs-gutter-x,2.1875vw);
            margin-right: auto;
            margin-left: auto;
        }

            #main-breadcrumb.custom-container ol li .fa {
                font-size: 1rem;
            }

    .product-quick-view {
        display: none;
        box-shadow: none;
        position: relative;
    }

        .product-quick-view #alert-box {
            position: absolute;
            top: 20%;
            display: flex;
            justify-content: center;
            align-items: center;
            left: 0;
            margin-left: auto;
            margin-right: auto;
            right: 0;
            width: 500px;
            height: 250px;
            z-index: 10;
            background: #fff;
            transition: all .5s ease-in-out;
        }

            .product-quick-view #alert-box i {
                position: absolute;
                top: .9375vw;
                right: .9375vw;
                font-size: 1.875rem;
                cursor: pointer;
            }

            .product-quick-view #alert-box .alert-body {
                height: 100%;
                display: flex;
                flex-direction: column;
            }

                .product-quick-view #alert-box .alert-body p {
                    font-size: 1.563rem;
                    margin-bottom: .625vw;
                }

                .product-quick-view #alert-box .alert-body .my-btn {
                    margin-top: .9375vw;
                }

            .product-quick-view #alert-box.active {
                transition: all .5s ease-in-out;
                transform: scale(1);
                width: 50%;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
            }

            .product-quick-view #alert-box.quick-alert-box {
                top: 60px;
                background-color: #fff;
                padding: .9375vw;
                margin: 0 auto;
                width: fit-content;
                box-shadow: -1px 1px 10px 2px black;
            }

        .product-quick-view .img-content {
            margin-right: .6875vw;
        }

            .product-quick-view .img-content #product-detail {
                order: 1;
                padding-bottom: 0;
                padding-top: 1.875vw;
                padding-right: 1.875vw;
                width: 35.32vw;
                position: relative;
            }

                .product-quick-view .img-content #product-detail .like-share-icon {
                    width: fit-content;
                    right: 10px;
                    position: absolute;
                }

                    .product-quick-view .img-content #product-detail .like-share-icon .fa-heart:before, .product-quick-view .img-content #product-detail .like-share-icon .fa-share-alt:before {
                        color: #3e454c;
                    }

                    .product-quick-view .img-content #product-detail .like-share-icon i {
                        height: 35px;
                        width: 35px;
                        font-size: 20px;
                    }

                        .product-quick-view .img-content #product-detail .like-share-icon i:last-child {
                            margin-top: 5px;
                        }

                .product-quick-view .img-content #product-detail .product-img-container {
                    flex-direction: column;
                }

                    .product-quick-view .img-content #product-detail .product-img-container .product-img .img-slide-btn {
                        display: none;
                    }

                    .product-quick-view .img-content #product-detail .product-img-container .product-img .img-container {
                        width: 18.75vw;
                        height: 18.75vw;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin-left: auto;
                        margin-right: auto;
                    }

                        .product-quick-view .img-content #product-detail .product-img-container .product-img .img-container img {
                            margin-left: auto;
                            margin-right: auto;
                        }

                        .product-quick-view .img-content #product-detail .product-img-container .product-img .img-container img {
                            width: 100%;
                        }

                    .product-quick-view .img-content #product-detail .product-img-container .quick-view-thumbnail {
                        padding-top: .9375vw;
                        display: flex;
                        justify-content: space-between;
                    }

                        .product-quick-view .img-content #product-detail .product-img-container .quick-view-thumbnail .img-container {
                            width: 8.24vw;
                            height: 8.24vw;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }

                            .product-quick-view .img-content #product-detail .product-img-container .quick-view-thumbnail .img-container img {
                                margin-left: auto;
                                margin-right: auto;
                            }

                            .product-quick-view .img-content #product-detail .product-img-container .quick-view-thumbnail .img-container img {
                                width: 100%;
                            }

                        .product-quick-view .img-content #product-detail .product-img-container .quick-view-thumbnail img {
                            background-color: #e8e8e8;
                        }

                        .product-quick-view .img-content #product-detail .product-img-container .quick-view-thumbnail .numberInfo {
                            height: 8.24vw;
                            width: 8.24vw !important;
                            color: #025685;
                            font-weight: bold;
                            background: #e3e3e3;
                            display: flex !important;
                            align-items: center;
                            justify-content: center;
                            font-size: 1.75rem;
                        }

                        .product-quick-view .img-content #product-detail .product-img-container .quick-view-thumbnail .video-thumbnail {
                            position: relative;
                        }

                            .product-quick-view .img-content #product-detail .product-img-container .quick-view-thumbnail .video-thumbnail i {
                                position: absolute;
                                left: 25%;
                                font-size: 52px;
                                top: 25px;
                            }

                        .product-quick-view .img-content #product-detail .product-img-container .quick-view-thumbnail .img-more-number {
                            position: relative;
                        }

                            .product-quick-view .img-content #product-detail .product-img-container .quick-view-thumbnail .img-more-number span {
                                position: absolute;
                                left: 25%;
                                top: 28%;
                                font-size: 1.75rem;
                                font-weight: 600;
                                line-height: 2.625rem;
                                color: #025685;
                            }

                    .product-quick-view .img-content #product-detail .product-img-container .assure-icons {
                        padding-top: 1.25vw;
                    }

                        .product-quick-view .img-content #product-detail .product-img-container .assure-icons ul {
                            list-style: none;
                            padding-left: 0;
                            display: flex;
                            justify-content: space-evenly;
                            margin-bottom: 0;
                            padding-bottom: .9375vw;
                            border-bottom: 1px solid;
                        }

                            .product-quick-view .img-content #product-detail .product-img-container .assure-icons ul li {
                                width: 5.375vw;
                                text-align: center;
                                font-size: .875rem;
                                line-height: 1.313rem;
                            }

                    .product-quick-view .img-content #product-detail .product-img-container #product-slide-summary-desktop {
                        padding-top: .9375vw;
                    }

                        .product-quick-view .img-content #product-detail .product-img-container #product-slide-summary-desktop div {
                            padding: .3125vw .9375vw;
                            height: 2.375rem;
                            display: flex;
                            align-items: center;
                            justify-content: flex-start;
                        }

                            .product-quick-view .img-content #product-detail .product-img-container #product-slide-summary-desktop div a {
                                color: #fff;
                                padding-left: .3125vw;
                            }

        .product-quick-view .detail-content {
            margin-top: 20px;
            margin-left: .6875vw;
        }

            .product-quick-view .detail-content .quick-view-summary-heading h1, .product-quick-view .detail-content .quick-view-summary-heading .h1 {
                font-size: 1.875rem;
                line-height: 2.813rem;
                margin-bottom: .625vw;
            }

            .product-quick-view .detail-content .quick-view-summary-heading .branding span:last-child {
                color: #025685;
            }

            .product-quick-view .detail-content .quick-view-summary-heading .star-rating-add-review {
                list-style: none;
                padding-left: 0;
                padding-top: .625vw;
            }

            .product-quick-view .detail-content .description-table {
                padding-top: 1.25vw;
            }

                .product-quick-view .detail-content .description-table h3, .product-quick-view .detail-content .description-table .h3 {
                    display: none;
                }

                .product-quick-view .detail-content .description-table .table-heading {
                    background-color: #edeeed;
                    color: #025685;
                    line-height: 1.5rem;
                    text-transform: capitalize;
                }

                    .product-quick-view .detail-content .description-table .table-heading thead {
                        border: 0;
                    }

                .product-quick-view .detail-content .description-table .table-data-container .table-heading th {
                    font-size: 1.125rem;
                    padding-top: .625vw;
                    padding-bottom: .625vw;
                }

                .product-quick-view .detail-content .description-table .table-data-container div .color-red {
                    font-size: 1.125rem;
                }

                .product-quick-view .detail-content .description-table .table-data-container table thead tr th:nth-child(3), .product-quick-view .detail-content .description-table .table-data-container table thead tr th:nth-child(4) {
                    text-align: center;
                }

                .product-quick-view .detail-content .description-table .table-data-container table tbody tr {
                    width: 100%;
                    border-bottom: 1px solid #3e454c;
                }

                    .product-quick-view .detail-content .description-table .table-data-container table tbody tr td {
                        border: 0;
                        vertical-align: middle;
                    }

                        .product-quick-view .detail-content .description-table .table-data-container table tbody tr td.item6 .color-red {
                            font-size: 1.125rem;
                            line-height: 1.688rem;
                        }

                        .product-quick-view .detail-content .description-table .table-data-container table tbody tr td.item1 {
                            padding-left: 0;
                        }

                        .product-quick-view .detail-content .description-table .table-data-container table tbody tr td.item3, .product-quick-view .detail-content .description-table .table-data-container table tbody tr td.item4 {
                            text-align: center;
                        }

                        .product-quick-view .detail-content .description-table .table-data-container table tbody tr td.item5 {
                            padding-right: 0;
                            text-align: right;
                        }

                .product-quick-view .detail-content .description-table .action-btn {
                    text-align: right;
                    padding-top: .9375vw;
                }

                    .product-quick-view .detail-content .description-table .action-btn .btn {
                        background-color: #025685;
                        color: #fff;
                    }

        .product-quick-view.chk-pop-div {
            margin: 15px;
            z-index: 9999;
            display: none;
            background: transparent;
        }

        .product-quick-view #quick-inner-div {
            display: flex;
            justify-content: center;
        }

            .product-quick-view #quick-inner-div .assure-icons .summary-icon {
                display: flex;
                justify-content: space-around;
                list-style: none;
                padding: 0;
            }

        .product-quick-view .btn.btn-view-det {
            background-color: #025685;
            color: #fff;
            float: right;
            margin-right: 0;
            margin-top: 20px;
        }

    #quick-inner-div .detail-content #description-table .table-data-container .table .popup-table tr {
        border-bottom: 1px solid;
    }

        #quick-inner-div .detail-content #description-table .table-data-container .table .popup-table tr td {
            border-bottom: 0;
        }

            #quick-inner-div .detail-content #description-table .table-data-container .table .popup-table tr td.col-head {
                display: none;
            }

            #quick-inner-div .detail-content #description-table .table-data-container .table .popup-table tr td .col-head {
                display: none;
            }

        #quick-inner-div .detail-content #description-table .table-data-container .table .popup-table tr:hover {
            background-color: #f5f5f5;
        }

    .quick-view-modal .modal-dialog {
        max-width: 100%;
        width: 63.75vw;
        position: relative;
        min-width: 85vw;
        max-width: 75vw;
    }

        .quick-view-modal .modal-dialog .btn-close {
            position: absolute;
            right: 1.473477406679764vw;
            top: 1.473477406679764vw;
            background-size: 26px;
            z-index: 1;
        }

            .quick-view-modal .modal-dialog .btn-close:focus {
                box-shadow: none;
            }

    .quick-view-modal .modal-content {
        position: relative;
    }

        .quick-view-modal .modal-content .modal-body {
            padding-top: 40px;
            padding: 0;
        }

            .quick-view-modal .modal-content .modal-body .quick-view-frame {
                width: 100%;
                min-height: 45vw;
            }

                .quick-view-modal .modal-content .modal-body .quick-view-frame .product-quick-view #quick-inner-div {
                    justify-content: center;
                    display: flex;
                }

                    .quick-view-modal .modal-content .modal-body .quick-view-frame .product-quick-view #quick-inner-div #product-detail {
                        width: 41.32vw;
                    }

                    .quick-view-modal .modal-content .modal-body .quick-view-frame .product-quick-view #quick-inner-div .detail-content {
                        width: 50vw;
                    }

            .quick-view-modal .modal-content .modal-body .assure-icons .summary-icon {
                display: flex;
                justify-content: space-around;
                list-style: none;
                padding: 0;
            }

    .featured-category-section {
        margin-top: 2.1875vw;
        padding-left: 1.875vw;
        padding-right: 1.875vw;
    }

    .product-page-top-content {
        padding-top: 1.25vw;
    }

        .product-page-top-content.custom-container {
            width: 100%;
            padding-right: var(--bs-gutter-x,1.875vw);
            padding-left: var(--bs-gutter-x,1.875vw);
            margin-right: auto;
            margin-left: auto;
        }

        .product-page-top-content h1, .product-page-top-content .h1 {
            font-size: 1.5rem;
            line-height: 2rem;
        }

        .product-page-top-content .product-heading {
            padding-bottom: .625vw;
            border-bottom: 1px solid #3e454c;
            margin-bottom: .625vw;
        }

            .product-page-top-content .product-heading img {
                width: 56px;
                height: 56px;
            }

        .product-page-top-content .make-flex-column {
            display: flex;
            flex-direction: column;
            flex-flow: wrap;
        }

            .product-page-top-content .make-flex-column .flex-col {
                display: flex;
                align-items: self-start;
                font-size: 16px;
            }

                .product-page-top-content .make-flex-column .flex-col .color-primary {
                    max-width: 300px;
                    padding-left: 4px;
                    display: block;
                }

            .product-page-top-content .make-flex-column #product-detail {
                order: 1;
                background-color: #fff;
                padding-top: 0;
                padding-right: 1.875vw;
                width: 29.375vw;
                top: 17%;
                margin-top: 0;
                position: sticky;
                align-self: flex-start;
                margin-right: 1.25vw;
            }

                .product-page-top-content .make-flex-column #product-detail .like-share-icon {
                    top: 4%;
                    right: 2.9375vw;
                }

                    .product-page-top-content .make-flex-column #product-detail .like-share-icon i {
                        height: 40px;
                        width: 40px;
                        margin-bottom: 8px;
                        font-size: 24px !important;
                    }

                .product-page-top-content .make-flex-column #product-detail .product-img-container {
                    flex-direction: column;
                }

                    .product-page-top-content .make-flex-column #product-detail .product-img-container .product-img .img-container {
                        width: 27.5vw;
                        height: 27.5vw;
                    }

                        .product-page-top-content .make-flex-column #product-detail .product-img-container .product-img .img-container img {
                            display: block;
                            height: auto;
                        }

                    .product-page-top-content .make-flex-column #product-detail .product-img-container .product-img .img-slide-btn {
                        display: none;
                    }

                    .product-page-top-content .make-flex-column #product-detail .product-img-container .slide-thumbnail {
                        display: flex;
                        padding-top: .9375vw;
                    }

                        .product-page-top-content .make-flex-column #product-detail .product-img-container .slide-thumbnail .img-container {
                            width: 6.5vw;
                            height: 6.5vw;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            border: 1px solid #ddd;
                            margin-right: 5px;
                        }

                            .product-page-top-content .make-flex-column #product-detail .product-img-container .slide-thumbnail .img-container img {
                                margin-left: auto;
                                margin-right: auto;
                            }

                        .product-page-top-content .make-flex-column #product-detail .product-img-container .slide-thumbnail img {
                            width: 5.625vw;
                        }

                        .product-page-top-content .make-flex-column #product-detail .product-img-container .slide-thumbnail .numberInfo {
                            height: 6.5vw;
                            width: 6.5vw !important;
                            color: #025685;
                            font-weight: bold;
                            background: #e3e3e3;
                            display: flex !important;
                            align-items: center;
                            justify-content: center;
                            font-size: 1.75rem;
                        }

                        .product-page-top-content .make-flex-column #product-detail .product-img-container .slide-thumbnail .video-thumbnail {
                            position: relative;
                        }

                            .product-page-top-content .make-flex-column #product-detail .product-img-container .slide-thumbnail .video-thumbnail i {
                                position: absolute;
                                left: 25%;
                                font-size: 52px;
                                top: 25px;
                            }

                        .product-page-top-content .make-flex-column #product-detail .product-img-container .slide-thumbnail .img-more-number {
                            position: relative;
                        }

                            .product-page-top-content .make-flex-column #product-detail .product-img-container .slide-thumbnail .img-more-number span {
                                position: absolute;
                                left: 25%;
                                top: 28%;
                                font-size: 1.75rem;
                                font-weight: 600;
                                line-height: 2.625rem;
                                color: #025685;
                            }

                    .product-page-top-content .make-flex-column #product-detail .product-img-container #product-slide-summary-desktop .contact {
                        padding-top: .625vw;
                        flex-direction: column;
                    }

                        .product-page-top-content .make-flex-column #product-detail .product-img-container #product-slide-summary-desktop .contact div {
                            padding: .3125vw .9375vw;
                            height: 2.375rem;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            width: 100%;
                        }

                            .product-page-top-content .make-flex-column #product-detail .product-img-container #product-slide-summary-desktop .contact div a {
                                color: #fff;
                                padding-left: .3125vw;
                            }

                .product-page-top-content .make-flex-column #product-detail .pro.fixed-top-pro {
                    box-shadow: 0 0 10px rgba(142,141,141,.149);
                    animation-name: stickyheaderDown;
                    transition: none;
                    position: fixed;
                    background-color: #fff;
                    width: 29.375vw;
                    top: 10%;
                    padding: 20px;
                    animation-duration: .5s;
                    box-shadow: 0 3px 6px rgba(0,0,0,.16);
                }

            .product-page-top-content .make-flex-column #rating-review {
                padding-top: 0;
                display: inline-flex;
                flex: unset;
                align-items: center;
            }

                .product-page-top-content .make-flex-column #rating-review .star-rating-add-review {
                    justify-content: flex-start;
                    width: auto;
                }

                    .product-page-top-content .make-flex-column #rating-review .star-rating-add-review li {
                        padding-left: .9375vw;
                    }

                    .product-page-top-content .make-flex-column #rating-review .star-rating-add-review :first-child :last-child {
                        padding-left: .3125vw;
                    }

                    .product-page-top-content .make-flex-column #rating-review .star-rating-add-review .sa_jump_to_reviews {
                        font-size: 16px;
                    }

                .product-page-top-content .make-flex-column #rating-review .summary-icon {
                    border-bottom: 1px solid #b1b1b1;
                    padding-bottom: 16px;
                    padding-top: 0;
                    display: flex;
                    flex-wrap: wrap;
                    margin-top: 8px;
                }

                    .product-page-top-content .make-flex-column #rating-review .summary-icon li {
                        display: flex;
                        align-items: center;
                        font-size: .875rem;
                        margin-bottom: 8px;
                    }

                        .product-page-top-content .make-flex-column #rating-review .summary-icon li span {
                            width: max-content;
                            line-height: 1rem;
                        }

                    .product-page-top-content .make-flex-column #rating-review .summary-icon .summary-img-1 img {
                        width: 20px;
                    }

                    .product-page-top-content .make-flex-column #rating-review .summary-icon .summary-img-2 img {
                        width: 20px;
                    }

                    .product-page-top-content .make-flex-column #rating-review .summary-icon .summary-img-3 img {
                        width: 20px;
                    }

                    .product-page-top-content .make-flex-column #rating-review .summary-icon .summary-img-4 img {
                        width: 20px;
                    }

        .product-page-top-content .product-page-top-content .make-flex-column .flex-col span a {
            padding-left: 5px;
        }

        .product-page-top-content #product-slide-summary {
            padding-top: 1.25vw;
            order: 4;
        }

        .product-page-top-content #product-description {
            order: 3;
            margin-top: 10px;
        }

            .product-page-top-content #product-description.depent-div {
                width: 65vw;
            }

            .product-page-top-content #product-description #product-short-description {
                padding-top: 1rem;
                font-size: 16px;
            }

                .product-page-top-content #product-description #product-short-description h2, .product-page-top-content #product-description #product-short-description .h2 {
                    padding-top: .9375vw;
                    font-size: 1.125rem;
                    font-weight: 600;
                    line-height: 1.688rem;
                }

                .product-page-top-content #product-description #product-short-description ul {
                    padding-left: 2%;
                    padding-top: .625vw;
                }

            .product-page-top-content #product-description #description-table {
                padding-top: 1.25vw;
            }

                .product-page-top-content #product-description #description-table h3, .product-page-top-content #product-description #description-table .h3 {
                    display: none;
                }

                .product-page-top-content #product-description #description-table .table-data-container .table-heading th {
                    font-size: 1.125rem;
                    padding-top: .625vw;
                    padding-bottom: .625vw;
                }

                    .product-page-top-content #product-description #description-table .table-data-container .table-heading th:nth-child(1), .product-page-top-content #product-description #description-table .table-data-container .table-heading th:nth-child(3), .product-page-top-content #product-description #description-table .table-data-container .table-heading th:nth-child(4), .product-page-top-content #product-description #description-table .table-data-container .table-heading th:nth-child(5), .product-page-top-content #product-description #description-table .table-data-container .table-heading th:nth-child(6) {
                        text-align: center;
                    }

                    .product-page-top-content #product-description #description-table .table-data-container .table-heading th:last-child {
                        text-align: right;
                    }

                .product-page-top-content #product-description #description-table .table-data-container div .color-red {
                    font-size: 1.125rem;
                }

                .product-page-top-content #product-description #description-table .table-data-container table tbody tr td {
                    vertical-align: middle;
                }

                    .product-page-top-content #product-description #description-table .table-data-container table tbody tr td:nth-child(1), .product-page-top-content #product-description #description-table .table-data-container table tbody tr td:nth-child(3), .product-page-top-content #product-description #description-table .table-data-container table tbody tr td:nth-child(4), .product-page-top-content #product-description #description-table .table-data-container table tbody tr td:nth-child(5), .product-page-top-content #product-description #description-table .table-data-container table tbody tr td:nth-child(6) {
                        text-align: center;
                    }

                    .product-page-top-content #product-description #description-table .table-data-container table tbody tr td:nth-child(3) {
                        margin-top: 15px;
                    }

                    .product-page-top-content #product-description #description-table .table-data-container table tbody tr td:last-child {
                        text-align: right;
                    }

                        .product-page-top-content #product-description #description-table .table-data-container table tbody tr td:last-child button {
                            margin: 0 auto;
                            margin-right: 0;
                        }

            .product-page-top-content #product-description #btn-quick-action {
                margin-bottom: 0;
                flex-direction: row;
                justify-content: flex-end;
                padding-top: 0;
            }

                .product-page-top-content #product-description #btn-quick-action div, .product-page-top-content #product-description #btn-quick-action button {
                    margin-bottom: 0;
                    width: 15vw;
                    height: 35px;
                    font-size: 1rem;
                    padding-left: 0;
                    padding-right: 0;
                }

                    .product-page-top-content #product-description #btn-quick-action div:last-child span {
                        font-size: .75rem;
                        line-height: 1.125rem;
                    }

                .product-page-top-content #product-description #btn-quick-action a {
                    margin-left: 10px;
                }

            .product-page-top-content #product-description .depentnet-div {
                margin-top: 1.25vw;
            }

                .product-page-top-content #product-description .depentnet-div .f-lable {
                    font-size: 1.125rem;
                }

                .product-page-top-content #product-description .depentnet-div .red-text {
                    color: #eb0400;
                }

                .product-page-top-content #product-description .depentnet-div ul {
                    padding-top: 1.25vw;
                }

                    .product-page-top-content #product-description .depentnet-div ul .f-size {
                        justify-content: space-between;
                        display: flex;
                    }

                        .product-page-top-content #product-description .depentnet-div ul .f-size .inner-li {
                            text-align: end;
                            display: grid;
                        }

                            .product-page-top-content #product-description .depentnet-div ul .f-size .inner-li textarea {
                                margin-top: 5px;
                                width: 40vw;
                            }

                            .product-page-top-content #product-description .depentnet-div ul .f-size .inner-li .price {
                                display: inline-grid;
                            }

                                .product-page-top-content #product-description .depentnet-div ul .f-size .inner-li .price .inner-price {
                                    font-size: 14px;
                                    text-decoration: line-through;
                                }

                            .product-page-top-content #product-description .depentnet-div ul .f-size .inner-li button {
                                border: none;
                            }

                            .product-page-top-content #product-description .depentnet-div ul .f-size .inner-li.d-inner-none {
                                display: grid;
                            }

                    .product-page-top-content #product-description .depentnet-div ul .inner-li-2 {
                        padding-top: 1.25vw;
                    }

                        .product-page-top-content #product-description .depentnet-div ul .inner-li-2 li {
                            font-size: 1rem;
                        }

            .product-page-top-content #product-description .f-lable2 {
                font-size: 1.125rem;
            }

                .product-page-top-content #product-description .f-lable2 .price {
                    display: grid;
                }

                    .product-page-top-content #product-description .f-lable2 .price .inner-price {
                        font-size: 14px;
                        text-decoration: line-through;
                    }

            .product-page-top-content #product-description .last-btn-div {
                display: inline;
            }

            .product-page-top-content #product-description .btn-branding {
                border: none;
                color: #fff !important;
            }

        .product-page-top-content.wishlist-inner-div #product-detail {
            width: 29vw;
        }

            .product-page-top-content.wishlist-inner-div #product-detail .img-container {
                width: 28.375vw;
                height: 28.375vw;
            }

                .product-page-top-content.wishlist-inner-div #product-detail .img-container img {
                    width: 100%;
                }

        .product-page-top-content.wishlist-inner-div #product-description .heading {
            font-size: 1.75rem;
            font-weight: 700;
        }

        .product-page-top-content.wishlist-inner-div #product-description .inner-pra1 {
            font-size: 1rem;
        }

            .product-page-top-content.wishlist-inner-div #product-description .inner-pra1 span {
                margin-bottom: 15px;
                display: block;
            }

        .product-page-top-content.wishlist-inner-div #product-description .wishlist-div-1 {
            text-align: start;
        }

            .product-page-top-content.wishlist-inner-div #product-description .wishlist-div-1 .imx-box {
                display: block;
            }

        .product-page-top-content.wishlist-inner-div #product-description #btn-quick-action {
            align-items: baseline;
        }

            .product-page-top-content.wishlist-inner-div #product-description #btn-quick-action a {
                width: fit-content;
                display: block;
            }

                .product-page-top-content.wishlist-inner-div #product-description #btn-quick-action a .text {
                    color: #fff;
                }

            .product-page-top-content.wishlist-inner-div #product-description #btn-quick-action .img-container {
                width: 200px;
                margin: 0 auto;
                border: 0;
                height: auto;
            }

            .product-page-top-content.wishlist-inner-div #product-description #btn-quick-action .img-text span label {
                color: #000;
            }

            .product-page-top-content.wishlist-inner-div #product-description #btn-quick-action .img-text span .price {
                color: #900;
            }

    #product-description-and-policy .Q-A-div {
        width: 70vw;
    }

        #product-description-and-policy .Q-A-div .security {
            display: flex;
        }

            #product-description-and-policy .Q-A-div .security span {
                display: flex;
                align-items: center;
            }

            #product-description-and-policy .Q-A-div .security input {
                height: min-content;
                padding: 3px;
                width: fit-content;
                margin: 0 5px;
            }

            #product-description-and-policy .Q-A-div .security button {
                margin: 0 5px;
                width: auto;
                padding: 4px 10px;
            }

            #product-description-and-policy .Q-A-div .security #btncancel {
                border: 1px solid #d3d3d3;
            }

            #product-description-and-policy .Q-A-div .security .qacancelbtn {
                border: none;
                padding: 3px 15px 4px 15px;
            }

    #product-description-and-policy .Q-A-home-tab.active {
        display: block;
    }

    #product-description-and-policy .review-home-tab.active, #product-description-and-policy .modal.active {
        display: block;
    }

    #product-description-and-policy .review-home-tab.active {
        display: block;
    }

    #product-description-and-policy .review-home-tab .modal-content {
        padding: 20px;
    }

    #product-description-and-policy #customerreviews {
        width: 98%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .review-home-tab .modal-dialog {
        text-align: initial;
    }

        .review-home-tab .modal-dialog .card-bottom p {
            margin-bottom: 10px;
        }

        .review-home-tab .modal-dialog .img-bx {
            height: 300px;
            width: 300px;
        }

            .review-home-tab .modal-dialog .img-bx img {
                width: 100%;
            }

        .review-home-tab .modal-dialog .logo-img {
            float: right;
            height: auto;
            width: 200px;
        }

            .review-home-tab .modal-dialog .logo-img img {
                width: 100%;
            }

    #product-slide-summary-desktop {
        padding-top: 1.25vw;
    }

    @media only screen and (min-width:1510px) {
        .product-page-top-content .make-flex-column #product-detail .product-img-container #product-slide-summary-desktop .contact {
            flex-direction: row;
        }

            .product-page-top-content .make-flex-column #product-detail .product-img-container #product-slide-summary-desktop .contact div {
                width: auto;
            }
    }

    #product-description-and-policy, #shpping-action-tabs {
        padding-top: 2.1875vw;
    }

        #product-description-and-policy.custom-container, #shpping-action-tabs.custom-container {
            width: 100%;
            padding-right: var(--bs-gutter-x,2.1875vw);
            padding-left: var(--bs-gutter-x,2.1875vw);
            margin-right: auto;
            margin-left: auto;
        }

        #product-description-and-policy .category-listing-recently-view-products-slider .slick-dots, #shpping-action-tabs .category-listing-recently-view-products-slider .slick-dots {
            margin-bottom: 1.25vw;
        }

        #product-description-and-policy .tab-container, #shpping-action-tabs .tab-container {
            padding-left: 0;
        }

            #product-description-and-policy .tab-container .nav .nav-item, #shpping-action-tabs .tab-container .nav .nav-item {
                width: auto;
            }

                #product-description-and-policy .tab-container .nav .nav-item:not(:last-child), #shpping-action-tabs .tab-container .nav .nav-item:not(:last-child) {
                    margin-bottom: 0;
                }

                #product-description-and-policy .tab-container .nav .nav-item:not(:first-child), #shpping-action-tabs .tab-container .nav .nav-item:not(:first-child) {
                    margin-right: 10px;
                }

                #product-description-and-policy .tab-container .nav .nav-item .nav-link, #shpping-action-tabs .tab-container .nav .nav-item .nav-link {
                    font-size: 1rem;
                    justify-content: center;
                    width: 12.188rem;
                    height: 3.125rem;
                    line-height: 24px;
                }

                    #product-description-and-policy .tab-container .nav .nav-item .nav-link.active, #shpping-action-tabs .tab-container .nav .nav-item .nav-link.active {
                        border-radius: 8px 8px 0 0;
                    }

                    #product-description-and-policy .tab-container .nav .nav-item .nav-link.btn-width-custom, #shpping-action-tabs .tab-container .nav .nav-item .nav-link.btn-width-custom {
                        width: 300px;
                    }

        #product-description-and-policy #product-long-text, #shpping-action-tabs #product-long-text {
            padding-top: 1.25vw;
            display: none;
        }

        #product-description-and-policy .tab-content, #shpping-action-tabs .tab-content {
            padding-top: 1.875vw;
            padding-left: .625vw;
        }

            #product-description-and-policy .tab-content#product-bullete-description, #shpping-action-tabs .tab-content#product-bullete-description {
                padding-top: 35px;
            }

                #product-description-and-policy .tab-content#product-bullete-description .tab-pane h3, #product-description-and-policy .tab-content#product-bullete-description .tab-pane .h3, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane h3, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .h3 {
                    font-size: 1.125rem;
                    line-height: 1.688rem;
                    padding-bottom: .9375vw;
                    padding-top: 0;
                }

                #product-description-and-policy .tab-content#product-bullete-description .tab-pane ul, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane ul {
                    padding-left: 1.5625vw;
                }

                    #product-description-and-policy .tab-content#product-bullete-description .tab-pane ul li, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane ul li {
                        font-size: 1rem;
                        line-height: 1.5rem;
                    }

                        #product-description-and-policy .tab-content#product-bullete-description .tab-pane ul li:not(:first-child), #shpping-action-tabs .tab-content#product-bullete-description .tab-pane ul li:not(:first-child) {
                            padding-top: 0;
                        }

                #product-description-and-policy .tab-content#product-bullete-description .tab-pane .fordisplayflex ul.slick-dots li, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .fordisplayflex ul.slick-dots li {
                    padding: .625vw;
                }

                #product-description-and-policy .tab-content#product-bullete-description .tab-pane .fordisplayflex .forpad, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .fordisplayflex .forpad {
                    width: 23.125vw;
                    height: 13vw;
                    margin-top: 0;
                    margin-left: 10px;
                    margin-right: 10px;
                    text-align: center;
                }

                    #product-description-and-policy .tab-content#product-bullete-description .tab-pane .fordisplayflex .forpad video, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .fordisplayflex .forpad video {
                        width: 100%;
                        padding-left: 10px;
                        padding-right: 10px;
                    }

                        #product-description-and-policy .tab-content#product-bullete-description .tab-pane .fordisplayflex .forpad video:first-child, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .fordisplayflex .forpad video:first-child {
                            padding-left: 0;
                        }

                    #product-description-and-policy .tab-content#product-bullete-description .tab-pane .fordisplayflex .forpad span, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .fordisplayflex .forpad span {
                        padding-top: .9375vw;
                    }

                #product-description-and-policy .tab-content#product-bullete-description .tab-pane .fordisplayflex:first-child, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .fordisplayflex:first-child {
                    margin-left: -10px;
                }

                #product-description-and-policy .tab-content#product-bullete-description .tab-pane .fordisplayflex:first-child, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .fordisplayflex:first-child {
                    margin-right: 0;
                }

                #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection {
                    width: 95vw;
                    margin-left: auto;
                    margin-right: auto;
                }

                    #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .btnclass, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .btnclass {
                        width: 80vw;
                        margin: 0 auto;
                    }

                        #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .btnclass button.btn-question, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .btnclass button.btn-question {
                            border: 0;
                            border-radius: 0;
                            background-color: #025685;
                            color: #fff;
                        }

                        #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .btnclass .btnclickform, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .btnclass .btnclickform {
                            width: 100%;
                            padding-right: var(--bs-gutter-x,1.875vw);
                            padding-left: var(--bs-gutter-x,1.875vw);
                            margin-right: auto;
                            margin-left: auto;
                            width: 60vw;
                            margin-left: 0;
                            padding-left: 0;
                            font-weight: 700;
                        }

                            #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .btnclass .btnclickform .input-div.question, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .btnclass .btnclickform .input-div.question {
                                margin-bottom: .3125vw;
                                padding-left: 0;
                                margin-top: .9375vw;
                            }

                            #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .btnclass .btnclickform .input-div label, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .btnclass .btnclickform .input-div label {
                                font-size: 1rem;
                                margin-bottom: 0;
                            }

                            #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .btnclass .btnclickform .input-div .error-msg, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .btnclass .btnclickform .input-div .error-msg {
                                font-size: 1rem;
                                padding-top: .3125vw;
                            }

                            #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .btnclass .btnclickform .input-div.name, #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .btnclass .btnclickform .input-div.email, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .btnclass .btnclickform .input-div.name, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .btnclass .btnclickform .input-div.email {
                                margin-top: .625vw;
                            }

                            #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .btnclass .btnclickform .input-div.security, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .btnclass .btnclickform .input-div.security {
                                margin-top: 1.25vw;
                            }

                            #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .btnclass .btnclickform .security .sum-div, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .btnclass .btnclickform .security .sum-div {
                                display: -ms-inline-grid;
                                display: inline-grid;
                            }

                                #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .btnclass .btnclickform .security .sum-div input, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .btnclass .btnclickform .security .sum-div input {
                                    border: .2px solid #ced4da;
                                }

                    #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard {
                        margin: 0 auto;
                        width: 80vw;
                        height: auto;
                        box-shadow: 0 3px 10px;
                        border-radius: 10px;
                        display: grid;
                        opacity: 1;
                        margin-top: 1.25vw;
                        padding: 0;
                    }

                        #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard {
                            padding: 13px;
                        }

                            #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .iconclass, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .iconclass {
                                height: 1.0625vw;
                                display: flex;
                                text-align: left;
                                margin-top: 2px;
                            }

                                #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .iconclass p, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .iconclass p {
                                    font-size: .875rem;
                                    margin-bottom: .3125vw;
                                }

                                #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .iconclass i, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .iconclass i {
                                    margin-top: 3.5px;
                                    margin-left: 2px;
                                    font-size: 16px;
                                }

                            #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection {
                                width: 80vw;
                                display: flex;
                            }

                                #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .smalldiv, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .smalldiv {
                                    display: flex;
                                    width: 20vw;
                                    align-items: center;
                                    margin-top: 0;
                                }

                                    #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .smalldiv span:first-child, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .smalldiv span:first-child {
                                        background: #025685;
                                        color: #fff;
                                        padding: 3px 8px;
                                        justify-content: space-between;
                                        width: 39.4px;
                                        height: 34px;
                                        font-size: 20px;
                                    }

                                    #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .smalldiv p, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .smalldiv p {
                                        margin-bottom: 0;
                                        margin-left: .5vw;
                                    }

                                    #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .smalldiv .authors-card-sm, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .smalldiv .authors-card-sm {
                                        margin-left: 0;
                                        padding-top: 20px;
                                        margin-bottom: 0;
                                        margin-left: .3125vw;
                                    }

                                        #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .smalldiv .authors-card-sm ul, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .smalldiv .authors-card-sm ul {
                                            padding: 0;
                                            margin-bottom: 0;
                                        }

                                            #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .smalldiv .authors-card-sm ul li, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .smalldiv .authors-card-sm ul li {
                                                list-style: none;
                                            }

                                                #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .smalldiv .authors-card-sm ul li:first-child, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .smalldiv .authors-card-sm ul li:first-child {
                                                    font-weight: 700;
                                                    font-size: 16px;
                                                }

                                                #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .smalldiv .authors-card-sm ul li span, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .smalldiv .authors-card-sm ul li span {
                                                    background-color: #fff;
                                                    color: #4f8324;
                                                }

                                            #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .smalldiv .authors-card-sm ul span, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .smalldiv .authors-card-sm ul span {
                                                padding: 0;
                                            }

                                        #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .smalldiv .authors-card-sm span, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .smalldiv .authors-card-sm span {
                                            font-size: .875rem;
                                            margin-top: .3125vw;
                                        }

                                #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .middle-section, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .middle-section {
                                    width: 57.93vw;
                                    display: flex;
                                    align-items: center;
                                    justify-content: space-between;
                                    padding-left: 0;
                                    padding-bottom: 0;
                                    margin-left: 0;
                                }

                                    #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .middle-section .btn-branding, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .middle-section .btn-branding {
                                        margin-left: 1.25vw;
                                    }

                                    #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .middle-section p, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .firstsection .middle-section p {
                                        margin-bottom: 0;
                                    }

                            #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .btnclickform, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .btnclickform {
                                border-top: 1px solid #ddd;
                                margin-top: .9375vw;
                            }

                                #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .btnclickform.rplyform, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .btnclickform.rplyform {
                                    width: 100%;
                                    padding-right: var(--bs-gutter-x,1.875vw);
                                    padding-left: var(--bs-gutter-x,1.875vw);
                                    margin-right: auto;
                                    margin-left: auto;
                                    width: 100%;
                                    margin-left: 0;
                                    padding: .9375vw;
                                    font-weight: 700;
                                }

                                    #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .btnclickform.rplyform .input-div.question, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .btnclickform.rplyform .input-div.question {
                                        width: 60vw;
                                        margin-bottom: .3125vw;
                                        padding-left: 0;
                                        margin-top: .9375vw;
                                    }

                                        #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .btnclickform.rplyform .input-div.question span, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .btnclickform.rplyform .input-div.question span {
                                            display: block;
                                            padding-bottom: .625vw;
                                        }

                                    #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .btnclickform.rplyform .input-div label, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .btnclickform.rplyform .input-div label {
                                        font-size: 1rem;
                                        margin-bottom: 0;
                                    }

                                    #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .btnclickform.rplyform .input-div .error-msg, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .btnclickform.rplyform .input-div .error-msg {
                                        font-size: 1rem;
                                        padding-top: .3125vw;
                                    }

                                    #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .btnclickform.rplyform .input-div.security, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .btnclickform.rplyform .input-div.security {
                                        margin-top: 1.25vw;
                                    }

                                    #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .btnclickform.rplyform .sizetab, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .btnclickform.rplyform .sizetab {
                                        width: 61.6vw;
                                        padding-bottom: .3125vw;
                                    }

                                        #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .btnclickform.rplyform .sizetab .name, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .btnclickform.rplyform .sizetab .name {
                                            margin-top: .625vw;
                                            border-radius: 0;
                                        }

                                        #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .btnclickform.rplyform .sizetab .email, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .btnclickform.rplyform .sizetab .email {
                                            margin-top: .625vw;
                                            border-radius: 0;
                                        }

                                #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .btnclickform .security .sum-div, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .btnclickform .security .sum-div {
                                    display: -ms-inline-grid;
                                    display: inline-grid;
                                }

                                    #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .btnclickform .security .sum-div input, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .innercard .btnclickform .security .sum-div input {
                                        border: .3px solid;
                                    }

                        #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .answerheading, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .answerheading {
                            margin: 0;
                            margin-top: 20px;
                            width: 80vw;
                            background-color: #cccccc66;
                            height: 30px;
                        }

                            #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .answerheading p, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .answerheading p {
                                padding-top: 4px;
                                padding-bottom: 7px;
                                margin-bottom: 0;
                            }

                                #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .answerheading p span, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .answerheading p span {
                                    margin-left: 59px;
                                }

                        #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .answersection, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .answersection {
                            padding: 15px 20px 20px 20px;
                            width: 80vw;
                            display: flex;
                            margin-top: 13px;
                        }

                            #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .answersection .answersectionleft, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .answersection .answersectionleft {
                                width: 20vw;
                                padding-left: 0;
                            }

                                #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .answersection .answersectionleft .authors-card-sm, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .answersection .answersectionleft .authors-card-sm {
                                    padding-left: 35px;
                                }

                                    #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .answersection .answersectionleft .authors-card-sm span, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .answersection .answersectionleft .authors-card-sm span {
                                        font-size: .875rem;
                                        color: #4f8324;
                                    }

                            #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .answersection .answersectionright, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .answersection .answersectionright {
                                width: 50vw;
                                margin-left: 0;
                                padding-left: 0;
                                margin-bottom: 0;
                                padding-right: 31px;
                            }

                                #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .answersection .answersectionright p, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .answersection .answersectionright p {
                                    margin-bottom: 0;
                                }

                        #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .security, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .security {
                            margin-top: .625vw;
                        }

                            #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .security .sum-div, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .security .sum-div {
                                display: inline-grid;
                                margin-right: 20px;
                            }

                                #product-description-and-policy .tab-content#product-bullete-description .tab-pane .qnasection .mycard .security .sum-div input, #shpping-action-tabs .tab-content#product-bullete-description .tab-pane .qnasection .mycard .security .sum-div input {
                                    border: .3px solid;
                                }

    .product-display {
        padding-top: 1.25vw;
        padding-bottom: 2.1875vw;
    }

        .product-display.custom-container {
            width: 100%;
            padding-right: var(--bs-gutter-x,.9375vw);
            padding-left: var(--bs-gutter-x,.9375vw);
            margin-right: auto;
            margin-left: auto;
        }

        .product-display h1, .product-display .h1 {
            font-size: 1.875rem;
            line-height: 2.813rem;
        }

    #products-by-category .my-pagination {
        margin-left: unset;
        margin-right: unset;
        padding-top: .625vw;
        width: 63.75vw;
    }

        #products-by-category .my-pagination .pagination .page-item a {
            padding: 5px;
        }

        #products-by-category .my-pagination .current-page-number span {
            display: block;
        }

        #products-by-category .my-pagination .current-page-number label {
            display: none;
        }

    .category-top-section-n h1, .category-top-section-n .h1 {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    .category-top-section-n .category-p-n {
        margin-bottom: .9375vw;
        font-size: 1rem;
        line-height: 1.5rem;
        padding-top: .9375vw;
    }

    .category-top-section-n .banner-n {
        padding-top: 2.1875vw;
    }

        .category-top-section-n .banner-n img {
            width: 100%;
        }

    .category-top-section-n nav .breadcrumb {
        padding-top: .9375vw;
        font-size: .875rem;
    }

        .category-top-section-n nav .breadcrumb a {
            font-size: .875rem;
        }

        .category-top-section-n nav .breadcrumb .active {
            font-size: .875rem;
        }

    .category-page-article-section .section-title h2, .category-page-article-section .section-title .h2, .category-page-faq-section .section-title h2, .category-page-faq-section .section-title .h2 {
        margin-bottom: .3125vw;
        font-size: 1.875rem;
    }

    .pagecard-n .category-page-card .category-page-card-shadow {
        padding: 10px;
        border-radius: 10px;
    }

        .pagecard-n .category-page-card .category-page-card-shadow:hover {
            box-shadow: 0 0 10px rgba(142,141,141,.149);
        }

    .pagecard-n .category-page-card .labels {
        background-color: #4f8324;
        font-size: .875rem;
        line-height: 1.5rem;
        position: relative;
        color: #fff;
        width: 33%;
        text-align: center;
        margin-top: 7px;
        margin-left: -17px;
        padding: 5px;
        border-radius: 0 5px 5px 0;
    }

        .pagecard-n .category-page-card .labels::before {
            content: "";
            position: absolute;
            top: -10px;
            left: 0;
            border-top: 10px solid transparent;
            border-right: 12px solid #4f8324;
        }

    .pagecard-n .page-card-n {
        padding-top: 2.1875vw;
    }

    .catergory-text-n {
        padding-top: 0;
        margin-top: 0;
    }

        .catergory-text-n .btn-n-green {
            margin-top: .9375vw;
        }

    .cat-art-n .section-title h2, .cat-art-n .section-title .h2 {
        margin-bottom: .9375vw;
        font-size: 1.875rem;
    }

    .cat-art-n .article-title {
        padding-top: .625vw;
        font-size: 1.125rem;
    }

    .cat-art-n p {
        margin-bottom: .625vw;
        font-size: 1rem;
    }

    .cat-art-n .article-single-card-shadow {
        padding-top: 1.25vw;
        padding-bottom: 1.25vw;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(142,141,141,.149);
        padding-left: 1.875vw;
    }

        .cat-art-n .article-single-card-shadow .article-author-date {
            font-size: .875rem;
        }

    #faq-main-div {
        padding-left: 1.875vw;
        padding-right: 1.875vw;
        padding-top: .9375vw;
    }

        #faq-main-div nav .breadcrumb {
            font-size: 1rem;
            margin-bottom: 0;
        }

            #faq-main-div nav .breadcrumb a {
                font-size: 1rem;
            }

        #faq-main-div nav .breadcrumb-item {
            font-size: 1rem;
        }

        #faq-main-div .heading-link-top {
            padding-top: 2.1875vw;
            margin-bottom: 20px;
            text-align: left;
            font-size: 1.875rem;
        }

        #faq-main-div .sitemap-div {
            justify-content: start;
        }

            #faq-main-div .sitemap-div .faq-a-z {
                padding-left: .9375vw;
                padding: .625vw;
            }

                #faq-main-div .sitemap-div .faq-a-z li {
                    padding: 0;
                    margin-left: 1.5625vw;
                    font-size: 1.125rem;
                    padding-bottom: 0;
                }

                    #faq-main-div .sitemap-div .faq-a-z li:first-child {
                        padding-left: 0;
                    }

            #faq-main-div .sitemap-div ul li {
                padding-bottom: .3125vw;
                padding-top: .3125vw;
                list-style: none;
            }

            #faq-main-div .sitemap-div .faq-a-z li:hover a {
                background-color: #025685;
                color: #fff;
            }

            #faq-main-div .sitemap-div .faq-a-z li a {
                padding: 5px;
            }

        #faq-main-div .site-a {
            font-size: 1.563rem;
            margin-top: 1.25vw;
            margin-bottom: .3125vw;
            padding-bottom: .9375vw;
            border-bottom: 1px solid #ccc;
        }

        #faq-main-div .sitemap-link {
            padding: 0;
            margin-bottom: 0;
        }

            #faq-main-div .sitemap-link ul {
                list-style: none;
                padding: 0;
            }

                #faq-main-div .sitemap-link ul li {
                    margin-top: 10px;
                    width: 16.43%;
                }

            #faq-main-div .sitemap-link .map-ul .map-ul-1 {
                font-size: 1rem;
                margin-bottom: 0;
            }

        #faq-main-div .faq-search-div h1, #faq-main-div .faq-search-div .h1 {
            margin-top: 2.1875vw;
            padding: 0;
            margin-bottom: .9375vw;
            font-size: 1.875rem;
        }

        #faq-main-div .faq-search-div .faq-search-pra #pra-1 {
            margin-top: .9375vw;
        }

        #faq-main-div .faq-search-div .faq-search-pra .faq-pra1 {
            margin-top: 0;
            font-weight: 500;
            margin-bottom: .625vw;
            padding: 0;
            font-size: 1rem;
        }

        #faq-main-div .faq-search-div .faq-search-pra .faq-pra2 {
            border-bottom: 1px solid #3e454c;
            padding: 0;
            margin-bottom: .9375vw;
            padding-bottom: .9375vw;
            font-size: .875rem;
        }

        #faq-main-div .faq-search-div .bread-last-num::after {
            content: " |";
        }

        #faq-main-div .faq-search-div .arrow-breadcrum::after {
            content: ">|>>";
        }

        #faq-main-div .row .no-result-div2 .home-heading-border {
            padding-top: 2.1875vw;
            margin-bottom: .9375vw;
            padding-bottom: .9375vw;
            border-bottom: 1px solid #3e454c;
        }

        #faq-main-div .row .no-result-div2 .dog-text {
            text-align: center;
        }

            #faq-main-div .row .no-result-div2 .dog-text .img-box {
                margin: auto;
                width: 31.25vw;
            }

                #faq-main-div .row .no-result-div2 .dog-text .img-box img {
                    width: 100%;
                }

                #faq-main-div .row .no-result-div2 .dog-text .img-box p {
                    font-size: 1.125rem;
                }

            #faq-main-div .row .no-result-div2 .dog-text h1, #faq-main-div .row .no-result-div2 .dog-text .h1 {
                font-size: 1.125rem;
                margin-bottom: 1.25vw;
            }

                #faq-main-div .row .no-result-div2 .dog-text h1 span, #faq-main-div .row .no-result-div2 .dog-text .h1 span {
                    color: #025685;
                }

            #faq-main-div .row .no-result-div2 .dog-text .search-tip-faq {
                padding-top: 0;
                width: fit-content;
                margin: 0 auto;
                margin-top: 1.25vw;
                font-size: 1.125rem;
            }

                #faq-main-div .row .no-result-div2 .dog-text .search-tip-faq li {
                    list-style: none;
                    margin-top: .9375vw;
                    font-size: 1rem;
                    text-align: left;
                }

        #faq-main-div #home-knowledge-center {
            padding: 0;
            padding-top: 1.25vw;
            margin-top: 0;
            margin-bottom: 0;
        }

            #faq-main-div #home-knowledge-center .card-images {
                width: auto;
            }

            #faq-main-div #home-knowledge-center.knowlege-center .section-title .h2-heading-home {
                font-size: 1.875rem;
                margin-top: 0;
                margin-bottom: 10px;
                padding-bottom: 1.25vw;
            }

            #faq-main-div #home-knowledge-center.knowlege-center .knowledge-card {
                margin-bottom: 2.1875vw;
            }

            #faq-main-div #home-knowledge-center .knowledge-card-details {
                margin-bottom: 0;
            }

                #faq-main-div #home-knowledge-center .knowledge-card-details .card-body {
                    padding-bottom: 1.25vw;
                }

                    #faq-main-div #home-knowledge-center .knowledge-card-details .card-body .card-text {
                        font-size: 1rem;
                    }

        #faq-main-div .faq-home-div {
            padding-top: 0;
            text-align: center;
        }

            #faq-main-div .faq-home-div .row {
                justify-content: space-between;
            }

            #faq-main-div .faq-home-div h1, #faq-main-div .faq-home-div .h1 {
                font-size: 1.875rem;
                margin-bottom: 0;
            }

            #faq-main-div .faq-home-div .faq-home-box {
                padding: 1px;
                margin-left: 0;
                margin-right: 0;
                margin-top: 1.25vw;
                width: 31.25vw;
                min-height: 50px;
                text-align: center;
                border: 1px solid #025685;
            }

                #faq-main-div .faq-home-div .faq-home-box .btn-text1 {
                    display: none;
                }

                #faq-main-div .faq-home-div .faq-home-box a {
                    margin: revert;
                }

                    #faq-main-div .faq-home-div .faq-home-box a span {
                        color: #025685;
                        font-size: 1rem;
                    }

                #faq-main-div .faq-home-div .faq-home-box:hover {
                    box-shadow: 1px 0 8px #025685;
                }

            #faq-main-div .faq-home-div .more-btn {
                margin-top: 1.25vw;
                margin-bottom: 0;
                padding-bottom: 2.1875vw;
                position: relative;
            }

                #faq-main-div .faq-home-div .more-btn::after {
                    width: 71.063vw;
                    height: 1px;
                }

                #faq-main-div .faq-home-div .more-btn a {
                    font-size: 1rem;
                }

            #faq-main-div .faq-home-div .green-btn-faq {
                width: 10.25vw;
                font-size: 1rem;
                border: none;
                height: 2.188vw;
            }

            #faq-main-div .faq-home-div #btn-heading {
                font-size: 1.875rem;
                padding-top: 2.1875vw;
                margin-bottom: .625vw;
            }

        #faq-main-div .faq-content-div {
            padding-top: 2.1875vw;
        }

            #faq-main-div .faq-content-div .faq-content-faq {
                width: 72vw;
            }

                #faq-main-div .faq-content-div .faq-content-faq #content-page-faq.category-page-faq-section {
                    padding-left: 0;
                    margin-top: 0;
                    padding-right: 0;
                }

                    #faq-main-div .faq-content-div .faq-content-faq #content-page-faq.category-page-faq-section .section-title.hh h2, #faq-main-div .faq-content-div .faq-content-faq #content-page-faq.category-page-faq-section .section-title.hh .h2 {
                        font-size: 1.875rem;
                        margin-top: 0;
                        margin-bottom: .9375vw;
                    }

                    #faq-main-div .faq-content-div .faq-content-faq #content-page-faq.category-page-faq-section .accordion .accordion-item .accordion-button {
                        padding: .9375vw 0 .9375vw .625vw;
                        font-size: 1rem;
                    }

                    #faq-main-div .faq-content-div .faq-content-faq #content-page-faq.category-page-faq-section .accordion .accordion-item .accordion-body {
                        font-size: .875rem;
                        padding-left: .625vw;
                        padding-right: 0;
                    }

            #faq-main-div .faq-content-div .faq-form {
                margin-left: .5vw;
                padding: 0;
                width: auto;
            }

            #faq-main-div .faq-content-div .faq-question {
                width: 23.125vw;
                padding-left: 1.25vw;
                padding-right: 1.25vw;
                margin-top: 0;
                background-color: #f5f5f5;
            }

                #faq-main-div .faq-content-div .faq-question .faq-heading {
                    margin-bottom: .625vw;
                    font-size: 1.875rem;
                    padding-top: 1.875vw;
                    font-size: 1.563rem;
                }

                #faq-main-div .faq-content-div .faq-question p {
                    margin-bottom: 1.25vw;
                    font-size: 1.125rem;
                    padding-left: .9375vw;
                    padding-right: .9375vw;
                }

                #faq-main-div .faq-content-div .faq-question .faq-question-p {
                    padding-left: 0;
                    text-align: left;
                    width: 23.125vw;
                    margin-bottom: 3px;
                    font-size: 1rem;
                }

                #faq-main-div .faq-content-div .faq-question .input-last {
                    height: 6.313vw;
                }

                #faq-main-div .faq-content-div .faq-question .input-group {
                    text-align: center;
                    border-radius: 0;
                    padding-left: 0;
                    padding-right: 0;
                    margin-bottom: .625vw;
                }

                #faq-main-div .faq-content-div .faq-question label {
                    color: #eb0400;
                    font-size: 1rem;
                    padding-left: 0;
                }

            #faq-main-div .faq-content-div .send-btn {
                border-radius: 5px;
                border: none;
                width: 20.625vw;
                height: 2.188vw;
                margin-bottom: 1.875vw;
            }

    .about-us-div {
        padding-left: 1.875vw;
        padding-right: 1.875vw;
        padding-top: .3125vw;
    }

        .about-us-div .about-div {
            text-align: center;
            padding-top: 1.25vw;
        }

            .about-us-div .about-div img {
                margin-top: 2.1875vw;
            }

            .about-us-div .about-div .about-overlay {
                position: relative;
                text-align: center;
            }

                .about-us-div .about-div .about-overlay .centered {
                    opacity: 0;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                }

            .about-us-div .about-div .about-overlay-text {
                background-color: #eb0400;
                height: 100%;
                width: 100%;
                position: absolute;
                top: 50%;
                opacity: 0;
                border-radius: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
            }

            .about-us-div .about-div .about-overlay :hover .about-overlay-text {
                opacity: 1;
            }

            .about-us-div .about-div .about-overlay-text:hover .centered {
                opacity: 1;
            }

            .about-us-div .about-div .col-8 {
                padding-left: 8px;
                padding-right: 8px;
            }

        .about-us-div p {
            padding-top: .9375vw;
        }

        .about-us-div .about-heading {
            margin-top: .625vw;
            margin-bottom: .625vw;
            border-bottom: 1px solid #d3d3d3;
        }

        .about-us-div .about-pra1 {
            font-size: 1.563rem;
            padding-top: 1.25vw;
            text-align: center;
        }

            .about-us-div .about-pra1 span {
                padding-bottom: .625vw;
                padding-top: .625vw;
                border-top: 2px solid #4f8324;
                border-bottom: 2px solid #4f8324;
            }

        .about-us-div .about-pra2 {
            padding-left: 1.875vw;
            padding-right: 1.875vw;
            justify-content: center;
            margin-top: 47px;
        }

            .about-us-div .about-pra2 p {
                padding-top: 1.25vw;
                text-align: left;
            }

        .about-us-div .about-pra3 {
            margin-top: 47px;
            justify-content: center;
        }

            .about-us-div .about-pra3 .col-md-10 {
                height: 31.25vw;
                padding-top: 1.5625vw;
            }

        .about-us-div .about-pra4 {
            margin-top: 1.25vw;
            justify-content: center;
        }

            .about-us-div .about-pra4 .col {
                padding-top: 1.25vw;
                background-color: #f3f3f3;
                padding-bottom: 1.25vw;
            }

            .about-us-div .about-pra4 p {
                padding-top: .9375vw;
                margin-top: 1.25vw;
                margin-bottom: 0;
            }

        .about-us-div .about-pra5 {
            margin-top: 47px;
        }

    .contact-main-div {
        padding-left: 1.875vw;
        padding-right: 1.875vw;
        padding-top: 2.1875vw;
    }

        .contact-main-div .heading {
            margin-top: 0;
            margin-bottom: 1.875vw;
            text-align: center;
            font-size: 1.875rem;
            font-weight: normal;
        }

        .contact-main-div .contact-card-div {
            display: flex;
        }

            .contact-main-div .contact-card-div .contact-bx {
                min-height: 230px;
                padding: .625vw;
            }

                .contact-main-div .contact-card-div .contact-bx .img-bx img {
                    width: 100%;
                }

                .contact-main-div .contact-card-div .contact-bx .bx-heading {
                    border-bottom: 1px solid;
                    font-size: 1.125rem;
                    color: #025685;
                    margin: 10px auto;
                    padding-bottom: .625vw;
                }

                .contact-main-div .contact-card-div .contact-bx .card-li {
                    margin: 0;
                    padding-left: 0;
                    list-style: none;
                }

        .contact-main-div .contact-tab {
            padding-top: 2.1875vw;
        }

            .contact-main-div .contact-tab .nav-div {
                display: flex;
            }

            .contact-main-div .contact-tab .nav {
                float: left;
                width: 25%;
                margin-right: 25px;
                margin-left: 0;
            }

                .contact-main-div .contact-tab .nav .nav-link {
                    text-align: start;
                    padding: 18px 20px;
                    color: #000;
                }

                    .contact-main-div .contact-tab .nav .nav-link.heading {
                        font-size: 1.75rem;
                    }

            .contact-main-div .contact-tab .nav-pills .nav-link.active, .contact-main-div .contact-tab .nav-pills .show > .nav-link {
                color: #000;
                background-color: #ececec;
            }

            .contact-main-div .contact-tab .tab-content {
                width: 100%;
            }

                .contact-main-div .contact-tab .tab-content .category-page-faq-section {
                    width: 100%;
                }

                    .contact-main-div .contact-tab .tab-content .category-page-faq-section .section-title .rewar-h2 {
                        color: #025685;
                        font-size: 1.75rem;
                        text-align: start;
                    }

                .contact-main-div .contact-tab .tab-content .inner-tab-content .inner-pra-2 {
                    margin-top: 20px;
                }

                    .contact-main-div .contact-tab .tab-content .inner-tab-content .inner-pra-2 li span {
                        font-weight: 600;
                    }

                .contact-main-div .contact-tab .tab-content .inner-tab-content p {
                    font-size: 1rem;
                    margin-bottom: 0;
                }

                .contact-main-div .contact-tab .tab-content .category-page-faq-section.schollar-faq {
                    margin-top: 0;
                }

        .contact-main-div .contact-us-div {
            padding-top: 2.1875vw;
        }

            .contact-main-div .contact-us-div .cont-bx {
                margin-bottom: 0;
                padding-top: 25px;
                padding-bottom: 25px;
                text-align: center;
                min-height: 255px;
            }

                .contact-main-div .contact-us-div .cont-bx .img-bx {
                    width: 165px;
                    height: auto;
                    margin: 0 auto;
                }

                    .contact-main-div .contact-us-div .cont-bx .img-bx .fa {
                        font-size: 100px;
                        color: #d3d3d3;
                    }

                .contact-main-div .contact-us-div .cont-bx .heading {
                    margin: 10px;
                    color: #337ab7;
                    font-size: 1.75rem;
                    font-weight: normal;
                }

                .contact-main-div .contact-us-div .cont-bx.cont-bx:hover {
                    box-shadow: 0 3px 12px 0 #525252;
                    -webkit-transition: box-shadow .4s ease-in;
                }

        .contact-main-div .contact-us-inner .live-chat-div {
            padding: 15px;
        }

            .contact-main-div .contact-us-inner .live-chat-div .heading {
                padding: 10px;
            }

            .contact-main-div .contact-us-inner .live-chat-div .input-div {
                margin-top: .9375vw;
                display: grid;
            }

                .contact-main-div .contact-us-inner .live-chat-div .input-div .icon-bx {
                    margin-top: .9375vw;
                }

            .contact-main-div .contact-us-inner .live-chat-div .CaptchaRight {
                text-align: end;
                display: grid;
            }

            .contact-main-div .contact-us-inner .live-chat-div.active {
                margin-top: 35px;
                display: block;
            }

            .contact-main-div .contact-us-inner .live-chat-div .top-div {
                display: flex;
            }

                .contact-main-div .contact-us-inner .live-chat-div .top-div .btn-div {
                    padding: 0 10px 0 10px;
                }

                    .contact-main-div .contact-us-inner .live-chat-div .top-div .btn-div .fa {
                        font-size: 1.875rem;
                    }

        .contact-main-div .contact-us-inner .mail-us-div {
            display: none;
        }

            .contact-main-div .contact-us-inner .mail-us-div .input-div {
                margin-top: .9375vw;
            }

                .contact-main-div .contact-us-inner .mail-us-div .input-div .btn-div .can-btn {
                    border: none;
                    background-color: #ebebeb;
                    margin-right: .625vw;
                    color: #025685;
                }

            .contact-main-div .contact-us-inner .mail-us-div .btn-bx {
                margin-top: 1.25vw;
                float: right;
            }

            .contact-main-div .contact-us-inner .mail-us-div.active {
                margin-top: 35px;
                display: block;
            }

        .contact-main-div .contact-us-inner .lines {
            border: 5px solid #025685;
            width: 32.1%;
            top: -46px;
            margin: 0 auto;
            position: relative;
            bottom: 55px;
            right: 15px;
            left: 0;
        }

            .contact-main-div .contact-us-inner .lines:before {
                content: "";
                position: absolute;
                border-style: solid;
                border-width: 7px 7px 0;
                border-color: #025685 transparent;
                display: block;
                width: 0;
                z-index: 1;
                top: 5px;
                left: 49%;
            }

            .contact-main-div .contact-us-inner .lines:after {
                content: "";
                position: absolute;
                border-style: solid;
                border-width: 7px 7px 0;
                border-color: #025685 transparent;
                display: block;
                width: 0;
                z-index: 1;
                top: 5px;
                left: 49%;
            }

    .aboutus-div .about-heading {
        font-size: 1.875rem;
    }

    .aboutus-div .about-pra {
        font-size: 1rem;
    }

    .aboutus-div .about-one {
        justify-content: center;
        margin: 2.1875vw 1.875vw 0 1.875vw;
    }

        .aboutus-div .about-one .card-list {
            list-style: none;
            text-align: center;
            padding-left: 0;
        }

            .aboutus-div .about-one .card-list li {
                padding: .625vw;
                box-shadow: 0 3px 6px lightgray;
            }

                .aboutus-div .about-one .card-list li label {
                    font-size: 25px;
                    display: block;
                }

    .aboutus-div .about-two {
        margin: 2.1875vw 1.875vw 0 1.875vw;
        text-align: center;
    }

    .aboutus-div .about-three {
        margin: 2.1875vw 1.875vw 0 1.875vw;
    }

    .aboutus-div .about-four {
        margin: 2.1875vw 1.875vw 0 1.875vw;
    }

        .aboutus-div .about-four .about-tab {
            width: 100%;
        }

            .aboutus-div .about-four .about-tab li {
                width: 50%;
            }

                .aboutus-div .about-four .about-tab li .img-tab {
                    padding: 0;
                    border: none;
                    background: none;
                    width: 100%;
                }

                    .aboutus-div .about-four .about-tab li .img-tab img {
                        width: 100%;
                    }

            .aboutus-div .about-four .about-tab .img-div {
                position: relative;
                width: 50%;
            }

                .aboutus-div .about-four .about-tab .img-div .middle {
                    transition: .5s ease;
                    opacity: 0;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                    -ms-transform: translate(-50%,-50%);
                    text-align: center;
                }

                    .aboutus-div .about-four .about-tab .img-div .middle .text {
                        font-size: 30px;
                    }

                .aboutus-div .about-four .about-tab .img-div img {
                    opacity: 1;
                    display: block;
                    width: 100%;
                    height: auto;
                    transition: .5s ease;
                    backface-visibility: hidden;
                }

                .aboutus-div .about-four .about-tab .img-div:hover {
                    background-color: #0072b1;
                }

                    .aboutus-div .about-four .about-tab .img-div:hover img {
                        opacity: .6;
                    }

                    .aboutus-div .about-four .about-tab .img-div:hover .middle {
                        opacity: 1;
                    }

        .aboutus-div .about-four .tab-content {
            margin-top: 2.1875vw;
        }

            .aboutus-div .about-four .tab-content .tab-two .about-heading {
                text-align: center;
            }

            .aboutus-div .about-four .tab-content .tab-two p {
                text-align: start;
            }

    .aboutus-div .about-five {
        background-color: #eee;
        margin: 2.1875vw 0 0 0;
    }

        .aboutus-div .about-five .img-div {
            text-align: center;
        }

            .aboutus-div .about-five .img-div img {
                width: 100%;
            }

        .aboutus-div .about-five .inner-col {
            text-align: center;
        }

            .aboutus-div .about-five .inner-col .heading {
                font-size: 25px;
            }

        .aboutus-div .about-five .inner-card {
            list-style: none;
            text-align: center;
            padding-left: 0;
        }

            .aboutus-div .about-five .inner-card li {
                background-color: #fff;
                width: 30%;
                box-shadow: 0 3px 6px lightgray;
            }

                .aboutus-div .about-five .inner-card li span {
                    display: block;
                }

    .size-chart-main-div {
        padding-left: 1.875vw;
        padding-right: 1.875vw;
        padding-top: .9375vw;
    }

        .size-chart-main-div .inner-div {
            padding-top: 2.1875vw;
        }

            .size-chart-main-div .inner-div .heaidng {
                font-weight: normal;
                margin-bottom: 1.25vw;
                font-size: 1.875rem;
            }

            .size-chart-main-div .inner-div .inner-pra {
                font-size: 1rem;
                margin-bottom: 0;
            }

        .size-chart-main-div .size-chart-div .recently-viewed-items .recently-view-products-slider .recent-product-card .dbox {
            margin: 0 10px;
        }

        .size-chart-main-div .size-chart-div .recently-viewed-items .recently-view-products-slider .product-name {
            padding-bottom: 0;
            margin-bottom: 0;
        }

            .size-chart-main-div .size-chart-div .recently-viewed-items .recently-view-products-slider .product-name h5, .size-chart-main-div .size-chart-div .recently-viewed-items .recently-view-products-slider .product-name .h5 {
                font-size: 1rem;
                font-weight: 500;
                margin-bottom: .9375vw;
            }

    .testimonials-main-div {
        padding-left: 1.875vw;
        padding-right: 1.875vw;
        padding-top: 2.1875vw;
    }

        .testimonials-main-div .heading {
            font-size: 1.875rem;
            font-weight: normal;
            margin-bottom: 1.25vw;
        }

        .testimonials-main-div .testimo-div {
            text-align: center;
            height: 400px;
        }

        .testimonials-main-div .testimo-div-2 {
            display: flex;
            justify-content: space-between;
            padding-top: 2.1875vw;
        }

            .testimonials-main-div .testimo-div-2 .review-box {
                display: flex;
                width: 30vw;
            }

                .testimonials-main-div .testimo-div-2 .review-box .box-1 {
                    height: 12vw;
                    width: 12vw;
                }

                    .testimonials-main-div .testimo-div-2 .review-box .box-1 img {
                        height: -webkit-fill-available;
                        width: 100%;
                    }

                .testimonials-main-div .testimo-div-2 .review-box .box-2 {
                    min-height: 18vw;
                    width: 18vw;
                    margin-top: 0;
                    text-align: start;
                    padding-left: .625vw;
                }

                    .testimonials-main-div .testimo-div-2 .review-box .box-2 span {
                        font-size: 1.125rem;
                        display: block;
                    }

                    .testimonials-main-div .testimo-div-2 .review-box .box-2 p {
                        font-size: .875rem;
                    }

        .testimonials-main-div .testimo-div-3 {
            display: flex;
            justify-content: space-between;
            padding-top: 2.1875vw;
        }

            .testimonials-main-div .testimo-div-3 .seclect-bx .input-div {
                align-items: center;
                display: flex;
            }

                .testimonials-main-div .testimo-div-3 .seclect-bx .input-div label {
                    font-weight: 600;
                    margin-right: 10px;
                }

            .testimonials-main-div .testimo-div-3 .seclect-bx .input-group {
                width: fit-content;
            }

            .testimonials-main-div .testimo-div-3 .img-bx {
                margin: unset;
                padding-top: 0;
                width: auto;
            }

                .testimonials-main-div .testimo-div-3 .img-bx img {
                    width: 100%;
                }

    .RequestForQuote-main-div {
        padding-left: 1.875vw;
        padding-right: 1.875vw;
        padding-top: 2.1875vw;
    }

        .RequestForQuote-main-div .request-inner-div {
            margin: 0 auto;
            text-align: center;
        }

            .RequestForQuote-main-div .request-inner-div img {
                width: 100%;
            }

            .RequestForQuote-main-div .request-inner-div .inner-pra {
                font-size: 1rem;
            }

        .RequestForQuote-main-div .requset-inner-2 {
            text-align: center;
            padding-top: 2.1875vw;
        }

            .RequestForQuote-main-div .requset-inner-2 .request-img.about-us-div {
                padding-top: 0;
            }

                .RequestForQuote-main-div .requset-inner-2 .request-img.about-us-div .about-div {
                    padding-top: 0;
                }

        .RequestForQuote-main-div .request-div {
            padding-top: 2.1875vw;
        }

            .RequestForQuote-main-div .request-div .pra-div p {
                margin-bottom: 10px;
                font-size: 1rem;
            }

                .RequestForQuote-main-div .request-div .pra-div p span {
                    font-weight: 600;
                    color: #095784;
                }

        .RequestForQuote-main-div .form-div {
            margin-bottom: 2.1875vw;
            margin-top: 2.1875vw;
            width: 70vw;
        }

            .RequestForQuote-main-div .form-div .input-div {
                margin-top: 20px;
                justify-content: space-between;
                display: flex;
            }

                .RequestForQuote-main-div .form-div .input-div label {
                    font-size: 1rem;
                    font-weight: 600;
                }

                .RequestForQuote-main-div .form-div .input-div .input-group {
                    width: 50vw;
                }

                    .RequestForQuote-main-div .form-div .input-div .input-group .input-inner {
                        width: 50vw;
                        display: flex;
                    }

                        .RequestForQuote-main-div .form-div .input-div .input-group .input-inner .input-group-text {
                            border-radius: 0;
                        }

                        .RequestForQuote-main-div .form-div .input-div .input-group .input-inner .form-control {
                            border-radius: 0;
                        }

                    .RequestForQuote-main-div .form-div .input-div .input-group .redtext {
                        margin-top: 10px;
                    }

        .RequestForQuote-main-div .request-table.orderid-main-div {
            padding: 0;
        }

            .RequestForQuote-main-div .request-table.orderid-main-div .orderid-div {
                width: auto;
                margin: 0;
            }

                .RequestForQuote-main-div .request-table.orderid-main-div .orderid-div .table-orderid-history {
                    text-align: center;
                }

                    .RequestForQuote-main-div .request-table.orderid-main-div .orderid-div .table-orderid-history thead th:nth-child(3) {
                        text-align: center;
                    }

                    .RequestForQuote-main-div .request-table.orderid-main-div .orderid-div .table-orderid-history tbody tr td {
                        text-align: center;
                    }

                        .RequestForQuote-main-div .request-table.orderid-main-div .orderid-div .table-orderid-history tbody tr td input {
                            width: 20vw;
                            padding: 5px;
                            border: 1px solid #d3d3d3;
                        }

                        .RequestForQuote-main-div .request-table.orderid-main-div .orderid-div .table-orderid-history tbody tr td:nth-child(2) {
                            text-align: center;
                        }

                        .RequestForQuote-main-div .request-table.orderid-main-div .orderid-div .table-orderid-history tbody tr td:nth-child(3) {
                            text-align: center;
                        }

            .RequestForQuote-main-div .request-table.orderid-main-div .file-div {
                width: 53vw;
                padding-top: 2.1875vw;
            }

                .RequestForQuote-main-div .request-table.orderid-main-div .file-div .input-group input {
                    font-size: .875rem;
                }

                .RequestForQuote-main-div .request-table.orderid-main-div .file-div #uploadBtn {
                    cursor: pointer;
                }

                .RequestForQuote-main-div .request-table.orderid-main-div .file-div .input-group-2 {
                    margin-top: 1.25vw;
                    display: block;
                }

                    .RequestForQuote-main-div .request-table.orderid-main-div .file-div .input-group-2 textarea {
                        width: 100%;
                    }

            .RequestForQuote-main-div .request-table.orderid-main-div .orderid-btn-container {
                margin-top: 1.25vw;
                text-align: start;
            }

    .health-tip-div {
        padding-left: 1.875vw;
        padding-right: 1.875vw;
        padding-top: 2.1875vw;
    }

        .health-tip-div .heading {
            padding-bottom: .9375vw;
        }

        .health-tip-div .health-inner-div {
            margin-top: 2.1875vw;
            justify-content: space-evenly;
            display: flex;
        }

            .health-tip-div .health-inner-div li {
                display: -webkit-inline-box;
                padding: 10px;
                width: 32%;
                width: 32%;
            }

            .health-tip-div .health-inner-div .inner-div {
                justify-content: center;
                text-align: center;
                display: grid;
                width: auto;
                padding-top: 0;
                display: block;
            }

                .health-tip-div .health-inner-div .inner-div .img-bx {
                    margin: 0 auto;
                    width: 15vw;
                }

                    .health-tip-div .health-inner-div .inner-div .img-bx img {
                        display: block;
                        width: 100%;
                    }

                .health-tip-div .health-inner-div .inner-div a {
                    display: block;
                    margin-top: .625vw;
                    font-size: 1rem;
                }

        .health-tip-div .bread-div {
            font-size: 1rem;
            align-items: center;
            display: flex;
            justify-content: space-between;
            margin-top: 2.1875vw;
            background-color: #e5e7e6;
            padding: 10px;
        }

            .health-tip-div .bread-div ul {
                padding-left: 0;
                font-size: 1rem;
                margin-bottom: 0;
                list-style: none;
                display: inline-flex;
            }

                .health-tip-div .bread-div ul li {
                    padding: 10px;
                }

                    .health-tip-div .bread-div ul li:hover {
                        background-color: #d8d8d8;
                    }

    .heading-health {
        padding-top: 2.1875vw;
        font-size: 1.563rem;
        margin-right: 2.1875vw;
        margin-left: 2.1875vw;
    }

    .health-div-main {
        padding-left: 1.875vw;
        padding-right: 1.875vw;
        padding-top: 1.25vw;
    }

        .health-div-main .health-div .text-content {
            font-size: 35px;
        }

        .health-div-main .health-div .inner-div {
            width: auto;
        }

            .health-div-main .health-div .inner-div img {
                width: 100%;
            }

        .health-div-main .health-div .card-div .card-inner-div {
            width: 48%;
            margin-top: 20px;
            padding: .9375vw;
            background-color: #d1cc75;
        }

            .health-div-main .health-div .card-div .card-inner-div .heading {
                font-size: 1.75rem;
            }

            .health-div-main .health-div .card-div .card-inner-div .img-bx {
                width: auto;
                margin: 0 auto;
            }

                .health-div-main .health-div .card-div .card-inner-div .img-bx img {
                    width: 100%;
                }

        .health-div-main .health-div .back-btn {
            margin-top: .625vw;
        }

        .health-div-main .health-div-2 .card-bx-2 {
            padding: 0;
            width: fit-content;
            height: 98px;
            margin: 15px;
        }

            .health-div-main .health-div-2 .card-bx-2 .img-bx {
                width: 6.813vw;
            }

                .health-div-main .health-div-2 .card-bx-2 .img-bx img {
                    width: 100%;
                }

            .health-div-main .health-div-2 .card-bx-2 .pra-div {
                font-size: 1rem;
            }

                .health-div-main .health-div-2 .card-bx-2 .pra-div span {
                    font-size: 1rem;
                    display: block;
                }

        .health-div-main .health-div-2 .arrow-div {
            width: 5vw;
            text-align: center;
        }

        .health-div-main .health-div-2 .container90 {
            position: relative;
            width: 100%;
            padding: 10px;
            height: 800px;
        }

        .health-div-main .health-div-2 .slide-container {
            position: absolute;
            left: 0;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        }

        .health-div-main .health-div-2 .slide {
            position: relative;
            width: 100%;
            height: 75%;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        }

        .health-div-main .health-div-2 .slide-toggle-container {
            position: absolute;
            width: 15%;
            height: 100%;
            right: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .health-div-main .health-div-2 .slide-toggle {
            margin: .5em;
            cursor: pointer;
        }

        .health-div-main .health-div-2 .chevron {
            fill: none;
            stroke: rgba(0,0,0,.8);
            stroke-width: 3;
            transition: .2s all linear;
        }

        .health-div-main .health-div-2 .slide-toggle:hover > .chevron {
            stroke: rgba(0,0,0,.4);
        }

        .health-div-main .health-div-2 .index {
            position: absolute;
            top: 0;
            left: 0;
            width: 15%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .health-div-main .health-div-2 .slide-1 {
            position: relative;
            width: auto;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .health-div-main .health-div-2 .slide-1 > p {
                text-align: center;
                margin: 0;
                margin-bottom: 25px;
                color: rgba(0,0,0,.5);
            }

            .health-div-main .health-div-2 .slide-1 > h1, .health-div-main .health-div-2 .slide-1 > .h1 {
                text-align: center;
                margin: 20px 0 10px 0;
                color: rgba(0,0,0,.85);
            }

        .health-div-main .health-div-2 .vertical-line {
            position: relative;
            width: 2px;
            height: 25%;
            background-color: rgba(0,0,0,.2);
        }

        .health-div-main .health-div-2 .slide-2 {
            position: relative;
            width: 50%;
            height: auto;
            display: grid;
            justify-content: center;
            align-items: center;
            grid-template-columns: auto auto auto;
            grid-template-rows: auto auto auto;
        }

        .health-div-main .health-div-2 .vertical-line-container {
            grid-column: 1/span 3;
            position: relative;
            height: 25vh;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .health-div-main .health-div-2 .vertical-line-container > .vertical-line {
                width: 2px;
                position: relative;
                height: 75%;
                background-color: rgba(0,0,0,.2);
            }

        .health-div-main .health-div-2 .slide-3 {
            position: relative;
            width: 50%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .health-div-main .health-div-2 .slide-3 > h1, .health-div-main .health-div-2 .slide-3 > .h1 {
                margin: 25px 0 25px 0;
            }

        .health-div-main .alliconminheight4 {
            min-height: 17.188vw;
            word-wrap: break-word;
        }

            .health-div-main .alliconminheight4 p {
                margin: 0 0 10px;
            }

            .health-div-main .alliconminheight4 .imge {
                height: 5.688vw;
                width: 5.625vw;
            }

        .health-div-main .icon4 {
            text-align: center;
            color: #fff;
            margin-top: .625vw;
            padding: .3125vw;
            border-radius: 5px;
        }

        .health-div-main .icon2 {
            text-align: center;
            color: #fff;
            padding: .3125vw;
            margin-top: .625vw;
            border-radius: 5px;
        }

        .health-div-main .imge {
            width: 100%;
        }

    .inner-dollar-div {
        padding: 2.1875vw 1.875vw 0 1.875vw;
    }

        .inner-dollar-div .heading {
            margin-bottom: 15px;
            font-size: 1.75rem;
        }

        .inner-dollar-div span {
            font-size: 1rem;
        }

        .inner-dollar-div p {
            margin-bottom: 0;
            font-size: 1rem;
        }

    .shopping-cart {
        padding-top: 2.1875vw;
    }

        .shopping-cart.custom-container {
            width: 100%;
            padding-right: var(--bs-gutter-x,1.875vw);
            padding-left: var(--bs-gutter-x,1.875vw);
            margin-right: auto;
            margin-left: auto;
        }

            .shopping-cart.custom-container h3, .shopping-cart.custom-container .h3 {
                text-align: left;
                padding-bottom: .625vw;
            }

        .shopping-cart #cart-detail-table {
            padding-right: .625vw;
        }

            .shopping-cart #cart-detail-table .about-item-1 {
                color: #3e454c;
            }

            .shopping-cart #cart-detail-table table thead tr th {
                background-color: #e8e8e8;
                padding-top: .625vw;
                padding-bottom: .625vw;
                color: #025685;
                font-size: 1rem;
                border: 0;
                font-weight: 500;
            }

                .shopping-cart #cart-detail-table table thead tr th:not(:first-child) {
                    text-align: center;
                }

            .shopping-cart #cart-detail-table table tbody .about-cart-product {
                padding-left: 1.25vw;
            }

                .shopping-cart #cart-detail-table table tbody .about-cart-product p {
                    padding-bottom: .625vw;
                }

                    .shopping-cart #cart-detail-table table tbody .about-cart-product p a {
                        color: #3e454c !important;
                    }

                .shopping-cart #cart-detail-table table tbody .about-cart-product div {
                    word-break: break-all;
                    display: inline;
                }

            .shopping-cart #cart-detail-table table tbody .table-tr-n {
                height: 10.438vw;
            }

            .shopping-cart #cart-detail-table table tbody tr td, .shopping-cart #cart-detail-table table tbody tr th {
                padding-top: .9375vw;
                padding-bottom: .9375vw;
                font-size: 16px;
            }

                .shopping-cart #cart-detail-table table tbody tr td:not(:first-child), .shopping-cart #cart-detail-table table tbody tr th:not(:first-child) {
                    text-align: center;
                    font-size: 16px;
                }

                .shopping-cart #cart-detail-table table tbody tr th.item1 {
                    width: 50%;
                }

                .shopping-cart #cart-detail-table table tbody tr td span {
                    font-size: 16px;
                }

            .shopping-cart #cart-detail-table table tbody .product-removed-cart p {
                padding-top: .9375vw;
                padding-bottom: .9375vw;
            }

            .shopping-cart #cart-detail-table table tbody .span {
                font-size: 1.125rem;
            }

            .shopping-cart #cart-detail-table table tbody .cart-count {
                padding: .3125vw .25vw;
            }

            .shopping-cart #cart-detail-table table tbody .product-action {
                font-size: .875rem;
                padding-top: 1.25vw;
                justify-content: center;
            }

                .shopping-cart #cart-detail-table table tbody .product-action.action-cart {
                    margin-right: auto;
                    padding-top: 2.3125vw;
                    align-items: center;
                    justify-content: center;
                    width: auto;
                }

                    .shopping-cart #cart-detail-table table tbody .product-action.action-cart span {
                        margin-bottom: 2px;
                        font-size: .875rem;
                    }

                        .shopping-cart #cart-detail-table table tbody .product-action.action-cart span:first-child {
                            padding-right: .188rem;
                        }

                        .shopping-cart #cart-detail-table table tbody .product-action.action-cart span i {
                            font-size: 1.125rem;
                        }

            .shopping-cart #cart-detail-table table tbody .img-label {
                color: #3e454c;
                display: block;
            }

        .shopping-cart #order-summary {
            padding-left: .625vw;
        }

            .shopping-cart #order-summary .summary-header {
                height: 5vw;
                margin-top: 0;
                padding-top: .625vw;
                padding-bottom: .625vw;
                padding-left: .9375vw;
            }

                .shopping-cart #order-summary .summary-header h2, .shopping-cart #order-summary .summary-header .h2 {
                    font-size: 1.563rem;
                    padding-bottom: .3125vw;
                }

                .shopping-cart #order-summary .summary-header p {
                    font-size: .875rem;
                    line-height: 1.313rem;
                }

            .shopping-cart #order-summary .form-control.order-summary-select {
                padding: 5px 0;
            }

        .shopping-cart h3, .shopping-cart .h3 {
            font-size: 1.563rem;
            line-height: 2.313rem;
        }

        .shopping-cart #order-billing {
            padding-top: .625vw;
            padding-bottom: .625vw;
        }

            .shopping-cart #order-billing #shipchrges {
                width: 19vw;
            }

            .shopping-cart #order-billing h2, .shopping-cart #order-billing .h2 {
                height: 2.75vw;
                padding-top: .3125vw;
                padding-bottom: .3125vw;
                padding-left: .9375vw;
            }

            .shopping-cart #order-billing span {
                padding-top: .625vw;
            }

            .shopping-cart #order-billing #inputState {
                padding: 0 .375vw;
                height: 2.438vw;
                width: 100%;
                line-height: 1.5rem;
            }

            .shopping-cart #order-billing .text-promocode {
                padding-top: .625vw;
                padding-bottom: .3125vw;
            }

            .shopping-cart #order-billing .promocode-form input {
                padding: .625vw .5vw;
                width: 15vw;
                height: 2.4375vw;
                font-size: .875rem;
            }

            .shopping-cart #order-billing .promocode-form .my-btn-primary {
                padding-top: .625vw;
                padding-bottom: .625vw;
                width: 6.875vw;
                height: 2.4375vw;
            }

        .shopping-cart .shipping-summary {
            padding-top: .9375vw;
        }

            .shopping-cart .shipping-summary div:first-child {
                padding-right: .831875vw;
            }

            .shopping-cart .shipping-summary .type-value {
                font-size: 20px;
            }

        .shopping-cart .my-btn-primary.btn-checkout {
            border-radius: 3px;
            height: 3.25vw;
            padding: .625vw;
        }

            .shopping-cart .my-btn-primary.btn-checkout i {
                padding-left: .625vw;
                font-size: 1.563rem;
            }

        .shopping-cart .continue-btn {
            border-radius: 3px;
            margin-top: .625vw;
            height: 3.25vw;
            display: flex;
            padding: .9375vw .625vw;
        }

        .shopping-cart .last-pra {
            font-size: 1rem;
        }

    #shpping-action-tabs {
        padding-bottom: 0;
        margin-bottom: 2.1875vw;
    }

        #shpping-action-tabs #shpping-action-tabs-description .product-image {
            margin-bottom: .625vw;
        }

        #shpping-action-tabs #shpping-action-tabs-description .product-price .selling-price {
            margin-bottom: .625vw;
            font-size: 1.125rem;
            color: #eb0400;
        }

        #shpping-action-tabs #shpping-action-tabs-description .product-name p {
            font-size: 1rem;
            margin-bottom: .625vw;
        }

        #shpping-action-tabs .tab-content {
            padding-top: 2.1875vw;
        }

    .home-shop-with-section {
        padding-top: 1.875vw;
        padding-bottom: 1.875vw;
        margin-top: 2.1875vw;
        min-height: 19vw;
    }

        .home-shop-with-section.category-page {
            margin-top: 2.1875vw;
        }

    #shopping-cart-top-slider {
        padding-top: 0;
        margin-top: 2.1875vw;
    }

        #shopping-cart-top-slider.custom-container {
            padding-top: 0;
            width: 100%;
            padding-right: var(--bs-gutter-x,1.875vw);
            padding-left: var(--bs-gutter-x,1.875vw);
            margin-right: auto;
            margin-left: auto;
        }

        #shopping-cart-top-slider .section-title {
            padding-top: 0;
            padding-bottom: .9375vw;
            text-align: left;
        }

            #shopping-cart-top-slider .section-title h2, #shopping-cart-top-slider .section-title .h2 {
                padding-bottom: 0;
                font-size: 1.875rem;
            }

        #shopping-cart-top-slider .product-image {
            width: 15vw;
            height: 15vw;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            #shopping-cart-top-slider .product-image img {
                margin-left: auto;
                margin-right: auto;
            }

        #shopping-cart-top-slider .recently-view-products-slider {
            padding-bottom: 0;
            margin-bottom: 0;
        }

    #shpping-action-tabs.custom-container {
        width: 100%;
        padding-right: var(--bs-gutter-x,1.875vw);
        padding-left: var(--bs-gutter-x,1.875vw);
        margin-right: auto;
        margin-left: auto;
    }

    #shpping-action-tabs .recently-view-products-slider .product-image {
        width: 15vw;
        height: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #shpping-action-tabs .recently-view-products-slider .product-image img {
            margin-left: auto;
            margin-right: auto;
        }

    .recently-viewed-items {
        padding-left: 1.875vw;
        padding-right: 1.875vw;
        padding-top: 0;
        margin-top: 2.1875vw;
    }

        .recently-viewed-items .itempad {
            padding-bottom: .9375vw;
        }

        .recently-viewed-items h2, .recently-viewed-items .h2 {
            padding-bottom: .625vw;
        }

        .recently-viewed-items .recent-product-card .product-image {
            margin-right: 1.25vw;
            width: 15vw;
            height: 15vw;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .recently-viewed-items .recent-product-card .product-image img {
                margin-left: auto;
                margin-right: auto;
            }

        .recently-viewed-items .dot-div {
            margin-bottom: 50px;
        }

        .recently-viewed-items .recently-view-products-slider .recent-product-card .product-name p {
            min-height: 50px;
            font-size: 1rem;
        }

        .recently-viewed-items .recently-view-products-slider .recent-product-card .product-price .selling-price {
            font-size: 1.125rem;
        }

    @media only screen and (min-width:997px) and (max-width:1374px) {
        #order-billing {
            padding-top: .625vw;
            padding-bottom: .625vw;
        }

            #order-billing #inputState {
                padding: .5vw .375vw;
                height: 4.4375vw;
                width: 25.935625vw;
                font-size: 1rem;
                line-height: 1.5rem;
            }
    }

    @media only screen and (min-width:992px) and (max-width:1374px) {
        #order-summary {
            padding-left: .625vw;
        }

            #order-summary .summary-header {
                height: 9.065vw !important;
                margin-top: 0;
                padding-top: .3125vw;
                padding-bottom: .3125vw;
                padding-left: .9375vw;
            }

                #order-summary .summary-header h2, #order-summary .summary-header .h2 {
                    font-size: 1.563rem;
                    padding-bottom: .3125vw;
                }

                #order-summary .summary-header p {
                    font-size: .875rem;
                    line-height: 1.125rem;
                }

        #order-billing {
            padding-top: .625vw;
            padding-bottom: .625vw;
        }

            #order-billing h2, #order-billing .h2 {
                height: 3.75vw !important;
                padding-top: .3125vw;
                padding-bottom: .3125vw;
                padding-left: .9375vw;
            }

            #order-billing span {
                padding-top: .625vw;
            }
    }

    @media only screen and (min-width:992px) and (max-width:1462px) {
        #product-description-and-policy .tab-container .nav .nav-item .nav-link {
            padding-left: .3125vw;
            padding-right: .3125vw;
        }
    }

    .handheld-toolbar-item {
        display: none;
    }

    .category-page #category-listing-start .top-breadcrumb {
        padding-top: .9375vw;
    }

    .category-page #category-listing-start.category-top-section nav {
        height: auto;
    }

        .category-page #category-listing-start.category-top-section nav ol.breadcrumb li.breadcrumb-item {
            height: 1.25vw;
        }

            .category-page #category-listing-start.category-top-section nav ol.breadcrumb li.breadcrumb-item .fa {
                padding: 0 5px 0 5px;
            }

            .category-page #category-listing-start.category-top-section nav ol.breadcrumb li.breadcrumb-item.active {
                align-items: flex-start;
            }

            .category-page #category-listing-start.category-top-section nav ol.breadcrumb li.breadcrumb-item a {
                font-size: 1rem;
                line-height: 1.5rem;
            }

            .category-page #category-listing-start.category-top-section nav ol.breadcrumb li.breadcrumb-item strong {
                font-size: 1rem;
            }

    .category-page #category-listing-start.category-top-section h1, .category-page #category-listing-start.category-top-section .h1 {
        padding-top: 1.1875vw;
        line-height: 1.5rem;
        font-size: 1rem;
        margin-top: 1px;
        margin-bottom: 15px !important;
    }

    .category-page #category-listing-start.category-top-section p {
        padding-top: .9375vw;
        padding-bottom: .9375vw;
        line-height: 1.5rem;
        font-size: 1rem;
    }

    .category-page #category-listing-start.category-top-section .d-grid {
        padding-bottom: 2.1875vw;
    }

    .category-page #category-listing-start.category-top-section.custom-container {
        width: 100%;
        padding-right: var(--bs-gutter-x,1.875vw);
        padding-left: var(--bs-gutter-x,1.875vw);
        margin-right: auto;
        margin-left: auto;
    }

    .category-page #category-listing-slider {
        padding-top: 0;
    }

        .category-page #category-listing-slider.custom-container {
            width: 100%;
            padding-right: var(--bs-gutter-x,2.1875vw);
            padding-left: var(--bs-gutter-x,2.1875vw);
            margin-right: auto;
            margin-left: auto;
            height: auto;
            aspect-ratio: 16/2;
        }

        .category-page #category-listing-slider .sub-category-slider .sub-category-card {
            justify-content: center;
        }

            .category-page #category-listing-slider .sub-category-slider .sub-category-card .product-image {
                width: 10.9375vw;
                height: 10.9375vw;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-right: 1.25vw;
            }

                .category-page #category-listing-slider .sub-category-slider .sub-category-card .product-image img {
                    margin-left: auto;
                    margin-right: auto;
                }

            .category-page #category-listing-slider .sub-category-slider .sub-category-card .product-price {
                padding-top: .625vw;
                padding-bottom: .9375vw;
                line-height: 1.5rem;
                color: #eb0400;
                font-size: 1.125rem;
            }

        .category-page #category-listing-slider .sub-category-slider .slick-slide {
            padding-top: 2.1875vw;
            padding-bottom: .625vw;
        }

            .category-page #category-listing-slider .sub-category-slider .slick-slide .category-name {
                padding-top: .625vw;
                padding-bottom: 0;
                font-size: 1rem;
                line-height: 1.5rem;
            }

        .category-page #category-listing-slider .recent-product-card {
            justify-content: center;
            align-items: center;
        }

            .category-page #category-listing-slider .recent-product-card .dbox {
                margin-bottom: 10px;
                margin-right: 10px;
                margin-left: 10px;
                height: auto;
                width: 15vw;
            }

                .category-page #category-listing-slider .recent-product-card .dbox img {
                    margin: 0 auto;
                }

    .category-page #category-listing-tags {
        justify-content: flex-start;
    }

        .category-page #category-listing-tags.custom-container {
            width: 100%;
            padding-right: var(--bs-gutter-x,1.875vw);
            padding-left: var(--bs-gutter-x,1.875vw);
            margin-right: auto;
            margin-left: auto;
            padding-top: 2.5vw;
        }

        .category-page #category-listing-tags .tag-item {
            margin-top: .625vw;
            min-height: 1.875vw;
        }

            .category-page #category-listing-tags .tag-item.filter-tag {
                justify-content: center;
                margin-right: 1.25vw;
                padding: .3125vw;
                min-width: 6.875vw;
            }

    .category-page .category-listing-section {
        padding-top: 2.1875vw;
    }

        .category-page .category-listing-section.custom-container {
            width: auto;
            width: 100%;
            padding-right: var(--bs-gutter-x,1.875vw);
            padding-left: var(--bs-gutter-x,1.875vw);
            margin-right: auto;
            margin-left: auto;
        }

            .category-page .category-listing-section.custom-container .category-list-block {
                display: block;
            }

            .category-page .category-listing-section.custom-container .category-list-block {
                display: flex;
                justify-content: space-between;
            }

    .category-page #category-filter-sidebar {
        padding-left: 0;
        padding-right: 0;
        width: 23.125vw;
    }

        .category-page #category-filter-sidebar h3, .category-page #category-filter-sidebar .h3 {
            font-size: 1.125rem;
            line-height: 1.688rem;
            margin-bottom: .5vw;
        }

        .category-page #category-filter-sidebar .heading {
            font-size: 1.125rem;
            line-height: 1.688rem;
            margin-bottom: .5vw;
        }

        .category-page #category-filter-sidebar #shop-sidebar.offcanvas.offcanvas-start {
            max-width: none;
            width: 23.125vw;
        }

        .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body h3, .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body .h3 {
            padding: .9375vw;
            font-size: .875rem;
            font-weight: 500;
        }

        .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item {
            border: 0 !important;
        }

            .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item .accordion-header .accordion-button {
                padding: .625vw;
            }

            .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item .accordion-body {
                padding-top: .625vw;
                padding-left: .625vw;
                padding-right: .625vw;
            }

                .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item .accordion-body .input-group {
                    padding-bottom: .9375vw;
                }

                    .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item .accordion-body .input-group input {
                        font-size: 1rem;
                    }

                .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item .accordion-body ul.widget-list {
                    padding-left: 0;
                    padding-right: 0;
                    padding-bottom: .625vw;
                }

                    .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item .accordion-body ul.widget-list .form-check-input {
                        width: 1rem;
                        height: 1rem;
                        margin-right: .625vw;
                    }

                    .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item .accordion-body ul.widget-list .widget-filter-item-text, .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item .accordion-body ul.widget-list .text-muted {
                        font-size: 1rem;
                    }

                .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item .accordion-body .filter-view-more {
                    padding-bottom: .3125vw;
                }

                    .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item .accordion-body .filter-view-more i {
                        padding-right: .3125vw;
                    }

                    .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item .accordion-body .filter-view-more span {
                        font-size: 1rem;
                        line-height: 1.5rem;
                    }

            .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item #filterByPrice {
                height: 65px;
            }

                .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item #filterByPrice .accordion-body {
                    padding-top: .9375vw;
                    padding-bottom: 1.25vw;
                }

                    .category-page #category-filter-sidebar #shop-sidebar .offcanvas-body #CategoryFilterAccordion .accordion-item #filterByPrice .accordion-body #category-listing-price-range .noUi-handle {
                        width: 1.125vw;
                        height: 1.125vw;
                        border: 1px solid #3e454c;
                        box-shadow: none;
                    }

    .category-page #products-by-category {
        width: 63.75vw;
        margin-left: 85px;
        margin-right: auto;
    }

        .category-page #products-by-category .pagination-container {
            width: 63.75vw;
            padding-bottom: .625vw;
            margin-left: auto;
            margin-right: auto;
            display: flex;
        }

            .category-page #products-by-category .pagination-container div.per-page-limit {
                padding-top: 0;
                padding-right: 0;
                padding-left: 0;
            }

                .category-page #products-by-category .pagination-container div.per-page-limit select {
                    font-size: 1rem;
                }

                .category-page #products-by-category .pagination-container div.per-page-limit label {
                    padding-bottom: 0;
                    padding-right: 7.56px;
                }

            .category-page #products-by-category .pagination-container div:first-child {
                width: auto;
                margin-right: 3.02375vw;
                justify-content: flex-start;
                padding-bottom: 0;
            }

            .category-page #products-by-category .pagination-container div:nth-child(2) {
                height: 1.4375vw;
                justify-content: flex-start;
            }

                .category-page #products-by-category .pagination-container div:nth-child(2) .pagination li:last-child a {
                    padding-right: 0;
                }

            .category-page #products-by-category .pagination-container div .fs-sm {
                padding-left: .390625vw;
            }

        .category-page #products-by-category .category-pagination .pagination li a {
            font-size: 1rem;
            padding-left: .5vw;
            padding-right: .5vw;
        }

        .category-page #products-by-category .category-pagination .pagination li:first-child a {
            padding-right: .520833vw;
        }

        .category-page #products-by-category .category-pagination .pagination li:last-child a {
            padding-left: .520833vw;
        }

        .category-page #products-by-category .sort-by-md-filter {
            padding-top: .625vw;
            padding-right: 0;
            width: 63.4375vw;
            margin-right: auto;
            margin-left: auto;
        }

            .category-page #products-by-category .sort-by-md-filter div .form-select {
                height: auto;
                min-width: 210px;
                padding: .25vw .375vw;
                line-height: normal;
            }

        .category-page #products-by-category .product-card-container {
            width: 65.3125vw;
            padding-bottom: 2.1875vw;
            margin-left: -.9375vw;
            margin-right: -.9375vw;
            justify-content: flex-start;
        }

            .category-page #products-by-category .product-card-container .product-card {
                width: 14vw;
                margin-top: 0;
                margin-left: .78125vw;
                margin-right: .78125vw;
            }

                .category-page #products-by-category .product-card-container .product-card .product-card-shadow {
                    margin-left: 0;
                    margin-right: 0;
                    margin-top: 2.1875vw;
                }

                    .category-page #products-by-category .product-card-container .product-card .product-card-shadow:hover, .category-page #products-by-category .product-card-container .product-card .product-card-shadow:focus {
                        box-shadow: 0 0 10px rgba(142,141,141,.149);
                    }

                    .category-page #products-by-category .product-card-container .product-card .product-card-shadow .labels {
                        font-size: .875rem;
                        line-height: 1.5rem;
                        margin-top: .9375vw;
                        top: 10px;
                    }

                        .category-page #products-by-category .product-card-container .product-card .product-card-shadow .labels.product-label {
                            margin-left: -27px;
                            width: 6.8125vw;
                            height: 1.5625vw;
                            margin-bottom: .9375vw;
                        }

                    .category-page #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item {
                        justify-content: center;
                        padding-left: .75vw;
                        padding-right: .75vw;
                        padding-top: 3.4375vw;
                    }

                        .category-page #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .product-name {
                            padding: .625vw .75vw 0 .75vw;
                        }

                            .category-page #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .product-name p {
                                font-size: 1rem;
                                line-height: 1.688rem;
                            }

                        .category-page #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .product-image {
                            margin-right: 0;
                            margin-left: 0;
                            width: 12.5vw;
                            height: 12.5vw;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }

                            .category-page #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .product-image img {
                                margin-left: auto;
                                margin-right: auto;
                            }

                            .category-page #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .product-image img {
                                width: 12.5vw;
                                height: 12.5vw;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                            }

                                .category-page #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .product-image img img {
                                    margin-left: auto;
                                    margin-right: auto;
                                }

                        .category-page #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .info-box {
                            width: auto;
                            margin-left: auto;
                            margin-right: auto;
                            padding-right: 0;
                        }

                            .category-page #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars .on, .category-page #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars .off {
                                background-size: contain;
                                width: 1.283125vw;
                                height: 1.19125vw;
                            }

                            .category-page #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span:nth-child(1), .category-page #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span:nth-child(2), .category-page #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span:nth-child(3), .category-page #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span:nth-child(4) {
                                margin-right: .279375vw;
                            }

                            .category-page #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span.product-reviews-text {
                                padding-top: .625vw;
                            }

                            .category-page #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .info-box .product-price {
                                padding-top: .625vw;
                                padding-bottom: .625vw;
                            }

                                .category-page #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .info-box .product-price .list-price {
                                    padding-top: 0;
                                    font-size: .875rem;
                                    line-height: 1.313rem;
                                }

                                .category-page #products-by-category .product-card-container .product-card .product-card-shadow .product-card-item .info-box .product-price .selling-price {
                                    padding-top: 0;
                                    margin-left: 5px;
                                    line-height: 1.688rem;
                                    font-size: 1.125rem;
                                    font-weight: 500;
                                }

                    .category-page #products-by-category .product-card-container .product-card .product-card-shadow .product-card-quickview-section {
                        margin-top: 0;
                    }

                        .category-page #products-by-category .product-card-container .product-card .product-card-shadow .product-card-quickview-section a {
                            font-size: 1rem;
                            line-height: 1.5rem;
                        }

                .category-page #products-by-category .product-card-container .product-card .manufacturer-name {
                    font-size: 1rem;
                    font-weight: 600;
                    word-break: break-word;
                    line-height: 1.5rem;
                    margin-bottom: .625vw;
                }

            .category-page #products-by-category .product-card-container::after {
                width: 63.730625vw;
            }

    .category-page #category-listing-description {
        padding-top: 2.1875vw;
        padding-bottom: 2.1875vw;
    }

        .category-page #category-listing-description.custom-container {
            width: 100%;
            padding-right: var(--bs-gutter-x,2.1875vw);
            padding-left: var(--bs-gutter-x,2.1875vw);
            margin-right: auto;
            margin-left: auto;
        }

        .category-page #category-listing-description p {
            padding-bottom: 10px;
            margin-bottom: 0;
            font-size: 1rem;
        }

            .category-page #category-listing-description p.last-para {
                padding-bottom: .9375vw;
            }

        .category-page #category-listing-description h6, .category-page #category-listing-description .h6 {
            padding-bottom: .9375vw;
            font-size: 1.125rem;
            line-height: 1.688rem;
        }

        .category-page #category-listing-description a {
            color: #0072b1;
        }

        .category-page #category-listing-description h2, .category-page #category-listing-description .h2 {
            padding-top: 1.5625vw;
        }

    .category-page #category-listing-home-shop.home-shop-with-section {
        margin-top: 2.1875vw;
        padding-top: 1.875vw;
        padding-bottom: .9375vw;
    }

    .category-page #category-listing-home-shop .section-title .h2-heading-home {
        margin-top: 0;
        margin-bottom: 0;
    }

    .category-page #category-listing-home-shop .shop-with-us-slider .slick-slide {
        padding-top: .9375vw;
    }

        .category-page #category-listing-home-shop .shop-with-us-slider .slick-slide .shop-with-us-slider__caption {
            margin-top: .625vw;
            margin-bottom: .625vw;
        }

        .category-page #category-listing-home-shop .shop-with-us-slider .slick-slide img {
            width: 7.375vw;
        }

    .category-page #category-listing-home-shop .shop-with-us-slider .shop-with-us-slider__caption {
        margin-top: .625vw;
        margin-bottom: .625vw;
    }

    .category-page #category-listing-home-shop .shop-with-us-slider .shop-with-us-slider__txt {
        margin-bottom: .9375vw;
    }

    .category-page .category-page-article-section {
        margin-top: 2.1875vw;
    }

        .category-page .category-page-article-section .section-title h2, .category-page .category-page-article-section .section-title .h2 {
            font-size: 1.875rem;
            line-height: 2.813rem;
            margin-bottom: 0;
        }

        .category-page .category-page-article-section .pb-20 {
            padding-bottom: 20px;
        }

        .category-page .category-page-article-section .article-content {
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 0;
            margin-left: -.9375vw;
        }

            .category-page .category-page-article-section .article-content.category-listing-cards .article-single-card {
                padding-left: 12px;
            }

            .category-page .category-page-article-section .article-content .article-single-card {
                padding-top: .9375vw;
                padding-left: .9375vw;
                padding-right: .9375vw;
            }

                .category-page .category-page-article-section .article-content .article-single-card .article-single-card-shadow {
                    padding: 1.25vw 1.875vw;
                    margin: 0;
                    width: 23.125vw;
                }

                    .category-page .category-page-article-section .article-content .article-single-card .article-single-card-shadow .article-categories {
                        margin-bottom: .625vw;
                    }

                    .category-page .category-page-article-section .article-content .article-single-card .article-single-card-shadow .article-title {
                        margin-bottom: .625vw;
                        font-size: 1.125rem;
                        line-height: 1.688rem;
                    }

                    .category-page .category-page-article-section .article-content .article-single-card .article-single-card-shadow .article-author-date {
                        margin-bottom: .625vw;
                    }

                        .category-page .category-page-article-section .article-content .article-single-card .article-single-card-shadow .article-author-date img {
                            margin-top: -2px;
                        }

                        .category-page .category-page-article-section .article-content .article-single-card .article-single-card-shadow .article-author-date span {
                            vertical-align: text-bottom;
                        }

                    .category-page .category-page-article-section .article-content .article-single-card .article-single-card-shadow .article-text {
                        line-height: 1.5rem;
                        margin-bottom: .625vw;
                    }

                    .category-page .category-page-article-section .article-content .article-single-card .article-single-card-shadow .article-share img {
                        padding-right: .470052083333vw;
                    }

    .category-page #category-page-faq.category-page-faq-section {
        margin-top: 2.1875vw;
    }

        .category-page #category-page-faq.category-page-faq-section.custom-container {
            width: 100%;
            padding-right: var(--bs-gutter-x,1.875vw);
            padding-left: var(--bs-gutter-x,1.875vw);
            margin-right: auto;
            margin-left: auto;
        }

        .category-page #category-page-faq.category-page-faq-section h2, .category-page #category-page-faq.category-page-faq-section .h2 {
            margin-bottom: .9375vw;
            font-size: 1.875rem;
            line-height: 2.813rem;
        }

        .category-page #category-page-faq.category-page-faq-section #faqCategoryAccordion .accordion-item .accordion-header .accordion-button {
            padding-top: .9375vw;
            padding-bottom: .625vw;
            padding-left: .53125vw;
            padding-right: .53125vw;
            font-size: 1rem;
            font-weight: 500;
        }

        .category-page #category-page-faq.category-page-faq-section #faqCategoryAccordion .accordion-item .accordion-collapse .accordion-body {
            padding: 0 .53125vw .9375vw .53125vw;
            margin-top: -7.04px;
            font-size: .875rem;
            line-height: 1.5rem;
        }

    .category-page #category-listing-recently-viewed.recently-viewed-items {
        margin-top: 2.1875vw;
    }

        .category-page #category-listing-recently-viewed.recently-viewed-items.custom-container {
            width: 100%;
            padding-right: var(--bs-gutter-x,1.875vw);
            padding-left: var(--bs-gutter-x,1.875vw);
            margin-right: auto;
            margin-left: auto;
            padding-top: 0;
        }

            .category-page #category-listing-recently-viewed.recently-viewed-items.custom-container .section-title h2, .category-page #category-listing-recently-viewed.recently-viewed-items.custom-container .section-title .h2 {
                line-height: 2.313rem;
                padding-bottom: 0;
            }

            .category-page #category-listing-recently-viewed.recently-viewed-items.custom-container .recently-view-products-slider {
                padding-bottom: 1.25vw;
            }

                .category-page #category-listing-recently-viewed.recently-viewed-items.custom-container .recently-view-products-slider.slick-slider {
                    margin-bottom: 2.5vw;
                }

                    .category-page #category-listing-recently-viewed.recently-viewed-items.custom-container .recently-view-products-slider.slick-slider .slick-slide {
                        padding-top: .9375vw;
                    }

                .category-page #category-listing-recently-viewed.recently-viewed-items.custom-container .recently-view-products-slider .recent-product-card .product-name {
                    padding-top: .625vw;
                }

                    .category-page #category-listing-recently-viewed.recently-viewed-items.custom-container .recently-view-products-slider .recent-product-card .product-name p {
                        font-size: 1rem;
                        line-height: 1.5rem;
                        width: 95%;
                        margin-left: auto;
                        margin-right: auto;
                    }

                .category-page #category-listing-recently-viewed.recently-viewed-items.custom-container .recently-view-products-slider .recent-product-card .manufacturer-name {
                    padding-top: .625vw;
                    padding-bottom: .625vw;
                    line-height: 1.125rem;
                    font-size: .75rem;
                    font-weight: 500;
                }

                .category-page #category-listing-recently-viewed.recently-viewed-items.custom-container .recently-view-products-slider .recent-product-card .product-price {
                    padding-top: .625vw;
                }

                    .category-page #category-listing-recently-viewed.recently-viewed-items.custom-container .recently-view-products-slider .recent-product-card .product-price span {
                        font-size: 1.125rem;
                        line-height: 1.5rem;
                    }

                .category-page #category-listing-recently-viewed.recently-viewed-items.custom-container .recently-view-products-slider .recent-product-card .product-image {
                    width: 15vw;
                    height: 15vw;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    .category-page #category-listing-recently-viewed.recently-viewed-items.custom-container .recently-view-products-slider .recent-product-card .product-image img {
                        margin-left: auto;
                        margin-right: auto;
                    }

    .category-page .footer-section-subscribe {
        margin-top: 3.4375vw;
    }

    #footer-links.footer-main-section {
        margin-top: 0;
        width: 100%;
        padding-right: var(--bs-gutter-x,1.25vw);
        padding-left: var(--bs-gutter-x,1.25vw);
        margin-right: auto;
        margin-left: auto;
    }

        #footer-links.footer-main-section .footer-cols {
            justify-content: flex-start;
            margin: 0 auto;
            width: fit-content;
        }

            #footer-links.footer-main-section .footer-cols .item1 {
                width: 23.3125vw;
            }

            #footer-links.footer-main-section .footer-cols .item2 {
                width: 24.8125vw;
            }

            #footer-links.footer-main-section .footer-cols .item3 {
                width: 23.6875vw;
            }

            #footer-links.footer-main-section .footer-cols .item4 {
                width: auto;
            }

        #footer-links.footer-main-section .footer-logo-container {
            width: 50vw;
            margin-left: auto;
            margin-right: auto;
            padding-top: 1.5vw;
        }

            #footer-links.footer-main-section .footer-logo-container .row {
                align-items: center;
                justify-content: space-around;
            }

                #footer-links.footer-main-section .footer-logo-container .row .item1, #footer-links.footer-main-section .footer-logo-container .row .item2, #footer-links.footer-main-section .footer-logo-container .row .item3, #footer-links.footer-main-section .footer-logo-container .row .item4, #footer-links.footer-main-section .footer-logo-container .row .item5, #footer-links.footer-main-section .footer-logo-container .row .item6, #footer-links.footer-main-section .footer-logo-container .row .item7 {
                    width: 6.563vw;
                    height: 3.125vw;
                    padding-top: 0;
                }

                    #footer-links.footer-main-section .footer-logo-container .row .item1 img, #footer-links.footer-main-section .footer-logo-container .row .item2 img, #footer-links.footer-main-section .footer-logo-container .row .item3 img, #footer-links.footer-main-section .footer-logo-container .row .item4 img, #footer-links.footer-main-section .footer-logo-container .row .item5 img, #footer-links.footer-main-section .footer-logo-container .row .item6 img, #footer-links.footer-main-section .footer-logo-container .row .item7 img {
                        height: 3.125vw;
                        width: 6.563vw;
                    }

        #footer-links.footer-main-section .footer-links {
            padding-top: 1.25vw;
        }

            #footer-links.footer-main-section .footer-links p {
                font-size: 1.263rem;
                line-height: 2.313rem;
                margin-bottom: .3125vw;
            }

            #footer-links.footer-main-section .footer-links ul li {
                padding-top: .625vw;
            }

                #footer-links.footer-main-section .footer-links ul li a {
                    font-size: 1rem;
                    line-height: 1.5rem;
                }

                    #footer-links.footer-main-section .footer-links ul li a.hover {
                        color: #025685;
                    }

    .order-complete-footer-section {
        margin-top: 35px;
    }

    #order-completed-page #order-completed-top {
        padding-top: 0;
    }

        #order-completed-page #order-completed-top.custom-container {
            width: 100%;
            padding-right: var(--bs-gutter-x,2.625vw);
            padding-left: var(--bs-gutter-x,2.625vw);
            margin-right: auto;
            margin-left: auto;
            margin-top: 2.1875vw;
        }

            #order-completed-page #order-completed-top.custom-container .section-title h2, #order-completed-page #order-completed-top.custom-container .section-title .h2 {
                font-size: 1.875rem;
                line-height: 2.813rem;
            }

            #order-completed-page #order-completed-top.custom-container p {
                padding-top: .625vw;
            }

    #order-completed-page #order-number-and-date {
        justify-content: space-between;
        text-align: unset;
        padding-left: 1.875vw;
        padding-right: 1.875vw;
        padding-top: 2.1875vw;
    }

        #order-completed-page #order-number-and-date h2, #order-completed-page #order-number-and-date .h2 {
            margin-bottom: .625vw;
            font-size: 1.563rem;
            font-weight: 500;
            line-height: 2.313rem;
        }

        #order-completed-page #order-number-and-date p {
            font-size: 1.125rem;
            line-height: 1.563rem;
            height: 1.4375vw;
        }

        #order-completed-page #order-number-and-date .print-page {
            line-height: 2.313rem;
        }

    #order-completed-page #shipping-card {
        padding-top: 2.1875vw;
    }

        #order-completed-page #shipping-card.custom-container {
            width: 100%;
            padding-right: var(--bs-gutter-x,1.875vw);
            padding-left: var(--bs-gutter-x,1.875vw);
            margin-right: auto;
            margin-left: auto;
        }

        #order-completed-page #shipping-card .shipping-details {
            flex-direction: row;
            box-shadow: 0 .125vw .25vw rgba(88,98,97,.411);
            padding-left: 1.25vw;
            padding-right: 1.25vw;
            padding-bottom: 1.25vw;
        }

            #order-completed-page #shipping-card .shipping-details .address-part h4, #order-completed-page #shipping-card .shipping-details .address-part .h4, #order-completed-page #shipping-card .shipping-details .shipping-method h4, #order-completed-page #shipping-card .shipping-details .shipping-method .h4 {
                padding-top: 1.25vw;
                font-size: 1.563rem;
                line-height: 2.313rem;
            }

            #order-completed-page #shipping-card .shipping-details .address-part .customer-name, #order-completed-page #shipping-card .shipping-details .address-part .customer-address {
                font-size: 1rem;
                line-height: 1.5rem;
            }

            #order-completed-page #shipping-card .shipping-details .address-part .customer-name {
                padding-top: .625vw;
            }

            #order-completed-page #shipping-card .shipping-details .address-part .customer-address {
                padding-top: .625vw;
            }

            #order-completed-page #shipping-card .shipping-details .address-part .customer-phone {
                padding-top: .625vw;
            }

            #order-completed-page #shipping-card .shipping-details .shipping-method div {
                padding-top: .625vw;
                font-size: 1rem;
                line-height: 1.5rem;
            }

    #order-completed-page .order-complete-details {
        box-shadow: 0 .125vw .25vw rgba(88,98,97,.411);
        margin-top: 2.1875vw;
        padding-top: 1.25vw;
        width: 100%;
    }

        #order-completed-page .order-complete-details.custom-container {
            width: 95.25vw;
            padding-right: 0;
            padding-left: 0;
            margin-right: 1.875vw;
            margin-left: 1.875vw;
        }

        #order-completed-page .order-complete-details .table-heading {
            font-size: 1.563rem;
            padding-left: .8125vw;
        }

        #order-completed-page .order-complete-details #cart-detail-table {
            padding-top: .9375vw;
        }

            #order-completed-page .order-complete-details #cart-detail-table table thead {
                background-color: #e8e8e8;
            }

                #order-completed-page .order-complete-details #cart-detail-table table thead tr th {
                    border-bottom: none;
                    font-weight: 500;
                    color: #025685;
                    border-right: 2px solid #e8e8e8;
                    height: 2.625vw;
                }

                    #order-completed-page .order-complete-details #cart-detail-table table thead tr th.item1 {
                        padding-left: 3.125vw;
                    }

                    #order-completed-page .order-complete-details #cart-detail-table table thead tr th.item2 {
                        width: 14.4375vw;
                        text-align: center;
                    }

                    #order-completed-page .order-complete-details #cart-detail-table table thead tr th.item3 {
                        width: 13.75vw;
                        text-align: center;
                    }

                    #order-completed-page .order-complete-details #cart-detail-table table thead tr th.item4 {
                        width: 14.0625vw;
                        text-align: center;
                    }

                    #order-completed-page .order-complete-details #cart-detail-table table thead tr th.item5 {
                        text-align: right;
                        padding-right: 1.25vw;
                    }

            #order-completed-page .order-complete-details #cart-detail-table table tbody tr th {
                padding-top: .9375vw;
                padding-bottom: .9375vw;
                border-color: #3e454c;
            }

                #order-completed-page .order-complete-details #cart-detail-table table tbody tr th.item1 {
                    width: 40.5625vw;
                    padding-left: 1.25vw;
                }

                    #order-completed-page .order-complete-details #cart-detail-table table tbody tr th.item1 .about-cart-product {
                        width: 34.3125vw;
                    }

                        #order-completed-page .order-complete-details #cart-detail-table table tbody tr th.item1 .about-cart-product div {
                            display: block;
                        }

                        #order-completed-page .order-complete-details #cart-detail-table table tbody tr th.item1 .about-cart-product p {
                            padding-bottom: .625vw;
                        }

                    #order-completed-page .order-complete-details #cart-detail-table table tbody tr th.item1 .cart-product-image {
                        padding-right: 1.25vw;
                    }

                        #order-completed-page .order-complete-details #cart-detail-table table tbody tr th.item1 .cart-product-image .img-container {
                            width: 6.875vw;
                            height: 6.875vw;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            margin-bottom: .25vw;
                        }

                            #order-completed-page .order-complete-details #cart-detail-table table tbody tr th.item1 .cart-product-image .img-container img {
                                margin-left: auto;
                                margin-right: auto;
                            }

                            #order-completed-page .order-complete-details #cart-detail-table table tbody tr th.item1 .cart-product-image .img-container img {
                                width: 100%;
                            }

                        #order-completed-page .order-complete-details #cart-detail-table table tbody tr th.item1 .cart-product-image .img-caption .img-label {
                            font-weight: normal;
                        }

            #order-completed-page .order-complete-details #cart-detail-table table tbody tr td {
                font-size: 1rem;
                padding-top: .9375vw;
                padding-bottom: .9375vw;
                border-color: #3e454c;
            }

                #order-completed-page .order-complete-details #cart-detail-table table tbody tr td.item2, #order-completed-page .order-complete-details #cart-detail-table table tbody tr td.item3, #order-completed-page .order-complete-details #cart-detail-table table tbody tr td.item4, #order-completed-page .order-complete-details #cart-detail-table table tbody tr td.item5 {
                    text-align: center;
                }

                #order-completed-page .order-complete-details #cart-detail-table table tbody tr td.item2, #order-completed-page .order-complete-details #cart-detail-table table tbody tr td.item3, #order-completed-page .order-complete-details #cart-detail-table table tbody tr td.item4, #order-completed-page .order-complete-details #cart-detail-table table tbody tr td.item5 {
                    padding-top: .5rem;
                    padding-bottom: .5rem;
                }

                #order-completed-page .order-complete-details #cart-detail-table table tbody tr td.item5 {
                    padding-right: 1.25vw;
                    text-align: right;
                }

                #order-completed-page .order-complete-details #cart-detail-table table tbody tr td .head-mobile {
                    display: block;
                }

        #order-completed-page .order-complete-details .shipping-summary {
            padding-top: .875vw;
            padding-bottom: 1.25vw;
        }

            #order-completed-page .order-complete-details .shipping-summary ul {
                width: 14.4375vw;
                min-width: 231px;
                max-width: 100%;
                margin-left: auto;
                padding-left: 0;
                padding-right: 1.25vw;
                list-style: none;
            }

                #order-completed-page .order-complete-details .shipping-summary ul li {
                    display: flex;
                    justify-content: space-between;
                    line-height: 1.5rem;
                    padding-top: .625vw;
                    font-size: 1rem;
                }

                    #order-completed-page .order-complete-details .shipping-summary ul li:first-child {
                        padding-top: 0;
                    }

                    #order-completed-page .order-complete-details .shipping-summary ul li .type-label {
                        font-weight: 500;
                    }

                    #order-completed-page .order-complete-details .shipping-summary ul li:last-child {
                        color: #3e454c;
                    }

    #order-completed-page #billing-card {
        padding-top: 2.1875vw;
    }

        #order-completed-page #billing-card.custom-container {
            width: 100%;
            padding-right: var(--bs-gutter-x,1.875vw);
            padding-left: var(--bs-gutter-x,1.875vw);
            margin-right: auto;
            margin-left: auto;
        }

        #order-completed-page #billing-card .billing-details {
            justify-content: space-between;
            flex-direction: row;
            box-shadow: 0 .125vw .25vw rgba(88,98,97,.411);
            padding-left: 1.25vw;
            padding-right: 1.25vw;
            padding-bottom: 1.25vw;
        }

            #order-completed-page #billing-card .billing-details .address-part h4, #order-completed-page #billing-card .billing-details .address-part .h4, #order-completed-page #billing-card .billing-details .compnay-info h4, #order-completed-page #billing-card .billing-details .compnay-info .h4, #order-completed-page #billing-card .billing-details .payment-info h4, #order-completed-page #billing-card .billing-details .payment-info .h4 {
                padding-top: 1.25vw;
                font-size: 1.563rem;
                line-height: 2.313rem;
                margin-bottom: 0;
            }

            #order-completed-page #billing-card .billing-details .address-part .customer-name, #order-completed-page #billing-card .billing-details .address-part .customer-address {
                font-size: 1rem;
                line-height: 1.5rem;
            }

            #order-completed-page #billing-card .billing-details .address-part .customer-name {
                padding-top: .625vw;
            }

            #order-completed-page #billing-card .billing-details .address-part .customer-address {
                padding-top: .625vw;
            }

            #order-completed-page #billing-card .billing-details .address-part .customer-phone {
                padding-top: .625vw;
            }

            #order-completed-page #billing-card .billing-details .compnay-info .company-address {
                padding-top: .3125vw;
            }

                #order-completed-page #billing-card .billing-details .compnay-info .company-address div {
                    padding-top: .625vw;
                    font-size: 1rem;
                    line-height: 1.5rem;
                }

                    #order-completed-page #billing-card .billing-details .compnay-info .company-address div:first-child {
                        padding-top: .3125vw;
                    }

            #order-completed-page #billing-card .billing-details .payment-info .payment-address {
                padding-top: .3125vw;
            }

                #order-completed-page #billing-card .billing-details .payment-info .payment-address div {
                    padding-top: .625vw;
                    font-size: 1rem;
                    line-height: 1.5rem;
                }

                    #order-completed-page #billing-card .billing-details .payment-info .payment-address div:first-child {
                        padding-top: .3125vw;
                    }

    #order-completed-page #reward-card {
        margin-top: 2.1875vw;
    }

        #order-completed-page #reward-card.custom-container {
            width: 100%;
            padding-right: var(--bs-gutter-x,1.875vw);
            padding-left: var(--bs-gutter-x,1.875vw);
            margin-right: auto;
            margin-left: auto;
        }

        #order-completed-page #reward-card .card-container {
            padding: 0;
            align-items: center;
        }

            #order-completed-page #reward-card .card-container div h4, #order-completed-page #reward-card .card-container div .h4 {
                font-size: 1.563rem;
                font-weight: 600;
                line-height: 2.313rem;
            }

            #order-completed-page #reward-card .card-container div p {
                font-size: 1rem;
                line-height: 1.5rem;
                padding-top: .3125vw;
                width: auto;
            }

            #order-completed-page #reward-card .card-container div a {
                width: 9.1875vw;
                min-width: 147px;
                height: 2.6875vw;
                min-height: 43px;
                border-radius: .1875vw;
                margin-top: 0;
            }

            #order-completed-page #reward-card .card-container div.img {
                padding-left: 0;
                text-align: left;
            }

            #order-completed-page #reward-card .card-container div.btn {
                padding-right: 1.25vw;
                text-align: right;
            }

                #order-completed-page #reward-card .card-container div.btn a {
                    margin-left: auto;
                }

    #order-completed-page #order-complete-query {
        justify-content: space-between;
        align-items: center;
    }

        #order-completed-page #order-complete-query.custom-container {
            width: 100%;
            padding-right: var(--bs-gutter-x,1.875vw);
            padding-left: var(--bs-gutter-x,1.875vw);
            margin-right: auto;
            margin-left: auto;
        }

        #order-completed-page #order-complete-query h4, #order-completed-page #order-complete-query .h4 {
            padding-top: 2.1875vw;
            font-size: 1.563rem;
            line-height: 2.313rem;
        }

        #order-completed-page #order-complete-query ul {
            padding-top: .3125vw;
            margin-bottom: .9375vw;
            font-size: 1rem;
            line-height: 1.5rem;
        }

            #order-completed-page #order-complete-query ul li {
                padding-left: 0;
                padding-top: .625vw;
            }

                #order-completed-page #order-complete-query ul li a {
                    text-decoration: underline;
                }

        #order-completed-page #order-complete-query button {
            width: 11.3125vw;
            min-width: 181px;
            height: 2.875vw;
            min-height: 46px;
            border: none;
            border-radius: .1875vw;
        }

    #order-completed-page #order-complete-ack-and-policy {
        padding-top: 2.1875vw;
        font-size: 1rem;
        line-height: 1.5rem;
    }

        #order-completed-page #order-complete-ack-and-policy.custom-container {
            width: 100%;
            padding-right: var(--bs-gutter-x,1.875vw);
            padding-left: var(--bs-gutter-x,1.875vw);
            margin-right: auto;
            margin-left: auto;
        }

        #order-completed-page #order-complete-ack-and-policy ul {
            padding-top: 0;
            list-style: none;
        }

            #order-completed-page #order-complete-ack-and-policy ul li {
                padding-left: 0;
                padding-top: .625vw;
            }

    #order-completed-page #reorder-card {
        margin-top: 2.1875vw;
        margin-bottom: 0;
    }

        #order-completed-page #reorder-card.custom-container {
            width: 100%;
            padding-right: var(--bs-gutter-x,1.875vw);
            padding-left: var(--bs-gutter-x,1.875vw);
            margin-right: auto;
            margin-left: auto;
        }

        #order-completed-page #reorder-card .card-container {
            background-color: #eff2f9;
            padding: 0;
            align-items: center;
        }

            #order-completed-page #reorder-card .card-container div h4, #order-completed-page #reorder-card .card-container div .h4 {
                font-size: 1.563rem;
                font-weight: 600;
                line-height: 2.313rem;
            }

            #order-completed-page #reorder-card .card-container div p {
                font-size: 1rem;
                line-height: 1.5rem;
                padding-top: .3125vw;
                width: auto;
            }

            #order-completed-page #reorder-card .card-container div a {
                width: 9.1875vw;
                min-width: 147px;
                height: 2.6875vw;
                min-height: 43px;
                border-radius: .1875vw;
                margin-top: 0;
            }

            #order-completed-page #reorder-card .card-container div.img {
                padding-left: 0;
                text-align: left;
            }

            #order-completed-page #reorder-card .card-container div.btn {
                padding-right: 1.25vw;
                text-align: right;
            }

                #order-completed-page #reorder-card .card-container div.btn a {
                    margin-left: auto;
                }

    @media screen and (min-width:993px) {
        #order-completed-page .order-complete-details #cart-detail-table table tbody tr td .head-mobile {
            display: none;
            color: #3e454c;
        }
    }

    #carouselExampleIndicators .carousel-inner {
        height: 22.813vw;
    }

        #carouselExampleIndicators .carousel-inner .carousel-item img {
            height: 22.813vw;
        }

    #wishlist-alert-box {
        top: 25%;
        z-index: 111;
    }

    .home-page-tabbing .tab-content {
        width: 100%;
        padding-right: var(--bs-gutter-x,0);
        padding-left: var(--bs-gutter-x,0);
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0;
    }

        .home-page-tabbing .tab-content .product-card-container {
            padding-bottom: 0;
            margin-left: auto;
            margin-right: auto;
            justify-content: flex-start;
            width: 97.5vw;
            border-bottom: 0;
        }

            .home-page-tabbing .tab-content .product-card-container::after {
                content: "";
                background: #dedede;
                margin-left: auto;
                margin-right: auto;
                margin-top: 2.1875vw;
                height: 3px;
                width: 80vw;
                bottom: 0;
                backdrop-filter: blur(1px);
            }

            .home-page-tabbing .tab-content .product-card-container .product-card {
                width: 22.5vw;
                margin-left: .9375vw;
                margin-right: .9375vw;
            }

                .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow {
                    margin-left: 0;
                    margin-right: 0;
                }

                    .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .labels {
                        width: 14.19270833vw;
                    }

                        .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .labels.product-label {
                            margin-left: -27px;
                            top: 10px;
                            height: 1.5625vw;
                            width: 6.8125vw;
                        }

                            .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .labels.product-label::before {
                                top: -7px;
                            }

                    .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item {
                        justify-content: center;
                        padding-left: 1.25vw;
                        padding-right: 1.25vw;
                        padding-top: 3.4375vw;
                    }

                        .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .product-name {
                            padding: .625vw 0 0 0;
                            width: 18.125vw;
                        }

                            .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .product-name p {
                                font-size: 1rem;
                                line-height: 1.688rem;
                            }

                        .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .product-image {
                            margin-right: 0;
                            margin-left: 0;
                            width: 16.875vw;
                            height: 16.875vw;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }

                            .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .product-image img {
                                margin-left: auto;
                                margin-right: auto;
                            }

                            .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .product-image img {
                                width: 100%;
                            }

                        .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .info-box {
                            width: auto;
                            margin-left: auto;
                            margin-right: auto;
                            padding-right: 0;
                        }

                            .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars .on, .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars .off {
                                background-size: contain;
                                width: 1.25vw;
                                height: 1.25vw;
                            }

                            .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span:nth-child(1), .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span:nth-child(2), .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span:nth-child(3), .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span:nth-child(4) {
                                margin-right: .4908854166vw;
                            }

                            .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span.product-reviews-text {
                                padding-top: .37125vw;
                                padding-bottom: 0;
                            }

                            .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .info-box .product-price {
                                padding-top: .8125vw;
                                padding-bottom: .625vw;
                            }

                                .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .info-box .product-price .list-price {
                                    padding-top: 0;
                                    font-size: .875rem;
                                    line-height: 1.313rem;
                                }

                                .home-page-tabbing .tab-content .product-card-container .product-card .product-card-shadow .product-card-item .info-box .product-price .selling-price {
                                    padding-top: 0;
                                    padding-left: .375vw;
                                    line-height: 1.688rem;
                                    font-size: 1.125rem;
                                    font-weight: 500;
                                }

        .home-page-tabbing .tab-content .why-hpfy {
            position: relative;
            width: 100%;
            padding-right: var(--bs-gutter-x,1.875vw);
            padding-left: var(--bs-gutter-x,1.875vw);
            margin-right: auto;
            margin-left: auto;
        }

            .home-page-tabbing .tab-content .why-hpfy h1, .home-page-tabbing .tab-content .why-hpfy .h1 {
                font-size: 1.75rem;
                line-height: 2.813rem;
                padding-top: .9375vw;
            }

            .home-page-tabbing .tab-content .why-hpfy p {
                padding-left: 0;
                padding-right: 0;
                padding-bottom: .9375vw;
                padding-top: .9375vw;
            }

            .home-page-tabbing .tab-content .why-hpfy::after {
                position: absolute;
                content: "";
                right: 0;
                left: 0;
                background: #dedede;
                margin-left: auto;
                margin-right: auto;
                margin-top: 0;
                height: 3px;
                width: 80vw;
                bottom: 0;
                backdrop-filter: blur(1px);
            }

            .home-page-tabbing .tab-content .why-hpfy .reward-viedo {
                margin-top: .625vw;
                margin-bottom: .625vw;
            }

            .home-page-tabbing .tab-content .why-hpfy .inner-div .inner-text p {
                padding: 0;
            }

    #home-knowledge-center .section-title .h2-heading-home {
        margin-bottom: 0;
    }

    #home-knowledge-center .knowledge-card {
        width: 23.125vw;
        margin-top: 1.25vw;
    }

        #home-knowledge-center .knowledge-card .knowledge-card-details .card-body {
            padding-top: .9375vw;
            padding-bottom: 1.5vw;
        }

            #home-knowledge-center .knowledge-card .knowledge-card-details .card-body .card-text {
                margin-top: .9375vw;
                margin-bottom: .9375vw;
            }

            #home-knowledge-center .knowledge-card .knowledge-card-details .card-body .btn {
                min-width: 8.063vw;
                min-height: 38px;
                height: 2.375vw;
            }

            #home-knowledge-center .knowledge-card .knowledge-card-details .card-body .kno-btn-primary {
                color: #025685;
                background-color: transparent;
                border-color: #025685;
            }

                #home-knowledge-center .knowledge-card .knowledge-card-details .card-body .kno-btn-primary.active {
                    background-color: #025685;
                    color: #fff;
                }

    .footer-section-brand {
        margin-top: 2.1875vw;
        width: 100%;
        padding-right: var(--bs-gutter-x,1.875vw);
        padding-left: var(--bs-gutter-x,1.875vw);
        margin-right: auto;
        margin-left: auto;
    }

        .footer-section-brand .brand-slider-logos .img-container {
            width: 15vw;
            height: 7.5vw;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .footer-section-brand .brand-slider-logos .img-container img {
                margin-left: auto;
                margin-right: auto;
            }

    .footer-section-subscribe.home-page {
        margin-top: 2.1875vw;
        padding-top: 1.125vw;
        padding-bottom: 1.125vw;
        width: 100%;
        padding-right: var(--bs-gutter-x,1.875vw);
        padding-left: var(--bs-gutter-x,1.875vw);
        margin-right: auto;
        margin-left: auto;
    }

        .footer-section-subscribe.home-page .subscribe-signup {
            margin-bottom: .375vw;
            font-size: 1.563rem;
            line-height: 2.313rem;
        }

        .footer-section-subscribe.home-page .subscribe-signuptext {
            margin-bottom: 0;
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .footer-section-subscribe.home-page .subscribe-signup-control input {
            padding-left: 1.11vw;
        }

        .footer-section-subscribe.home-page .footer-section-social .row {
            width: 27.1875vw;
            margin-right: inherit;
        }

            .footer-section-subscribe.home-page .footer-section-social .row .item1 {
                padding-top: 0;
            }

                .footer-section-subscribe.home-page .footer-section-social .row .item1 .fa {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 100%;
                    border: 1px solid #000;
                    width: 45px;
                    height: 45px;
                    margin: 0 auto;
                }

            .footer-section-subscribe.home-page .footer-section-social .row .item2 {
                padding-top: 0;
            }

                .footer-section-subscribe.home-page .footer-section-social .row .item2 .fa {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 100%;
                    border: 1px solid #000;
                    width: 45px;
                    height: 45px;
                    margin: 0 auto;
                }

            .footer-section-subscribe.home-page .footer-section-social .row .item3 {
                padding-top: 0;
            }

                .footer-section-subscribe.home-page .footer-section-social .row .item3 .fa {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 100%;
                    border: 1px solid #000;
                    width: 45px;
                    height: 45px;
                    margin: 0 auto;
                }

            .footer-section-subscribe.home-page .footer-section-social .row .item4 {
                padding-top: 0;
            }

                .footer-section-subscribe.home-page .footer-section-social .row .item4 .fa {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 100%;
                    border: 1px solid #000;
                    width: 45px;
                    height: 45px;
                    margin: 0 auto;
                }

            .footer-section-subscribe.home-page .footer-section-social .row .item5 {
                padding-top: 0;
            }

                .footer-section-subscribe.home-page .footer-section-social .row .item5 .fa {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 100%;
                    border: 1px solid #000;
                    width: 45px;
                    height: 45px;
                    margin: 0 auto;
                }

            .footer-section-subscribe.home-page .footer-section-social .row .item6 {
                margin: 0 auto;
                text-align: center;
                padding-top: 0;
                margin-top: 0;
            }

                .footer-section-subscribe.home-page .footer-section-social .row .item6 .fa {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 100%;
                    border: 1px solid #000;
                    width: 45px;
                    height: 45px;
                    margin: 0 auto;
                }

            .footer-section-subscribe.home-page .footer-section-social .row .item7 {
                margin-top: 0;
                padding-top: 0;
                text-align: center;
            }

                .footer-section-subscribe.home-page .footer-section-social .row .item7 .fa {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 100%;
                    border: 1px solid #000;
                    width: 45px;
                    height: 45px;
                    margin: 0 auto;
                }

    .footer-content-information {
        width: 100%;
        padding-right: var(--bs-gutter-x,7.4375vw);
        padding-left: var(--bs-gutter-x,7.4375vw);
        margin-right: auto;
        margin-left: auto;
        padding-top: 1.875vw;
        width: 100%;
        margin-bottom: 0.25vw;
        background-color: #F8F8F8;
    }

        .footer-content-information p {
            font-size: 1rem;
            list-style: 1.438rem;
            padding-bottom: 16px;
            margin-bottom: 0;
        }

    .footer-copyright {
        padding-top: .6875vw;
        padding-bottom: .6875vw;
        min-height: 45px;
        height: 2.8125vw;
    }

        .footer-copyright p {
            font-size: 1rem;
            line-height: 1.5rem;
        }

    .side-nav {
        width: 20vw;
    }

        .side-nav .aside-content {
            width: auto;
            margin-right: 0;
        }

            .side-nav .aside-content .heading {
                font-size: 1.563rem;
                font-weight: normal;
                color: #025685;
                margin-bottom: .625vw;
            }

            .side-nav .aside-content .list-unstyled {
                width: 100%;
                padding-right: var(--bs-gutter-x,0);
                padding-left: var(--bs-gutter-x,0);
                margin-right: auto;
                margin-left: auto;
                padding-left: 0;
                padding-right: 0;
                list-style: none;
                box-shadow: none;
            }

                .side-nav .aside-content .list-unstyled ul {
                    padding-left: 0;
                }

                .side-nav .aside-content .list-unstyled li {
                    font-size: 1rem;
                }

                    .side-nav .aside-content .list-unstyled li a {
                        padding: .625vw .625vw .625vw 0;
                    }

                        .side-nav .aside-content .list-unstyled li a:focus, .side-nav .aside-content .list-unstyled li a:active, .side-nav .aside-content .list-unstyled li a:hover {
                            background-color: unset;
                            color: #4f8324;
                            text-decoration: underline;
                        }

    .order-tracking-section {
        width: 100%;
        padding-right: var(--bs-gutter-x,1.875vw);
        padding-left: var(--bs-gutter-x,1.875vw);
        margin-right: auto;
        margin-left: auto;
        padding-top: 2.1875vw;
        padding-bottom: 2.1875vw;
    }

        .order-tracking-section .history-table-content {
            width: 100%;
            padding-right: var(--bs-gutter-x,0);
            padding-left: var(--bs-gutter-x,0);
            margin-right: auto;
            margin-left: auto;
            width: 79.625vw;
            margin-left: .9375vw;
        }

            .order-tracking-section .history-table-content .w-auto {
                width: -webkit-fill-available;
            }

            .order-tracking-section .history-table-content .heading {
                padding-bottom: 1.5625vw;
                font-size: 1.563rem;
                font-weight: normal;
                color: #025685;
                margin-bottom: 0;
            }

            .order-tracking-section .history-table-content .history-content {
                padding-top: 1.5625vw;
            }

                .order-tracking-section .history-table-content .history-content .table-order-history {
                    width: 100%;
                    text-align: center;
                    margin-top: 1.25vw;
                }

                    .order-tracking-section .history-table-content .history-content .table-order-history thead {
                        background-color: #e8e8e8;
                    }

                        .order-tracking-section .history-table-content .history-content .table-order-history thead th {
                            font-weight: 500;
                            color: #025685;
                            padding-top: .625vw;
                            padding-bottom: .625vw;
                            padding-left: .625vw;
                            padding-right: .625vw;
                        }

                    .order-tracking-section .history-table-content .history-content .table-order-history tbody tr td {
                        padding-top: .625vw;
                        padding-bottom: .625vw;
                        padding-left: .625vw;
                        padding-right: .625vw;
                        vertical-align: middle;
                    }

                        .order-tracking-section .history-table-content .history-content .table-order-history tbody tr td:first-child a {
                            color: #4f8324;
                        }

                        .order-tracking-section .history-table-content .history-content .table-order-history tbody tr td:last-child a.btn-branding {
                            cursor: pointer;
                            min-width: 70px;
                            width: 4.375vw;
                            height: 25px;
                            display: inline-block;
                            margin: 0 auto;
                        }

        .order-tracking-section .modal#exampleModal .modal-dialog {
            max-width: 70%;
            width: 100%;
        }

            .order-tracking-section .modal#exampleModal .modal-dialog .product-quick-view #product-detail .product-img-container .assure-icons {
                padding-top: 1.25vw;
            }

                .order-tracking-section .modal#exampleModal .modal-dialog .product-quick-view #product-detail .product-img-container .assure-icons ul {
                    list-style: none;
                    padding-left: 0;
                    display: flex;
                    justify-content: space-between;
                    margin-bottom: 0;
                    padding-bottom: .9375vw;
                    border-bottom: 1px solid;
                }

                    .order-tracking-section .modal#exampleModal .modal-dialog .product-quick-view #product-detail .product-img-container .assure-icons ul li {
                        width: 5.375vw;
                        text-align: center;
                        font-size: .875rem;
                        line-height: 1.313rem;
                    }

        .order-tracking-section .modal#exampleModal .modal-content {
            padding: 1.875vw;
        }

            .order-tracking-section .modal#exampleModal .modal-content .modal-title {
                font-size: 1.75rem;
                font-weight: normal;
                color: #025685;
            }

            .order-tracking-section .modal#exampleModal .modal-content .modal-header {
                padding: 0;
            }

        .order-tracking-section .modal#exampleModal .modal-inner {
            display: contents;
        }

            .order-tracking-section .modal#exampleModal .modal-inner .modal-heading {
                padding-top: 15px;
                text-align: left;
                margin-bottom: .9375vw;
                font-size: 1.125rem;
                font-weight: normal;
                color: #025685;
            }

            .order-tracking-section .modal#exampleModal .modal-inner span {
                display: block;
                margin-bottom: .625vw;
                text-align: left;
                font-size: 1rem;
            }

            .order-tracking-section .modal#exampleModal .modal-inner .table-orderid-history .modal-tablet {
                background-color: none;
            }

                .order-tracking-section .modal#exampleModal .modal-inner .table-orderid-history .modal-tablet th {
                    color: #000;
                }

            .order-tracking-section .modal#exampleModal .modal-inner .table-heading {
                padding-top: .625vw;
                border-top: 1px solid #d3d3d3;
                text-align: left;
                font-size: 1.125rem;
                font-weight: normal;
                color: #025685;
            }

        .order-tracking-section .modal-input-bx {
            padding-top: 20px;
        }

            .order-tracking-section .modal-input-bx h2, .order-tracking-section .modal-input-bx .h2 {
                text-align: left;
                margin-bottom: .9375vw;
                font-size: 1.125rem;
                font-weight: normal;
            }

            .order-tracking-section .modal-input-bx textarea {
                width: 100%;
                padding: 5px;
                height: 100px;
            }

                .order-tracking-section .modal-input-bx textarea:hover, .order-tracking-section .modal-input-bx textarea:focus, .order-tracking-section .modal-input-bx textarea:focus-visible, .order-tracking-section .modal-input-bx textarea:active {
                    border-color: #4f8324;
                    outline: none;
                    box-shadow: 0 0 3px 1px #4f8324;
                    transition: all .15s ease-in;
                }

            .order-tracking-section .modal-input-bx span a {
                color: #025685;
            }

            .order-tracking-section .modal-input-bx .modal-loginbtn {
                float: right;
                text-decoration: none;
                font-family: Tahoma !important;
                font-size: 16px !important;
                color: #fff !important;
                background-color: #025685 !important;
                padding: 3px 12px;
                border: none;
                font-weight: normal;
            }

            .order-tracking-section .modal-input-bx:hover, .order-tracking-section .modal-input-bx:focus, .order-tracking-section .modal-input-bx:focus-visible, .order-tracking-section .modal-input-bx:active {
                outline: none;
            }

    .regfromsty .eye-slash-active {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .login-container .login-box form .input-div .input-group.password .eye-icon {
        top: 10px;
        right: 10px;
    }

    .wish-list-section {
        width: 100%;
        padding-right: var(--bs-gutter-x,1.875vw);
        padding-left: var(--bs-gutter-x,1.875vw);
        margin-right: auto;
        margin-left: auto;
        padding-top: 2.1875vw;
        padding-bottom: 2.1875vw;
    }

        .wish-list-section .wishlist-table-content {
            width: 100%;
            padding-right: var(--bs-gutter-x,0);
            padding-left: var(--bs-gutter-x,0);
            margin-right: auto;
            margin-left: auto;
            width: 79.625vw;
            margin-left: .9375vw;
        }

            .wish-list-section .wishlist-table-content .heading {
                padding-bottom: 1.5625vw;
            }

            .wish-list-section .wishlist-table-content .wishlist-display {
                padding-top: 1.5625vw;
            }

                .wish-list-section .wishlist-table-content .wishlist-display .table-order-history {
                    width: 100%;
                    text-align: center;
                    margin-top: 1.25vw;
                }

                    .wish-list-section .wishlist-table-content .wishlist-display .table-order-history thead {
                        background-color: #e8e8e8;
                    }

                        .wish-list-section .wishlist-table-content .wishlist-display .table-order-history thead th {
                            font-weight: 500;
                            color: #025685;
                            padding-top: .625vw;
                            padding-bottom: .625vw;
                            padding-left: .625vw;
                            padding-right: .625vw;
                        }

                            .wish-list-section .wishlist-table-content .wishlist-display .table-order-history thead th:nth-child(3) {
                                text-align: left;
                            }

                    .wish-list-section .wishlist-table-content .wishlist-display .table-order-history tbody tr td {
                        padding-top: .625vw;
                        padding-bottom: .625vw;
                        padding-left: .625vw;
                        padding-right: .625vw;
                        vertical-align: middle;
                    }

                        .wish-list-section .wishlist-table-content .wishlist-display .table-order-history tbody tr td:nth-child(3) {
                            text-align: left;
                        }

                        .wish-list-section .wishlist-table-content .wishlist-display .table-order-history tbody tr td:nth-child(5) a.btn-branding {
                            width: 115px;
                        }

    .buy-it-again-section {
        width: 100%;
        padding-right: var(--bs-gutter-x,1.875vw);
        padding-left: var(--bs-gutter-x,1.875vw);
        margin-right: auto;
        margin-left: auto;
        padding-top: 2.1875vw;
        padding-bottom: 2.1875vw;
    }

        .buy-it-again-section .history-table-content {
            width: 100%;
            padding-right: var(--bs-gutter-x,0);
            padding-left: var(--bs-gutter-x,0);
            margin-right: auto;
            margin-left: auto;
            width: 79.625vw;
            margin-left: .9375vw;
        }

            .buy-it-again-section .history-table-content .heading {
                padding-bottom: 1.5625vw;
                color: #025685;
            }

            .buy-it-again-section .history-table-content .history-content {
                padding-top: 1.5625vw;
            }

                .buy-it-again-section .history-table-content .history-content .table-order-history {
                    width: 100%;
                    text-align: center;
                    margin-top: 1.25vw;
                }

                    .buy-it-again-section .history-table-content .history-content .table-order-history thead {
                        background-color: #e8e8e8;
                    }

                        .buy-it-again-section .history-table-content .history-content .table-order-history thead th {
                            font-weight: 500;
                            color: #025685;
                            padding-top: .625vw;
                            padding-bottom: .625vw;
                            padding-right: 10px;
                            padding-left: 10px;
                        }

                            .buy-it-again-section .history-table-content .history-content .table-order-history thead th:nth-child(2) {
                                text-align: left;
                            }

                    .buy-it-again-section .history-table-content .history-content .table-order-history tbody tr td {
                        padding-top: .625vw;
                        padding-bottom: .625vw;
                        vertical-align: middle;
                        padding-right: 10px;
                        padding-left: 10px;
                        text-align: center;
                    }

                        .buy-it-again-section .history-table-content .history-content .table-order-history tbody tr td:first-child a {
                            color: #4f8324;
                        }

                            .buy-it-again-section .history-table-content .history-content .table-order-history tbody tr td:first-child a .img-container {
                                margin-left: auto;
                                margin-right: auto;
                            }

                        .buy-it-again-section .history-table-content .history-content .table-order-history tbody tr td:nth-child(2) {
                            text-align: left;
                        }

                    .buy-it-again-section .history-table-content .history-content .table-order-history tbody tr:not(:first-child) td:nth-child(1), .buy-it-again-section .history-table-content .history-content .table-order-history tbody tr:not(:first-child) td:nth-child(2) {
                        padding-top: .625vw;
                    }

            .buy-it-again-section .history-table-content .buyitaga-container {
                text-align: right;
                padding-top: 1.25vw;
            }

                .buy-it-again-section .history-table-content .buyitaga-container .btn-addtocard-fixed {
                    border: none;
                    border-radius: 3px;
                }

        .buy-it-again-section .thank-main-div {
            width: 69.625vw;
        }

            .buy-it-again-section .thank-main-div .thank-heading {
                padding-bottom: 1.5625vw;
            }

            .buy-it-again-section .thank-main-div p {
                padding-top: 1.25vw;
                font-size: 1rem;
            }

            .buy-it-again-section .thank-main-div span a {
                font-size: 1rem;
                color: #4f8324;
            }

        .buy-it-again-section .auto-reorder-div.w-100 {
            width: 100%;
        }

    #checkoutsection .form-check-label .form-check-input {
        height: .875rem;
        width: .875rem;
    }

    #checkoutsection .checkout-header {
        width: 100%;
        padding-right: var(--bs-gutter-x,1.875vw);
        padding-left: var(--bs-gutter-x,1.875vw);
        margin-right: auto;
        margin-left: auto;
        margin-top: .9375vw;
        padding-bottom: .9375vw;
        position: relative;
    }

        #checkoutsection .checkout-header::after {
            position: absolute;
            content: "";
            bottom: 0;
            width: 96.25vw;
            height: 1px;
            background-color: #3e454c;
        }

        #checkoutsection .checkout-header .pageHeadhpfyN {
            margin-bottom: 0;
            font-size: 1.875rem;
            line-height: 2.813rem;
            padding-left: 0;
            padding-right: 0;
            font-weight: 600;
        }

            #checkoutsection .checkout-header .pageHeadhpfyN.mb-l-10 {
                margin-bottom: .625vw;
            }

        #checkoutsection .checkout-header .button-container {
            padding-right: 0;
            align-items: center;
            justify-content: flex-end;
        }

            #checkoutsection .checkout-header .button-container input {
                min-width: 175px;
                width: 10.9375vw;
                height: 34px;
                margin-top: 0;
                margin-left: 1.25vw;
                line-height: 1;
            }

    #checkoutsection .existinguser {
        padding-left: 1.5625vw;
        padding-right: 1.5625vw;
        padding-bottom: 1.5625vw;
        flex-direction: row;
        justify-content: space-between;
    }

        #checkoutsection .existinguser .heading .pageHeadhpfyN {
            display: inline;
            font-weight: 500;
            margin-bottom: 0;
        }

        #checkoutsection .existinguser .btn {
            min-width: 71px;
            width: 4.4375vw;
            min-height: 34px;
            height: 34px;
            line-height: 1;
        }

    #checkoutsection #checkout-container {
        width: 100%;
        padding-right: var(--bs-gutter-x,1.875vw);
        padding-left: var(--bs-gutter-x,1.875vw);
        margin-right: auto;
        margin-left: auto;
    }

        #checkoutsection #checkout-container .checkout-body {
            width: 100%;
            padding-right: var(--bs-gutter-x,0);
            padding-left: var(--bs-gutter-x,0);
            margin-right: auto;
            margin-left: auto;
            margin-left: 0;
            margin-right: .625vw;
            width: 47.5vw;
        }

        #checkoutsection #checkout-container #checkout-order-summary-table-and-contions {
            width: fit-content;
            margin-left: .625vw;
        }

            #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container {
                width: 100%;
                padding-right: var(--bs-gutter-x,0);
                padding-left: var(--bs-gutter-x,0);
                margin-right: auto;
                margin-left: auto;
                padding-left: 0;
                padding-top: 1.5625vw;
                width: 47.5vw;
            }

                #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container .heading {
                    margin-bottom: 15px;
                    padding-top: .625vw;
                }

                #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table thead tr th {
                    font-weight: 500;
                }

                    #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table thead tr th.item1 {
                        padding-top: .3125vw;
                        padding-left: 1.5625vw;
                    }

                    #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table thead tr th.item2 {
                        display: none;
                    }

                    #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table thead tr th.item3 {
                        text-align: center;
                    }

                    #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table thead tr th.item4 {
                        text-align: center;
                    }

                    #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table thead tr th.item5 {
                        text-align: right;
                    }

                #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table tbody tr th {
                    padding-top: .9375vw;
                    padding-bottom: .9375vw;
                    padding-left: 0;
                    width: 32.4375vw;
                }

                    #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table tbody tr th .img-container {
                        width: 6.813vw;
                        height: 6.813vw;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                        #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table tbody tr th .img-container img {
                            margin-left: auto;
                            margin-right: auto;
                        }

                        #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table tbody tr th .img-container img {
                            width: 100%;
                        }

                    #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table tbody tr th .about-cart-product {
                        padding-left: 1.3125vw;
                        color: #3e454c !important;
                    }

                        #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table tbody tr th .about-cart-product a {
                            font-size: 1rem;
                            font-color: #3e454c !important;
                            padding-left: 0;
                            padding-bottom: 0;
                        }

                        #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table tbody tr th .about-cart-product .about-item-2 {
                            padding-top: .625vw;
                            padding-bottom: .625vw;
                        }

                        #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table tbody tr th .about-cart-product .about-item-3, #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table tbody tr th .about-cart-product .about-item-4 {
                            word-break: break-all;
                            display: flex;
                        }

                        #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table tbody tr th .about-cart-product .bold {
                            font-weight: 600;
                        }

                        #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table tbody tr th .about-cart-product .item-code {
                            padding-top: .3125vw;
                        }

                #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table tbody tr td {
                    padding-top: .9375vw;
                    padding-bottom: .9375vw;
                    padding-left: 0;
                    padding-right: 0;
                }

                    #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table tbody tr td.item2 {
                        display: none;
                    }

                    #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table tbody tr td.item3 {
                        width: 7.8125vw;
                        text-align: center;
                    }

                    #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table tbody tr td.item5 {
                        text-align: right;
                        width: 9.375vw;
                    }

                    #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table tbody tr td .head-mobile {
                        display: none;
                    }

                #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table tbody .product-removed-cart p {
                    padding-top: .9375vw;
                    padding-bottom: .9375vw;
                }

                    #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table tbody .product-removed-cart p span {
                        color: #025685;
                        text-decoration: underline;
                    }

                #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table tbody .span {
                    font-size: 1.125rem;
                    font-color: #3e454c;
                }

                #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table tbody .dimention {
                    font-weight: normal;
                }

                #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table tbody .cart-count .cart-count-btn i {
                    font-size: 1rem;
                }

                #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container #cart-detail-table table tbody .la-plus:before {
                    font-style: normal;
                }

                #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container .totalSummary {
                    padding-top: 0;
                    width: auto;
                    padding: 20px;
                    margin-left: auto;
                }

                    #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container .totalSummary ul {
                        padding-left: 0;
                        list-style: none;
                    }

                        #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container .totalSummary ul li {
                            padding-top: .625vw;
                            font-size: 1.125rem;
                            line-height: 1.5rem;
                        }

                            #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-shopping-cart.custom-container .totalSummary ul li div:first-child {
                                width: 30vw;
                                padding-right: 168px;
                                text-align: right;
                                font-size: 16px;
                                line-height: 24px;
                                font-weight: 500;
                                color: #3e454c;
                            }

            #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-terms-and-conditions {
                margin-top: 1.25vw;
                padding: 2.125vw .6875vw 2.125vw .6875vw;
                background-color: #f2f2f2;
                z-index: 0;
                justify-content: center;
                width: 47.5vw;
                top: 15%;
            }

                #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-terms-and-conditions ul {
                    padding-bottom: 1.6875vw;
                    margin-bottom: 1.6875vw;
                }

                    #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-terms-and-conditions ul.form-group li {
                        padding-top: .625vw;
                        font-size: 14px;
                        line-height: 1.125rem;
                        text-align: center;
                    }

                        #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-terms-and-conditions ul.form-group li .form-check-label {
                            display: flex;
                            justify-content: center;
                        }

                            #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-terms-and-conditions ul.form-group li .form-check-label input {
                                margin-top: 3px;
                            }

                        #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-terms-and-conditions ul.form-group li:nth-child(2) p {
                            padding-right: 0;
                        }

                #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-terms-and-conditions .oder-error-msg {
                    margin-bottom: 1.25vw;
                    text-align: center;
                }

                #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-terms-and-conditions button {
                    height: 50px;
                    width: 35vw;
                }

                #checkoutsection #checkout-container #checkout-order-summary-table-and-contions #checkout-terms-and-conditions.fixed-top {
                    position: fixed;
                    left: auto;
                    right: auto;
                    top: 14%;
                }

    #checkoutsection .billshipbody {
        padding-top: 1.25vw;
        padding-left: 1.5625vw;
        padding-right: 1.5625vw;
    }

        #checkoutsection .billshipbody .shippingsection {
            width: 39.5625vw;
        }

            #checkoutsection .billshipbody .shippingsection .ship-to {
                font-size: 1.125rem;
                line-height: 1.688rem;
                font-weight: 500;
                padding-bottom: .625vw;
            }

            #checkoutsection .billshipbody .shippingsection .form-field {
                justify-content: space-between;
                align-items: center;
                padding-top: .9375vw;
            }

                #checkoutsection .billshipbody .shippingsection .form-field.sphone2 {
                    align-items: baseline;
                }

                #checkoutsection .billshipbody .shippingsection .form-field label {
                    font-size: 1rem;
                    line-height: 1.5rem;
                    margin-right: 0;
                    padding-bottom: 0;
                }

                    #checkoutsection .billshipbody .shippingsection .form-field label.mobile-check {
                        padding-left: 0;
                        padding-top: .3125vw;
                        width: 100%;
                    }

                        #checkoutsection .billshipbody .shippingsection .form-field label.mobile-check input[type="checkbox"] {
                            margin-right: .625vw;
                        }

                #checkoutsection .billshipbody .shippingsection .form-field .input-field {
                    width: 28.125vw;
                }

        #checkoutsection .billshipbody #billingshippngsubsection {
            width: 39.5625vw;
        }

            #checkoutsection .billshipbody #billingshippngsubsection .subHeadhpfyN {
                padding-top: 1.5625vw;
                margin-bottom: .3125vw;
                margin-bottom: .625vw;
            }

                #checkoutsection .billshipbody #billingshippngsubsection .subHeadhpfyN.company {
                    margin-bottom: .3125vw;
                }

            #checkoutsection .billshipbody #billingshippngsubsection .form-field {
                padding-top: .9375vw;
                justify-content: space-between;
            }

                #checkoutsection .billshipbody #billingshippngsubsection .form-field input, #checkoutsection .billshipbody #billingshippngsubsection .form-field select, #checkoutsection .billshipbody #billingshippngsubsection .form-field textarea {
                    border-radius: 0;
                    border-color: #b1b1b1;
                    font-size: .875rem;
                    border: .5px solid #b1b1b1;
                    line-height: 1.313rem;
                    padding-top: 7.6px;
                    padding-bottom: 7.6px;
                }

                    #checkoutsection .billshipbody #billingshippngsubsection .form-field input[type="radio"] {
                        padding-top: 0;
                        padding-bottom: 0;
                    }

                #checkoutsection .billshipbody #billingshippngsubsection .form-field .input-group .input-group-text {
                    border-radius: 0;
                    width: 34px;
                    height: 34px;
                    padding: 0;
                    display: flex;
                    justify-content: center;
                    border-color: #b1b1b1;
                    border-right: 1px solid #b1b1b1;
                }

                #checkoutsection .billshipbody #billingshippngsubsection .form-field .input-group input, #checkoutsection .billshipbody #billingshippngsubsection .form-field .input-group select, #checkoutsection .billshipbody #billingshippngsubsection .form-field .input-group textarea {
                    border-radius: 0;
                    height: 34px;
                    border-color: #b1b1b1;
                    font-size: .875rem;
                    line-height: 1.313rem;
                    padding-top: 5px;
                    padding-bottom: 7.6px;
                }

                #checkoutsection .billshipbody #billingshippngsubsection .form-field label {
                    font-size: 1rem;
                    line-height: 1.5rem;
                }

                    #checkoutsection .billshipbody #billingshippngsubsection .form-field label.SameasBillingnew {
                        padding-left: 0;
                        padding-top: 0;
                        padding-bottom: 0;
                    }

                #checkoutsection .billshipbody #billingshippngsubsection .form-field .input-field {
                    width: 28.2vw;
                }

        #checkoutsection .billshipbody #companysection {
            width: 39.5625vw;
        }

            #checkoutsection .billshipbody #companysection .subHeadhpfyN {
                padding-top: 0;
            }

                #checkoutsection .billshipbody #companysection .subHeadhpfyN.company {
                    margin-bottom: .625vw;
                }

            #checkoutsection .billshipbody #companysection .form-field {
                padding-top: .9375vw;
            }

                #checkoutsection .billshipbody #companysection .form-field input, #checkoutsection .billshipbody #companysection .form-field select, #checkoutsection .billshipbody #companysection .form-field textarea {
                    border-radius: 0;
                    border-color: #b1b1b1;
                    font-size: .875rem;
                    border: .5px solid #b1b1b1;
                    line-height: 1.313rem;
                    padding-top: 7.6px;
                    padding-bottom: 7.6px;
                }

                    #checkoutsection .billshipbody #companysection .form-field input[type="radio"] {
                        padding-top: 0;
                        padding-bottom: 0;
                    }

                #checkoutsection .billshipbody #companysection .form-field .input-group .input-group-text {
                    border-radius: 0;
                    width: 34px;
                    height: 34px;
                    padding: 0;
                    display: flex;
                    justify-content: center;
                    border-color: #b1b1b1;
                    border-right: 1px solid #b1b1b1;
                }

                #checkoutsection .billshipbody #companysection .form-field .input-group input, #checkoutsection .billshipbody #companysection .form-field .input-group select, #checkoutsection .billshipbody #companysection .form-field .input-group textarea {
                    border-radius: 0;
                    height: 34px;
                    border-color: #b1b1b1;
                    font-size: .875rem;
                    line-height: 1.313rem;
                    padding-top: 5px;
                    padding-bottom: 7.6px;
                }

                #checkoutsection .billshipbody #companysection .form-field label {
                    font-size: 1rem;
                    line-height: 1.5rem;
                    padding-bottom: 0;
                    width: 10vw;
                }

                #checkoutsection .billshipbody #companysection .form-field .input-field {
                    width: 28.2vw;
                }

            #checkoutsection .billshipbody #companysection .all-signin-btn {
                padding-top: 1.5625vw;
            }

                #checkoutsection .billshipbody #companysection .all-signin-btn span {
                    width: auto;
                    padding-top: 0;
                    padding-bottom: 0;
                }

                #checkoutsection .billshipbody #companysection .all-signin-btn button {
                    width: 5.5vw;
                    min-width: 88px;
                    height: 34px;
                    margin-left: 12px;
                }

    #checkoutsection .card {
        margin-top: 2.1875vw;
        padding-top: 1.5625vw;
        padding-bottom: 1.6875vw;
    }

        #checkoutsection .card .pageHeadhpfyN {
            font-weight: 500;
            font-size: 1.563rem;
            line-height: 2.313rem;
        }

        #checkoutsection .card .subHeadhpfyN {
            margin-top: 15px;
            font-size: 1.125rem;
            line-height: 1.688rem;
            font-weight: 500;
        }

        #checkoutsection .card#account-details {
            padding-left: 1.5625vw;
            padding-right: 1.875vw;
            padding-bottom: 1.5625vw;
        }

            #checkoutsection .card#account-details .heading .pageHeadhpfyN {
                display: inline;
                margin-bottom: 0;
            }

                #checkoutsection .card#account-details .heading .pageHeadhpfyN.mb-l-10 {
                    margin-bottom: .625vw;
                }

            #checkoutsection .card#account-details #btnloginaccount {
                margin-bottom: 15px;
                padding: 4px;
                height: 34px;
                min-height: 34px;
            }

            #checkoutsection .card#account-details .btn-google {
                padding: 9px;
                height: 28px;
                width: 14.875vw;
            }

        #checkoutsection .card #SigninSection .subHeadhpfyN {
            margin-bottom: .9375vw;
            padding-top: 0;
        }

        #checkoutsection .card #SigninSection p.contentsectionN {
            font-size: 1rem;
            line-height: 1.5rem;
            padding-right: 0;
            padding-bottom: .625vw;
        }

        #checkoutsection .card #SigninSection .account-form {
            width: 100%;
        }

            #checkoutsection .card #SigninSection .account-form .input-group {
                width: 100%;
            }

            #checkoutsection .card #SigninSection .account-form .login-credentials {
                width: 100%;
            }

                #checkoutsection .card #SigninSection .account-form .login-credentials .form-field {
                    padding-top: .625vw;
                }

                    #checkoutsection .card #SigninSection .account-form .login-credentials .form-field label {
                        padding-bottom: .3125vw;
                        font-size: 1rem;
                        line-height: 1.5rem;
                    }

                    #checkoutsection .card #SigninSection .account-form .login-credentials .form-field .input-group #LoginPassword {
                        position: relative;
                    }

                    #checkoutsection .card #SigninSection .account-form .login-credentials .form-field .input-group #Checkpassstatus {
                        position: absolute;
                        right: 0;
                        z-index: 5;
                        top: 0;
                        padding: 6px;
                    }

                #checkoutsection .card #SigninSection .account-form .login-credentials .all-signin-btn {
                    padding-top: 1.25vw;
                    justify-content: space-between;
                }

                    #checkoutsection .card #SigninSection .account-form .login-credentials .all-signin-btn .sing-btn {
                        width: 100%;
                        border: none;
                        border-radius: 3px;
                        margin-bottom: .9375vw;
                    }

                    #checkoutsection .card #SigninSection .account-form .login-credentials .all-signin-btn #guestbtn {
                        width: 17.5625vw;
                        margin-top: .9375vw;
                    }

                    #checkoutsection .card #SigninSection .account-form .login-credentials .all-signin-btn .fb-g-btn {
                        margin-top: 0;
                        justify-content: center;
                        display: flex;
                    }

                        #checkoutsection .card #SigninSection .account-form .login-credentials .all-signin-btn .fb-g-btn .btn-fb {
                            color: #025685;
                            padding: 0;
                            margin: 0;
                            margin-right: 3rem;
                            height: 34px;
                            width: 100%;
                            border: 1px solid #025685;
                            background-color: #fff;
                        }

                        #checkoutsection .card #SigninSection .account-form .login-credentials .all-signin-btn .fb-g-btn .btn-google {
                            padding: 0;
                            margin: 0;
                            margin-left: 8px;
                            height: 34px;
                            width: 100%;
                        }

                        #checkoutsection .card #SigninSection .account-form .login-credentials .all-signin-btn .fb-g-btn span img {
                            margin-right: 5px;
                        }

                        #checkoutsection .card #SigninSection .account-form .login-credentials .all-signin-btn .fb-g-btn span a {
                            align-items: center;
                            display: flex;
                        }

            #checkoutsection .card #SigninSection .account-form #signup-container {
                padding-top: 0;
                width: 20.375vw;
            }

                #checkoutsection .card #SigninSection .account-form #signup-container .subHeadhpfyN {
                    margin-bottom: .3125vw;
                }

                #checkoutsection .card #SigninSection .account-form #signup-container .account-option label {
                    padding-top: .625vw;
                }

                #checkoutsection .card #SigninSection .account-form #signup-container #benefitaccountsection .subHeadhpfyN {
                    padding-top: 0;
                    margin-bottom: 0;
                }

                #checkoutsection .card #SigninSection .account-form #signup-container #benefitaccountsection ul {
                    padding-left: 1.25vw;
                }

                    #checkoutsection .card #SigninSection .account-form #signup-container #benefitaccountsection ul li {
                        padding-top: 5px;
                    }

                        #checkoutsection .card #SigninSection .account-form #signup-container #benefitaccountsection ul li::marker {
                            font-size: 1.25rem;
                        }

                #checkoutsection .card #SigninSection .account-form #signup-container #signup-form {
                    display: none;
                    padding-top: .3125vw;
                }

                    #checkoutsection .card #SigninSection .account-form #signup-container #signup-form .form-field {
                        padding-top: .625vw;
                    }

                        #checkoutsection .card #SigninSection .account-form #signup-container #signup-form .form-field label {
                            padding-bottom: .3125vw;
                            font-size: 1rem;
                            line-height: 1.5rem;
                        }

                    #checkoutsection .card #SigninSection .account-form #signup-container #signup-form .all-signin-btn {
                        padding-top: 0;
                        width: 17.5625vw;
                    }

                        #checkoutsection .card #SigninSection .account-form #signup-container #signup-form .all-signin-btn .btn {
                            width: 100%;
                            height: 34px;
                        }

                            #checkoutsection .card #SigninSection .account-form #signup-container #signup-form .all-signin-btn .btn#guestbtn {
                                margin-top: 0;
                            }

                        #checkoutsection .card #SigninSection .account-form #signup-container #signup-form .all-signin-btn #btnnextsec {
                            width: 5.5vw;
                        }

                #checkoutsection .card #SigninSection .account-form #signup-container .all-signin-btn #guestbtn {
                    margin-top: .9375vw;
                }

                #checkoutsection .card #SigninSection .account-form #signup-container .all-signin-btn #singupbtn {
                    margin-top: .9375vw;
                }

                #checkoutsection .card #SigninSection .account-form #signup-container #guest-signin {
                    padding-top: .625vw;
                    margin-top: 1.25vw;
                }

                    #checkoutsection .card #SigninSection .account-form #signup-container #guest-signin .form-field label {
                        padding: 0 0 .3125vw 0;
                        font-size: 1rem;
                        line-height: 1.5rem;
                    }

                    #checkoutsection .card #SigninSection .account-form #signup-container #guest-signin .all-signin-btn {
                        padding-top: 1.25vw;
                        width: 17.5625vw;
                    }

                        #checkoutsection .card #SigninSection .account-form #signup-container #guest-signin .all-signin-btn .btn {
                            margin-top: 0;
                            width: 100%;
                        }

                            #checkoutsection .card #SigninSection .account-form #signup-container #guest-signin .all-signin-btn .btn#guestbtn {
                                margin-top: 0;
                                margin-bottom: .9375vw;
                            }

                            #checkoutsection .card #SigninSection .account-form #signup-container #guest-signin .all-signin-btn .btn#signinloginbutton {
                                margin-top: .9375vw;
                            }

        #checkoutsection .card#billingshippngsection .heading {
            flex-wrap: nowrap;
            padding-left: 1.5625vw;
            padding-right: 1.5625vw;
            padding-bottom: .3125vw;
            justify-content: flex-start;
        }

            #checkoutsection .card#billingshippngsection .heading i {
                padding: 10px;
                opacity: 1;
            }

            #checkoutsection .card#billingshippngsection .heading .pageHeadhpfyN {
                width: auto;
                padding-left: .9375vw;
            }

        #checkoutsection .card#billingshippngsection .edit-bill-ship {
            width: 5.25vw;
            min-width: 84px;
            flex-grow: unset;
            text-align: start;
        }

            #checkoutsection .card#billingshippngsection .edit-bill-ship .btn {
                min-width: 71px;
                width: 4.4375vw;
                margin-top: 0;
                min-height: 34px;
                height: 34px;
            }

        #checkoutsection .card#billingshippngsection #saved-address {
            width: 100%;
            padding-right: var(--bs-gutter-x,0);
            padding-left: var(--bs-gutter-x,0);
            margin-right: auto;
            margin-left: auto;
            padding-left: 1.0625vw;
            padding-right: 1.05375vw;
        }

            #checkoutsection .card#billingshippngsection #saved-address h3.heading, #checkoutsection .card#billingshippngsection #saved-address .heading.h3 {
                padding-top: .9375vw;
                margin-bottom: .625vw;
            }

            #checkoutsection .card#billingshippngsection #saved-address table {
                border-top: none;
            }

                #checkoutsection .card#billingshippngsection #saved-address table thead {
                    border-bottom: 1px solid #3e454c;
                }

                    #checkoutsection .card#billingshippngsection #saved-address table thead tr th.item0 {
                        padding-bottom: .75vw;
                        padding-top: .625vw;
                        padding-left: 0;
                    }

                    #checkoutsection .card#billingshippngsection #saved-address table thead tr th.item3 {
                        text-align: center;
                    }

                #checkoutsection .card#billingshippngsection #saved-address table tbody tr label .form-check-input {
                    margin-right: 0;
                }

                #checkoutsection .card#billingshippngsection #saved-address table tbody tr .img-container {
                    width: 28.125vw;
                    height: 28.125vw;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    #checkoutsection .card#billingshippngsection #saved-address table tbody tr .img-container img {
                        margin-left: auto;
                        margin-right: auto;
                    }

                #checkoutsection .card#billingshippngsection #saved-address table tbody tr th, #checkoutsection .card#billingshippngsection #saved-address table tbody tr td {
                    vertical-align: middle;
                }

                #checkoutsection .card#billingshippngsection #saved-address table tbody tr th {
                    padding-top: .9375vw;
                    padding-bottom: .9375vw;
                }

                    #checkoutsection .card#billingshippngsection #saved-address table tbody tr th.item0 {
                        min-width: 35px;
                        width: 4.557291666666667vw;
                        text-align: right;
                        padding-left: 1.59375vw;
                        padding-right: 2.5vw;
                        display: table-cell;
                    }

                #checkoutsection .card#billingshippngsection #saved-address table tbody tr td {
                    padding-top: .9375vw;
                    padding-bottom: .9375vw;
                }

                    #checkoutsection .card#billingshippngsection #saved-address table tbody tr td .head-mobile {
                        padding-bottom: .625vw;
                        line-height: 1.313rem;
                        font-weight: 500;
                    }

                    #checkoutsection .card#billingshippngsection #saved-address table tbody tr td.item1, #checkoutsection .card#billingshippngsection #saved-address table tbody tr td.item2 {
                        font-size: 1rem;
                        line-height: 1.5rem;
                    }

                    #checkoutsection .card#billingshippngsection #saved-address table tbody tr td.item1 {
                        display: table-cell;
                        padding-left: .5rem;
                        padding-right: 2.5vw;
                        font-weight: 400;
                        width: 9.125vw;
                    }

                        #checkoutsection .card#billingshippngsection #saved-address table tbody tr td.item1 div {
                            align-items: baseline;
                        }

                            #checkoutsection .card#billingshippngsection #saved-address table tbody tr td.item1 div .btn-edit-address {
                                display: none;
                            }

                        #checkoutsection .card#billingshippngsection #saved-address table tbody tr td.item1 label input[type="checkbox"] {
                            margin-right: 5px;
                        }

                    #checkoutsection .card#billingshippngsection #saved-address table tbody tr td.item2 {
                        padding-left: 0;
                        padding-right: 2.5vw;
                        max-width: 100%;
                        display: table-cell;
                        width: 30.33854166666667vw;
                    }

                #checkoutsection .card#billingshippngsection #saved-address table tbody .btn-edit-address {
                    margin-left: auto;
                    margin-right: auto;
                }

            #checkoutsection .card#billingshippngsection #saved-address .savedBillingAddress {
                padding-right: .6125vw;
                padding-left: 1.5625vw;
                padding-top: 1.5625vw;
            }

                #checkoutsection .card#billingshippngsection #saved-address .savedBillingAddress .heading {
                    padding-top: 0;
                }

                #checkoutsection .card#billingshippngsection #saved-address .savedBillingAddress .btn-edit-block {
                    padding: 6px 20px;
                    min-height: 34px;
                    height: 34px;
                    margin-top: 0;
                    border: 1px solid #025685;
                    color: #025685;
                    line-height: 1;
                }

            #checkoutsection .card#billingshippngsection #saved-address .action-btn {
                padding-top: .3125vw;
            }

                #checkoutsection .card#billingshippngsection #saved-address .action-btn .btn {
                    height: 34px;
                    margin-top: .625vw;
                }

                    #checkoutsection .card#billingshippngsection #saved-address .action-btn .btn.new-address {
                        width: 8.9375vw;
                        min-width: 143px;
                    }

                    #checkoutsection .card#billingshippngsection #saved-address .action-btn .btn.btn-branding {
                        width: 5.5vw;
                        min-width: 88px;
                    }

        #checkoutsection .card #billingandshippngaddsecwithoutlogin .heading {
            padding-left: 5.625vw;
            padding-right: 10vw;
        }

            #checkoutsection .card #billingandshippngaddsecwithoutlogin .heading i {
                height: 34px;
                width: 34px;
                background: #025685;
                color: #fff;
                font-size: 1.563rem;
            }

            #checkoutsection .card #billingandshippngaddsecwithoutlogin .heading .pageHeadhpfyN {
                font-weight: 500;
            }

        #checkoutsection .card#paymentsection {
            padding-bottom: 0 !important;
        }

            #checkoutsection .card#paymentsection .heading {
                padding-left: 1.5625vw;
                padding-right: 1.5625vw;
                padding-bottom: .3125vw;
            }

                #checkoutsection .card#paymentsection .heading i {
                    height: 34px;
                    width: 34px;
                    background: #025685;
                    color: #fff;
                    font-size: .938rem;
                }

                #checkoutsection .card#paymentsection .heading .pageHeadhpfyN {
                    width: auto;
                    padding-left: .9375vw;
                }

            #checkoutsection .card#paymentsection #paymentsectionsub .shipping-type.shipping-and {
                display: contents;
            }

                #checkoutsection .card#paymentsection #paymentsectionsub .shipping-type.shipping-and li {
                    width: 30%;
                    padding-top: .625vw;
                    display: inline-block;
                }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group p {
                font-size: 14px;
                line-height: 1.5rem;
            }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group label {
                line-height: 1.5rem;
                justify-content: center;
                padding: 0;
            }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group .subHeadhpfyN {
                padding-top: 0;
                padding-bottom: .3125vw;
                padding-left: 1.5625vw;
                padding-right: 1.25vw;
            }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group ul {
                list-style: none;
                padding-left: 1.5625vw;
                padding-right: 1.5625vw;
            }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group ul li {
                    padding-top: .625vw;
                }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group ul li .form-check-input:checked {
                        background-color: #025685;
                        border-color: #025685;
                    }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group ul.shipping-type {
                    width: auto;
                    padding-right: 1.5625vw;
                    padding-bottom: .9375vw;
                    margin-bottom: 0;
                    position: relative;
                }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group ul.shipping-type li:last-child {
                        padding-bottom: 0;
                        border-bottom: 0;
                    }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group ul.shipping-type li label {
                        font-size: 1rem;
                        line-height: 1.5rem;
                    }

                        #checkoutsection .card#paymentsection #paymentsectionsub .form-group ul.shipping-type li label span {
                            display: block;
                            margin-left: 10px;
                        }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group ul.shipping-type::after {
                        content: "";
                        position: absolute;
                        width: 45.375vw;
                        height: .3px;
                        bottom: 0;
                        background-color: #3e454c;
                    }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group ul.reorder-optional {
                    font-size: 1rem;
                    line-height: 1.5rem;
                    padding-left: 1.5625vw;
                    padding-right: 1.5625vw;
                    padding-bottom: .3125vw;
                }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group ul.reorder-optional li .form-check-input:checked {
                        margin-right: 5px;
                    }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #recurringOpitons .subHeadhpfyN {
                padding-bottom: .3125vw;
                padding-top: 0;
                padding-right: .9375vw;
                margin-bottom: 0;
            }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #recurringOpitons .form-check {
                padding-left: 1.5625vw;
                padding-right: 0;
                margin-bottom: 0;
                list-style: none;
            }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #recurringOpitons .form-check li {
                    padding-top: .625vw;
                }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #recurringOpitons .form-check li:nth-child(1) {
                        width: 13.625vw;
                    }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #recurringOpitons .form-check li:nth-child(2) {
                        width: 13.125vw;
                    }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #recurringOpitons .form-check li:nth-child(3) {
                        width: 19.1875vw;
                    }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #recurringOpitons .form-check li label .form-check-input {
                        margin-left: 0;
                        float: none;
                    }

                        #checkoutsection .card#paymentsection #paymentsectionsub .form-group #recurringOpitons .form-check li label .form-check-input:checked {
                            float: none;
                        }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #recurringOpitons .card-info-line {
                margin-left: 1.5625vw;
                margin-right: 1.5625vw;
                padding-top: .875vw;
                padding-bottom: .9375vw;
                border-bottom: 1px solid #3e454c;
            }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection .coupan-reward {
                background-color: rgba(2,86,133,.11);
                padding-top: 5px;
                padding-bottom: 5px;
                margin-top: 10px;
            }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection .coupan-reward h2, #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection .coupan-reward .h2 {
                    color: #3e454c;
                }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection .coupan-reward p {
                    color: #3e454c;
                    font-size: 16px;
                }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection .coupan-reward .text-color {
                    color: #025685;
                }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection .coupan-reward button {
                    margin-left: 1.5625vw;
                    background-color: #025685;
                }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection .subHeadhpfyN {
                padding-top: .3125vw;
            }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection p {
                padding-top: .625vw;
                padding-left: 1.5625vw;
                padding-right: 1.5625vw;
            }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection .coupon-redeem-check li:first-child {
                padding-right: 2.0625vw;
            }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection .coupon-redeem-check li label input[type="checkbox"] {
                margin-right: 8px;
            }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection .coupon-redeem-check li label span {
                color: #025685;
            }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection .coupon-insert {
                padding-top: .625vw;
                padding-left: 1.5625vw;
                padding-right: 1.5625vw;
            }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection .coupon-insert .fill-area {
                    display: flex;
                    justify-content: flex-start;
                }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection .coupon-insert .fill-area input[type="text"] {
                        width: 20.4375vw;
                        min-height: 34px;
                        height: 34px;
                        padding-left: .9375vw;
                        padding-top: .4375vw;
                        padding-bottom: .4375vw;
                        margin-right: .5vw;
                    }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection .coupon-insert .fill-area button {
                        min-width: 88px;
                        width: 5.5vw;
                        height: 34px;
                        min-height: 34px;
                        margin-top: 0;
                        font-size: 1rem;
                    }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #couponSection .coupon-insert .fill-area .removeredeempart {
                        margin-top: 0;
                    }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #reward-sec {
                padding-top: .6875vw;
                padding-left: 1.5625vw;
                padding-right: 1.5625vw;
            }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #reward-sec #reedemrewardamtid {
                    font-size: 1rem;
                    line-height: 1.5rem;
                }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #reward-sec #reedemrewardamtid #reedemrewardamt {
                        margin-left: 2.1875vw;
                    }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #reward-sec p {
                    padding-right: 1.875vw;
                    padding-top: .625vw;
                }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #reward-sec p span {
                        display: block;
                    }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #prescriptionsection {
                margin-top: 1.25vw;
                padding-top: .3125vw;
                padding-bottom: 1.5625vw;
                background-color: #f2f2f2;
            }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #prescriptionsection ul.form-group {
                    padding-right: 1.6875vw;
                    padding-left: 2.5vw;
                }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #prescriptionsection ul.form-group .form-check-label {
                        display: flex;
                        align-items: flex-start;
                    }

                        #checkoutsection .card#paymentsection #paymentsectionsub .form-group #prescriptionsection ul.form-group .form-check-label input {
                            margin-right: 7px;
                            margin-top: 5px;
                        }

            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails {
                padding-top: 0;
            }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li:not(:last-child) {
                    padding-bottom: .3125vw;
                }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-field {
                    padding-top: .9375vw;
                    padding-left: 3.125vw;
                }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-field.expire-date .expire-month {
                        width: 11.4375vw;
                    }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-field.expire-date .expire-year {
                        width: 11.5625vw;
                    }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-field.cvv {
                        align-items: center;
                        width: auto;
                    }

                        #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-field.cvv div {
                            margin-right: 0;
                            width: 24vw;
                        }

                            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-field.cvv div .form-control {
                                width: 11.4375vw;
                            }

                            #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-field.cvv div label.about-cvv {
                                text-align: start;
                                width: 11.5625vw;
                                padding-left: 16px;
                            }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-field .input-field {
                        width: 24vw;
                    }

                        #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group .form-field .input-field .payment-card-logo-container {
                            padding-left: 0;
                            padding-top: .3125vw;
                        }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group.paypalpayment .form-field {
                    padding-left: 0;
                }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .hideactiveCheque {
                    padding-top: .8125vw;
                    padding-right: .9375vw;
                }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .hideactiveCheque label {
                        padding-bottom: 0;
                        font-weight: 500;
                    }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .hideactiveCheque .input-field {
                        width: 24vw;
                    }

                        #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .hideactiveCheque .input-field input.form-control {
                            width: 100%;
                            margin-left: auto;
                        }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails p.details_check {
                    padding-top: .25vw;
                    padding-bottom: 0;
                    font-size: 14px;
                    line-height: 1.313rem;
                }

                #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .specialNote {
                    padding-left: 1.5625vw;
                    padding-right: 1.5625vw;
                    padding-top: 1.25vw;
                }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .specialNote label {
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 1.125rem;
                        padding-bottom: .9375vw;
                    }

                    #checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails .specialNote textarea {
                        width: 100%;
                    }

    #checkoutsection .billShippDisplay {
        display: flex;
        justify-content: space-between;
        padding-left: .8125vw;
        width: fit-content;
        min-width: 33vw;
    }

        #checkoutsection .billShippDisplay ul li:not(:first-child) {
            margin-right: 10px;
            padding-top: .625vw;
            font-size: 1rem;
            line-height: 1.5rem;
        }

        #checkoutsection .billShippDisplay ul li .pageHeadhpfyN {
            padding-left: 0 !important;
        }

        #checkoutsection .billShippDisplay ul:first-child {
            width: 18.25vw;
        }

        #checkoutsection .billShippDisplay ul:not(:first-child) {
            padding-top: 0;
            width: 18.5vw;
        }

    #checkoutsection .hideactivePaypal {
        justify-content: flex-start;
    }

        #checkoutsection .hideactivePaypal .img-container {
            width: 7.5vw;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            #checkoutsection .hideactivePaypal .img-container img {
                margin-left: auto;
                margin-right: auto;
            }

            #checkoutsection .hideactivePaypal .img-container:first-child {
                margin-right: .3125vw;
            }

            #checkoutsection .hideactivePaypal .img-container:last-child {
                margin-left: .3125vw;
            }

    @media only screen and (min-width:992px) and (max-width:1400px) {
        #checkoutsection #checkout-container .checkout-body .card #SigninSection .account-form .login-credentials .all-signin-btn .btn-fb, #checkoutsection #checkout-container .checkout-body .card #SigninSection .account-form .login-credentials .all-signin-btn .btn-google {
            margin-left: 0;
            width: 100%;
        }

        #checkoutsection #checkout-container .checkout-body .card.card-pd {
            padding-bottom: 1.5625vw;
        }

        #checkoutsection #guestbtn {
            margin-top: 0;
        }
    }

    .login-container {
        width: 100%;
        padding-right: var(--bs-gutter-x,1.5625vw);
        padding-left: var(--bs-gutter-x,1.5625vw);
        margin-right: auto;
        margin-left: auto;
        padding-top: 2.1875vw;
    }

        .login-container .login-box {
            width: 100%;
            padding-right: var(--bs-gutter-x,1.5625vw);
            padding-left: var(--bs-gutter-x,1.5625vw);
            margin-right: auto;
            margin-left: auto;
            padding-top: 1.25vw;
            padding-bottom: 1.25vw;
            width: 480px;
        }

            .login-container .login-box .heading {
                font-size: 1.563rem;
                margin-bottom: 1.25vw;
            }

            .login-container .login-box form .input-div {
                padding-bottom: .9375vw;
            }

                .login-container .login-box form .input-div label {
                    font-size: 1rem;
                }

            .login-container .login-box form .btn-container {
                margin-top: .625vw;
                text-align: center;
            }

                .login-container .login-box form .btn-container .btn-submit {
                    width: 100%;
                    margin: 0 auto;
                    height: 40px;
                    margin-top: 0;
                }

            .login-container .login-box form .signuplink {
                padding-top: 1.25vw;
                font-size: .875rem;
            }

            .login-container .login-box form .btn-single-sign-in {
                margin-top: 1.25vw;
                display: flex;
                justify-content: center;
            }

                .login-container .login-box form .btn-single-sign-in div {
                    width: auto;
                }

                .login-container .login-box form .btn-single-sign-in span {
                    border-radius: 2px;
                    width: 155px;
                    justify-content: center;
                    display: flex;
                    align-items: center;
                    background-color: #3b5998;
                    color: #fff;
                }

                    .login-container .login-box form .btn-single-sign-in span img {
                        margin-right: .625vw;
                    }

                .login-container .login-box form .btn-single-sign-in div:nth-child(1) span {
                    display: flex;
                    padding: 0;
                    margin-right: 9px;
                }

                .login-container .login-box form .btn-single-sign-in div:nth-child(2) span {
                    display: flex;
                    padding: 0;
                    border: 1px solid #262626;
                    background-color: #fff;
                    color: #000;
                    margin-left: 9px;
                }

    .create-account-container {
        width: 100%;
        padding-right: var(--bs-gutter-x,1.875vw);
        padding-left: var(--bs-gutter-x,1.875vw);
        margin-right: auto;
        margin-left: auto;
        width: 79.625vw;
    }

        .create-account-container .header {
            padding-top: 2.1875vw;
            padding-bottom: 1.5625vw;
        }

            .create-account-container .header h1, .create-account-container .header .h1 {
                padding-bottom: 0;
            }

        .create-account-container .create-account-form {
            padding-top: 1.5625vw;
        }

            .create-account-container .create-account-form .personal-login-info .input-div, .create-account-container .create-account-form .billing-info .input-div {
                padding-bottom: 1.25vw;
            }

                .create-account-container .create-account-form .personal-login-info .input-div label, .create-account-container .create-account-form .billing-info .input-div label {
                    font-size: 1rem;
                }

                .create-account-container .create-account-form .personal-login-info .input-div .error-msg, .create-account-container .create-account-form .billing-info .input-div .error-msg {
                    font-size: 1rem;
                    padding-top: .3125vw;
                }

    .forgot-passoword-container {
        width: 100%;
        padding-right: var(--bs-gutter-x,1.875vw);
        padding-left: var(--bs-gutter-x,1.875vw);
        margin-right: auto;
        margin-left: auto;
        width: 79.625vw;
    }

        .forgot-passoword-container .forgot-password-form {
            padding-top: 1.25vw;
        }

            .forgot-passoword-container .forgot-password-form .mandatory-text {
                font-size: 1rem;
            }

            .forgot-passoword-container .forgot-password-form .recover-info p {
                font-size: 1rem;
                margin-bottom: 1.25vw;
            }

            .forgot-passoword-container .forgot-password-form .recover-info .row {
                align-items: center;
            }

                .forgot-passoword-container .forgot-password-form .recover-info .row .input-div {
                    padding-bottom: 0;
                }

                    .forgot-passoword-container .forgot-password-form .recover-info .row .input-div label {
                        margin-bottom: 0;
                        padding-bottom: .3125vw;
                        font-size: 1rem;
                    }

                    .forgot-passoword-container .forgot-password-form .recover-info .row .input-div .error-msg {
                        font-size: 1rem;
                        padding-top: .3125vw;
                    }

    .acticle-tab-card {
        margin-top: 0;
        padding-top: 1.25vw;
        padding-bottom: 1.25vw;
        width: 93.9375vw;
        margin-left: auto;
        margin-right: auto;
    }

        .acticle-tab-card .heading {
            padding-left: 1.25vw;
            padding-right: 1.25vw;
            margin-bottom: .9375vw;
        }

            .acticle-tab-card .heading a {
                font-size: 1rem;
                color: #3e454c !important;
            }

                .acticle-tab-card .heading a.ng-binding {
                    color: #000;
                }

        .acticle-tab-card .article-text {
            padding-left: 1.25vw;
            padding-right: 1.25vw;
            font-size: 1rem;
        }

        .acticle-tab-card .article-author-date {
            padding-left: 1.25vw;
            padding-right: 1.25vw;
            font-size: 1rem;
        }

            .acticle-tab-card .article-author-date .author-name {
                padding-right: .3125vw;
            }

            .acticle-tab-card .article-author-date .article-date {
                padding-left: .3125vw;
            }

        .acticle-tab-card:not(:first-child) {
            margin-top: 1.25vw;
        }

    .my-nav {
        box-shadow: 0 3px 6px rgba(0,0,0,.16);
        padding-top: 1.875vw;
        padding-bottom: 1.563vw;
    }

        .my-nav span {
            font-size: 1rem;
            color: #025685;
        }

        .my-nav .fa {
            font-size: 1rem;
            color: #025685;
        }

    #navbarToggleExternalContent.collapse {
        box-shadow: none;
        border-bottom: 1px solid #3e454c;
        z-index: 11;
        width: -webkit-fill-available;
        position: relative;
        background-color: #fff;
        justify-content: center;
    }

        #navbarToggleExternalContent.collapse .dropstart {
            padding-top: 10px;
        }

            #navbarToggleExternalContent.collapse .dropstart .inner-main::before {
                content: "<";
                position: relative;
            }

            #navbarToggleExternalContent.collapse .dropstart .inner-li {
                position: absolute;
                left: -100%;
                display: none;
                top: 4px;
                width: 17vw;
            }

                #navbarToggleExternalContent.collapse .dropstart .inner-li.active {
                    position: absolute;
                    display: block;
                }

                #navbarToggleExternalContent.collapse .dropstart .inner-li li {
                    padding: 10px 0 10px 0;
                }

            #navbarToggleExternalContent.collapse .dropstart .inner-li {
                box-shadow: 0 3px 6px rgba(0,0,0,.16);
                padding-top: 10px;
                padding-bottom: 10px;
                padding-top: .625vw;
            }

                #navbarToggleExternalContent.collapse .dropstart .inner-li .dropdown-item:focus {
                    color: #000;
                    background-color: #ccc;
                }

                    #navbarToggleExternalContent.collapse .dropstart .inner-li .dropdown-item:focus .dropdown-item {
                        padding: 0;
                    }

            #navbarToggleExternalContent.collapse .dropstart .dropdown-toggle.no-arrow::before {
                opacity: 0;
            }

        #navbarToggleExternalContent.collapse .my-drop-menu {
            padding: 10px 5px;
            background: #fff;
            position: relative;
            width: auto;
            font: 14px;
            text-align: center;
        }

            #navbarToggleExternalContent.collapse .my-drop-menu .drop-menu {
                position: absolute;
                top: 100%;
                width: 17vw;
                min-width: 290px;
                padding: 10px 0 10px 0;
            }

            #navbarToggleExternalContent.collapse .my-drop-menu .main-drop {
                color: #000;
            }

            #navbarToggleExternalContent.collapse .my-drop-menu.active {
                z-index: 1;
                background: #fff;
                position: relative;
                width: auto;
            }

            #navbarToggleExternalContent.collapse .my-drop-menu .main-drop {
                padding: 0;
                margin: 5px;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

                #navbarToggleExternalContent.collapse .my-drop-menu .main-drop.active {
                    color: #fff;
                    background-color: #4f8324;
                }

                    #navbarToggleExternalContent.collapse .my-drop-menu .main-drop.active .fa {
                        display: none;
                        transform: rotate(0deg);
                    }

                #navbarToggleExternalContent.collapse .my-drop-menu .main-drop .fa {
                    display: none;
                    transform: rotate(180deg);
                }

                    #navbarToggleExternalContent.collapse .my-drop-menu .main-drop .fa.active {
                        transform: rotate(0deg);
                        transition: all .3s ease-in;
                    }

            #navbarToggleExternalContent.collapse .my-drop-menu .nav-link:focus {
                color: #000;
            }

        #navbarToggleExternalContent.collapse .drop-menu li .dropdown-item {
            border-bottom: none;
            padding-top: 13px;
            border-bottom: none;
        }

            #navbarToggleExternalContent.collapse .drop-menu li .dropdown-item.active {
                background-color: #4f8324;
                color: #fff;
            }

            #navbarToggleExternalContent.collapse .drop-menu li .dropdown-item li {
                padding-right: .625vw;
                padding-left: 18px;
            }

        #navbarToggleExternalContent.collapse .drop-menu {
            padding-left: 0;
            position: absolute;
            list-style: none;
            left: 0;
            background-color: #fff;
            width: max-content;
            top: 74px;
            z-index: 25;
            padding-bottom: 10px;
        }

            #navbarToggleExternalContent.collapse .drop-menu.active {
                display: block;
                z-index: 1;
                background: #fff;
                position: relative;
                width: 100%;
            }

        #navbarToggleExternalContent.collapse .my-drop-menu:hover {
            background-color: #4f8324;
            color: #fff;
        }

            #navbarToggleExternalContent.collapse .my-drop-menu:hover.my-drop-menu .main-drop {
                color: #fff;
            }

                #navbarToggleExternalContent.collapse .my-drop-menu:hover.my-drop-menu .main-drop span {
                    color: #fff;
                }

        #navbarToggleExternalContent.collapse .my-dropmenu-last .nav-link {
            color: #000;
        }

            #navbarToggleExternalContent.collapse .my-dropmenu-last .nav-link:hover {
                color: #fff;
            }

        #navbarToggleExternalContent.collapse .my-dropmenu-last a {
            color: #4f8324;
        }

        #navbarToggleExternalContent.collapse .my-dropmenu-last .drop-menu li {
            padding-right: .625vw;
            color: #000;
            padding-left: 1.125vw;
            border-bottom: none;
            margin-bottom: 4.063vw;
        }

        #navbarToggleExternalContent.collapse .my-dropmenu-last .drop-menu a {
            color: #4f8324;
            padding-left: 10px;
        }

    #navbarToggleExternalContent .my-drop-menu.last-nav-art {
        display: block;
        color: #000;
        background-color: #e8e8e8;
    }

        #navbarToggleExternalContent .my-drop-menu.last-nav-art:hover {
            background-color: #4f8324;
            color: #000;
        }

    #navbarToggleExternalContent .my-drop-menu:last-child .drop-menu {
        left: -100%;
    }

        #navbarToggleExternalContent .my-drop-menu:last-child .drop-menu .dropstart .show-drop {
            left: -20%;
        }

    #navbarToggleExternalContent .my-drop-menu.last-art-nav .drop-menu {
        left: -100%;
    }

        #navbarToggleExternalContent .my-drop-menu.last-art-nav .drop-menu .dropstart .show-drop {
            left: -20%;
        }

    #navbarToggleExternalContent .dropstart .dropdown-menu.show {
        transform: translate3d(-270px,0,0) !important;
    }

    #navbarToggleExternalContent .dropdown-menu.show {
        position: absolute !important;
        width: 100% !important;
        transform: translate3d(270px,0,0) !important;
        border-bottom: 0;
        margin-left: -40px !important;
        margin-right: -75px !important;
    }

        #navbarToggleExternalContent .dropdown-menu.show li {
            border-bottom: 0;
            font-size: 1rem;
        }

        #navbarToggleExternalContent .dropdown-menu.show.view-last {
            transform: translate3d(-323px,0,0) !important;
        }

    #navbarToggleExternalContent .dropend .btn {
        border-radius: 0;
        width: 100%;
        display: flex;
        margin-right: 40px;
        padding: 4px 10px;
        background-color: #fff;
        justify-content: space-between;
    }

        #navbarToggleExternalContent .dropend .btn .inner-arrow {
            display: none !important;
        }

    #navbarToggleExternalContent .dropend:hover .btn {
        background-color: rgba(214,214,214,.411);
    }

    #navbarToggleExternalContent .dropend:hover .dropdown-menu {
        display: block;
        transform: translate3d(270px,0,0);
        border-bottom: 0;
        margin-left: -50px;
        margin-right: -75px;
    }

        #navbarToggleExternalContent .dropend:hover .dropdown-menu li:hover {
            background-color: rgba(214,214,214,.411);
        }

    #navbarToggleExternalContent .dropend .dropdown-toggle.no-arrow::before {
        opacity: 0;
    }

    #navbarToggleExternalContent .dropstart .btn {
        border-radius: 0;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 4px 25px;
        background-color: #fff;
        justify-content: space-between;
    }

        #navbarToggleExternalContent .dropstart .btn .inner-arrow {
            display: none !important;
        }

    #navbarToggleExternalContent .dropend .dropdown-toggle::after {
        display: block;
    }

    #navbarToggleExternalContent .dropstart .dropdown-toggle::before {
        display: block;
    }

    #navbarToggleExternalContent .dropstart .btn {
        border-radius: 0;
        width: 100%;
        display: flex;
        margin-right: 40px;
        padding: 4px 25px;
        background-color: #fff;
        justify-content: space-between;
    }

        #navbarToggleExternalContent .dropstart .btn .inner-arrow {
            display: none !important;
        }

    #navbarToggleExternalContent .dropstart:hover .dropdown-menu {
        display: block;
        transform: translate3d(-270px,0,0);
        border-bottom: 0;
        margin-left: 75px;
        margin-right: -75px;
    }

    #navbarToggleExternalContent .dropdown .show-drop {
        position: absolute !important;
        min-width: 290px;
        transform: translate3d(270px,0,0) !important;
        border-bottom: 0;
        margin-right: -75px !important;
        padding: 10px 0 10px 0;
        top: 0;
        left: 4vw;
    }

    #navbarToggleExternalContent .dropstart.dropdown .show-drop {
        transform: translate3d(-270px,0,0) !important;
        margin-left: 40px !important;
        margin-right: -75px !important;
    }

    @media only screen and (max-width:1500px) and (min-width:1092px) {
        #navbarToggleExternalContent.collapse .my-drop-menu {
            padding: 10px 3px;
            font-size: .75rem;
        }

        #navbarToggleExternalContent.collapse .drop-menu {
            min-width: 250px;
        }

            #navbarToggleExternalContent.collapse .drop-menu .dropend .btn {
                font-size: .75rem;
            }

        #navbarToggleExternalContent.collapse .show-drop {
            font-size: .75rem;
        }

        #navbarToggleExternalContent.collapse .dropdown .show-drop {
            left: 5vw;
        }
    }

    .container1 {
        background-image: url("../img/fsa-banner2.png");
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        text-align: center;
        color: #fff;
    }

        .container1.size-banner {
            background-image: url("../img/size-banner2.png");
        }

        .container1.auto-banner {
            height: 250px;
        }

        .container1 .top-banner2 {
            width: 100%;
            margin-bottom: 10px;
        }

            .container1 .top-banner2 .centered {
                line-height: 2.313rem;
                margin-bottom: 0;
                font-size: 1.875rem;
                color: #fff;
                width: 100%;
                left: 50%;
                font-weight: 600;
            }

            .container1 .top-banner2 .centered2 {
                margin: 0;
                color: #fff;
            }

                .container1 .top-banner2 .centered2 p {
                    padding-top: .625vw;
                    font-size: 1rem;
                    line-height: 1.313rem;
                    width: 52.875vw;
                    padding-left: 0;
                    padding-right: 0;
                    margin-left: auto;
                    margin-right: auto;
                    margin-bottom: 0;
                }

                .container1 .top-banner2 .centered2 .top-search {
                    padding-top: 1.063vw;
                    position: relative;
                    margin: 0 auto;
                    width: 34.625vw;
                }

                .container1 .top-banner2 .centered2 input {
                    height: 35px;
                    border-radius: 0;
                    font-size: .875rem;
                    padding: 4px;
                    border: none;
                    padding-left: .688vw;
                    margin: 0;
                }

                .container1 .top-banner2 .centered2 .fa {
                    color: #3e454c;
                    position: absolute;
                    right: 1px;
                    top: 1.3vw;
                    float: right;
                    font-size: 1.125rem;
                    padding: 4px;
                }

    .trending-div .h22 {
        border-bottom-width: .125vw;
        border-bottom-style: solid;
        border-bottom-color: #d3d3d3;
    }

    .trending-div .home-heading-border {
        padding-bottom: .75vw;
        font-size: 1.875rem;
        border-bottom-width: .125vw;
        border-bottom-style: solid;
        border-bottom-color: #025685;
        display: inline-block;
        margin: 0 0 -.125vw 0;
    }

    .popular-div .h22 {
        border-bottom-width: .125vw;
        border-bottom-style: solid;
        border-bottom-color: #d3d3d3;
    }

    .popular-div .home-heading-border {
        padding-bottom: .75vw;
        font-size: 1.875rem;
        border-bottom-width: .125vw;
        border-bottom-style: solid;
        border-bottom-color: #025685;
        display: inline-block;
        margin: 0 0 -.125vw 0;
    }

    .popular-div .card {
        width: 23.125vw;
    }

        .popular-div .card img {
            width: 100%;
        }

    .editor-div .h22 {
        border-bottom-width: .125vw;
        border-bottom-style: solid;
        border-bottom-color: #d3d3d3;
    }

    .editor-div .home-heading-border {
        padding-bottom: .75vw;
        font-size: 1.875rem;
        border-bottom-width: .125vw;
        border-bottom-style: solid;
        border-bottom-color: #025685;
        display: inline-block;
        margin: 0 0 -.125vw 0;
    }

    .recently-div .h22 {
        border-bottom-width: .125vw;
        border-bottom-style: solid;
        border-bottom-color: #d3d3d3;
    }

    .recently-div .home-heading-border {
        padding-bottom: .75vw;
        font-size: 1.875rem;
        border-bottom-width: .125vw;
        border-bottom-style: solid;
        border-bottom-color: #025685;
        display: inline-block;
        margin: 0 0 -.125vw 0;
    }

    .recently-viewed-items .h22 {
        border-bottom-width: .125vw;
        border-bottom-style: solid;
        border-bottom-color: #d3d3d3;
    }

    .recently-viewed-items .home-heading-border {
        padding-bottom: .75vw;
        font-size: 1.875rem;
        border-bottom-width: .125vw;
        border-bottom-style: solid;
        border-bottom-color: #025685;
        display: inline-block;
        margin: 0 0 -.125vw 0;
    }

    .btn-red {
        margin-top: 0;
        padding-top: .125vw;
        padding-left: .25vw;
        padding-right: .25vw;
        padding-bottom: .063vw;
        background-color: #eb0400;
        border: 1px solid #eb0400;
    }

    .btn-red2 {
        margin-top: 0;
        padding-top: .125vw;
        padding-left: .25vw;
        padding-right: .25vw;
        padding-bottom: .063vw;
        background-color: #ce423f;
        border: 1px solid #ce423f;
    }

    .btn-green {
        margin-top: 0;
        padding-top: .125vw;
        padding-left: .25vw;
        padding-right: .25vw;
        padding-bottom: .063vw;
        border: 1px solid #4f8324;
        background-color: #4f8324;
    }

    .btn-lightgreen {
        margin-top: 0;
        padding-top: .125vw;
        padding-left: .25vw;
        padding-right: .25vw;
        padding-bottom: .063vw;
        border: 1px solid #79be57;
        background-color: #79be57;
    }

    .btn-orange {
        color: #fff;
        margin-top: 0;
        padding-top: .125vw;
        padding-left: .25vw;
        padding-right: .25vw;
        padding-bottom: .063vw;
        background-color: #eb9d00;
        border: 1px solid #eb9d00;
    }

    .btn-pink {
        margin-top: 0;
        padding-top: .125vw;
        padding-left: .25vw;
        padding-right: .25vw;
        padding-bottom: .063vw;
        background-color: #ca50d8;
        border: 1px solid #ca50d8;
    }

    .btn-blue {
        margin-top: 0;
        padding-top: .125vw;
        padding-left: .25vw;
        padding-right: .25vw;
        padding-bottom: .063vw;
        background-color: #237cc9;
        border: 1px solid #237cc9;
    }

    .trending-div {
        padding: 2.1875vw 1.875vw 0 1.875vw;
    }

        .trending-div .h22 {
            border-bottom-width: .125vw;
            border-bottom-style: solid;
            border-bottom-color: #d3d3d3;
        }

        .trending-div .home-heading-border {
            padding-bottom: .75vw;
            font-size: 1.875rem;
            border-bottom-width: .125vw;
            border-bottom-style: solid;
            border-bottom-color: #025685;
            display: inline-block;
            margin: 0 0 -.125vw 0;
        }

        .trending-div .home-big-img img {
            height: 15.938vw;
            width: 59.688vw;
        }

        .trending-div .row {
            padding-top: .9375vw;
        }

        .trending-div .trending-col-11 {
            width: 61vw;
            margin-right: 10px;
        }

            .trending-div .trending-col-11 .btn-red {
                color: #fff;
                display: block;
                width: fit-content;
                margin-top: .9375vw;
            }

        .trending-div .trending-col-12 .btn-orange {
            color: #fff;
            margin-top: 0;
            padding-top: .125vw;
            padding-left: .25vw;
            padding-right: .25vw;
            padding-bottom: .063vw;
            background-color: #eb9d00;
            border: 1px solid #eb9d00;
        }

        .trending-div .trending-col-12 .btn-lightgreen {
            margin-top: 0;
            padding-top: .125vw;
            padding-left: .25vw;
            padding-right: .25vw;
            padding-bottom: .063vw;
            border: 1px solid #79be57;
            background-color: #79be57;
        }

        .trending-div .btn-green-pd {
            padding-top: 2.188vw;
        }

        .trending-div .trending-pra-one {
            font-weight: bold;
            line-height: 1.688rem;
            padding-top: .625vw;
            font-size: 1rem;
            margin: 0;
        }

        .trending-div .trending-pra-two {
            line-height: 1.5rem;
            padding-top: .625vw;
            font-size: 1rem;
            margin: 0;
        }

        .trending-div .trending-pra-sm {
            padding-top: .625vw;
            font-size: .875rem;
        }

            .trending-div .trending-pra-sm span {
                display: flex;
                align-items: center;
                font-weight: 500;
            }

                .trending-div .trending-pra-sm span .fa {
                    margin-right: 5px;
                }

    .h22 h1, .h22 .h1 {
        font-size: 1.875rem;
    }

    .popular-div {
        padding-top: 2.1875vw;
        padding-left: 1.875vw;
        padding-right: 1.875vw;
    }

        .popular-div .h22 {
            border-bottom-width: .125vw;
            border-bottom-style: solid;
            border-bottom-color: #d3d3d3;
        }

        .popular-div .home-heading-border {
            padding-bottom: .75vw;
            font-size: 1.875rem;
            border-bottom-width: .125vw;
            border-bottom-style: solid;
            border-bottom-color: #025685;
            display: inline-block;
            margin: 0 0 -.125vw 0;
        }

        .popular-div .row {
            padding-top: .9375vw;
            padding-left: .313vw;
        }

        .popular-div .card {
            border: 1px solid #fff;
            margin-left: -5px;
            margin-right: -1px;
            padding: 0;
        }

            .popular-div .card img {
                border-radius: 0;
            }

        .popular-div p {
            margin: 0;
            font-size: 1.125rem;
            padding-top: .625vw;
            padding-bottom: .1vw;
        }

        .popular-div .card .card-img-overlay {
            opacity: 0;
        }

        .popular-div .card:hover .card-img-overlay {
            opacity: 1;
        }

        .popular-div .btn-outline-light {
            padding-top: .5vw;
            padding-right: 1.375vw;
            padding-bottom: .438vw;
            padding-left: 1.375vw;
        }

    .editor-div {
        padding-top: 2.1875vw;
        padding-left: 1.875vw;
        padding-right: 1.875vw;
    }

        .editor-div .btn-lightgreen {
            margin-top: 0;
            padding-top: .125vw;
            padding-left: .25vw;
            padding-right: .25vw;
            padding-bottom: .063vw;
            border: 1px solid #79be57;
            background-color: #79be57;
        }

        .editor-div .d-sm-none-heading {
            display: block;
        }

        .editor-div .home-big-img img {
            width: 59.688vw;
        }

        .editor-div .h22 {
            border-bottom-width: .125vw;
            border-bottom-style: solid;
            border-bottom-color: #d3d3d3;
        }

        .editor-div .home-heading-border {
            padding-bottom: .75vw;
            font-size: 1.875rem;
            border-bottom-width: .125vw;
            border-bottom-style: solid;
            border-bottom-color: #025685;
            display: inline-block;
            margin: 0 0 -.125vw 0;
        }

        .editor-div .row {
            padding-top: .9375vw;
        }

        .editor-div .trending-col-11 {
            width: 62.188vw;
        }

        .editor-div .editor-pra-one {
            font-weight: bold;
            padding-top: .625vw;
            font-size: 1rem;
            margin: 0;
            line-height: 1.688rem;
        }

        .editor-div .trending-pra-sm {
            padding-top: .625vw;
            font-size: .875rem;
        }

            .editor-div .trending-pra-sm span {
                font-weight: 500;
            }

                .editor-div .trending-pra-sm span .fa {
                    margin-right: 5px;
                }

        .editor-div .editor-pra-two {
            font-size: 1rem;
            line-height: 1.5rem;
            margin: 0;
            padding-top: .625vw;
        }

    .recently-div {
        margin-bottom: 2.1875vw;
        padding-top: 2.1875vw;
        padding-left: 1.875vw;
        padding-right: 1.875vw;
    }

        .recently-div .h22 {
            border-bottom-width: .125vw;
            border-bottom-style: solid;
            border-bottom-color: #d3d3d3;
        }

        .recently-div .home-heading-border {
            padding-bottom: .75vw;
            font-size: 1.875rem;
            border-bottom-width: .125vw;
            border-bottom-style: solid;
            border-bottom-color: #025685;
            display: inline-block;
            margin: 0 0 -.125vw 0;
        }

        .recently-div .row {
            padding-top: .9375vw;
        }

        .recently-div .article-single-card {
            margin-bottom: .9375vw;
        }

        .recently-div .recently-div-2 .article-single-card {
            padding-left: .625vw;
            padding-right: .625vw;
        }

        .recently-div .recently-pra-one {
            font-size: 1.125rem;
            line-height: 1.688rem;
            font-weight: bold;
            margin: 0;
            overflow: hidden;
            padding-top: .625vw;
        }

        .recently-div .article-single-card .shadow-n {
            height: 100%;
            border-radius: 10px;
            padding-left: 1.25vw;
            padding-right: 1.25vw;
            padding-bottom: 1.25vw;
        }

        .recently-div .recently-pra-two {
            font-size: 1rem;
            line-height: 1.5rem;
            margin: 0;
            min-height: 80px;
            overflow: hidden;
            padding: 0;
            padding-top: .625vw;
        }

        .recently-div .trending-pra-sm {
            padding-top: .625vw;
            font-size: .875rem;
        }

            .recently-div .trending-pra-sm span {
                font-weight: 500;
            }

                .recently-div .trending-pra-sm span .fa {
                    margin-right: 5px;
                }

        .recently-div .btn-recently-card {
            padding-top: 1.375vw;
        }

    .recently-viewed-items .h22 {
        border-bottom-width: .125vw;
        border-bottom-style: solid;
        border-bottom-color: #d3d3d3;
    }

    .recently-viewed-items .home-heading-border {
        padding-bottom: .75vw;
        font-size: 1.875rem;
        border-bottom-width: .125vw;
        border-bottom-style: solid;
        border-bottom-color: #025685;
        display: inline-block;
        margin: 0 0 -.125vw 0;
    }

    .recently-viewed-items .authors-slider {
        margin-bottom: 2.1875vw;
        padding-bottom: 0;
    }

        .recently-viewed-items .authors-slider .recent-product-card .authors-pic img {
            height: 15vw;
            width: 15vw;
        }

        .recently-viewed-items .authors-slider .recent-product-card .authors-pic:hover::after {
            position: absolute;
            width: 100%;
            height: 15vw;
            background-color: #d3d3d3;
            content: "";
            top: 0;
            left: 0;
            border-radius: 100%;
            opacity: .4;
        }

        .recently-viewed-items .authors-slider .recent-product-card .authors-pic:hover .slider-text-overlay {
            position: absolute;
            top: 50%;
            top: 50%;
            width: fit-content;
            z-index: 1;
            opacity: 1;
            margin: 0 auto;
        }

        .recently-viewed-items .authors-slider .recent-product-card .authors-pic {
            position: relative;
            margin-bottom: .9375vw;
        }

            .recently-viewed-items .authors-slider .recent-product-card .authors-pic .slider-text-overlay {
                position: absolute;
                top: 50%;
                left: 50%;
                color: #fff;
                font-size: 1.125rem;
                z-index: 0;
                opacity: 0;
                transform: translate(-50%,-50%);
            }

    .recently-viewed-items .img-slider-two {
        padding-top: .9375vw;
    }

        .recently-viewed-items .img-slider-two .product-image {
            width: 15vw;
            height: 15vw;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .recently-viewed-items .img-slider-two .product-image img {
                margin-left: auto;
                margin-right: auto;
            }

        .recently-viewed-items .img-slider-two img {
            border-radius: 100%;
            width: 100%;
        }

    .recently-viewed-items .img-slider-one {
        padding-top: .9375vw;
    }

        .recently-viewed-items .img-slider-one .img-slider-two {
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .authors-div {
        padding-top: 1.25vw;
        padding-left: 1.875vw;
        padding-right: 1.875vw;
    }

        .authors-div nav .breadcrumb a {
            font-size: .875rem;
            margin: 0;
        }

        .authors-div nav .breadcrumb li span {
            font-size: .875rem;
        }

        .authors-div .row {
            padding-top: 2.1875vw;
        }

            .authors-div .row h1, .authors-div .row .h1 {
                padding-top: .3125vw;
                margin-bottom: 0;
                text-align: left;
                font-size: 1.875rem;
            }

        .authors-div .sm-heading {
            padding-top: 0;
            text-align: left;
            font-size: 1.125rem;
        }

        .authors-div p {
            text-align: left;
            margin-bottom: 0;
            font-size: 1rem;
            padding-top: .9375vw;
            line-height: 1.5rem;
        }

        .authors-div .man-png {
            text-align: center;
        }

            .authors-div .man-png img {
                text-align: center;
                height: 15vw;
                width: 15vw;
            }

            .authors-div .man-png a img {
                height: 30px;
                width: 30px;
            }

    .authors-div-card {
        padding-top: 0;
        padding-left: 1.875vw;
        padding-right: 1.875vw;
    }

        .authors-div-card .shadow-n {
            min-height: 14vw;
            margin-bottom: 0;
            margin-right: 0;
            height: 100%;
            margin-top: 0;
            border-radius: 10px;
            padding: 1.375vw 1.25vw 1.25vw 1.25vw;
        }

        .authors-div-card .authors-pra-one {
            padding-top: .625vw;
            font-size: 1.125rem;
            line-height: 1.688rem;
            font-weight: 600;
            margin-bottom: 0;
        }

        .authors-div-card .authors-card-sm {
            padding-top: .625vw;
            font-size: .875rem;
            line-height: 1.313rem;
        }

        .authors-div-card .authors-pra-two {
            padding-top: .625vw;
            font-size: 1rem;
            line-height: 1.5rem;
            margin-bottom: 0;
        }

        .authors-div-card .border-btm-gry {
            padding-top: 2.1875vw;
            border-bottom: 1px solid #3e454c;
            margin-bottom: 10px;
        }

        .authors-div-card .breadcrumb {
            font-size: 1rem;
            margin: 0;
        }

        .authors-div-card .bread-last-num::after {
            content: " |";
        }

        .authors-div-card .arrow-breadcrum::after {
            content: ">|>>";
        }

        .authors-div-card.category-card-n {
            margin-top: 30px;
            margin-bottom: 30px;
        }

            .authors-div-card.category-card-n .section-title h2, .authors-div-card.category-card-n .section-title .h2 {
                margin-bottom: 15px;
            }

    .contect-div {
        padding-left: 1.875vw;
        padding-right: 1.875vw;
    }

        .contect-div .row {
            padding-top: 1.25vw;
        }

            .contect-div .row nav .breadcrumb a {
                font-size: .875rem;
                margin: 0;
            }

            .contect-div .row nav .breadcrumb .active {
                font-size: .875rem;
                margin: 0;
            }

        .contect-div .contect-div-2 {
            padding-top: 2.1875vw;
        }

        .contect-div .contect-div-pra1 {
            font-size: 1.875rem;
            font-weight: bold;
            line-height: 2.313rem;
            padding-top: .625vw;
        }

        .contect-div .content-pra-sm {
            padding-top: .625vw;
            font-size: .875rem;
            line-height: 1.313rem;
        }

            .contect-div .content-pra-sm span:first-child {
                margin-right: 1.103125vw;
            }

        .contect-div .contect-div-pra2-1 {
            font-size: 1rem;
            line-height: 1.5rem;
            padding-top: .625vw;
            margin: 0;
        }

        .contect-div .contect-div-pra2 {
            padding-bottom: 1.25vw;
            font-size: 1rem;
            line-height: 1.5rem;
            padding-top: 1.25vw;
            margin: 0;
        }

        .contect-div .food-pic-top {
            padding-top: 1.25vw;
            width: 67.813vw;
        }

        .contect-div .contect-div-2 .contect-div-main {
            margin-right: 5.188vw;
            width: 67.813vw;
        }

        .contect-div .contect-div-2 .img-center {
            padding-top: 0;
            padding-bottom: 0;
            text-align: center;
        }

        .contect-div .contect-div-2 .food-pic-center {
            text-align: center;
            padding-top: 0;
            width: 40.25vw;
        }

        .contect-div .contect-div-2 .food-new1 {
            padding-top: 0;
            width: 23.875vw;
            margin-right: 3.938vw;
        }

        .contect-div .contect-div-2 .food-new2 {
            padding-top: 0;
            width: 23.875vw;
        }

        .contect-div .contect-tag {
            margin-top: 2.1875vw;
        }

            .contect-div .contect-tag .h22 {
                border-bottom-width: .125vw;
                border-bottom-style: solid;
                border-bottom-color: #d3d3d3;
            }

            .contect-div .contect-tag .home-heading-border {
                padding-bottom: .75vw;
                font-size: 1.875rem;
                border-bottom-width: .125vw;
                border-bottom-style: solid;
                border-bottom-color: #025685;
                display: inline-block;
                margin: 0 0 -.125vw 0;
            }

            .contect-div .contect-tag .tag-tab {
                padding-top: 1.25vw;
                padding-bottom: 2.1875vw;
            }

                .contect-div .contect-tag .tag-tab .nav-link {
                    margin: .188vw;
                    padding-top: .188vw;
                    padding-right: .625vw;
                    padding-left: .788vw;
                    margin-left: .156vw;
                    margin-right: .156vw;
                }

            .contect-div .contect-tag .border-btm {
                font-size: 1rem;
                margin: 0;
                border-bottom: 1px solid #000;
                margin-bottom: .9375vw;
            }

            .contect-div .contect-tag .btn-green2 {
                border: 1px solid #4f8324;
                padding-top: .25vw;
                padding-left: .75vw;
                padding-right: .75vw;
                padding-bottom: .188vw;
            }

            .contect-div .contect-tag .context-shadow-div {
                margin-bottom: 0;
            }

            .contect-div .contect-tag .shadow-n {
                min-height: 20vw;
                margin-top: 1.375vw;
                height: 100%;
                border-radius: 1.063rem;
                padding-left: 1.25vw;
                padding-right: 1.25vw;
                padding-top: 1.25vw;
                padding-bottom: 1.25vw;
            }

                .contect-div .contect-tag .shadow-n p {
                    font-size: 1rem;
                    padding-top: .625vw;
                    margin-bottom: 0;
                }

            .contect-div .contect-tag .context-shadow-sm {
                font-size: .875rem;
                padding-top: .625vw;
            }

            .contect-div .contect-tag .shadow-view {
                font-size: .875rem;
                padding-top: .9375vw;
            }

        .contect-div .contect-girl-div {
            width: 23.125vw;
            padding-top: 0;
            text-align: center;
        }

            .contect-div .contect-girl-div .img-container {
                width: 14.6875vw;
                height: 14.6875vw;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 auto;
            }

                .contect-div .contect-girl-div .img-container img {
                    margin-left: auto;
                    margin-right: auto;
                }

                .contect-div .contect-girl-div .img-container img {
                    width: 100%;
                }

            .contect-div .contect-girl-div h1, .contect-div .contect-girl-div .h1 {
                padding-top: 0;
                font-size: 1.563rem;
                margin-bottom: 0;
            }

            .contect-div .contect-girl-div .contect-girl-div-pra1 {
                padding-top: .625vw;
                font-size: .813rem;
                line-height: 1.313rem;
                text-align: left;
                margin-bottom: 2.1875vw;
            }

            .contect-div .contect-girl-div .contect-girl-div-card {
                padding-top: .9375vw;
            }

        .contect-div .contect-girl-div-2 {
            text-align: left;
        }

            .contect-div .contect-girl-div-2 .h22 {
                border-bottom-width: .125vw;
                border-bottom-style: solid;
                border-bottom-color: #d3d3d3;
            }

            .contect-div .contect-girl-div-2 .home-heading-border {
                padding-bottom: .75vw;
                font-size: 1.875rem;
                border-bottom-width: .125vw;
                border-bottom-style: solid;
                border-bottom-color: #025685;
                display: inline-block;
                margin: 0 0 -.125vw 0;
            }

            .contect-div .contect-girl-div-2 .contect-girl-div-card-pra1 {
                font-size: 1rem;
                font-weight: 600;
                line-height: 1.688rem;
                padding-top: .625vw;
                margin-bottom: 0;
            }

            .contect-div .contect-girl-div-2 .context-sm {
                font-size: .875rem;
                padding-top: .625vw;
            }

                .contect-div .contect-girl-div-2 .context-sm .fa {
                    font-size: 1rem;
                }

            .contect-div .contect-girl-div-2 .contect-girl-div-card-pra2 {
                font-size: 1rem;
                padding-top: .625vw;
                line-height: 1.5rem;
                margin-bottom: 0;
            }

    .no-result-div {
        padding-left: 1.875vw;
        padding-right: 1.875vw;
    }

        .no-result-div .main-div-result .dog-text h1, .no-result-div .main-div-result .dog-text .h1 {
            font-size: 1.875rem;
            font-weight: bold;
            color: #025685;
            margin-bottom: .9375vw;
        }

        .no-result-div .main-div-result .dog-text .src-btn {
            width: auto;
            height: 2.375vw;
            min-height: 38px;
            font-size: 1rem;
            color: #025685;
            background-color: #ebebeb;
        }

        .no-result-div .main-div-result .dog-text .green-round-button {
            width: auto;
        }

        .no-result-div .cont-div {
            display: flex;
            text-align: center;
        }

            .no-result-div .cont-div .fa {
                font-size: 1.75rem;
                color: #025685;
                display: block;
            }

                .no-result-div .cont-div .fa label {
                    margin-left: .3125vw;
                    font-size: 1rem;
                    color: #000;
                    font-weight: 600;
                }

            .no-result-div .cont-div span {
                font-size: 1rem;
            }

            .no-result-div .cont-div .col {
                margin: .3125vw;
            }

        .no-result-div .no-result-div2 {
            width: 56.5vw;
            margin-right: 16.639vw;
        }

        .no-result-div .h22 {
            border-bottom-width: .125vw;
            border-bottom-style: solid;
            border-bottom-color: #d3d3d3;
        }

        .no-result-div .home-heading-border {
            padding-bottom: .75vw;
            font-size: 1.875rem;
            border-bottom-width: .125vw;
            border-bottom-style: solid;
            border-bottom-color: #025685;
            display: inline-block;
            margin: 0 0 -.125vw 0;
        }

        .no-result-div .breadcrumb {
            padding-top: .9375vw;
            font-size: .875rem;
            margin: 0;
        }

        .no-result-div .row {
            padding-top: 2.1875vw;
        }

        .no-result-div .dog-text {
            line-height: 1.688rem;
            font-size: 1.125rem;
            text-align: center;
            padding-top: .9375vw;
        }

            .no-result-div .dog-text .search-tip-faq {
                padding-left: 0;
                width: fit-content;
                margin: 0 auto;
                margin-top: 1.25vw;
                font-size: 1.125rem;
            }

                .no-result-div .dog-text .search-tip-faq h1, .no-result-div .dog-text .search-tip-faq .h1 {
                    font-size: 1.125rem;
                    font-weight: 500;
                }

                .no-result-div .dog-text .search-tip-faq li {
                    list-style: none;
                    margin-top: .625vw;
                    font-size: .875rem;
                    text-align: left;
                }

                    .no-result-div .dog-text .search-tip-faq li:first-child {
                        margin-top: .9375vw;
                    }

            .no-result-div .dog-text .img-box {
                width: 31.25vw;
                height: 25vw;
                margin-left: auto;
                margin-right: auto;
            }

                .no-result-div .dog-text .img-box img {
                    width: 100%;
                    height: 25vw;
                }

            .no-result-div .dog-text span {
                color: #025685;
                border-bottom: 1px solid #025685;
            }

        .no-result-div .trending-div {
            width: 23.063vw;
            padding-left: 0;
            padding-right: 0;
            padding-top: 0;
            margin-top: 0;
        }

            .no-result-div .trending-div .tag-tab {
                padding-top: 5.625vw;
                padding-bottom: 6.25vw;
            }

                .no-result-div .trending-div .tag-tab .nav-link {
                    font-size: .875rem;
                    background-color: #e8e8e8;
                    color: #000;
                    margin: .938vw;
                    padding-top: .938vw;
                    padding-right: 3.125vw;
                    padding-bottom: 2px;
                    padding-left: .625vw;
                    margin-left: 2.5px;
                    margin-right: 2.5px;
                }

            .no-result-div .trending-div .card-trending {
                padding-top: .9375vw;
            }

            .no-result-div .trending-div .card-trending-pra1 {
                padding-top: .625vw;
                font-size: 1rem;
                line-height: 1.688rem;
                font-weight: 600;
                margin-bottom: 0;
            }

            .no-result-div .trending-div .card-trending-sm {
                font-size: .875rem;
                line-height: 1.313rem;
                padding-top: .625vw;
            }

            .no-result-div .trending-div .card-trending-pra2 {
                font-size: 1rem;
                line-height: 1.5rem;
                padding-top: 10px;
                margin-bottom: 0;
            }

    .search-div {
        padding-top: .9375vw;
    }

        .search-div.custom-container {
            width: 100%;
            padding-right: var(--bs-gutter-x,1.875vw);
            padding-left: var(--bs-gutter-x,1.875vw);
            margin-right: auto;
            margin-left: auto;
        }

        .search-div nav .breadcrumb .breadcrumb-item {
            font-size: .875rem;
        }

            .search-div nav .breadcrumb .breadcrumb-item a {
                font-size: .875rem;
                line-height: 1.5rem;
            }

            .search-div nav .breadcrumb .breadcrumb-item .active {
                font-size: .875rem;
                line-height: 1.313rem;
            }

        .search-div .border-btm-gry {
            padding-top: 2.188vw;
            border-bottom: 1px solid #3e454c;
        }

        .search-div .breadcrumb {
            font-size: .875rem;
            margin: 0;
        }

            .search-div .breadcrumb a {
                font-size: .875rem;
            }

            .search-div .breadcrumb .active {
                font-size: .875rem;
            }

        .search-div .bread-last-num::after {
            content: " |";
        }

        .search-div .arrow-breadcrum::after {
            content: ">|>>";
        }

        .search-div .h22 {
            border-bottom-width: .125vw;
            border-bottom-style: solid;
            border-bottom-color: #d3d3d3;
            font-size: 1.875rem;
        }

        .search-div .home-heading-border {
            padding-bottom: .75vw;
            font-size: 1.875rem;
            border-bottom-width: .125vw;
            border-bottom-style: solid;
            border-bottom-color: #025685;
            display: inline-block;
            margin: 0 0 -.125vw 0;
            font-size: 1.875rem;
            padding-bottom: .625vw;
        }

        .search-div .search-div-card {
            padding-top: 2.188vw;
        }

            .search-div .search-div-card .search-div-card1 {
                padding-top: 1.375vw;
            }

            .search-div .search-div-card .search-div-card2 {
                padding-top: .9375vw;
            }

            .search-div .search-div-card .search-div-card-pra1 {
                font-weight: bold;
                line-height: 1.688rem;
                padding-top: .625vw;
                font-size: 1rem;
                margin-bottom: 0;
            }

            .search-div .search-div-card .search-div-card-pra2 {
                font-size: 1rem;
                line-height: 1.5rem;
                padding-top: .625vw;
                margin: 0;
            }

            .search-div .search-div-card .search-div-sm {
                padding-top: .625vw;
            }

            .search-div .search-div-card .search-div-card1 span {
                font-size: .875rem;
                font-weight: bold;
            }

        .search-div .tag-tab {
            padding-top: .9375vw;
            padding-bottom: 2.188vw;
        }

            .search-div .tag-tab .nav-link {
                margin: .3vw;
                padding-top: .302vw;
                padding-right: .625vw;
                padding-bottom: 2px;
                padding-left: .625vw;
            }

    .category-top-section-n {
        padding-left: 1.875vw;
        padding-right: 1.875vw;
    }

        .category-top-section-n h1, .category-top-section-n .h1 {
            padding-top: 2.1875vw;
            margin-bottom: 0;
        }

        .category-top-section-n .category-p-n {
            margin-bottom: .9375vw;
            font-size: 1rem;
            padding-top: .9375vw;
        }

        .category-top-section-n .banner-n {
            padding-top: 2.1875vw;
        }

            .category-top-section-n .banner-n img {
                width: 100%;
            }

    .category-top-n {
        padding-left: 1.875vw;
        padding-right: 1.875vw;
    }

        .category-top-n .category-page-card {
            padding: 1.25vw;
        }

    .accordion-body {
        padding-top: .625vw;
    }

    .category-page-article-section, .category-page-faq-section {
        margin-top: 2.1875vw;
        padding-left: 1.875vw;
        padding-right: 1.875vw;
        margin-bottom: 2.1875vw;
    }

        .category-page-article-section .accordion .accordion-button, .category-page-faq-section .accordion .accordion-button {
            font-size: 1rem;
            font-weight: 600;
            padding-bottom: .9375vw;
            padding-top: .9375vw;
        }

        .category-page-article-section .accordion .accordion-body, .category-page-faq-section .accordion .accordion-body {
            font-size: .875rem;
            padding-top: 0;
        }

    .authors-div-card .article-single-card {
        margin-top: .9375vw;
        padding-left: .625vw;
        padding-right: .625vw;
    }

    .pagecard-n .category-page-card .category-page-card-shadow {
        padding: 10px;
        border-radius: 10px;
    }

        .pagecard-n .category-page-card .category-page-card-shadow:hover {
            box-shadow: 0 0 10px rgba(142,141,141,.149);
        }

    .pagecard-n .category-page-card .labels {
        background-color: #4f8324;
        font-size: .875rem;
        line-height: 1.5rem;
        position: relative;
        color: #fff;
        width: 33%;
        text-align: center;
        margin-top: 7px;
        margin-left: -17px;
        padding: 5px;
        border-radius: 0 5px 5px 0;
    }

        .pagecard-n .category-page-card .labels::before {
            content: "";
            position: absolute;
            top: -10px;
            left: 0;
            border-top: 10px solid transparent;
            border-right: 12px solid #4f8324;
        }

    .pagecard-n .page-card-n {
        padding-top: 2.1875vw;
    }

    .catergory-text-n {
        padding-left: 1.875vw;
        padding-right: 1.875vw;
        margin-top: 0;
    }

        .catergory-text-n .btn-n-green {
            margin-top: .9375vw;
        }

    .cat-art-n {
        padding-left: 1.875vw;
        padding-right: 1.875vw;
        margin-top: 2.1875vw;
    }

        .cat-art-n .section-title h2, .cat-art-n .section-title .h2 {
            margin-bottom: .9375vw;
            font-size: 1.875rem;
        }

        .cat-art-n .article-title {
            padding-top: 0;
            font-size: 1.125rem;
        }

        .cat-art-n p {
            margin-bottom: .625vw;
            font-size: 1rem;
        }

        .cat-art-n .article-single-card-shadow {
            padding-top: 1.25vw;
            padding-bottom: 1.25vw;
            margin-bottom: 0;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(142,141,141,.149);
            padding-left: 1.875vw;
            padding-right: 1.875vw;
        }

            .cat-art-n .article-single-card-shadow .article-author-date {
                font-size: .875rem;
            }

            .cat-art-n .article-single-card-shadow p {
                margin-bottom: .625vw;
            }

                .cat-art-n .article-single-card-shadow p span {
                    padding-top: .125vw;
                    padding-right: .25vw;
                    padding-left: .25vw;
                    padding-bottom: .063vw;
                }

    #category-page-products .product-card-container {
        padding-bottom: 2.1875vw;
        margin-left: auto;
        margin-right: auto;
        justify-content: flex-start;
        width: 97.5vw;
        border-bottom: 0;
    }

        #category-page-products .product-card-container::after {
            content: "";
            background: #dedede;
            margin-left: 0;
            margin-right: auto;
            margin-top: 2.1875vw;
            height: 3px;
            width: 96.1875vw;
            bottom: 0;
            backdrop-filter: blur(1px);
        }

        #category-page-products .product-card-container .product-card {
            width: 22.5vw;
            margin-top: 2.1875vw;
            margin-left: .9375vw;
            margin-right: .9375vw;
        }

            #category-page-products .product-card-container .product-card .product-card-shadow {
                margin-top: 0;
            }

                #category-page-products .product-card-container .product-card .product-card-shadow:hover, #category-page-products .product-card-container .product-card .product-card-shadow:focus {
                    box-shadow: 0 0 10px rgba(142,141,141,.149);
                }

                #category-page-products .product-card-container .product-card .product-card-shadow .labels {
                    width: 14.19270833vw;
                    font-size: .875rem;
                    line-height: 1.5rem;
                    margin-top: .9375vw;
                    top: 10px;
                }

                    #category-page-products .product-card-container .product-card .product-card-shadow .labels.product-label {
                        margin-left: -27px;
                        top: 0;
                        width: 6.8125vw;
                        height: 1.5625vw;
                    }

                        #category-page-products .product-card-container .product-card .product-card-shadow .labels.product-label::before {
                            top: -7px;
                        }

                #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item {
                    justify-content: center;
                    flex-direction: column;
                    align-items: center;
                    padding-top: .9375vw;
                    padding-bottom: 1.875vw;
                    padding-left: 0;
                    padding-right: 0;
                }

                    #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .product-name {
                        padding: .625vw .75vw;
                        padding-top: 2.5vw;
                        padding-right: .75vw;
                        padding-bottom: 0;
                        order: 1;
                        text-align: center;
                    }

                        #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .product-name h3, #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .product-name .h3 {
                            font-size: 1.125rem;
                            line-height: 1.688rem;
                            margin-bottom: .625vw;
                        }

                        #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .product-name p {
                            font-size: 1rem;
                            line-height: 1.688rem;
                        }

                    #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .product-image {
                        margin-right: 0;
                        margin-left: 0;
                        margin-top: .9375vw;
                        width: 16.875vw;
                        height: 16.875vw;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                        #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .product-image img {
                            margin-left: auto;
                            margin-right: auto;
                        }

                    #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .info-box {
                        width: auto;
                        margin-left: auto;
                        margin-right: auto;
                        margin-top: .9375vw;
                        padding-right: 0;
                    }

                        #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars .on, #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars .off {
                            background-size: contain;
                            width: 1.283125vw;
                            height: 1.19125vw;
                        }

                        #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span:nth-child(1), #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span:nth-child(2), #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span:nth-child(3), #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span:nth-child(4) {
                            margin-right: .279375vw;
                        }

                        #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .info-box .rating-container .group-stars span.product-reviews-text {
                            padding-top: 0;
                            font-size: 1rem;
                            line-height: 1.5rem;
                            padding-bottom: 0;
                        }

                        #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .info-box .product-price {
                            padding-top: .3125vw;
                            padding-bottom: 0;
                        }

                            #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .info-box .product-price .list-price {
                                padding-top: 0;
                                font-size: .875rem;
                                line-height: 1.313rem;
                            }

                            #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .info-box .product-price span {
                                font-weight: normal;
                                padding-top: 0;
                            }

                                #category-page-products .product-card-container .product-card .product-card-shadow .product-card-item .info-box .product-price span.selling-price {
                                    padding-left: 0;
                                }

            #category-page-products .product-card-container .product-card .manufacturer-name {
                font-size: 1rem;
                font-weight: 600;
                line-height: 1.5rem;
                margin-bottom: .625vw;
            }

    .container-scholar {
        margin-top: 0;
    }

        .container-scholar .scholar-banner {
            color: #fff;
            font-size: 1.875rem;
            margin: 0;
            padding: 0;
        }

    .scholar-div {
        padding-left: 1.875vw;
        padding-right: 1.875vw;
        padding-top: 2.1875vw;
    }

        .scholar-div .tab-container .my-tabs .nav-link {
            background-color: #fff;
            padding-left: 0;
            padding-right: 0;
            padding-bottom: .625vw;
            border-bottom: 2px solid rgba(62,69,76,.309);
            font-size: 1.875rem;
            color: #000;
            width: auto;
            margin-top: 0;
            font-weight: 600;
        }

            .scholar-div .tab-container .my-tabs .nav-link.active {
                border-color: #025685;
            }

        .scholar-div .tab-container .my-tabs .down-a a {
            font-weight: 600;
            background-color: #fff;
            margin-top: 0;
            padding-right: 0;
            font-size: 1.875rem;
            color: #000;
        }

        .scholar-div .scholar-row {
            padding-bottom: 2.1875vw;
            padding-top: 2.1875vw;
            position: relative;
            padding-bottom: 2.1875vw;
        }

            .scholar-div .scholar-row::after {
                content: "";
                width: 64vw;
                height: .125vw;
                background-color: rgba(62,69,76,.309);
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                margin-left: auto;
                margin-right: auto;
            }

        .scholar-div p {
            margin-bottom: 0;
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .scholar-div .scholar-div-2 {
            padding-top: 2.1875vw;
        }

            .scholar-div .scholar-div-2 .home-heading-border #nav-scholarship-tab-section-one {
                padding-left: 1.25vw;
                padding-right: 2vw;
            }

            .scholar-div .scholar-div-2 .home-heading-border-2 #nav-scholarship-tab-section-two {
                padding-left: 2vw;
                padding-right: 1.25vw;
            }

            .scholar-div .scholar-div-2 .home-heading-border-2 {
                font-size: 1.875rem;
                display: inline-block;
            }

        .scholar-div .scholar-inner-2 {
            width: 63.5vw;
        }

            .scholar-div .scholar-inner-2 .scholar-pra-1 {
                margin-top: 0;
                margin-bottom: 0;
                font-size: 1rem;
                line-height: 1.563rem;
            }

            .scholar-div .scholar-inner-2 .scholar-pra-2 p {
                margin-bottom: 0;
                font-size: 1rem;
                padding-top: .625vw;
                line-height: 1.563rem;
            }

            .scholar-div .scholar-inner-2 .scholar-pra-2 .scholar-pra-heading {
                margin-bottom: 0;
                padding-top: 1.25vw;
                font-weight: 600;
                font-size: 1.125rem;
                line-height: 1.688rem;
            }

            .scholar-div .scholar-inner-2 .scholar-pra-2 .inner-p-scholar {
                padding-left: 1.625vw;
            }

            .scholar-div .scholar-inner-2 .scholar-pra-22 {
                display: block;
                font-size: 1rem;
                line-height: 1.5rem;
                padding-top: 1.25vw;
            }

        .scholar-div .scholar-inner-1 {
            width: 29.438vw;
            padding-right: 0;
            margin-right: 3.063vw;
        }

            .scholar-div .scholar-inner-1 img {
                width: 100%;
            }

    .scholar-div-two {
        text-align: center;
        display: block;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
        padding-top: 2.1875vw;
    }

        .scholar-div-two h2, .scholar-div-two .h2 {
            font-size: 1.875rem;
            text-align: center;
        }

        .scholar-div-two .shadow {
            margin-top: 1.25vw;
            padding: 0;
            width: 95.25vw;
        }

            .scholar-div-two .shadow .img-card {
                height: 18.125vw;
                width: 23.125vw;
                margin-right: 1.875vw;
            }

                .scholar-div-two .shadow .img-card img {
                    width: 100%;
                }

            .scholar-div-two .shadow .card-text-scholar {
                width: 68.375vw;
            }

                .scholar-div-two .shadow .card-text-scholar h3, .scholar-div-two .shadow .card-text-scholar .h3 {
                    margin-bottom: .625vw;
                    padding-top: 0;
                    font-size: 1.563rem;
                    margin-left: 0;
                    font-weight: 500;
                    text-align: start;
                    margin-right: 0;
                }

                .scholar-div-two .shadow .card-text-scholar p {
                    padding-right: 2.875vw;
                    text-align: start;
                    margin-bottom: 0;
                    font-size: 1rem;
                    margin-left: 0;
                    margin-right: 0;
                    padding-right: 2.875vw;
                    line-height: 1.563rem;
                }

    .schollar-faq {
        margin-top: 2.1875vw;
        padding-top: 0;
        padding-right: 1.875vw;
        padding-left: 1.875vw;
    }

        .schollar-faq .section-title h2, .schollar-faq .section-title .h2 {
            margin-bottom: .9375vw;
            font-size: 1.875rem;
        }

        .schollar-faq .accordion .accordion-item .accordion-header .accordion-button {
            background-color: #fff;
        }

    .schollar-faq {
        padding-right: 1.875vw;
        padding-left: 1.875vw;
    }

        .schollar-faq .section-title h2, .schollar-faq .section-title .h2 {
            margin-bottom: .9375vw;
            font-size: 1.875rem;
        }

        .schollar-faq .accordion .accordion-item .accordion-header .accordion-button {
            padding-left: .531vw;
            background-color: #fff;
        }

        .schollar-faq .accordion .accordion-item .accordion-body {
            padding-bottom: .9375vw;
        }

    #affiliate-top-cards {
        width: 47.5625vw;
        margin-left: auto;
        margin-right: auto;
    }

        #affiliate-top-cards .card {
            width: 21.875vw;
            height: 8vw;
            margin-top: -2.0625vw;
            border-radius: 10px;
        }

            #affiliate-top-cards .card:first-child {
                margin-right: 1.90625vw;
            }

            #affiliate-top-cards .card:last-child {
                margin-left: 1.90625vw;
            }

            #affiliate-top-cards .card ul {
                padding-top: 1.822916666666667vw;
                padding-bottom: 1.692708333333333vw;
            }

                #affiliate-top-cards .card ul li .fa {
                    font-size: 2rem;
                }

                #affiliate-top-cards .card ul li h1, #affiliate-top-cards .card ul li .h1 {
                    margin-bottom: .9375vw;
                }

                #affiliate-top-cards .card ul li .btn {
                    min-width: 8.063vw;
                    min-height: 38px;
                    width: 8.0625vw;
                    height: 2.375vw;
                }

    .affiliate-div {
        padding-top: 2.1875vw;
        padding-left: 1.875vw;
        padding-right: 1.875vw;
    }

        .affiliate-div h2, .affiliate-div .h2 {
            font-weight: 500;
            font-size: 1.875rem;
            text-align: left;
        }

        .affiliate-div .affiliate-description {
            padding-top: 1.25vw;
        }

            .affiliate-div .affiliate-description p {
                margin-bottom: 0;
                font-size: 1rem;
            }

                .affiliate-div .affiliate-description p:nth-child(1) {
                    padding-top: 0;
                }

                .affiliate-div .affiliate-description p:nth-child(2), .affiliate-div .affiliate-description p:nth-child(3) {
                    padding-top: 1.5625vw;
                }

    #how-does-it-works {
        width: 100%;
        padding-right: var(--bs-gutter-x,1.875vw);
        padding-left: var(--bs-gutter-x,1.875vw);
        margin-right: auto;
        margin-left: auto;
    }

        #how-does-it-works.how-does-it-work-section {
            padding-top: 2.1875vw;
        }

            #how-does-it-works.how-does-it-work-section .header h2, #how-does-it-works.how-does-it-work-section .header .h2 {
                font-size: 1.875rem;
                line-height: 2.813rem;
                margin-bottom: .625vw;
            }

            #how-does-it-works.how-does-it-work-section .header p {
                font-size: 1.125rem;
                line-height: 1.688rem;
            }

            #how-does-it-works.how-does-it-work-section .bullete-cards {
                width: 88vw;
                margin-left: auto;
                margin-right: auto;
                justify-content: space-between;
            }

                #how-does-it-works.how-does-it-work-section .bullete-cards .bullete-card-container {
                    text-align: center;
                    padding-top: 1.25vw;
                    width: 26.625vw;
                    padding-left: 0;
                    padding-right: 0;
                }

                    #how-does-it-works.how-does-it-work-section .bullete-cards .bullete-card-container ul {
                        padding-left: 0;
                        margin-bottom: 0;
                    }

                        #how-does-it-works.how-does-it-work-section .bullete-cards .bullete-card-container ul li .branding-bullete span {
                            width: 52px;
                            height: 52px;
                            border: 3px solid #4f8324;
                            border-radius: 100%;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            font-size: 1.125rem;
                            margin-left: auto;
                            margin-right: auto;
                            font-weight: 600;
                        }

                        #how-does-it-works.how-does-it-work-section .bullete-cards .bullete-card-container ul li h3, #how-does-it-works.how-does-it-work-section .bullete-cards .bullete-card-container ul li .h3 {
                            font-size: 1.125rem;
                            line-height: 1.688rem;
                            padding-top: .625vw;
                            margin-bottom: 0;
                        }

                        #how-does-it-works.how-does-it-work-section .bullete-cards .bullete-card-container ul li p {
                            padding-top: .625vw;
                            font-size: 1rem;
                            line-height: 1.5rem;
                            margin-bottom: 0;
                        }

    .join-benifit .home-shop-with-section {
        background: none;
        padding-top: 0;
        padding-bottom: 1px;
    }

        .join-benifit .home-shop-with-section .slick-dotted.slick-slider {
            margin-bottom: .3125vw;
        }

    .affiliate-slider-div {
        margin-top: 2.1875vw;
    }

    .affiliate-tesimonial-div {
        padding-top: 0;
        margin-top: 2.1875vw;
        margin-bottom: 2.1875vw;
    }

        .affiliate-tesimonial-div .section-title h2, .affiliate-tesimonial-div .section-title .h2 {
            margin-bottom: 0;
            font-size: 1.875rem;
        }

    @media(min-width:992px) and (max-width:1500px) {
        #affiliate-top-cards {
            width: fit-content;
        }

            #affiliate-top-cards .card {
                width: 26.875vw;
                height: 15vw;
                margin-top: -2.0625vw;
                border-radius: 10px;
            }

                #affiliate-top-cards .card ul {
                    padding-top: 1.822916666666667vw;
                    padding-bottom: 1.692708333333333vw;
                }

                    #affiliate-top-cards .card ul li .fa {
                        font-size: 2rem;
                    }

                    #affiliate-top-cards .card ul li h1, #affiliate-top-cards .card ul li .h1 {
                        margin-bottom: .9375vw;
                    }

                    #affiliate-top-cards .card ul li .btn {
                        min-width: 8.063vw;
                        min-height: 38px;
                        width: 8.0625vw;
                        height: 2.375vw;
                    }
    }

    .quotation-main-div {
        padding: 1.875vw;
    }

        .quotation-main-div .quatation-heading {
            text-align: center;
            margin: 0;
            font-size: 1.857rem;
        }

            .quotation-main-div .quatation-heading span {
                border-bottom: 2px solid;
            }

        .quotation-main-div .quotation-inner-div {
            display: flex;
            justify-content: space-between;
        }

            .quotation-main-div .quotation-inner-div ul {
                padding-left: 0;
            }

                .quotation-main-div .quotation-inner-div ul span {
                    font-weight: 600;
                }

                .quotation-main-div .quotation-inner-div ul li {
                    margin-top: .3125vw;
                    list-style: none;
                }

        .quotation-main-div .quatation-table thead th {
            vertical-align: middle;
            text-align: center;
        }

        .quotation-main-div .quatation-table tr td {
            vertical-align: middle;
        }

            .quotation-main-div .quatation-table tr td ul {
                padding-left: 0;
            }

            .quotation-main-div .quatation-table tr td li {
                list-style: none;
            }

            .quotation-main-div .quatation-table tr td button {
                border-radius: 3px;
                margin: .625vw;
                padding: .3125vw;
                height: fit-content;
                border: 1px solid #d3d3d3;
                background-color: #fff;
            }

        .quotation-main-div .quatation-table tr:not(:last-child) th, .quotation-main-div .quatation-table tr:not(:last-child) td {
            text-align: center;
        }

        .quotation-main-div .quatation-table tr:last-child td:first-child {
            text-align: center;
        }

    .about-us-div {
        padding-left: 1.875vw;
        padding-right: 1.875vw;
        padding-top: 2.1875vw;
    }

        .about-us-div .about-div {
            padding-top: 1.25vw;
        }

            .about-us-div .about-div img {
                border-radius: 50%;
                width: 100%;
                margin-top: 0;
            }

            .about-us-div .about-div .about-text-div {
                text-align: center;
                padding-left: 8px;
                padding-right: 8px;
            }

                .about-us-div .about-div .about-text-div p {
                    font-size: 1rem;
                }

            .about-us-div .about-div .authors-pic {
                width: 15vw;
                height: 15vw;
                margin-top: 1.875vw;
                position: relative;
                margin-bottom: .9375vw;
            }

                .about-us-div .about-div .authors-pic img {
                    width: 15vw;
                    height: 15vw;
                }

                .about-us-div .about-div .authors-pic .overlay-div1 {
                    margin-top: 0;
                    height: auto;
                    width: auto;
                }

                .about-us-div .about-div .authors-pic:hover .text-overlay {
                    opacity: 1;
                }

                .about-us-div .about-div .authors-pic:hover .overlay-div1 {
                    opacity: 1;
                }

        .about-us-div p {
            padding-top: .9375vw;
        }

        .about-us-div .about-heading {
            margin-top: .625vw;
            margin-bottom: .625vw;
            border-bottom: 1px solid #d3d3d3;
        }

            .about-us-div .about-heading h1, .about-us-div .about-heading .h1 {
                margin-bottom: .625vw;
                font-size: 1.875rem;
            }

        .about-us-div .about-pra1 {
            font-size: 1.563rem;
            text-align: center;
            padding: 1.25vw;
            padding-bottom: 1.25vw;
            margin: 0 auto;
            width: fit-content;
            padding-top: 1.25vw;
            border-top: 2px solid #4f8324;
            border-bottom: 2px solid #4f8324;
            width: max-content;
        }

            .about-us-div .about-pra1 span {
                padding-bottom: .625vw;
                padding-top: .625vw;
                border-top: none;
                border-bottom: none;
            }

        .about-us-div .about-pra2 {
            display: flex;
            padding: 0;
            justify-content: center;
            margin-top: 1.875vw;
        }

            .about-us-div .about-pra2 .about-div2 p {
                font-size: 1rem;
                line-height: 1.42857143;
                padding-top: 1.25vw;
            }

        .about-us-div .about-pra3 {
            display: flex;
            margin-top: 2.1875vw;
            justify-content: center;
            padding-top: 0;
        }

            .about-us-div .about-pra3 .about-div3 {
                text-align: center;
            }

                .about-us-div .about-pra3 .about-div3 iframe {
                    height: 415px;
                    padding-top: 1.25vw;
                }

        .about-us-div .about-pra4 {
            margin-top: 2.1875vw;
            justify-content: center;
        }

            .about-us-div .about-pra4 .about-div4 {
                padding: 1.25vw 1.25vw 1.25vw 1.875vw;
                background-color: #f3f3f3;
            }

                .about-us-div .about-pra4 .about-div4 p {
                    font-size: 1rem;
                    padding-top: 0;
                    margin-top: .9375vw;
                    margin-bottom: 0;
                }

        .about-us-div .about-pra5 {
            justify-content: space-around;
            margin-top: .9375vw;
        }

            .about-us-div .about-pra5 .img-bx5 {
                padding: 0;
                margin-top: .625vw;
                height: 18.3125vw;
                width: 18.3125vw;
            }

                .about-us-div .about-pra5 .img-bx5 img {
                    border-radius: 50%;
                    height: 18.3125vw;
                    width: 18.3125vw;
                }

        .about-us-div .about-pra55 {
            justify-content: space-around;
            margin-top: 1.25vw;
        }

            .about-us-div .about-pra55 .img-bx5 {
                padding: 0;
                margin-top: .625vw;
                height: 18.3125vw;
                width: 18.3125vw;
            }

                .about-us-div .about-pra55 .img-bx5 img {
                    border-radius: 50%;
                    height: 18.3125vw;
                    width: 18.3125vw;
                }

        .about-us-div .about-pra6 {
            margin-top: 2.1875vw;
            justify-content: center;
        }

            .about-us-div .about-pra6 img {
                border-radius: 0;
                width: 100%;
            }

            .about-us-div .about-pra6 p {
                font-size: 1rem;
                padding-top: 0;
                margin-top: 1.25vw;
                margin-bottom: 0;
            }

        .about-us-div .about-pra7 {
            margin-top: 2.1875vw;
            justify-content: center;
        }

            .about-us-div .about-pra7 .about-div7 img {
                margin-bottom: 0;
                border-radius: 0;
                width: 23vw;
                height: auto;
            }

        .about-us-div .about-pra8 {
            margin-top: 2.1875vw;
        }

            .about-us-div .about-pra8 .about-div8 img {
                width: 100%;
                height: auto;
                margin-bottom: 0;
                margin-top: 1.25vw;
            }

            .about-us-div .about-pra8 p {
                font-size: 1rem;
            }

    .our-stores-main-div {
        padding-top: 2.1875vw;
        padding-left: 1.875vw;
        padding-right: 1.875vw;
    }

        .our-stores-main-div .img-bx {
            padding-bottom: 0;
        }

            .our-stores-main-div .img-bx img {
                width: 100%;
            }

        .our-stores-main-div .stores-img-div1 {
            display: flex;
            padding-top: 2.1875vw;
        }

            .our-stores-main-div .stores-img-div1 .img-div {
                padding-left: .625vw;
                padding-right: .625vw;
                position: relative;
                text-align: center;
                margin-bottom: 0;
            }

                .our-stores-main-div .stores-img-div1 .img-div img {
                    width: 100%;
                }

                .our-stores-main-div .stores-img-div1 .img-div .img-text {
                    font-size: 1.75rem;
                    top: 90%;
                    left: 50%;
                }

    .bank-main-div {
        padding-top: 2.1875vw;
        padding-left: 1.875vw;
        padding-right: 1.875vw;
    }

        .bank-main-div .heading {
            font-weight: 500;
            margin-bottom: 0;
            font-size: 1.875rem;
        }

        .bank-main-div .img-bx {
            margin-top: 2.1875vw;
            margin-bottom: 2.1875vw;
            height: auto;
            width: 200px;
        }

            .bank-main-div .img-bx img {
                width: 100%;
            }

        .bank-main-div .text-div p {
            font-size: 1rem;
            margin-bottom: .9375vw;
        }

        .bank-main-div .addr-bx ul {
            margin-bottom: 0;
            padding-left: 0;
        }

            .bank-main-div .addr-bx ul li {
                margin-bottom: .3125vw;
                list-style: none;
            }

                .bank-main-div .addr-bx ul li span {
                    font-weight: 500;
                }

    .sleep-well-main-div .container1 .top-banner2 {
        position: absolute;
        width: 100%;
        margin-bottom: 10px;
    }

        .sleep-well-main-div .container1 .top-banner2 .centered {
            line-height: 2.313rem;
            margin-bottom: 1.25vw;
            font-size: 1.875rem;
            color: #fff;
            width: 100%;
            left: 50%;
            font-weight: 600;
        }

        .sleep-well-main-div .container1 .top-banner2 .centered2 {
            font-weight: 500;
            margin: 0;
            font-size: 1.125rem;
            color: #fff;
        }

    .sleep-well-main-div .sleep-div {
        padding-top: 3vw;
        padding-left: 1.875vw;
        padding-right: 1.875vw;
    }

        .sleep-well-main-div .sleep-div h1, .sleep-well-main-div .sleep-div .h1 {
            font-weight: 500;
            margin-bottom: .9375vw;
            font-size: 1.563rem;
        }

        .sleep-well-main-div .sleep-div p {
            padding: .625vw;
            font-size: 1rem;
        }

        .sleep-well-main-div .sleep-div .form-div {
            margin-top: 0;
            height: fit-content;
            box-shadow: 0 3px 6px rgba(0,0,0,.16);
            padding: 1.5625vw 1.25vw;
        }

            .sleep-well-main-div .sleep-div .form-div .star {
                color: #eb0400;
            }

            .sleep-well-main-div .sleep-div .form-div .label {
                font-size: 1rem;
            }

            .sleep-well-main-div .sleep-div .form-div .input-group {
                margin-bottom: .9375vw;
            }

                .sleep-well-main-div .sleep-div .form-div .input-group span {
                    border-radius: 3px;
                }

                .sleep-well-main-div .sleep-div .form-div .input-group input {
                    border-radius: 3px;
                }

    .sleep-well-main-div .sleep-div-2 {
        display: flex;
        margin-top: 3vw;
        background-color: #f9f9f9;
        padding: 1.25vw 1.875vw;
    }

        .sleep-well-main-div .sleep-div-2 h2, .sleep-well-main-div .sleep-div-2 .h2 {
            text-align: start;
            margin-top: 0;
            font-weight: 500;
            margin-bottom: .9375vw;
            font-size: 1.563rem;
        }

        .sleep-well-main-div .sleep-div-2 p {
            padding: .3125vw;
            margin-bottom: 0;
            font-size: 1rem;
        }

        .sleep-well-main-div .sleep-div-2 .img-bx {
            padding: .625vw;
        }

            .sleep-well-main-div .sleep-div-2 .img-bx img {
                width: 100%;
            }

    .sleep-well-main-div .sleep-div-3 {
        padding-top: 3vw;
        padding-left: 1.875vw;
        padding-right: 1.875vw;
    }

        .sleep-well-main-div .sleep-div-3 h1, .sleep-well-main-div .sleep-div-3 .h1 {
            text-align: center;
            font-weight: 500;
            margin-bottom: .9375vw;
            font-size: 1.563rem;
        }

        .sleep-well-main-div .sleep-div-3 span {
            display: block;
            margin-bottom: .9375vw;
            font-weight: 600;
        }

        .sleep-well-main-div .sleep-div-3 p {
            font-size: 1rem;
            margin-bottom: 0;
        }

        .sleep-well-main-div .sleep-div-3 a {
            margin-bottom: .625vw;
            display: flex;
            align-items: center;
            margin-top: .9375vw;
        }

        .sleep-well-main-div .sleep-div-3 div {
            padding: 10px;
        }

            .sleep-well-main-div .sleep-div-3 div:not(:last-child) {
                border-bottom: 0;
                padding: 10px;
                border-right: 1px solid;
            }

    .sleep-well-main-div .sleep-div-4 {
        padding: 3vw 1.875vw;
    }

        .sleep-well-main-div .sleep-div-4 h2, .sleep-well-main-div .sleep-div-4 .h2 {
            margin-bottom: 1.5625vw;
        }

        .sleep-well-main-div .sleep-div-4 h6, .sleep-well-main-div .sleep-div-4 .h6 {
            font-weight: 500;
            margin-bottom: 1.5625vw;
            font-size: 1.5rem;
        }

        .sleep-well-main-div .sleep-div-4 ul {
            list-style: none;
            padding-left: 0;
            font-size: 1rem;
        }

            .sleep-well-main-div .sleep-div-4 ul label {
                margin-bottom: 1.5625vw;
            }

            .sleep-well-main-div .sleep-div-4 ul li {
                display: flex;
                align-items: center;
                padding-left: .9375vw;
                margin-bottom: 1.25vw;
            }

                .sleep-well-main-div .sleep-div-4 ul li .fa {
                    margin-right: .625vw;
                    font-size: 8px;
                }

        .sleep-well-main-div .sleep-div-4 .card {
            box-shadow: 0 3px 6px rgba(0,0,0,.2);
            width: 29.375vw;
        }

            .sleep-well-main-div .sleep-div-4 .card span {
                height: 26px;
                background: #7f487f;
            }

            .sleep-well-main-div .sleep-div-4 .card .container-bx {
                text-align: center;
                padding: 24px;
            }

                .sleep-well-main-div .sleep-div-4 .card .container-bx h4, .sleep-well-main-div .sleep-div-4 .card .container-bx .h4 {
                    font-size: 1.5rem;
                }

                .sleep-well-main-div .sleep-div-4 .card .container-bx .btn {
                    width: 80%;
                    padding: 14px 27px;
                }

    .terms-main-div {
        padding-top: 2.1875vw;
        padding-left: 1.875vw;
        padding-right: 1.875vw;
    }

        .terms-main-div .inner-nav {
            display: block;
        }

            .terms-main-div .inner-nav.active {
                display: block;
            }

        .terms-main-div .termsAccordion .accordion-option a {
            font-weight: 600;
            font-size: 1.125rem;
            color: #025685;
        }

        .terms-main-div .termsAccordion .accordion-btn {
            display: none;
        }

        .terms-main-div .termsAccordion .inner-nav {
            display: block;
        }

            .terms-main-div .termsAccordion .inner-nav .nav-link {
                display: block;
                font-size: 1rem;
                color: #000;
            }

        .terms-main-div .terms-div {
            margin-top: 0;
        }

            .terms-main-div .terms-div .trems-heading {
                margin-bottom: .9375vw;
                font-weight: 600;
                font-size: 1.875rem;
            }

            .terms-main-div .terms-div p {
                font-size: 1rem;
                margin-bottom: .9375vw;
            }

            .terms-main-div .terms-div .inner-div-none2, .terms-main-div .terms-div .inner-div-none3, .terms-main-div .terms-div .inner-div-none4, .terms-main-div .terms-div .inner-div-none6, .terms-main-div .terms-div .inner-div-none7, .terms-main-div .terms-div .inner-div-none8, .terms-main-div .terms-div .inner-div-none10, .terms-main-div .terms-div .inner-div-none11 {
                display: none;
            }

                .terms-main-div .terms-div .inner-div-none2.active, .terms-main-div .terms-div .inner-div-none3.active, .terms-main-div .terms-div .inner-div-none4.active, .terms-main-div .terms-div .inner-div-none6.active, .terms-main-div .terms-div .inner-div-none7.active, .terms-main-div .terms-div .inner-div-none8.active, .terms-main-div .terms-div .inner-div-none10.active, .terms-main-div .terms-div .inner-div-none11.active {
                    display: block;
                }

            .terms-main-div .terms-div .inner-div:not(:first-child) {
                margin-top: 2.1875vw;
            }

            .terms-main-div .terms-div .inner-div:nth-child(2) {
                display: none;
                background-color: #eb0400;
            }

            .terms-main-div .terms-div .inner-div:nth-child(3) {
                display: none;
                background-color: #eb0400;
            }

            .terms-main-div .terms-div .inner-div:nth-child(4) {
                display: none;
                background-color: #eb0400;
            }

            .terms-main-div .terms-div .inner-div:nth-child(6) {
                display: none;
                background-color: #eb0400;
            }

            .terms-main-div .terms-div .inner-div:nth-child(7) {
                display: none;
                background-color: #eb0400;
            }

            .terms-main-div .terms-div .inner-div:nth-child(8) {
                display: none;
                background-color: #eb0400;
            }

            .terms-main-div .terms-div .inner-div:nth-child(10) {
                display: none;
                background-color: #eb0400;
            }

            .terms-main-div .terms-div .inner-div:nth-child(11) {
                display: none;
                background-color: #eb0400;
            }

    .shipping-terms-main-div {
        padding-top: 2.1875vw;
        padding-left: 1.875vw;
        padding-right: 1.875vw;
    }

        .shipping-terms-main-div .nav-border-right {
            border-right: 1px solid #3e454c;
        }

        .shipping-terms-main-div .heading {
            border-bottom: none;
            text-align: start;
            margin-bottom: 0;
            padding: 0 0 0 10px;
            font-size: 1.875rem;
        }

        .shipping-terms-main-div .shipping-inner-nav {
            display: block;
        }

            .shipping-terms-main-div .shipping-inner-nav.active {
                display: block;
            }

            .shipping-terms-main-div .shipping-inner-nav .nav-link {
                padding: 5px 0 5px 0;
            }

        .shipping-terms-main-div .shipping-termsAccordion .shipping-accordion-option {
            border: none;
        }

            .shipping-terms-main-div .shipping-termsAccordion .shipping-accordion-option a {
                margin-top: .9375vw;
                padding: 0 0 5px 0;
                font-weight: 600;
                font-size: 1.125rem;
                color: #025685;
            }

            .shipping-terms-main-div .shipping-termsAccordion .shipping-accordion-option.active {
                border-left: 3px solid #025685;
            }

        .shipping-terms-main-div .shipping-termsAccordion .accordion-btn {
            display: none;
        }

        .shipping-terms-main-div .shipping-termsAccordion .shipping-inner-nav {
            display: block;
        }

            .shipping-terms-main-div .shipping-termsAccordion .shipping-inner-nav .nav-link {
                display: block;
                font-size: 1rem;
                color: #000;
            }

        .shipping-terms-main-div .shipping-terms-div {
            margin-top: 0;
        }

            .shipping-terms-main-div .shipping-terms-div .shipping-trems-heading {
                font-weight: 600;
                margin-bottom: .9375vw;
                font-size: 1.875rem;
            }

            .shipping-terms-main-div .shipping-terms-div p {
                font-size: 1rem;
                margin-bottom: .9375vw;
            }

    .shipping-trams-main-div {
        padding-top: 2.1875vw;
        padding-left: 1.875vw;
        padding-right: 1.875vw;
    }

        .shipping-trams-main-div .heading-terms {
            margin-bottom: 0;
            padding-bottom: .9375vw;
            font-weight: 500;
            border-bottom: 1px solid #eee;
            font-size: 1.875rem;
        }

        .shipping-trams-main-div .inner-pra {
            margin-top: .9375vw;
        }

            .shipping-trams-main-div .inner-pra p {
                font-size: 1rem;
                margin-bottom: .9375vw;
            }

        .shipping-trams-main-div .inner-pra-1 {
            margin-top: 1.25vw;
        }

            .shipping-trams-main-div .inner-pra-1 .inner-heading {
                font-weight: 500;
                margin-bottom: .625vw;
                font-size: 1.25rem;
            }

            .shipping-trams-main-div .inner-pra-1 p {
                font-size: 1rem;
                margin-bottom: .9375vw;
            }

            .shipping-trams-main-div .inner-pra-1 span {
                display: block;
                font-size: 1rem;
                margin-bottom: .9375vw;
            }

                .shipping-trams-main-div .inner-pra-1 span.text-blue {
                    display: contents;
                    color: #025685;
                }

            .shipping-trams-main-div .inner-pra-1 ul {
                padding-left: .9375vw;
            }

                .shipping-trams-main-div .inner-pra-1 ul li {
                    font-size: 1rem;
                }

                    .shipping-trams-main-div .inner-pra-1 ul li span {
                        display: contents;
                    }

                .shipping-trams-main-div .inner-pra-1 ul.inner-ul-1 {
                    margin-top: .9375vw;
                }

                    .shipping-trams-main-div .inner-pra-1 ul.inner-ul-1 span {
                        font-weight: 600;
                    }

            .shipping-trams-main-div .inner-pra-1 .table {
                font-size: 1rem;
            }

                .shipping-trams-main-div .inner-pra-1 .table thead th {
                    padding: .625vw;
                    background-color: #edeeed;
                }

                .shipping-trams-main-div .inner-pra-1 .table td {
                    padding: .625vw;
                }

    .empyt-cart-main-div {
        padding: 2.1875vw 1.875vw 0 1.875vw;
    }

        .empyt-cart-main-div .empyt-div .img-bx {
            width: 40.625vw;
        }

            .empyt-cart-main-div .empyt-div .img-bx img {
                width: 100%;
            }

        .empyt-cart-main-div .empyt-div .empyt-div-inner {
            margin-top: 10%;
            text-align: center;
        }

            .empyt-cart-main-div .empyt-div .empyt-div-inner .heading {
                margin-bottom: 1.25vw;
                color: #025685;
                font-weight: 400;
                font-size: 4.375rem;
            }

            .empyt-cart-main-div .empyt-div .empyt-div-inner .continue-btn {
                width: auto;
                text-decoration: none;
                font-size: 1rem;
                color: #fff;
                background-color: #4f8324;
                padding: .625vw .9375vw;
                border: 0;
                border-radius: 3px;
            }

    .pt-30 {
        padding-top: 35px;
    }

    .txt-panel {
        padding: 7px 30px 0 30px;
    }

    #category-FSA {
        padding: 2.1875vw 1.875vw 0 1.875vw;
    }

        #category-FSA h2, #category-FSA .h2 {
            font-size: 1.875rem;
            line-height: 2.313rem;
            text-align: center;
            margin-bottom: 0;
        }

        #category-FSA .category-container {
            justify-content: space-between;
            margin-top: 1.25vw;
        }

            #category-FSA .category-container .category-img-container {
                margin-top: 0;
                width: auto;
            }

            #category-FSA .category-container h3, #category-FSA .category-container .h3 {
                margin-top: .3125vw;
                font-size: 1.125rem;
                line-height: 2.313rem;
            }

        #category-FSA .category-item-box {
            width: 15vw;
            height: auto;
        }

    #articles-FSA {
        padding-left: 1.875vw;
        padding-right: 1.875vw;
        padding-top: 2.1875vw;
    }

        #articles-FSA .row {
            display: flex;
        }

        #articles-FSA h1, #articles-FSA .h1 {
            font-size: 1.875rem;
            text-align: center;
            line-height: 2.813rem;
            text-align: center;
            margin-bottom: .9375vw;
        }

        #articles-FSA .article-body {
            width: 23.125vw;
            margin-top: 0;
            background: #fff 0% 0% no-repeat padding-box;
            box-shadow: 0 3px 6px rgba(0,0,0,.16);
            border-radius: 10px;
            opacity: 1;
            width: auto;
            height: auto;
            padding: 20px 30px 20px 30px;
            margin-bottom: 0;
        }

        #articles-FSA .article-title {
            background-color: #eb0400;
            font-size: .875rem;
            color: #fff;
            line-height: 1.125rem;
            width: 85px;
            height: 17px;
            margin: 0;
            text-align: center;
        }

        #articles-FSA .article-subtitle {
            font-size: 1.125rem;
            color: #3e454c;
            padding-top: .625vw;
            padding-bottom: .625vw;
        }

        #articles-FSA .article-link {
            font-size: .875rem;
            line-height: 1.313rem;
            color: #3e454c;
            opacity: 1;
            padding: 0 6px 10px 0;
        }

        #articles-FSA:hover {
            opacity: 1;
        }

        #articles-FSA .fa {
            font-size: 16px;
        }

        #articles-FSA .article-text {
            font-size: 1.125rem;
            color: #3e454c;
            line-height: 1.5rem;
        }

        #articles-FSA p {
            padding-bottom: 0;
            font-size: 1rem;
            line-height: 1.5rem;
            padding-top: 0;
            margin-bottom: .625vw;
        }

    #FSA-items {
        padding-left: 1.875vw;
        padding-right: 1.875vw;
        padding-top: 2.1875vw;
    }

        #FSA-items h2, #FSA-items .h2 {
            padding: 0;
            text-align: center;
            font-size: 1.875rem;
            margin-bottom: .9375vw;
            line-height: 2.313rem;
        }

        #FSA-items .product-price {
            margin-bottom: 15px;
        }

    #FSA-card {
        padding-top: 2.1875vw;
    }

        #FSA-card h2, #FSA-card .h2 {
            font-size: 1.875rem;
            color: #3e454c;
            padding-bottom: 0;
            line-height: 2.813rem;
            margin-bottom: .625vw;
        }

        #FSA-card .FSA-card-description {
            margin: 0;
        }

            #FSA-card .FSA-card-description h3, #FSA-card .FSA-card-description .h3 {
                margin-top: 1.875vw;
                margin-bottom: .3125vw;
                font-weight: 600;
                font-size: 1.125rem;
                color: #3e454c;
                line-height: 1.313rem;
            }

            #FSA-card .FSA-card-description p {
                margin-bottom: 0;
                font-size: 1rem;
                padding-top: .3125vw;
            }

            #FSA-card .FSA-card-description h4, #FSA-card .FSA-card-description .h4 {
                margin-bottom: .3125vw;
                font-weight: 500;
                font-size: 1rem;
                padding-top: 0;
            }

            #FSA-card .FSA-card-description ul {
                font-size: 1rem;
                padding: 0 30px 0 .9375vw;
            }

            #FSA-card .FSA-card-description li {
                font-size: 1rem;
                list-style: none;
            }

        #FSA-card .accordion-body {
            font-size: .875rem;
            line-height: 1.5rem;
            padding: 0;
        }

        #FSA-card .accordion-item:first-of-type .accordion-button {
            padding: 15px 0 10px 0;
        }

        #FSA-card .accordion-flush .accordion-item .accordion-button {
            padding: 11px 0 0 0;
        }

        #FSA-card .accordion-button collapsed {
            padding: 0;
        }

        #FSA-card .accordion-header {
            font-size: 1rem;
            line-height: 1.5rem;
            margin-bottom: 0;
            padding: 0;
            margin: 0 0 -8px 0;
            height: 50px;
        }

    #FSA-product-description {
        padding-left: 1.875vw;
        padding-right: 1.875vw;
        padding-top: 2.1875vw;
    }

        #FSA-product-description p {
            font-size: 1rem;
        }

        #FSA-product-description h2, #FSA-product-description .h2 {
            font-size: 1.875rem;
            margin-bottom: .9375vw;
            line-height: 2.813rem;
            text-align: center;
        }

    #FSA-FAQ {
        padding-top: 2.1875vw;
    }

        #FSA-FAQ h1, #FSA-FAQ .h1 {
            text-align: center;
            margin: 0;
            font-size: 1.875rem;
            padding-bottom: .9375vw;
        }

        #FSA-FAQ .accordion-header {
            font-size: 1rem;
            margin: 0;
            line-height: 1.5rem;
            margin-bottom: 0;
        }

            #FSA-FAQ .accordion-header .accordion-button {
                padding: .625vw 0;
            }

        #FSA-FAQ .accordion-body {
            font-size: .875rem;
            padding-top: 0;
            padding-bottom: .625vw;
        }

    .accordion-item:first-of-type .accordion-button {
        padding: 15px 0 10px 0;
    }

    .accordion-flush .accordion-item .accordion-button {
        padding: 15px 0 10px 0;
    }

    .accordion-button collapsed {
        padding: 0;
    }

    #top-banner-rewards .banner-container-rewards h1, #top-banner-rewards .banner-container-rewards .h1 {
        font-size: 1.875rem;
        line-height: 2.875rem;
        padding-top: 79px;
        padding-bottom: 10px;
    }

    #benefits-rewards {
        padding: 2.1875vw 1.875vw 0 1.875vw;
    }

        #benefits-rewards h2, #benefits-rewards .h2 {
            font-size: 1.875rem;
            line-height: 2.313rem;
            text-align: center;
            margin-bottom: .9375vw;
        }

        #benefits-rewards .fa {
            margin-bottom: .625vw;
            font-size: 80px;
            color: #025685;
        }

        #benefits-rewards .fa-star {
            margin: .3125vw;
            margin-bottom: 1.875vw;
            font-size: 50px;
        }

        #benefits-rewards h3, #benefits-rewards .h3 {
            margin-bottom: .625vw;
            font-size: 1.125rem;
            line-height: 1.688rem;
        }

        #benefits-rewards p {
            font-size: 1rem;
            line-height: 1.5rem;
            margin-bottom: 0;
        }

    #getting-start {
        padding-top: 2.1875vw;
        padding-left: 1.875vw;
        padding-right: 1.875vw;
    }

        #getting-start .row .reward-viedo {
            width: 51.563vw;
            height: 29vw;
        }

        #getting-start .row .reward-viedo-text {
            padding-top: 0;
            width: 100%;
        }

            #getting-start .row .reward-viedo-text ul li {
                display: flex;
                margin-bottom: .9375vw;
            }

            #getting-start .row .reward-viedo-text ul .btn-signin {
                margin-top: 0;
                background-color: #e8e8e8;
                font-size: .875rem;
                color: #025685;
                width: 8.688vw;
                height: 2.375vw;
                margin-bottom: 0;
            }

            #getting-start .row .reward-viedo-text ul .btn-signup {
                margin-right: 1.5vw;
                background-color: #4f8324;
                font-size: .875rem;
                color: #fff;
                width: 8.688vw;
                height: 2.375vw;
                border-style: none;
            }

        #getting-start h2, #getting-start .h2 {
            font-size: 1.875rem;
            padding-top: 0;
            line-height: 2.313rem;
            text-align: left;
            margin-bottom: .625vw;
        }

        #getting-start p {
            font-size: 1rem;
            line-height: 1.5rem;
            margin: 0 0 15px 0;
            text-align: left;
        }

        #getting-start .inner-text-viedo {
            display: block;
            font-size: 1rem;
            line-height: 1.5rem;
            margin: 0 0 15px 0;
            text-align: left;
        }

        #getting-start ul {
            margin: 0;
            padding: 0;
        }

        #getting-start li {
            margin-bottom: 20px;
            list-style: none;
        }

        #getting-start .viedo-heading {
            font-weight: 500;
            padding-top: 0;
            font-size: 1.125rem;
            line-height: 2.688rem;
            text-align: left;
            margin-bottom: 0;
        }

        #getting-start .steps-p-n {
            text-align: left;
            margin-bottom: .625vw;
        }

        #getting-start .steps .s-no {
            margin-right: 1.25vw;
            width: 4.875vw;
            border-radius: 100%;
            height: 4.875vw;
            text-align: center;
            line-height: 5vw;
            font-size: 45px;
            color: #025685;
        }

        #getting-start .steps .txt-center {
            text-align: -webkit-center;
        }

        #getting-start .steps .steps-item {
            text-align: center;
            margin-bottom: .9375vw;
            text-align: left;
        }

    #program-guidelines {
        padding-top: 2.1875vw;
        padding-left: 1.875vw;
        padding-right: 1.875vw;
    }

        #program-guidelines h2, #program-guidelines .h2 {
            font-size: 1.875rem;
            line-height: 2.313rem;
            text-align: center;
            margin-bottom: .9375vw;
        }

        #program-guidelines p {
            font-size: 1rem;
            line-height: 1.5rem;
            margin-bottom: .9375vw;
        }

        #program-guidelines ul {
            padding-left: .9375vw;
        }

        #program-guidelines li {
            font-size: 1rem;
            list-style: disc;
            line-height: 1.5rem;
            margin: 0 0 .3125vw 0;
        }

            #program-guidelines li span {
                display: block;
                font-weight: 500;
            }

    .category-page-faq-section .section-title .rewar-h2 {
        margin-bottom: .9375vw;
    }

    .category-page-faq-section .accordion-body {
        padding-top: 0;
        padding-bottom: .9375vw;
        font-size: .875rem;
    }

    #top-banner-GD .banner-img {
        height: 12.75vw;
    }

        #top-banner-GD .banner-img .inside-heading h1, #top-banner-GD .banner-img .inside-heading .h1 {
            font-size: 1.875rem;
            line-height: 2.813rem;
            margin: 0;
        }

    .cd-horizontal-timeline .cd-timeline-navigation a {
        height: 34px !important;
        width: 34px !important;
    }

    .cd-horizontal-timeline .timeline .events-wrapper {
        margin: 0 34px;
    }

        .cd-horizontal-timeline .timeline .events-wrapper .events {
            position: relative;
            top: 55px;
            width: 100%;
            float: left;
        }

            .cd-horizontal-timeline .timeline .events-wrapper .events a {
                font-size: 1rem;
            }

                .cd-horizontal-timeline .timeline .events-wrapper .events a::after {
                    top: 24px;
                    height: 28px;
                    width: 28px;
                }

            .cd-horizontal-timeline .timeline .events-wrapper .events ol li {
                width: "12%";
            }

                .cd-horizontal-timeline .timeline .events-wrapper .events ol li a {
                    font-size: 1rem;
                    left: auto !important;
                    display: block;
                    position: relative;
                }

    .msg-box {
        background: #fff;
        box-shadow: 0 0 10px rgba(142,141,141,.149);
        margin: 0 0 35px 0;
    }

    #shipping-terms.custom-container {
        width: 100%;
        padding-right: var(--bs-gutter-x,1%);
        padding-left: var(--bs-gutter-x,1%);
        margin-right: auto;
        margin-left: auto;
    }

    #shipping-terms h2, #shipping-terms .h2 {
        font-size: 1.875rem;
        line-height: 2.813rem;
        margin: 35px 0 15px 15px;
    }

    #shipping-terms h3, #shipping-terms .h3 {
        font-size: 1.875rem;
        line-height: 2.813rem;
        margin-top: 35px;
    }

    #shipping-terms ul {
        margin: 0;
        padding: 0 0 0 15px;
    }

    #shipping-terms li {
        margin-bottom: 20px;
    }

        #shipping-terms li a {
            font-size: 1.125rem;
            line-height: 1.688rem;
            font-weight: 600;
            color: #025685;
            padding: 10px 0 10px 2px;
        }

            #shipping-terms li a:hover {
                border-left: 2px solid #025685;
            }

        #shipping-terms li ul li {
            margin-bottom: 0;
        }

            #shipping-terms li ul li a {
                font-size: 1.125rem;
                line-height: 1.5rem;
                font-weight: normal;
                color: #3e454c;
            }

                #shipping-terms li ul li a:hover {
                    border-style: none;
                    color: #000;
                }

    #shipping-terms p {
        padding: 10px;
    }

    #shipping-terms .side_box {
        border-right: 1px solid #ccc;
    }

    @media(min-width:768px) and (max-width:1366px) {
        .top-section-icons label {
            display: inline-block;
            font-size: .875rem;
            line-height: 1.5rem;
        }

        .header-search-section {
            z-index: 99;
        }

        .category-page #products-by-category {
            width: 63.4375vw;
            margin-left: 3.125vw;
            margin-right: auto;
        }

            .category-page #products-by-category .product-card-container {
                width: 100%;
            }

            .category-page #products-by-category .sort-by-md-filter {
                padding-top: .625vw;
                padding-right: 0;
                min-width: 210px;
                margin-right: 0;
                margin-left: 0;
            }

                .category-page #products-by-category .sort-by-md-filter label {
                    padding-bottom: 0;
                }

                .category-page #products-by-category .sort-by-md-filter div .form-select {
                    width: 11.8125vw;
                    height: auto;
                    padding: .25vw .375vw;
                    line-height: normal;
                }

        .category-page #products-by-category {
            width: 71%;
            margin-left: 3.125vw;
            margin-right: auto;
        }

            .category-page #products-by-category .pagination-container {
                padding-bottom: .625vw;
                margin-left: 0;
                margin-right: 0;
            }

                .category-page #products-by-category .pagination-container .common-pagination {
                    width: 40vw;
                }
    }

    @media only screen and (min-width:992px) and (max-width:1374px) {
        .dropdown-menu.megamenu {
            left: 2.125vw;
        }

            .dropdown-menu.megamenu .dropdown-menu-main-list {
                width: 22vw;
            }
    }

    .ac-container {
        padding-top: 2.1875vw;
        padding-left: 1.875vw;
        padding-right: 1.875vw;
    }

        .ac-container .costm-name {
            margin-bottom: 1.875vw;
            margin-top: .625vw;
            border-bottom: 1px solid #d3d3d3;
            padding-bottom: .625vw;
            font-size: 1.875rem;
            color: #025685;
        }

        .ac-container .ac-main-div {
            display: flex;
            justify-content: center;
        }

            .ac-container .ac-main-div .ac-card-1 {
                min-height: 8.75vw;
                margin: .9375vw;
                width: 32.8125vw;
                padding-left: 1.25vw;
                padding-right: 1.25vw;
                border-radius: 5px;
                border: 1px solid #d3d3d3;
            }

                .ac-container .ac-main-div .ac-card-1 a {
                    display: block;
                    text-decoration: none;
                }

                .ac-container .ac-main-div .ac-card-1 .ac-card-icon {
                    padding-top: .3125vw;
                    padding-bottom: .3125vw;
                    justify-content: center;
                    align-items: center;
                    border-bottom: 1px solid #d3d3d3;
                    text-align: center;
                }

                    .ac-container .ac-main-div .ac-card-1 .ac-card-icon .ac-icon-bx {
                        height: 4.375vw;
                        width: 4.375vw;
                    }

                        .ac-container .ac-main-div .ac-card-1 .ac-card-icon .ac-icon-bx img {
                            width: 100%;
                        }

                    .ac-container .ac-main-div .ac-card-1 .ac-card-icon .ac-card-heading {
                        align-items: center;
                        display: inline-flex;
                        font-size: 1.25rem;
                        color: #000;
                    }

                        .ac-container .ac-main-div .ac-card-1 .ac-card-icon .ac-card-heading input {
                            height: fit-content;
                            margin-left: 1.25vw;
                            text-align: center;
                            border: 1px solid #4f8324;
                        }

                .ac-container .ac-main-div .ac-card-1 .ac-card-pra {
                    display: block;
                    margin-top: .3125vw;
                    margin-bottom: .625vw;
                    text-align: center;
                    font-size: 1rem;
                    color: #000;
                }

                    .ac-container .ac-main-div .ac-card-1 .ac-card-pra input {
                        padding: .3125vw;
                        margin-top: .625vw;
                    }

                    .ac-container .ac-main-div .ac-card-1 .ac-card-pra .ac-log-btn {
                        padding: .3125vw;
                        margin-top: .3125vw;
                        background-color: #4f8324;
                        color: #fff;
                        border: none;
                        margin-left: .625vw;
                        border-radius: 3px;
                    }

    .orderid-main-div {
        width: 100%;
        padding-right: var(--bs-gutter-x,1.875vw);
        padding-left: var(--bs-gutter-x,1.875vw);
        margin-right: auto;
        margin-left: auto;
        padding-top: 2.1875vw;
        padding-bottom: 2.1875vw;
    }

        .orderid-main-div .orderid-div {
            width: 100%;
            padding-right: var(--bs-gutter-x,0);
            padding-left: var(--bs-gutter-x,0);
            margin-right: auto;
            margin-left: auto;
            width: 79.625vw;
            margin-left: .9375vw;
        }

            .orderid-main-div .orderid-div .heading {
                padding-bottom: 1.25vw;
                font-size: 1.563rem;
                font-weight: normal;
                color: #025685;
                margin-bottom: 1.25vw;
                border-bottom: 1px solid #d3d3d3;
            }

            .orderid-main-div .orderid-div .orderid-content {
                padding-top: 0;
            }

                .orderid-main-div .orderid-div .orderid-content .table-orderid-history {
                    width: 100%;
                    text-align: center;
                    margin-top: 0;
                }

                    .orderid-main-div .orderid-div .orderid-content .table-orderid-history thead {
                        background-color: #e8e8e8;
                    }

                        .orderid-main-div .orderid-div .orderid-content .table-orderid-history thead th {
                            font-weight: 500;
                            color: #025685;
                            padding: .625vw;
                        }

                            .orderid-main-div .orderid-div .orderid-content .table-orderid-history thead th:nth-child(2) {
                                text-align: center;
                            }

                            .orderid-main-div .orderid-div .orderid-content .table-orderid-history thead th:nth-child(3) {
                                text-align: left;
                            }

                    .orderid-main-div .orderid-div .orderid-content .table-orderid-history tbody {
                        border-top: 1px solid #3e454c !important;
                    }

                        .orderid-main-div .orderid-div .orderid-content .table-orderid-history tbody tr {
                            border-bottom: 1px solid #d3d3d3;
                        }

                            .orderid-main-div .orderid-div .orderid-content .table-orderid-history tbody tr td {
                                text-align: center;
                                padding: .625vw;
                                vertical-align: middle;
                            }

                                .orderid-main-div .orderid-div .orderid-content .table-orderid-history tbody tr td .img-container {
                                    width: 3.75vw;
                                    height: auto;
                                    text-align: center;
                                }

                                    .orderid-main-div .orderid-div .orderid-content .table-orderid-history tbody tr td .img-container img {
                                        width: 100%;
                                    }

                                    .orderid-main-div .orderid-div .orderid-content .table-orderid-history tbody tr td .img-container span {
                                        word-break: break-all;
                                        font-size: .875rem;
                                        display: block;
                                    }

                                .orderid-main-div .orderid-div .orderid-content .table-orderid-history tbody tr td .text-green {
                                    display: block;
                                    color: #4f8324;
                                }

                                .orderid-main-div .orderid-div .orderid-content .table-orderid-history tbody tr td:first-child a {
                                    color: #4f8324;
                                }

                                    .orderid-main-div .orderid-div .orderid-content .table-orderid-history tbody tr td:first-child a .img-container {
                                        margin-left: auto;
                                        margin-right: auto;
                                    }

                                .orderid-main-div .orderid-div .orderid-content .table-orderid-history tbody tr td:nth-child(2) {
                                    text-align: left;
                                }

                                .orderid-main-div .orderid-div .orderid-content .table-orderid-history tbody tr td:nth-child(3) {
                                    text-align: start;
                                }

                            .orderid-main-div .orderid-div .orderid-content .table-orderid-history tbody tr:not(:first-child) td:nth-child(1), .orderid-main-div .orderid-div .orderid-content .table-orderid-history tbody tr:not(:first-child) td:nth-child(2) {
                                padding-top: .625vw;
                            }

            .orderid-main-div .orderid-div .orderid-btn-container {
                text-align: right;
                padding-top: 0;
                display: flex;
                justify-content: end;
            }

                .orderid-main-div .orderid-div .orderid-btn-container .btn-addtocard-fixed {
                    border: none;
                    width: auto;
                    padding: 5px 10px 5px 10px;
                    color: #fff;
                    border-radius: 3px;
                    margin: 0 10px;
                }

        .orderid-main-div .shipping-summary {
            padding-top: .875vw;
            padding-bottom: 1.25vw;
        }

            .orderid-main-div .shipping-summary ul {
                width: 14.4375vw;
                min-width: 14.438vw;
                max-width: 100%;
                margin-left: auto;
                padding-left: 0;
                padding-right: 1.25vw;
                list-style: none;
            }

                .orderid-main-div .shipping-summary ul li {
                    display: flex;
                    justify-content: space-between;
                    line-height: 1.5rem;
                    padding-top: .625vw;
                    font-size: 1rem;
                }

                    .orderid-main-div .shipping-summary ul li:first-child {
                        padding-top: 0;
                    }

                    .orderid-main-div .shipping-summary ul li .type-label {
                        font-weight: 500;
                    }

                    .orderid-main-div .shipping-summary ul li .type-value {
                        color: #d10b0b;
                    }

                    .orderid-main-div .shipping-summary ul li:last-child {
                        color: #025685;
                    }

    .order-inner-main-div {
        padding: 1.875vw;
    }

        .order-inner-main-div .order-top-div span {
            font-size: 1rem;
        }

            .order-inner-main-div .order-top-div span a {
                text-decoration: none;
                color: #000;
            }

        .order-inner-main-div .order-top-div ul {
            font-size: .875rem;
            padding-left: 0;
            list-style: none;
        }

        .order-inner-main-div .order-heading {
            font-weight: normal;
            text-align: center;
            margin: 0;
            font-size: 1.857rem;
        }

            .order-inner-main-div .order-heading span {
                border-bottom: 2px solid;
            }

        .order-inner-main-div .order-inner-div {
            display: flex;
            justify-content: space-around;
        }

            .order-inner-main-div .order-inner-div ul {
                padding-left: 0;
            }

                .order-inner-main-div .order-inner-div ul span {
                    font-weight: 600;
                }

                .order-inner-main-div .order-inner-div ul li {
                    margin-top: 1px;
                    list-style: none;
                }

        .order-inner-main-div .order-table thead th {
            vertical-align: middle;
            text-align: center;
        }

        .order-inner-main-div .order-table tr td {
            font-size: 1rem;
            vertical-align: middle;
        }

            .order-inner-main-div .order-table tr td ul {
                padding-left: 0;
            }

            .order-inner-main-div .order-table tr td li {
                list-style: none;
            }

            .order-inner-main-div .order-table tr td button {
                border-radius: 3px;
                margin: .625vw;
                padding: .3125vw;
                height: fit-content;
                border: 1px solid #d3d3d3;
                background-color: #fff;
            }

        .order-inner-main-div .order-table tr:not(:last-child) th, .order-inner-main-div .order-table tr:not(:last-child) td {
            text-align: center;
        }

        .order-inner-main-div .order-table tr:last-child td:first-child {
            text-align: center;
        }

        .order-inner-main-div .text-center {
            display: block;
            text-align: center;
        }

    .ac-side-nav {
        width: 25vw;
    }

    .auto-reorder-div {
        padding: 0;
        padding-top: 0;
        width: 69vw;
    }

        .auto-reorder-div .autoreorderfont {
            font-size: 1.25rem;
        }

        .auto-reorder-div h1, .auto-reorder-div .h1 {
            font-weight: normal;
            border-bottom: 1px solid #d3d3d3;
            padding-bottom: 1.25vw;
            margin-bottom: 0;
            font-size: 1.875rem;
            color: #025685;
        }

        .auto-reorder-div h2, .auto-reorder-div .h2 {
            margin-bottom: 1.25vw;
            font-size: 2rem;
            text-align: center;
            margin-top: 2.1875vw;
        }

        .auto-reorder-div .auto-reorder-div-inner {
            margin-bottom: 0;
            text-align: center;
        }

            .auto-reorder-div .auto-reorder-div-inner .inner-text {
                font-size: 1.125rem;
                margin-top: .625vw;
                margin-bottom: .625vw;
            }

            .auto-reorder-div .auto-reorder-div-inner p {
                font-size: 1rem;
                margin-bottom: .625vw;
            }

            .auto-reorder-div .auto-reorder-div-inner .reorder-img-bx {
                margin: 0 auto;
                width: 6.875vw;
            }

                .auto-reorder-div .auto-reorder-div-inner .reorder-img-bx img {
                    width: 100%;
                }

        .auto-reorder-div .reorder-pra-div {
            padding-top: 1.25vw;
        }

            .auto-reorder-div .reorder-pra-div p {
                margin-bottom: 1.25vw;
                font-size: 1rem;
            }

            .auto-reorder-div .reorder-pra-div table {
                width: 100%;
                margin-bottom: 1.875vw;
            }

                .auto-reorder-div .reorder-pra-div table thead {
                    font-size: 1rem;
                    color: #025685;
                }

            .auto-reorder-div .reorder-pra-div .font-bold {
                font-size: 20px;
                margin-top: .3125vw;
                margin-bottom: .625vw;
                text-align: start;
                font-weight: 600;
            }

    .ac-side-nav {
        width: 25vw;
    }

    .tellus-main-div {
        padding: 0;
        width: 70vw;
    }

        .tellus-main-div h1, .tellus-main-div .h1 {
            font-weight: normal;
            border-bottom: 1px solid #d3d3d3;
            padding-bottom: 1.5625vw;
            margin-bottom: 0;
            font-size: 1.563rem;
            color: #025685;
        }

        .tellus-main-div P {
            margin-bottom: 1.25vw;
            font-size: 1rem;
            margin-top: 1.25vw;
        }

        .tellus-main-div .tellus-input-bx input {
            margin-top: .625vw;
            display: block;
        }

        .tellus-main-div .tellus-input-bx textarea {
            padding: .625vw;
            height: 100px;
            border: 1px solid #a5a5a2;
            width: 60%;
        }

        .tellus-main-div .tellus-input-bx .tellus-loginbtn {
            width: auto;
            text-decoration: none;
            font-size: 1rem;
            color: #fff;
            background-color: #4f8324;
            border: 0;
            border-radius: 3px;
        }

    .ac-side-nav {
        width: 25vw;
    }

    .ac-reward-main-div {
        padding: 0;
        width: 70vw;
    }

        .ac-reward-main-div h1, .ac-reward-main-div .h1 {
            font-weight: normal;
            border-bottom: 1px solid #d3d3d3;
            padding-bottom: 1.5625vw;
            margin-bottom: 0;
            font-size: 1.563rem;
            color: #025685;
        }

        .ac-reward-main-div .reward-inner {
            margin-top: 1.875vw;
            display: flex;
        }

            .ac-reward-main-div .reward-inner .reward-loginbtn {
                margin-left: 100px;
                font-size: 1rem;
            }

            .ac-reward-main-div .reward-inner .inner-text {
                padding-bottom: 0;
                font-size: 18px;
            }

        .ac-reward-main-div .reward-inner-2 {
            padding-top: 2.1875vw;
        }

            .ac-reward-main-div .reward-inner-2 h4, .ac-reward-main-div .reward-inner-2 .h4 {
                font-weight: 500;
                font-size: 1.125rem;
            }

            .ac-reward-main-div .reward-inner-2 p {
                font-size: 1rem;
            }

        .ac-reward-main-div .reward-inner-div {
            padding-top: 2.1875vw;
            display: flex;
        }

            .ac-reward-main-div .reward-inner-div .reward-inner-3 {
                text-align: left;
                padding: 1.25vw;
            }

                .ac-reward-main-div .reward-inner-div .reward-inner-3 .reward-img-bx {
                    margin: 0 auto;
                    width: 9.375vw;
                }

                    .ac-reward-main-div .reward-inner-div .reward-inner-3 .reward-img-bx img {
                        width: 100%;
                    }

                .ac-reward-main-div .reward-inner-div .reward-inner-3 .img-text {
                    font-size: 1rem;
                }

                .ac-reward-main-div .reward-inner-div .reward-inner-3.middle-bx {
                    border-right: 1px solid #d3d3d3;
                    border-left: 1px solid #d3d3d3;
                }

        .ac-reward-main-div .reward-viedo {
            margin-top: 2.1875vw;
        }

        .ac-reward-main-div .reward-inner-list .reward-pra {
            color: #000;
            border: none;
            margin-top: 2.1875vw;
            font-size: 1rem;
        }

        .ac-reward-main-div .reward-inner-list .list-heading {
            font-weight: 700;
            font-size: 1rem;
        }

        .ac-reward-main-div .reward-inner-list ul {
            margin-left: 1.875vw;
        }

            .ac-reward-main-div .reward-inner-list ul li {
                font-size: 1rem;
            }

                .ac-reward-main-div .reward-inner-list ul li a {
                    color: #337ab7;
                }

        .ac-reward-main-div .reward-inner-list .font-bold {
            font-size: 1rem;
            font-weight: 600;
        }

            .ac-reward-main-div .reward-inner-list .font-bold.last-li {
                margin-top: 1.25vw;
            }

            .ac-reward-main-div .reward-inner-list .font-bold.li-right {
                margin-left: 20px;
            }

        .ac-reward-main-div .reward-tablet table {
            padding-bottom: .625vw;
            width: 100%;
            margin: 0 auto;
        }

            .ac-reward-main-div .reward-tablet table thead {
                font-size: 1rem;
                color: #025685;
            }

                .ac-reward-main-div .reward-tablet table thead th {
                    color: #025685;
                    text-align: center;
                    font-size: 1rem;
                    padding: .3125vw 1.25vw .3125vw 1.25vw;
                }

            .ac-reward-main-div .reward-tablet table tr {
                padding: .3125vw 1.25vw .3125vw 1.25vw;
                text-align: center;
            }

        .ac-reward-main-div .reward-total {
            font-size: .875rem;
            text-align: right;
        }

    .eye-slash-active {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 3;
    }

    .ac-side-nav {
        width: 25vw;
    }

    .ac-recommend-main-div {
        padding: 0;
        padding-top: 0;
        width: 69vw;
    }

        .ac-recommend-main-div h1, .ac-recommend-main-div .h1 {
            font-weight: normal;
            border-bottom: 1px solid #d3d3d3;
            padding-bottom: 1.25vw;
            margin-bottom: 0;
            font-size: 1.875rem;
            color: #025685;
        }

        .ac-recommend-main-div .recomend-text {
            margin-bottom: 1.25vw;
            font-size: 1.125rem;
            margin-top: 1.25vw;
        }

        .ac-recommend-main-div .recom-input-div {
            margin-bottom: .9375vw;
            width: 100%;
            margin-left: 0;
        }

            .ac-recommend-main-div .recom-input-div .input-div {
                margin-bottom: .9375vw;
                display: flex;
            }

                .ac-recommend-main-div .recom-input-div .input-div label {
                    float: left;
                    font-size: 1rem;
                    font-weight: 400;
                    width: 50%;
                }

                    .ac-recommend-main-div .recom-input-div .input-div label .redtext {
                        color: #eb0400;
                    }

                    .ac-recommend-main-div .recom-input-div .input-div label .input-group-text {
                        border: 1px solid #b1b1b1;
                        border-radius: 0;
                        width: 40px;
                    }

                .ac-recommend-main-div .recom-input-div .input-div input {
                    width: auto;
                    margin: 0;
                    border-radius: 0;
                    border: 1px solid #b1b1b1;
                    height: fit-content;
                    align-items: center;
                    padding: .375rem .75rem;
                }

            .ac-recommend-main-div .recom-input-div textarea {
                border-radius: 0;
                padding: .625vw;
                border: 1px solid #b1b1b1;
                margin-top: 0;
                min-height: 100px;
                font-weight: 0;
                margin-left: .3125vw;
            }

                .ac-recommend-main-div .recom-input-div textarea:focus {
                    outline: none;
                    color: #3e454c;
                }

                    .ac-recommend-main-div .recom-input-div textarea:focus:active, .ac-recommend-main-div .recom-input-div textarea:focus:focus {
                        border-color: #4f8324;
                        box-shadow: 0 0 3px 1px #4f8324;
                    }

        .ac-recommend-main-div .last-btn-div {
            text-align: start;
            width: 38vw;
            margin: auto;
            margin-left: 34%;
            margin-top: .625vw;
        }

            .ac-recommend-main-div .last-btn-div .recommend-loginbtn {
                width: auto;
                text-decoration: none;
                font-size: 1rem;
                color: #fff;
                background-color: #4f8324;
                padding: 3px 12px;
                border: 0;
                border-radius: 5px;
            }

    .threesidepadding {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: .9375vw;
    }

        .threesidepadding #spreceive {
            width: fit-content;
            margin: 5px 10px 0 0;
        }

    .fontdetail {
        font-weight: 500;
        font-size: 1.125rem;
    }

    label {
        display: inline-block;
        padding-bottom: .3125vw;
    }

    .regfromsty {
        width: 100%;
    }

    .profilemaincls {
        padding-top: 0;
    }

        .profilemaincls input {
            padding: 7px 12px;
            font-size: .875rem;
            color: #555;
        }

        .profilemaincls .rightmaincls {
            padding-left: .9375vw;
            padding-right: .9375vw;
        }

            .profilemaincls .rightmaincls h2, .profilemaincls .rightmaincls .h2 {
                color: #025685;
                font-size: 1.563rem;
                font-family: inherit;
                font-weight: 700;
                padding-top: .625vw;
                padding-bottom: .9375vw;
            }

            .profilemaincls .rightmaincls .list-unstyled li {
                padding-top: .625vw;
                padding-bottom: .625vw;
            }

            .profilemaincls .rightmaincls .list-unstyled a {
                color: #3e454d;
            }

        .profilemaincls .leftsidemaincls {
            width: 69vw;
            padding: 0;
        }

            .profilemaincls .leftsidemaincls h1, .profilemaincls .leftsidemaincls .h1 {
                font-weight: normal;
                color: #025685;
                font-size: 1.563rem;
                margin-bottom: 0;
                padding-top: 0;
                padding-bottom: .9375vw;
                border-bottom: 1px solid #ccc;
            }

            .profilemaincls .leftsidemaincls .profileformcontentsection .personalinforamtincaption {
                padding-bottom: .3125vw;
            }

            .profilemaincls .leftsidemaincls .profileformcontentsection .notecontent {
                padding-bottom: 1.25vw;
                padding-top: 1.25vw;
            }

            .profilemaincls .leftsidemaincls .profileformcontentsection .personalinforamtincaption {
                color: #025685;
            }

            .profilemaincls .leftsidemaincls .profileformcontentsection .personaldetails .firstname {
                float: left;
                padding-right: .3125vw;
                padding-top: 0;
            }

            .profilemaincls .leftsidemaincls .profileformcontentsection .personaldetails .lastname {
                float: left;
                padding-left: .3125vw;
            }

            .profilemaincls .leftsidemaincls .profileformcontentsection .personaldetails .logincaption span {
                color: #025685;
                padding-left: .3125vw;
            }

            .profilemaincls .leftsidemaincls .profileformcontentsection .logininformation {
                padding-top: 1.5625vw;
            }

                .profilemaincls .leftsidemaincls .profileformcontentsection .logininformation .logincaption {
                    padding: 0 0 .3125vw 0;
                }

                    .profilemaincls .leftsidemaincls .profileformcontentsection .logininformation .logincaption .headingcaption {
                        color: #025685;
                    }

            .profilemaincls .leftsidemaincls .profileformcontentsection .billinginfosection {
                padding-top: .9375vw;
            }

                .profilemaincls .leftsidemaincls .profileformcontentsection .billinginfosection .billingInfocaption {
                    color: #025685;
                    padding: 0 0 .3125vw 0;
                    margin-top: .625vw;
                }

            .profilemaincls .leftsidemaincls .profileformcontentsection .btndiv {
                padding-bottom: .625vw;
            }

                .profilemaincls .leftsidemaincls .profileformcontentsection .btndiv .btnupdateprofile {
                    color: #fff;
                    width: auto;
                    line-height: inherit;
                    font-size: 1.125rem;
                    background-color: #4f8324;
                    padding-top: .625vw;
                    padding-bottom: .625vw;
                    padding-left: .625vw;
                    padding-right: .625vw;
                    border-radius: .25rem;
                    border: none;
                }

    #contentsection tr {
        font-size: 16px;
    }

    #contentsection thead {
        background-color: #fff;
    }

    .header-top-main .sing-up-popup-header.card {
        position: absolute;
    }

        .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top {
            width: 384px;
            padding: 1.25vw;
        }

            .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top .dropdown-myaccount.new-sing {
                display: block;
                list-style: none;
                padding-top: .625vw;
            }

                .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top .dropdown-myaccount.new-sing li {
                    cursor: pointer;
                    padding-left: 0;
                    padding-right: 0;
                }

                    .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top .dropdown-myaccount.new-sing li div {
                        width: auto;
                        padding: .3125vw;
                    }

            .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top form .form-field .input-group {
                width: auto;
                margin-left: auto;
                margin-right: auto;
            }

            .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top form .btn-container {
                width: auto;
                margin-left: auto;
                margin-right: auto;
            }

                .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top form .btn-container button {
                    margin-top: 1.25vw;
                    margin-bottom: 1.25vw;
                }

            .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top form .signuplink {
                width: auto;
                padding-top: 15px;
                font-size: .75rem;
                text-align: center;
            }

                .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top form .signuplink .account-link {
                    color: #025685;
                    font-size: 1rem;
                }

                .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top form .signuplink .f-password {
                    margin-top: .625vw;
                    color: #025685;
                    font-size: 1rem;
                }

            .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top .username label {
                padding-left: 5px;
            }

            .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top.log-out-chk {
                width: 18vw;
                padding: .625vw;
            }

                .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top.log-out-chk:after {
                    content: "";
                    right: 6vw;
                }

                .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top.log-out-chk .closesignbutton {
                    margin: -4px;
                }

            .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top .signuplink {
                width: auto;
                padding-top: 15px;
                font-size: .75rem;
                text-align: center;
            }

                .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top .signuplink .account-link {
                    color: #025685;
                    font-size: 1rem;
                }

                .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top .signuplink .f-password {
                    margin-top: .625vw;
                    color: #025685;
                    font-size: 1rem;
                }

            .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top .closesignbutton {
                margin: -10px;
            }

    @media(min-width:992px) and (max-width:1360px) {
        #product-description-and-policy .tab-container .nav .nav-item .nav-link {
            width: 10rem;
        }

        .sing-up-popup-header {
            box-shadow: 0 3px 6px rgba(0,0,0,.321);
        }

            .sing-up-popup-header.card {
                display: none;
                position: absolute;
                z-index: 11;
                top: 58px !important;
                padding: 0;
                width: 384px;
            }

                .sing-up-popup-header.card.active {
                    z-index: 111;
                    display: block;
                }

                .sing-up-popup-header.card .card-body {
                    padding: 1.25vw;
                }

                    .sing-up-popup-header.card .card-body h1, .sing-up-popup-header.card .card-body .h1 {
                        margin-bottom: .625vw;
                        text-align: center;
                        color: #3e454c;
                        font-size: 1.875rem;
                    }

                    .sing-up-popup-header.card .card-body h6, .sing-up-popup-header.card .card-body .h6 {
                        margin-bottom: .625vw;
                        font-size: 1rem;
                        font-weight: 500;
                        text-align: center;
                        color: #3e454c;
                    }

                    .sing-up-popup-header.card .card-body form .form-field {
                        width: 344px;
                        margin: 0 auto;
                        padding-top: 10px !important;
                        font-size: .875rem;
                    }

                        .sing-up-popup-header.card .card-body form .form-field input, .sing-up-popup-header.card .card-body form .form-field select, .sing-up-popup-header.card .card-body form .form-field textarea {
                            border-radius: 0;
                            border-color: #b1b1b1;
                            font-size: .875rem;
                            border: .5px solid #b1b1b1;
                            line-height: 1.313rem;
                            padding-top: 7.6px;
                            padding-bottom: 7.6px;
                        }

                            .sing-up-popup-header.card .card-body form .form-field input[type="radio"] {
                                padding-top: 0;
                                padding-bottom: 0;
                            }

                        .sing-up-popup-header.card .card-body form .form-field .input-group .input-group-text {
                            border-radius: 0;
                            width: 34px;
                            height: 34px;
                            padding: 0;
                            display: flex;
                            justify-content: center;
                            border-color: #b1b1b1;
                            border-right: 1px solid #b1b1b1;
                        }

                        .sing-up-popup-header.card .card-body form .form-field .input-group input, .sing-up-popup-header.card .card-body form .form-field .input-group select, .sing-up-popup-header.card .card-body form .form-field .input-group textarea {
                            border-radius: 0;
                            height: 34px;
                            border-color: #b1b1b1;
                            font-size: .875rem;
                            line-height: 1.313rem;
                            padding-top: 5px;
                            padding-bottom: 7.6px;
                        }

                        .sing-up-popup-header.card .card-body form .form-field label {
                            font-size: 1rem;
                            padding-bottom: 5px;
                            margin-bottom: 0;
                        }

                    .sing-up-popup-header.card .card-body form .btn-container {
                        width: 300px;
                        overflow: hidden;
                        margin-top: 5px;
                    }

                        .sing-up-popup-header.card .card-body form .btn-container .my-btn, .sing-up-popup-header.card .card-body form .btn-container button {
                            width: 344px;
                            margin: 0 auto;
                            margin-bottom: 20px;
                            display: block;
                            margin-top: 15px;
                        }

                        .sing-up-popup-header.card .card-body form .btn-container .single-sign-in {
                            width: auto;
                        }

                            .sing-up-popup-header.card .card-body form .btn-container .single-sign-in .btn-single-sign-in {
                                display: flex;
                                justify-content: center;
                            }

                                .sing-up-popup-header.card .card-body form .btn-container .single-sign-in .btn-single-sign-in div {
                                    width: auto;
                                }

                                .sing-up-popup-header.card .card-body form .btn-container .single-sign-in .btn-single-sign-in span {
                                    border-radius: 2px;
                                    width: 155px;
                                    justify-content: center;
                                    display: flex;
                                    align-items: center;
                                    background-color: #3b5998;
                                    color: #fff;
                                }

                                    .sing-up-popup-header.card .card-body form .btn-container .single-sign-in .btn-single-sign-in span img {
                                        margin-right: .625vw;
                                    }

                                .sing-up-popup-header.card .card-body form .btn-container .single-sign-in .btn-single-sign-in div:nth-child(1) span {
                                    margin-right: 9px;
                                }

                                .sing-up-popup-header.card .card-body form .btn-container .single-sign-in .btn-single-sign-in div:nth-child(2) span {
                                    border: 1px solid #262626;
                                    background-color: #fff;
                                    color: #000;
                                    margin-left: 9px;
                                    padding: 3px 30px;
                                }

                    .sing-up-popup-header.card .card-body form .signuplink {
                        width: auto;
                        padding-top: 15px;
                        font-size: .75rem;
                        text-align: center;
                    }

                        .sing-up-popup-header.card .card-body form .signuplink .account-link {
                            color: #025685;
                            font-size: 1rem;
                        }

                        .sing-up-popup-header.card .card-body form .signuplink .f-password {
                            margin-top: .625vw;
                            color: #025685;
                            font-size: 1rem;
                        }

            .sing-up-popup-header .box-aro {
                position: relative;
            }

            .sing-up-popup-header .arrow-top:after {
                content: " ";
                position: absolute;
                top: -15px;
                border-top: none;
                border-right: 15px solid transparent;
                border-left: 15px solid transparent;
                border-bottom: 15px solid #ececec;
            }

        .payment-card-logo-container .payment-card {
            display: block;
        }
    }

    .privacypolicymain {
        width: 100%;
        padding-right: var(--bs-gutter-x,1.875vw);
        padding-left: var(--bs-gutter-x,1.875vw);
        margin-right: auto;
        margin-left: auto;
    }

        .privacypolicymain h1, .privacypolicymain .h1 {
            padding-top: .9375vw;
            padding-bottom: 1.25vw;
            border-bottom: 1px solid #ccc;
            font-family: sans-serif;
            font-weight: 500;
            font-size: 1.563rem;
        }

        .privacypolicymain .forcolor {
            color: #f00;
        }

        .privacypolicymain .leftsidesection {
            padding-top: .3125vw;
        }

            .privacypolicymain .leftsidesection ul {
                padding-bottom: 0;
                padding-left: 0;
            }

                .privacypolicymain .leftsidesection ul li {
                    list-style: none;
                    padding: 0;
                }

                    .privacypolicymain .leftsidesection ul li p {
                        margin-bottom: 0;
                    }

                .privacypolicymain .leftsidesection ul.fordot li {
                    list-style: disc;
                }

                    .privacypolicymain .leftsidesection ul.fordot li:first-child, .privacypolicymain .leftsidesection ul.fordot li:nth-child(2) {
                        list-style: none;
                        margin-left: 0;
                    }

            .privacypolicymain .leftsidesection .Information-We-Collect ul li:first-child {
                padding-bottom: 0;
            }

            .privacypolicymain .leftsidesection .Information-We-Collect ul li.fordot li {
                list-style: disc;
            }

                .privacypolicymain .leftsidesection .Information-We-Collect ul li.fordot li:first-child, .privacypolicymain .leftsidesection .Information-We-Collect ul li.fordot li:nth-child(2) {
                    list-style: none;
                    margin-left: 0;
                }

            .privacypolicymain .leftsidesection .Information-We-Collect ul li p {
                margin-top: .9375vw;
            }

            .privacypolicymain .leftsidesection .Information-We-Collect table thead {
                background-color: #e8e8e8;
                text-align: center;
                font-family: "Poppins",sans-serif;
                font-size: 1rem;
                color: #3e454c;
                line-height: 1.5;
            }

                .privacypolicymain .leftsidesection .Information-We-Collect table thead tr th {
                    font-weight: 500;
                    color: #025685;
                    padding: .625vw;
                    border-style: none;
                }

                    .privacypolicymain .leftsidesection .Information-We-Collect table thead tr th:nth-child(2) {
                        text-align: left;
                    }

            .privacypolicymain .leftsidesection .Information-We-Collect table tbody tr {
                border-bottom: 1px solid #3e454c;
            }

                .privacypolicymain .leftsidesection .Information-We-Collect table tbody tr td {
                    padding: .625vw;
                    vertical-align: middle;
                }

                    .privacypolicymain .leftsidesection .Information-We-Collect table tbody tr td:first-child, .privacypolicymain .leftsidesection .Information-We-Collect table tbody tr td:nth-child(3) {
                        text-align: center;
                    }

                    .privacypolicymain .leftsidesection .Information-We-Collect table tbody tr td div {
                        display: none;
                    }

            .privacypolicymain .leftsidesection .How-We-Collect-Personal-Information ul li:first-child {
                padding-bottom: 0;
            }

            .privacypolicymain .leftsidesection .How-We-Collect-Personal-Information ul li.fordot li {
                list-style: disc;
            }

                .privacypolicymain .leftsidesection .How-We-Collect-Personal-Information ul li.fordot li:first-child, .privacypolicymain .leftsidesection .How-We-Collect-Personal-Information ul li.fordot li:nth-child(2) {
                    list-style: none;
                    margin-left: 0;
                }

            .privacypolicymain .leftsidesection .How-We-Collect-Personal-Information ul li ul .dot {
                list-style: circle;
            }

            .privacypolicymain .leftsidesection .How-We-Use-and-Share-Your-Personal-Information ul li:first-child, .privacypolicymain .leftsidesection .Right-to-request-deletion-of-the-data-Request-to-delete ul li:first-child, .privacypolicymain .leftsidesection .Right-to-be-informed-Request-to-know ul li:first-child, .privacypolicymain .leftsidesection .Submitting-Requests ul li:first-child {
                padding-bottom: 0;
            }

            .privacypolicymain .leftsidesection .How-We-Use-and-Share-Your-Personal-Information ul.fordot li, .privacypolicymain .leftsidesection .Right-to-request-deletion-of-the-data-Request-to-delete ul.fordot li, .privacypolicymain .leftsidesection .Right-to-be-informed-Request-to-know ul.fordot li, .privacypolicymain .leftsidesection .Submitting-Requests ul.fordot li {
                list-style: disc;
            }

                .privacypolicymain .leftsidesection .How-We-Use-and-Share-Your-Personal-Information ul.fordot li:first-child, .privacypolicymain .leftsidesection .How-We-Use-and-Share-Your-Personal-Information ul.fordot li:nth-child(2), .privacypolicymain .leftsidesection .How-We-Use-and-Share-Your-Personal-Information ul.fordot li:nth-child(11), .privacypolicymain .leftsidesection .Right-to-request-deletion-of-the-data-Request-to-delete ul.fordot li:first-child, .privacypolicymain .leftsidesection .Right-to-request-deletion-of-the-data-Request-to-delete ul.fordot li:nth-child(2), .privacypolicymain .leftsidesection .Right-to-request-deletion-of-the-data-Request-to-delete ul.fordot li:nth-child(11), .privacypolicymain .leftsidesection .Right-to-be-informed-Request-to-know ul.fordot li:first-child, .privacypolicymain .leftsidesection .Right-to-be-informed-Request-to-know ul.fordot li:nth-child(2), .privacypolicymain .leftsidesection .Right-to-be-informed-Request-to-know ul.fordot li:nth-child(11), .privacypolicymain .leftsidesection .Submitting-Requests ul.fordot li:first-child, .privacypolicymain .leftsidesection .Submitting-Requests ul.fordot li:nth-child(2), .privacypolicymain .leftsidesection .Submitting-Requests ul.fordot li:nth-child(11) {
                    list-style: none;
                    margin-left: 0;
                }

        .privacypolicymain .rightsidePolicy {
            display: block;
            padding-top: .3125vw;
            padding-left: .625vw;
            padding-right: .625vw;
        }

            .privacypolicymain .rightsidePolicy h3, .privacypolicymain .rightsidePolicy .h3 {
                padding-top: .625vw;
                padding-bottom: .625vw;
                font-family: sans-serif;
                font-weight: 500;
                font-size: 1.563rem;
                margin-bottom: 0;
            }

            .privacypolicymain .rightsidePolicy .liechat, .privacypolicymain .rightsidePolicy .mail, .privacypolicymain .rightsidePolicy .phone, .privacypolicymain .rightsidePolicy .fax {
                padding-top: .625vw;
                padding-bottom: .625vw;
            }

                .privacypolicymain .rightsidePolicy .liechat img, .privacypolicymain .rightsidePolicy .mail img, .privacypolicymain .rightsidePolicy .phone img, .privacypolicymain .rightsidePolicy .fax img {
                    margin-bottom: .625vw;
                }

                .privacypolicymain .rightsidePolicy .liechat ul, .privacypolicymain .rightsidePolicy .mail ul, .privacypolicymain .rightsidePolicy .phone ul, .privacypolicymain .rightsidePolicy .fax ul {
                    margin-bottom: 0;
                    padding-left: 0;
                    padding-top: .9375vw;
                    border-top: 1px solid #ccc;
                }

                    .privacypolicymain .rightsidePolicy .liechat ul li, .privacypolicymain .rightsidePolicy .mail ul li, .privacypolicymain .rightsidePolicy .phone ul li, .privacypolicymain .rightsidePolicy .fax ul li {
                        list-style: none;
                    }

    .contact-us-thankyou-div {
        padding-top: 2.1875vw;
        padding-left: 2.1875vw;
        padding-right: 2.1875vw;
    }

        .contact-us-thankyou-div .heading {
            padding-bottom: 20px;
            font-size: 1.563rem;
            font-weight: normal;
            text-transform: uppercase;
            margin-bottom: 1.25vw;
            border-bottom: 1px solid #d3d3d3;
        }

        .contact-us-thankyou-div .inner-pra {
            text-align: center;
        }

            .contact-us-thankyou-div .inner-pra .heading {
                border-bottom: 0;
                font-weight: 600;
                font-size: 1.125rem;
            }

            .contact-us-thankyou-div .inner-pra span {
                display: block;
                font-size: 1rem;
            }

                .contact-us-thankyou-div .inner-pra span label {
                    font-weight: 600;
                }

            .contact-us-thankyou-div .inner-pra a {
                display: block;
                margin-top: .625vw;
                color: #025685;
            }

    .size-div-n {
        margin-top: 1.875vw;
        display: flex;
    }

        .size-div-n .size-col {
            flex: 1;
        }

            .size-div-n .size-col .size-heading {
                padding: 10px;
                font-size: 1.125rem;
                font-weight: normal;
                text-align: center;
                margin-bottom: 1.25vw;
                background: #fdf9ed;
                border: 1px solid #edeeed;
            }

        .size-div-n .tabs {
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 4px -2px rgba(0,0,0,.5);
        }

            .size-div-n .tabs input {
                position: absolute;
                opacity: 0;
                z-index: -1;
            }

        .size-div-n .tab {
            width: 100%;
            color: #fff;
            overflow: hidden;
        }

        .size-div-n .tab-label {
            border-bottom: 1px solid #d4e767;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 1.25vw;
            background: #fff;
            font-weight: bold;
            color: #337ab7;
            cursor: pointer;
        }

        .size-div-n .tab .fa-chevron-down {
            padding: 2px 10px 2px 10px;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            font-size: 1rem;
        }

            .size-div-n .tab .fa-chevron-down.active {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                -webkit-transition: all .3s ease-in;
                transition: all .3s ease-in;
            }

        .size-div-n .tab-content {
            max-height: 0;
            padding: 0 1em;
            color: #000;
            transition: all .35s;
        }

        .size-div-n .tab-close {
            display: flex;
            justify-content: flex-end;
            padding: 1em;
            font-size: .75em;
            background: #b7b7b9;
            cursor: pointer;
        }

            .size-div-n .tab-close:hover {
                background: #c00;
            }

        .size-div-n input:checked + .tab-label {
            border-bottom: 0;
            background: #e6e6e6;
        }

            .size-div-n input:checked + .tab-label::after {
                transform: rotate(90deg);
            }

        .size-div-n input:checked ~ .tab-content {
            max-height: 100vh;
            padding: 1em;
        }

    #productqa .button {
        color: #fff;
        text-align: center;
        padding: 0;
    }

    #cta-breadcrumb {
        padding-left: 0;
    }

        #cta-breadcrumb ol li {
            font-size: 1rem;
        }

            #cta-breadcrumb ol li .fa-angle-right {
                margin-right: 5px;
                margin-left: 5px;
                font-size: 1rem;
            }

            #cta-breadcrumb ol li a {
                font-size: 1rem;
            }

                #cta-breadcrumb ol li a.active {
                    font-weight: 600;
                }

            #cta-breadcrumb ol li span.active {
                font-weight: 600;
            }

    #shippingcollapseFive .accordion-body .table-order-history td td {
        border-right: 1px solid #eee;
    }

    .carousel-indicators {
        display: block;
        text-align: center;
    }

    .border-light-1 {
        border: 1px #fff solid;
    }

    .classyedit {
        width: 100%;
    }

    .w-5pre {
        width: 5%;
    }

    .btn-p {
        border: none;
        height: 35px;
        width: 110px;
        padding: 5px 15px 5px 15px;
    }

    #DependentOptions .RadioCheckboxmainCommon {
        align-items: baseline;
        font-size: 1rem;
    }

    #DependentOptions .product-options-container {
        margin-top: .9375vw;
    }

    #DependentOptions .dependenttextarea {
        width: 100%;
    }

    #DependentOptions .textbox-w {
        width: 50%;
        height: 45px;
        padding: 5px 10px 5px 10px;
    }

    #DependentOptions .dep-text {
        font-size: 14px;
        font-weight: 400;
        color: #3e454c;
    }

    #DependentOptions .dependentexterror {
        margin-bottom: 10px;
        display: block;
    }

    #DependentOptions .dependentdrpdwn {
        width: 50%;
    }

    #DependentOptions .opt-group .form-control {
        width: 50%;
    }

    #DependentOptions .Depndmultisel {
        width: 50%;
    }

    #DependentOptions .product-options-addtocart {
        display: none;
        align-items: center;
        padding: 0 5px 0 5px;
        background-color: #e8e8e8;
        justify-content: space-between;
    }

        #DependentOptions .product-options-addtocart .btn {
            height: fit-content;
        }

        #DependentOptions .product-options-addtocart.flottingDiv {
            border: 1px solid;
            background: #fff;
            display: block;
            border-radius: 7px;
            left: auto;
            padding: 5px;
            z-index: 0;
        }

    #DependentOptions .displaylistitem .text-center {
        align-items: center;
        display: inherit;
        background-color: #e8e8e8;
        justify-content: space-between;
    }

    #DependentOptions .displaylistitem .btn {
        margin-right: 5px;
    }

    #CarverificationModal .chk-modal .modal-body {
        height: auto;
    }

    .chk-modal {
        padding: 1.25vw;
    }

        .chk-modal .modal-body tbody tr {
            font-size: 1rem;
        }

        .chk-modal .modal-body tbody .m-card {
            display: block;
            margin-bottom: 1.25vw;
        }

    #product-info p {
        font-size: 1rem;
        padding-top: 0;
    }

    #read-more #read-more-main {
        width: 8.063vw !important;
        margin-left: 1.875vw;
        margin-bottom: 2.1875vw;
    }

    #read-more {
        width: 290px !important;
        margin-left: 1.875vw !important;
        margin-bottom: 2.1875vw;
    }

        #read-more .btn.btn-branding {
            width: auto;
        }

    #showemaildiv {
        display: flex;
    }

    #showemailpassdiv {
        display: flex;
    }

    .giving-main-div .visit-btn {
        width: auto;
        height: 38px;
        justify-content: center;
        display: flex;
        align-items: center;
        padding: 10px 25px;
        margin: 0;
    }

    .giving-main-div .container1 {
        background-image: url("../img/banner-giving-day.png");
    }

    .giving-main-div .giving-banner {
        display: flex;
        text-align: start;
        justify-content: space-between;
        align-items: center;
        padding: 1.875vw 2.1875vw 1.875vw 0;
    }

        .giving-main-div .giving-banner .date-tag {
            width: auto;
            padding: 10px 35px;
            height: fit-content;
            line-height: 2.313rem;
            text-align: center;
            border-radius: 0 5px 5px 0;
            opacity: 1;
            margin: 0;
        }

        .giving-main-div .giving-banner p {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 1rem;
        }

    .giving-main-div .giving-div {
        margin-right: 1.875vw;
        margin-left: 1.875vw;
        padding-top: 2.1875vw;
        text-align: center;
    }

        .giving-main-div .giving-div p {
            font-weight: 500;
            margin-bottom: 1.25vw;
            font-size: 1.125rem;
        }

        .giving-main-div .giving-div .donated-div {
            display: flex;
        }

            .giving-main-div .giving-div .donated-div .do-num {
                margin-bottom: 0;
                text-align: center;
            }

                .giving-main-div .giving-div .donated-div .do-num span {
                    display: block;
                    font-size: 50px;
                    font-weight: 600;
                    color: #4f8324;
                    line-height: 4.75rem;
                    text-align: center;
                }

    .giving-main-div .giving-author-div {
        box-shadow: 0 0 10px rgba(142,141,141,.149);
        justify-content: center;
        padding: 1.875vw;
        margin: 2.1875vw 1.875vw;
    }

        .giving-main-div .giving-author-div .text-div {
            padding-right: 0;
            width: 75vw;
            margin-left: .625vw;
        }

            .giving-main-div .giving-author-div .text-div span {
                display: block;
                margin-bottom: .625vw;
            }

        .giving-main-div .giving-author-div .img-bx {
            padding: 0;
            padding-top: 0;
            margin: 0;
            width: 15vw;
        }

            .giving-main-div .giving-author-div .img-bx img {
                margin-bottom: .625vw;
                width: 100%;
            }

            .giving-main-div .giving-author-div .img-bx span {
                text-align: center;
                color: #3e454c;
                display: block;
                font-size: 1rem;
            }

        .giving-main-div .giving-author-div .author-text {
            padding-left: 1.875vw;
        }

        .giving-main-div .giving-author-div p {
            margin-bottom: .625vw;
            font-size: 1rem;
        }

    .giving-main-div .giving-label-div {
        margin-right: 1.875vw;
        margin-left: 1.875vw;
        align-items: center;
        box-shadow: 0 0 10px rgba(142,141,141,.149);
        padding: 1.875vw;
        text-align: start;
        margin-top: 2.1875vw;
    }

        .giving-main-div .giving-label-div p {
            font-size: 1rem;
            margin-bottom: 0;
        }

        .giving-main-div .giving-label-div .visit-btn {
            padding: .625vw;
            float: right;
            width: auto;
        }

    .giving-main-div .giving-card-div {
        justify-content: space-between;
        margin: 2.1875vw 1.875vw;
    }

        .giving-main-div .giving-card-div .card {
            text-align: start;
            width: 47vw;
            margin-top: 0;
            box-shadow: 0 0 10px rgba(142,141,141,.149);
            padding: 1.25vw 2.1875vw;
        }

            .giving-main-div .giving-card-div .card .icon {
                font-size: 2.125rem;
                color: #025685;
                border: 2px solid #025685;
                border-radius: 100%;
                height: 5.125vw;
                width: 5.125vw;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                margin: 0;
            }

            .giving-main-div .giving-card-div .card span {
                display: block;
                font-weight: 600;
                margin-bottom: .625vw;
                font-size: 1.875rem;
            }

            .giving-main-div .giving-card-div .card p {
                font-size: 1rem;
                margin-bottom: .625vw;
            }

            .giving-main-div .giving-card-div .card .row {
                justify-content: space-between;
                display: flex;
            }

        .giving-main-div .giving-card-div .social-icon-box .fa {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            font-size: 1.125rem;
            border: 1px solid #333;
            border-radius: 100%;
            width: 45px;
            height: 45px;
            text-align: center;
            margin: .625vw;
            font-size: 20px;
        }

    .giving-main-div .upcoming-div {
        justify-content: space-around;
        margin-left: 1.875vw;
        margin-right: 1.875vw;
    }

        .giving-main-div .upcoming-div .heading {
            text-align: center;
            font-size: 1.875rem;
            font-weight: 600;
            margin-bottom: 1.25vw;
        }

        .giving-main-div .upcoming-div .img-bx {
            margin-top: 0;
            width: 30.5vw;
            height: auto;
        }

            .giving-main-div .upcoming-div .img-bx img {
                width: 100%;
            }

    .giving-main-div .giving-timline {
        margin: 2.1875vw 1.875vw;
    }

        .giving-main-div .giving-timline .heading {
            text-align: center;
            font-size: 1.875rem;
            font-weight: 600;
            margin-bottom: 1.25vw;
        }

        .giving-main-div .giving-timline .timeline-inner {
            margin-top: 2.1875vw;
            display: flex;
            margin-bottom: 0;
            justify-content: space-between;
        }

            .giving-main-div .giving-timline .timeline-inner .img-div-gd {
                margin-bottom: 0;
                margin-right: 1.25vw;
                width: 31.25vw;
            }

                .giving-main-div .giving-timline .timeline-inner .img-div-gd img {
                    width: 100%;
                }

            .giving-main-div .giving-timline .timeline-inner .card-text {
                padding: 0;
            }

                .giving-main-div .giving-timline .timeline-inner .card-text label {
                    font-weight: 500;
                    padding-bottom: 0;
                    display: block;
                    margin-bottom: .625vw;
                    font-size: 1.125rem;
                }

                .giving-main-div .giving-timline .timeline-inner .card-text span {
                    display: block;
                    font-size: 1rem;
                    margin-bottom: .625vw;
                }

                .giving-main-div .giving-timline .timeline-inner .card-text p {
                    color: #3e454c;
                    margin-bottom: .625vw;
                    line-height: 1.5rem;
                    font-size: 1rem;
                }

            .giving-main-div .giving-timline .timeline-inner .visit-btn {
                margin: 0;
                width: 110px;
            }

    .product-quick-view.main-icon-bx {
        height: auto;
        background-color: transparent;
    }

    .product-quick-view .quick-alert-box {
        top: 60px;
        background-color: #fff;
        padding: .9375vw;
        margin: 0 auto;
        width: fit-content;
        box-shadow: -1px 1px 10px 2px black;
    }

    .product-quick-view .btn.btn-view-det {
        background-color: #025685;
        color: #fff;
        float: right;
        margin-top: 20px;
    }

    #alert-box.icon-div.active {
        position: fixed;
        padding: 20px;
        top: 200px;
        right: auto;
        width: fit-content;
        height: 120px;
    }

    #alert-box.icon-div .shareBlock {
        display: block;
    }

    .icon-div .share-btn-div {
        display: block;
        float: right;
        margin-left: 20px;
    }

    .fa-stack .fa {
        margin: 0 10px 0 0;
        justify-content: center;
        align-items: center;
        border: 1px solid #fff;
        padding: 6px;
        height: 50px;
        color: #fff;
        display: flex;
        width: 50px;
        background: #00f;
        border-radius: 50%;
        align-items: center;
    }

    .fa-stack .fa-facebook {
        background-color: #3b5998;
    }

    .fa-stack .fa-twitter {
        background-color: #1da1f2;
    }

    .fa-stack .fa-envelope {
        fill: white;
    }

    .fa-stack .fa-tumblr {
        background-color: #34526f;
    }

    .fa-stack .fa-pinterest {
        background-color: #f00;
    }

    .fa-stack .fa-linkedin {
        background-color: #0072b1;
    }

    .shareBlock a {
        display: inline-block;
        margin: auto 14px;
        text-decoration: none;
        transition: all .2s ease 0s;
        transform: translateY(0);
    }

    .active-email {
        border: 1px solid #fff;
        border-radius: 50px;
        background: #fff;
        text-align: center;
        justify-content: center;
    }

        .active-email .input-group {
            width: auto;
        }

            .active-email .input-group p {
                margin-bottom: 0;
            }

    .table-orderid-history {
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

        .table-orderid-history thead {
            background-color: #e8e8e8;
        }

            .table-orderid-history thead th {
                font-weight: 500;
                color: #025685;
                padding-top: .625vw;
                padding-bottom: .625vw;
                padding-right: .625vw;
                padding-left: .625vw;
            }

                .table-orderid-history thead th:nth-child(2) {
                    text-align: center;
                }

                .table-orderid-history thead th:nth-child(3) {
                    text-align: left;
                }

        .table-orderid-history tbody tr {
            border-bottom: 1px solid #d3d3d3;
        }

            .table-orderid-history tbody tr td {
                text-align: center;
                padding-top: .625vw;
                padding-bottom: .625vw;
                vertical-align: middle;
                padding-right: .625vw;
                padding-left: .625vw;
            }

                .table-orderid-history tbody tr td .img-container {
                    width: 3.75vw;
                    height: auto;
                    text-align: center;
                }

                    .table-orderid-history tbody tr td .img-container img {
                        width: 100%;
                    }

                    .table-orderid-history tbody tr td .img-container span {
                        word-break: break-all;
                        font-size: .875rem;
                        display: block;
                    }

                .table-orderid-history tbody tr td .text-green {
                    display: block;
                    color: #4f8324;
                }

                .table-orderid-history tbody tr td:first-child a {
                    color: #4f8324;
                }

                    .table-orderid-history tbody tr td:first-child a .img-container {
                        margin-left: auto;
                        margin-right: auto;
                    }

                .table-orderid-history tbody tr td:nth-child(2) {
                    text-align: left;
                }

                .table-orderid-history tbody tr td:nth-child(3) {
                    text-align: start;
                }

            .table-orderid-history tbody tr:not(:first-child) td:nth-child(1), .table-orderid-history tbody tr:not(:first-child) td:nth-child(2) {
                padding-top: .625vw;
            }

    .history-content {
        padding-top: 1.5625vw;
    }

        .history-content .table-order-history {
            width: 100%;
            text-align: center;
            margin-top: 1.25vw;
        }

            .history-content .table-order-history thead {
                background-color: #e8e8e8;
            }

                .history-content .table-order-history thead th {
                    font-weight: 500;
                    color: #025685;
                    padding: .625vw;
                }

            .history-content .table-order-history tbody tr td {
                padding: .625vw;
                vertical-align: middle;
            }

                .history-content .table-order-history tbody tr td:first-child a {
                    color: #4f8324;
                }

                .history-content .table-order-history tbody tr td:last-child a.btn-branding {
                    min-width: 70px;
                    width: 4.375vw;
                    height: 25px;
                    display: inline-block;
                    margin: 0 auto;
                }

    .mb-l-10 {
        margin-bottom: .625vw;
    }

    .billingshippngsection-inner .heading {
        flex-wrap: nowrap;
        padding-left: 1.5625vw;
        padding-right: 1.5625vw;
        padding-bottom: .3125vw;
        justify-content: flex-start;
    }

        .billingshippngsection-inner .heading i {
            opacity: 1;
        }

        .billingshippngsection-inner .heading .pageHeadhpfyN {
            width: auto;
            padding-left: .9375vw;
        }

    .billingshippngsection-inner .edit-bill-ship {
        width: 5.25vw;
        min-width: 84px;
        flex-grow: unset;
        text-align: right;
    }

        .billingshippngsection-inner .edit-bill-ship .btn {
            min-width: 71px;
            width: 4.4375vw;
            margin-top: 0;
            min-height: 34px;
            height: 34px;
        }

    .billingshippngsection-inner #saved-address {
        width: 100%;
        padding-right: var(--bs-gutter-x,0);
        padding-left: var(--bs-gutter-x,0);
        margin-right: auto;
        margin-left: auto;
        padding-left: 1.0625vw;
        padding-right: 1.05375vw;
    }

        .billingshippngsection-inner #saved-address h3.heading, .billingshippngsection-inner #saved-address .heading.h3 {
            padding-top: .9375vw;
            margin-bottom: .625vw;
        }

        .billingshippngsection-inner #saved-address table {
            border-top: none;
        }

            .billingshippngsection-inner #saved-address table thead {
                border-bottom: 1px solid #3e454c;
            }

                .billingshippngsection-inner #saved-address table thead tr th.item0 {
                    padding-bottom: .75vw;
                    padding-top: .625vw;
                    padding-left: 0;
                }

                .billingshippngsection-inner #saved-address table thead tr th.item3 {
                    text-align: center;
                }

            .billingshippngsection-inner #saved-address table tbody tr label .form-check-input {
                margin-right: 0;
            }

            .billingshippngsection-inner #saved-address table tbody tr .img-container {
                width: 28.125vw;
                height: 28.125vw;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .billingshippngsection-inner #saved-address table tbody tr .img-container img {
                    margin-left: auto;
                    margin-right: auto;
                }

            .billingshippngsection-inner #saved-address table tbody tr th, .billingshippngsection-inner #saved-address table tbody tr td {
                vertical-align: middle;
            }

            .billingshippngsection-inner #saved-address table tbody tr th {
                padding-top: .9375vw;
                padding-bottom: .9375vw;
            }

                .billingshippngsection-inner #saved-address table tbody tr th.item0 {
                    min-width: 35px;
                    width: 4.557291666666667vw;
                    text-align: right;
                    padding-left: 1.59375vw;
                    padding-right: 2.5vw;
                    display: table-cell;
                }

            .billingshippngsection-inner #saved-address table tbody tr td {
                padding-top: .9375vw;
                padding-bottom: .9375vw;
            }

                .billingshippngsection-inner #saved-address table tbody tr td .head-mobile {
                    padding-bottom: .625vw;
                    line-height: 1.313rem;
                    font-weight: 500;
                }

                .billingshippngsection-inner #saved-address table tbody tr td.item1, .billingshippngsection-inner #saved-address table tbody tr td.item2 {
                    font-size: 1rem;
                    line-height: 1.5rem;
                }

                .billingshippngsection-inner #saved-address table tbody tr td.item1 {
                    display: table-cell;
                    padding-left: 0;
                    padding-right: 2.5vw;
                    font-weight: 400;
                    width: 9.125vw;
                }

                    .billingshippngsection-inner #saved-address table tbody tr td.item1 div {
                        align-items: baseline;
                    }

                        .billingshippngsection-inner #saved-address table tbody tr td.item1 div .btn-edit-address {
                            display: none;
                        }

                    .billingshippngsection-inner #saved-address table tbody tr td.item1 label input[type="checkbox"] {
                        margin-right: 5px;
                    }

                .billingshippngsection-inner #saved-address table tbody tr td.item2 {
                    padding-left: 0;
                    padding-right: 2.5vw;
                    max-width: 100%;
                    display: table-cell;
                    width: 30.33854166666667vw;
                }

            .billingshippngsection-inner #saved-address table tbody .btn-edit-address {
                margin-left: auto;
                margin-right: auto;
            }

        .billingshippngsection-inner #saved-address .savedBillingAddress {
            padding-right: .6125vw;
            padding-left: 1.5625vw;
            padding-top: 1.5625vw;
        }

            .billingshippngsection-inner #saved-address .savedBillingAddress .heading {
                padding-top: 0;
            }

            .billingshippngsection-inner #saved-address .savedBillingAddress .btn-edit-block {
                padding: 6px 20px;
                min-height: 34px;
                height: 34px;
                margin-top: 0;
                border: 1px solid #025685;
                color: #025685;
                line-height: 1;
            }

        .billingshippngsection-inner #saved-address .action-btn {
            padding-top: .3125vw;
        }

            .billingshippngsection-inner #saved-address .action-btn .btn {
                height: 34px;
                margin-top: .625vw;
            }

                .billingshippngsection-inner #saved-address .action-btn .btn.new-address {
                    width: 8.9375vw;
                    min-width: 143px;
                }

                .billingshippngsection-inner #saved-address .action-btn .btn.btn-branding {
                    width: 5.5vw;
                    min-width: 88px;
                }

    .or-border {
        height: 150px;
        width: 50px;
        display: inline-block;
        text-align: center;
        padding-top: 177px;
    }

        .or-border:before {
            border-left: 1px solid #000;
            content: "";
            display: block;
            height: 150px;
            left: 22.5vw;
            position: absolute;
            top: 98px;
            width: 1px;
            z-index: 0;
        }

        .or-border:after {
            border-left: 1px solid #000;
            content: "";
            display: block;
            height: 150px;
            left: 22.5vw;
            position: absolute;
            top: 280px;
            width: 1px;
            z-index: 0;
        }

    @media screen and (min-width:992px) and (max-width:1150px) {
        .product-quick-view #alert-box.active {
            width: 70%;
        }

        .or-border {
            padding-top: 192px;
        }
    }

    @media screen and (min-width:1151px) and (max-width:1352px) {
        .or-border {
            padding-top: 180px;
        }

            .or-border:before {
                top: 85px;
            }

            .or-border:after {
                top: 276px;
            }
    }

    .card-pd {
        padding-bottom: 1.5625vw !important;
    }

    .pro-main-div {
        padding: 1.875vw 1.875vw 0 1.875vw;
    }

        .pro-main-div .heading {
            font-size: 1.875rem;
            margin-bottom: .9375vw;
        }

        .pro-main-div .pra-text {
            font-size: 1rem;
        }

        .pro-main-div .pro-pagi {
            margin-top: 2.1875vw;
            display: flex;
            align-items: center;
            padding: 10px 12px;
            justify-content: space-between;
            background-color: #e5e7e6;
        }

        .pro-main-div .pro-div {
            text-align: center;
            margin-top: .9375vw;
            margin-bottom: .9375vw;
        }

            .pro-main-div .pro-div .btn-branding {
                padding: 5px 10px;
            }

    .offermeprice-div {
        margin-top: 1.875vw;
        background: rgba(191,191,191,.502);
        padding: 1.25vw;
    }

        .offermeprice-div .offermeprice-input {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .offermeprice-div .offermeprice-input .form-group {
                margin-top: 0;
                width: 25%;
            }

                .offermeprice-div .offermeprice-input .form-group.btn-div-2 {
                    margin-top: 19px;
                    width: auto;
                }

    @media only screen and (min-width:992px) and (max-width:1374px) {
        .fb-g-btn button {
            margin: 2px;
        }

            .fb-g-btn button span {
                padding: 3px;
            }

                .fb-g-btn button span a {
                    align-items: center;
                    display: flex;
                }

        .home-page-tabbing {
            margin-top: 2.1875vw;
        }

        .testimonial-slider .testimonial-card {
            padding-top: 1.512096774193548vw;
            padding-left: 1.512096774193548vw;
            padding-right: 1.512096774193548vw;
            padding-bottom: 1.008064516129032vw;
        }

        .footer-section-subscribe.home-page .footer-section-social {
            justify-content: flex-start;
            padding-left: 1.209677419354839vw;
        }

            .footer-section-subscribe.home-page .footer-section-social .row {
                width: 100%;
                margin-left: 0;
            }

        .footer-section-subscribe.home-page .row .sub-email {
            justify-content: flex-end;
        }

            .footer-section-subscribe.home-page .row .sub-email .subscribe-signup-control {
                width: 47.625vw;
            }

            .footer-section-subscribe.home-page .row .sub-email.active-email {
                height: max-content;
                padding: 10px;
            }

        #footer-links.footer-main-section .footer-logo-container {
            width: 70vw;
        }

        #paymentsectionsub #paymentDetails .form-group .hideactiveCard .input-field.card-input-div .payment-card {
            display: block !important;
        }
    }

    .payment-card {
        display: flex;
    }

        .payment-card .fa-card {
            display: contents;
            align-items: center;
        }

            .payment-card .fa-card .text-green-c {
                font-size: 1rem;
            }

        .payment-card .card-div {
            display: flex;
        }

    .prodect-inner-div {
        padding: .9375vw;
    }

    #btnnextsec {
        width: 5.5vw;
    }

    @media screen and (width:1024px) {
        .home-cta-section {
            padding-top: 10px;
        }

        .cta-inner-list a:first-child {
            width: 180px;
        }

        #paymentDetails .form-group .hideactiveCard .input-field .payment-card {
            display: block !important;
        }

        #checkoutsection #checkout-container .checkout-body .card #SigninSection .account-form .login-credentials .all-signin-btn {
            width: auto;
        }

            #checkoutsection #checkout-container .checkout-body .card #SigninSection .account-form .login-credentials .all-signin-btn #btnloginaccount {
                width: 78.125vw;
            }

            #checkoutsection #checkout-container .checkout-body .card #SigninSection .account-form .login-credentials .all-signin-btn .fb-g-btn {
                display: block !important;
            }

                #checkoutsection #checkout-container .checkout-body .card #SigninSection .account-form .login-credentials .all-signin-btn .fb-g-btn .btn {
                    margin: 0 auto;
                }

                    #checkoutsection #checkout-container .checkout-body .card #SigninSection .account-form .login-credentials .all-signin-btn .fb-g-btn .btn.btn-google {
                        margin-left: 0;
                        margin-top: 15px;
                    }

        #checkoutsection #checkout-container #checkout-order-summary-table-and-contions .custom-container .totalSummary ul li {
            width: max-content;
        }

            #checkoutsection #checkout-container #checkout-order-summary-table-and-contions .custom-container .totalSummary ul li div:first-child {
                width: auto;
            }

        #checkoutsection .billshipbody .shippingsection {
            width: 43.5625vw;
        }

        #checkoutsection .billshipbody #companysection {
            width: 43.5625vw;
        }

        #checkoutsection .billshipbody #billingshippngsubsection {
            width: 43.5625vw;
        }

        .home-page-tabbing .nav-tabs {
            width: auto;
        }

        #navbarToggleExternalContent.collapse .my-drop-menu.last-nav-art {
            text-align: center;
            padding: 5px;
            font-size: 14px;
        }

        #quick-inner-div {
            padding: 15px;
            display: block;
        }

            #quick-inner-div .detail-content #description-table .table-data-container .table .popup-table tr td.col-head {
                display: none;
            }

            #quick-inner-div .detail-content #description-table .table-data-container .table .popup-table tr td .col-head {
                display: none;
            }

            #quick-inner-div .detail-content #description-table .table-data-container .table .popup-table tr:hover {
                background-color: #f5f5f5;
            }

            #quick-inner-div .img-content #product-detail {
                width: 23.32vw;
            }

        .product-page-top-content .make-flex-column #product-detail .like-share-icon {
            right: -.0625vw;
        }

        .product-page-top-content .make-flex-column #product-detail .product-img-container .product-img .img-container {
            width: 23.375vw;
            height: 23.375vw;
        }

        .product-page-top-content #product-description {
            width: 65.75vw;
        }

        .category-page #products-by-category .product-card-container .product-card {
            width: 20vw;
        }

        .shopping-cart .my-btn-primary.btn-checkout {
            margin-bottom: 15px;
            padding: 20px;
            margin-top: 10px;
        }

        .shopping-cart .continue-btn {
            padding: 20px;
        }

        .shopping-cart #order-billing .promocode-form .my-btn-primary {
            width: 12.875vw;
        }

        .footer-section-subscribe.home-page .col-sm-12:first-child {
            width: 50%;
        }

        .footer-section-subscribe.home-page .sub-email {
            width: 50%;
        }

        .footer-section-subscribe.home-page .footer-section-social {
            margin: 0 auto;
            margin-top: 20px;
        }

        #faq-main-div .sitemap-link ul li {
            width: 19%;
            margin: 3px;
            text-align: start;
        }

        .header-top-main .sing-up-popup-header.card .card-body.box-aro.arrow-top:after {
            right: 9%;
        }
    }

    #review_header {
        border-bottom: 0;
    }

    .assure-icons .summary-icon {
        display: flex;
        justify-content: space-around;
        list-style: none;
        padding: 10px;
    }

    .bx-show.top-50 {
        top: 35%;
        background-color: #fff;
    }

    .component__carousel-item {
        width: auto;
    }

        .component__carousel-item img {
            position: relative;
            max-width: 100%;
        }

        .component__carousel-item p .fa {
            color: #fff;
            font-size: 50px;
        }

    .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        cursor: pointer;
    }

    .arrow-prev {
        left: 20px;
    }

    .arrow-next {
        right: 20px;
    }

    .btn-view-det {
        background-color: #025685;
        color: #fff;
        float: right;
        margin-top: 20px;
    }

    .video-slider-tab #video-gallery-section .video-text {
        color: #3e454c;
        font-size: 16px;
    }

    .video-slider-tab .product-shop-with-us-slider .lightgellaboxvideo1 {
        position: relative;
        display: block;
    }

    .video-slider-tab .product-shop-with-us-slider img {
        margin: 0 auto;
        width: auto;
        position: relative;
    }

    .video-slider-tab .product-shop-with-us-slider .play-btn {
        font-size: 60px;
        position: absolute;
        top: 30%;
        color: #fff;
    }

    .simple-marquee-container .marquee-content-items li {
        display: inline-block;
        width: 430px;
        margin: 0 8px;
    }

    .banner-sliderContainer {
        position: relative;
    }

        .banner-sliderContainer .banner-slider {
            width: 100%;
            height: auto;
        }

            .banner-sliderContainer .banner-slider .slick-slide img {
                width: -webkit-fill-available;
            }

        .banner-sliderContainer .slick-prev:before {
            color: #000;
        }

        .banner-sliderContainer .slick-next:before {
            color: #000;
        }

        .banner-sliderContainer .slick-dots {
            bottom: -30px;
        }

        .banner-sliderContainer .slick-next.slick-arrow {
            right: 0;
            background-image: none;
            background-color: transparent;
            opacity: 1;
        }

            .banner-sliderContainer .slick-next.slick-arrow:before {
                font-size: 25px;
                content: "";
                display: none;
                font-family: "FontAwesome";
                border-radius: 50%;
                padding: 20px;
                border: 1px solid #000;
            }

            .banner-sliderContainer .slick-next.slick-arrow .active {
                right: 20px;
            }

        .banner-sliderContainer .slick-prev.slick-arrow {
            left: 0;
            background-image: none;
            background-color: transparent;
            opacity: 1;
        }

            .banner-sliderContainer .slick-prev.slick-arrow:before {
                font-size: 25px;
                content: "";
                font-family: "FontAwesome";
                border-radius: 50%;
                display: none;
                padding: 20px;
                border: 1px solid #000;
            }

            .banner-sliderContainer .slick-prev.slick-arrow .active {
                left: 20px;
            }

    mymove1 {
        from

{
    left: 0;
}

to {
    left: 20px;
}

;
}

mymove22 {
    from

{
    right: 0;
}

to {
    right: 20px;
}

;
}

.banner-sliderContainer .banner-slider:hover .slick-prev.slick-arrow {
    left: 20px;
    animation: mymove1 .7s 1;
    animation-timing-function: linear;
}

    .banner-sliderContainer .banner-slider:hover .slick-prev.slick-arrow:before {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 45px;
        width: 45px;
    }

.banner-sliderContainer .banner-slider:hover .slick-next.slick-arrow {
    right: 20px;
    animation: mymove22 .7s 1;
    animation-timing-function: linear;
}

    .banner-sliderContainer .banner-slider:hover .slick-next.slick-arrow:before {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 45px;
        width: 45px;
    }

.banner-sliderContainer .progressBarContainer {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
}

    .banner-sliderContainer .progressBarContainer div {
        display: block;
        width: 5%;
        padding: 0;
        cursor: pointer;
        margin-right: 2%;
        float: left;
        color: #fff;
    }

        .banner-sliderContainer .progressBarContainer div:last-child {
            margin-right: 0;
        }

        .banner-sliderContainer .progressBarContainer div span.progressBar {
            width: 100%;
            height: 4px;
            background-color: rgba(255,255,255,.4);
            display: block;
        }

            .banner-sliderContainer .progressBarContainer div span.progressBar .inProgress {
                background-color: #817f7f;
                width: 0%;
                height: 4px;
            }

.slick-dots {
    bottom: -18px;
}

#art-menu .inner-menu {
    box-shadow: 2px 3px 6px lightgrey;
}

    #art-menu .inner-menu li {
        background-color: #fff;
    }

        #art-menu .inner-menu li:hover {
            background: #4f8324;
            color: #fff;
        }

            #art-menu .inner-menu li:hover .toggle {
                background: #4f8324;
                color: #fff;
            }

    #art-menu .inner-menu .inner-li-div:nth-child(1), #art-menu .inner-menu .inner-li-div:nth-child(2), #art-menu .inner-menu .inner-li-div:nth-child(3), #art-menu .inner-menu .inner-li-div:nth-child(4), #art-menu .inner-menu .inner-li-div:nth-child(5) {
        left: 250px;
        top: 0;
        box-shadow: 2px 3px 6px lightgrey;
    }

#art-menu .toggle {
    display: none;
}

#art-menu [id^="drop"] {
    display: none;
}

#art-menu nav {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    background-color: #e8e8e8;
}

    #art-menu nav:after {
        content: "";
        display: table;
        clear: both;
    }

    #art-menu nav ul {
        float: right;
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
    }

        #art-menu nav ul li {
            margin: 0;
            display: inline-flex;
            float: left;
            background-color: #e8e8e8;
        }

            #art-menu nav ul li ul li:hover {
                background: #4f8324;
                color: #fff;
            }

            #art-menu nav ul li:hover > ul {
                display: block;
                top: 100%;
            }

        #art-menu nav ul ul {
            display: none;
            position: absolute;
        }

            #art-menu nav ul ul li {
                width: 250px;
                float: none;
                display: flex;
                align-items: center;
                justify-content: space-between;
                position: relative;
            }

                #art-menu nav ul ul li .fa {
                    color: #000;
                    padding: 0 5px;
                    font-size: 15px;
                }

            #art-menu nav ul ul ul li {
                position: relative;
            }

    #art-menu nav a {
        display: block;
        padding: 14px 10px;
        color: #000;
        font-size: 14px;
        text-decoration: none;
    }

        #art-menu nav a:hover {
            color: #fff;
            background-color: #4f8324;
        }

            #art-menu nav a:hover .fa {
                color: #fff;
            }

    #art-menu nav .menu {
        display: flex;
        align-items: stretch;
        justify-content: center;
        top: 100%;
    }

    #art-menu nav .right-arrow-div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        #art-menu nav .right-arrow-div .fa {
            color: #020202;
        }

#art-menu li > a:only-child:after {
    content: "";
}

#art-menu .menu-div.left .inner-menu {
    right: 30px;
    z-index: 99999;
    overflow-y: scroll;
    height: 350px;
}

#art-menu .menu-div.left .inner-li-div {
    float: left;
    left: auto;
    right: 250px;
}

#art-menu .menu-div.left.last-left3 .inner-menu {
    right: 4%;
}

#art-menu .menu-div.left.last-left2 .inner-menu {
    right: 4%;
}

#art-menu .menu-div.left.last-left1 .inner-menu {
    right: 17%;
}

#art-menu .menu-div.left a {
    text-align: end;
}

@media all and (max-width:992px) {
    #art-menu nav {
        margin: 0;
    }

        #art-menu nav ul li {
            display: block;
            width: 100%;
        }

            #art-menu nav ul li:hover > ul {
                display: none;
            }

        #art-menu nav ul ul {
            float: none;
            position: static;
            color: #fff;
        }

            #art-menu nav ul ul .toggle {
                padding: 0 40px;
            }

            #art-menu nav ul ul ul li {
                position: static;
            }

            #art-menu nav ul ul li {
                display: block;
                width: 100%;
            }

                #art-menu nav ul ul li:hover > ul {
                    display: none;
                }

    #art-menu .toggle + a {
        display: none;
    }

    #art-menu .menu {
        display: none;
    }

    #art-menu [id^="drop"]:checked + ul {
        display: block;
    }

    .product-page-top-content .make-flex-column #product-detail {
        width: 26.375vw;
        margin-right: 0;
    }

    .payment-card {
        display: block;
    }

    #checkoutsection #billingshippngsection.card .heading {
        flex-wrap: wrap;
    }

    .fb-g-btn {
        display: block !important;
    }

        .fb-g-btn .btn-google {
            margin-top: 15px !important;
            margin-left: 0;
        }

    #reward-and-premium-banner a {
        width: 46vw;
    }
}

@media all and (max-width:330px) {
    #art-menu nav ul li {
        display: block;
        width: 94%;
    }
}

@media(width:992px) {
    #art-menu nav {
        display: block !important;
    }

        #art-menu nav .menu {
            display: none;
        }

    #art-menu .toggle.menu-heading {
        display: flex;
    }

    #art-menu .menu-div.left a {
        text-align: start;
    }
}

@media all and (max-width:992px) {
    #art-menu nav {
        margin: 0;
    }

        #art-menu nav ul li {
            display: block;
            width: 100%;
        }

            #art-menu nav ul li ul li .toggle {
                padding: 14px 10px;
                color: #000;
                font-size: 17px;
                background-color: #fff;
            }

            #art-menu nav ul li:hover > ul {
                display: none;
            }

        #art-menu nav ul ul {
            float: none;
            position: static;
            color: #fff;
        }

            #art-menu nav ul ul .toggle {
                padding: 0 40px;
            }

            #art-menu nav ul ul a {
                padding: 0 40px;
                padding: 14px 10px;
            }

            #art-menu nav ul ul ul a {
                padding: 0 80px;
                padding: 14px 20px;
                font-size: 17px;
            }

            #art-menu nav ul ul ul li {
                position: static;
            }

            #art-menu nav ul ul li {
                display: block;
                width: 100%;
            }

                #art-menu nav ul ul li:hover > ul {
                    display: none;
                }

        #art-menu nav a label {
            cursor: pointer;
        }

    #art-menu .toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #e8e8e8;
        padding: 14px 10px;
        color: #000;
        font-size: 16px;
        text-decoration: none;
        border: none;
    }

        #art-menu .toggle + a {
            display: none;
        }

    #art-menu .menu {
        display: none;
    }

    #art-menu [id^="drop"]:checked + ul {
        display: block;
    }
}

#product-info h2, #product-info .h2 {
    margin-bottom: 4px;
    padding-bottom: 3px !important;
    font-size: 18px;
}

#product-info p {
    padding-top: 5px !important;
}

#product-info h1, #product-info .h1 {
    margin-bottom: 4px !important;
    padding-bottom: 3px !important;
    font-size: 20px;
}

#product-info h3, #product-info .h3 {
    margin-bottom: 4px;
    padding-bottom: 3px !important;
    font-size: 16px;
}

#product-info span {
    margin-bottom: 4px !important;
    padding-bottom: 3px !important;
}

#product-info .card {
    box-shadow: 0 4px 8px rgba(0,0,0,.16);
}

#header-menu .container {
    margin: 0 auto;
    padding: 0 20px;
}

#header-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#header-menu .nav {
    height: 40px;
    display: flex;
    justify-content: center;
    position: relative;
}

    #header-menu .nav a {
        text-decoration: none;
    }

        #header-menu .nav a:hover {
            color: #4f8324;
            font-weight: 500;
        }

    #header-menu .nav > li {
        position: relative;
    }

        #header-menu .nav > li > ul {
            z-index: 11;
            position: absolute;
            top: 100%;
            left: 0;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            transition: all 300ms ease-in-out 500ms;
            transition: all 300ms ease-in-out;
        }

        #header-menu .nav > li:hover > ul {
            opacity: 1;
            overflow: scroll;
            overflow-x: auto;
            display: block;
            visibility: visible;
            transform: translate(-50%,0);
            transition: all 300ms ease-in-out;
            box-shadow: 0 3px 6px rgba(0,0,0,.16);
            border-top: 1px solid #ddd;
        }

#header-menu .border-ul :hover .big-nav a {
    border-bottom: 4px solid #eb0400;
}

#header-menu .nav .big-nav > ul {
    min-height: 420px;
    position: absolute;
    top: 100%;
    display: none;
    left: 50%;
    width: 90%;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(34,34,34,.15);
}

    #header-menu .nav .big-nav > ul.sale-colum-2 {
        min-height: 150px !important;
    }

        #header-menu .nav .big-nav > ul.sale-colum-2 li {
            display: inline-block;
            width: 30%;
            border: none;
        }

            #header-menu .nav .big-nav > ul.sale-colum-2 li a {
                border: none;
            }

                #header-menu .nav .big-nav > ul.sale-colum-2 li a.main-menu:hover {
                    background-color: transparent;
                    color: #4f8324;
                }

    #header-menu .nav .big-nav > ul > li {
        width: 20%;
    }

        #header-menu .nav .big-nav > ul > li .fa {
            font-size: 1rem;
        }

        #header-menu .nav .big-nav > ul > li > ul {
            display: none;
            position: absolute;
            top: 0;
            left: 20%;
            padding: 12px 12px;
        }

#header-menu .show li.row {
    padding: 0 5px;
}

#header-menu .show .main-menu {
    color: #fff;
    background-color: #4f8324;
}

#header-menu .nav .big-nav > ul > li.show > ul {
    display: block;
    border-left: 1px solid #3e454c;
    height: -webkit-fill-available;
}

    #header-menu .nav .big-nav > ul > li.show > ul.colum-2 {
        column-count: 2;
    }

    #header-menu .nav .big-nav > ul > li.show > ul.colum-1 {
        column-count: 1;
    }

    #header-menu .nav .big-nav > ul > li.show > ul.colum-3 {
        column-count: 3;
    }

    #header-menu .nav .big-nav > ul > li.show > ul.colum-4 {
        column-count: 4;
    }

    #header-menu .nav .big-nav > ul > li.show > ul.colum-3 {
        column-count: 3;
    }

#header-menu .nav .big-nav > ul > li > ul > li.col3 {
    padding: 0 5px;
}

#header-menu .nav .big-nav > ul > li > ul > li > a {
    font-weight: bold;
}

#header-menu .head-nav {
    font-size: 1rem;
    padding: 7px 10px;
    padding-bottom: 0;
    display: block;
    color: #3e454c;
    font-weight: 400;
}

    #header-menu .head-nav.active {
        color: #4f8324;
        border-bottom: 5px solid #4f8324;
    }

#header-menu .main-menu {
    padding: .25vw 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #4f8324;
    background-color: #fff;
    border-bottom: 1px solid #3e454c;
}

    #header-menu .main-menu:hover {
        color: #fff;
        background-color: #4f8324;
    }

#header-menu .last-menu {
    display: block;
    text-decoration: none;
    color: #4f8324;
    line-height: 1.5rem;
    padding-top: .25vw;
    font-size: 1rem;
    font-weight: bold;
}

#header-menu .sub-menu a {
    color: #3e454c;
    font-size: .875rem;
    padding-top: .25vw;
    display: block;
    line-height: 1.5rem;
}

    #header-menu .sub-menu a:hover {
        color: #4f8324;
    }

#header-menu .nav .big-nav {
    position: static;
}

#header-menu .hos-ul {
    min-height: 300px !important;
}

    #header-menu .hos-ul .inner-ul-hos {
        min-height: 440px !important;
    }

#header-menu .ms-ul {
    min-height: 370px !important;
}

    #header-menu .ms-ul .inner-ul-ms {
        min-height: 370px !important;
    }

#header-menu .hw-ul {
    min-height: 350px !important;
}

    #header-menu .hw-ul .inner-ul-hw {
        min-height: 350px !important;
    }

@media only screen and (max-width:1400px) {
    #header-menu .nav .big-nav .hos-ul {
        min-height: 300px !important;
    }

    #header-menu .nav .big-nav .ms-ul {
        min-height: 340px !important;
    }

    #header-menu .nav .big-nav .hw-ul {
        min-height: 390px !important;
    }

    #header-menu .nav .big-nav .rh-ul {
        min-height: 350px !important;
    }
}

#header-menu ::-webkit-scrollbar {
    width: .25vw;
}

#header-menu ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 10px;
}

#header-menu ::-webkit-scrollbar-thumb {
    background: #4f8324;
    border-radius: 10px;
}

    #header-menu ::-webkit-scrollbar-thumb:hover {
        background: #2e4e15;
    }

@media only screen and (min-width:992px) and (max-width:1200px) {
    .nav .big-nav > ul > li.show > ul {
        max-height: 550px !important;
        height: 100% !important;
    }

    #header-menu .nav .big-nav > ul {
        min-height: 550px !important;
    }

    .nav .big-nav > ul {
        width: 100% !important;
    }

    .cancel-auto-popup {
        left: 30% !important;
    }
}

#relatedproductsdata .product-image {
    width: 15vw;
    height: 15vw;
}

    #relatedproductsdata .product-image img {
        margin: 0 auto;
    }

.press-releases {
    padding: 2.1875vw 1.875vw 1.875vw 1.875vw;
}

    .press-releases .secondRow {
        margin-bottom: 1.25vw;
    }

    .press-releases .inquiryBox h4, .press-releases .inquiryBox .h4 {
        color: #fff;
    }

    .press-releases .topHeaderAndBaner {
        padding: .9375vw 0 .9375vw 0;
    }

        .press-releases .topHeaderAndBaner .pressHeading {
            font-size: 40px;
            color: #fff;
        }

    .press-releases .ceoHeaderText {
        color: #fff;
    }

    .press-releases .ceoBox .ceoName {
        font-size: 1rem;
    }

    .press-releases .inquiryBox {
        padding: .9375vw 0;
    }

    .press-releases .whoWeAreSection {
        margin-top: .3125vw;
    }

        .press-releases .whoWeAreSection .whoWeAreHeaderText {
            text-align: center;
            color: #86ab23;
            text-transform: uppercase;
            font-size: 40px;
            font-weight: 600;
        }

        .press-releases .whoWeAreSection .topNewsSection {
            margin-top: .3125vw;
        }

            .press-releases .whoWeAreSection .topNewsSection .topNewsHeadingSection {
                font-size: 2rem;
            }

            .press-releases .whoWeAreSection .topNewsSection .topNewsInnerBoxImageFooterParagraph {
                font-size: .875rem;
                margin-top: 10px;
            }

    .press-releases .pressReleasesTopHeader {
        background-color: #86ab23;
        color: #fff;
        padding: 15px 0 15px 0;
    }

        .press-releases .pressReleasesTopHeader .pressHeadingText {
            text-align: center;
            text-transform: uppercase;
            margin-bottom: 0;
            margin-top: 0;
            font-size: 40px;
            font-weight: 600;
        }

        .press-releases .pressReleasesTopHeader .pressHedingLink {
            font-size: 1.125rem;
            color: #fff;
            font-weight: 500;
            text-transform: none;
        }

    .press-releases .pressReleasesInnerBox .pressReleasesInnerBoxHeading {
        font-size: 1.375rem;
        font-weight: 500;
        text-align: center;
        margin-bottom: 0;
        line-height: 26px;
        height: 90px;
    }

    .press-releases .pressReleasesInnerBox .pressReleasesInnerBoxImageFooterParagraph {
        text-align: center;
        font-size: 1rem;
        line-height: 20px;
        color: #000;
        height: 80px;
        margin: .625vw 0;
        font-weight: 500;
    }

    .press-releases .topNewsInnerBoxFooterButton {
        margin-top: 1.25vw;
    }

.coupon_dis_head_test {
    background: #4f8324;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    margin-top: 25px;
}

.coupon_dis_head_button {
    background: #fff;
    border: 0;
    height: 40px;
    width: 70%;
    color: #586261;
}

.coupon_dis_para {
    margin: 0;
    font-size: 22px;
}

.btn.btn-success {
    background-color: #4f8324;
    border-color: #4f8324;
}

.coupon_dis_margin {
    margin-top: 30px;
}

.coupon_mar20 {
    margin-top: 20px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.couponcolortr {
    background-color: #e8e6e6;
}

td.txtaligncenter {
    text-align: center;
}

.custom-container {
    padding-right: var(--bs-gutter-x,1.875vw);
    padding-left: var(--bs-gutter-x,1.875vw);
}

.marginBottom25 {
    margin-bottom: 25px;
}

.carousel-caption {
    padding: 0;
    height: 50px;
    left: 0;
    padding-bottom: 0;
    width: 100%;
    background: #fff;
    opacity: .8;
    color: #000;
    text-shadow: none;
    bottom: 0;
}

.over-font {
    margin: 10px 0;
    font-size: 25px;
    font-weight: 100;
}

.medicalProductName {
    height: 124px;
    overflow: hidden;
    text-align: center;
    padding: 5px;
}

    .medicalProductName h3, .medicalProductName .h3 {
        font-size: 22px;
    }

.marginTop25 {
    margin-top: 25px;
}

.contact-bx-from .fa {
    font-size: 50px;
    color: #025685;
}

.container1.form-banner {
    background-image: url("../img/request-the--replacement--parts-you-need-des.png");
}

.form-submit-btn {
    width: 42%;
}

.our-vision-bx {
    padding: 2.5vw 0;
}

    .our-vision-bx .vision-pra h2, .our-vision-bx .vision-pra .h2 {
        margin-bottom: 1.25vw;
        font-size: 1.875rem;
    }

    .our-vision-bx .vision-pra .dark-pra {
        font-size: 1.125rem;
    }

    .our-vision-bx .vision-pra p {
        font-size: 1rem;
    }

    .our-vision-bx .vision-card ul {
        padding-left: 0;
        list-style: none;
    }

        .our-vision-bx .vision-card ul li {
            display: grid;
            text-align: center;
            padding: 15px;
            font-weight: bold;
        }

            .our-vision-bx .vision-card ul li span {
                font-size: 40px;
            }

.mission-bx {
    padding: 2.5vw 0;
}

    .mission-bx h2, .mission-bx .h2 {
        margin-bottom: 1.25vw;
        font-size: 1.875rem;
    }

    .mission-bx p {
        font-size: 1rem;
    }

    .mission-bx .hpfy-giving-day-video-height {
        height: 500px;
    }

.tab-aboutus .my-tabs {
    flex-wrap: inherit;
}

    .tab-aboutus .my-tabs .nav-link {
        z-index: 99;
    }

        .tab-aboutus .my-tabs .nav-link a {
            font-size: 1.875rem;
        }

        .tab-aboutus .my-tabs .nav-link span {
            font-size: 1.875rem;
        }

    .tab-aboutus .my-tabs .nav-item {
        position: relative;
        height: 200px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../img/ourteamsswitch/ourteam.jpg");
    }

        .tab-aboutus .my-tabs .nav-item:nth-child(2) {
            background-image: url("../img/ourcommunityswitch/ourcommunity.jpg");
        }

.tab-aboutus .tab-content .scholar-inner-2 h2, .tab-aboutus .tab-content .scholar-inner-2 .h2 {
    font-size: 1.875rem;
}

.giving-bx {
    margin-top: 2.5vw;
    padding: 2.5vw 0;
}

    .giving-bx .pra {
        font-size: 16px;
    }

    .giving-bx .heading {
        margin-bottom: .625vw;
        font-size: 1.875rem;
    }

    .giving-bx .giving-card {
        list-style: none;
        padding-left: 0;
    }

        .giving-bx .giving-card li {
            padding: 10px;
            text-align: center;
            margin: 10px;
            width: 175px;
            min-height: 175px;
            display: inline-table;
            box-shadow: 0 3px 6px rgba(0,0,0,.161);
        }

            .giving-bx .giving-card li span {
                font-size: 40px;
            }

    .giving-bx .blue-btn {
        width: 143px;
        height: 46px;
        border-radius: 5px;
        background-color: #025685;
        border: none;
        color: #ffff;
    }

    .giving-bx .card {
        border: none;
    }

        .giving-bx .card .card-body span {
            font-size: 18px;
        }

.about-banner .top-banner2 .centered {
    color: #ffff;
    font-size: 18px;
}

    .about-banner .top-banner2 .centered span {
        color: #ffff;
    }

.about-banner .top-banner2 .fw-light {
    font-size: 18px;
}

.tab-aboutus .about-tab-content .about-pra5 .img-bx5 {
    width: auto;
    height: auto;
}

    .tab-aboutus .about-tab-content .about-pra5 .img-bx5 .text-overlay {
        top: 50%;
        font-size: 18px;
    }

        .tab-aboutus .about-tab-content .about-pra5 .img-bx5 .text-overlay span {
            font-size: 16px;
        }

.about-us-div p {
    font-size: 1rem;
}

.buy-it-again-section .loyalty-table .flower-img {
    width: 100px;
}

.loyalty-banner {
    background-image: url(../img/loyalty-banner.png);
    background-color: rgba(2,86,133,.07);
}

    .loyalty-banner .top-banner2 img {
        width: auto;
    }

    .loyalty-banner .text-bx .sm-heading {
        font-size: 24px;
    }

    .loyalty-banner .text-bx .heading {
        color: #3e454c;
        font-size: 32px;
    }

    .loyalty-banner .text-bx .d-grid span {
        font-size: 14px;
    }

.bg-table {
    background: #fdfdfd;
}

.loyalty-table {
    margin-top: 44px;
}

    .loyalty-table .flower-img {
        width: auto;
    }

.progress-loyalty .heading {
    font-size: 24px;
}

.benefits-bx {
    padding: 2.1875vw 1.875vw 0 1.875vw;
}

.loy-viedobx {
    padding: 2.1875vw 1.875vw 0 1.875vw;
}

.loyalty-table {
    padding: 2.1875vw 1.875vw 0 1.875vw;
}

.loyalty-faq {
    padding: 2.1875vw 1.875vw 0 1.875vw;
}

.exploer-img-bx {
    padding: 2.1875vw 1.875vw 0 1.875vw;
}

.menu-bar-bx {
    background-color: #e8e8e8;
    padding: 8px 15px;
}

.header-top-main .sub-menu-border {
    border-top: .5px solid #3e454c;
}

.mm-wrapper_opened .mm-page {
    min-height: auto !important;
}

.mm-btn_next:after, .mm-btn_prev:before {
    border-color: #3e454c;
}

li.mainheading.mm-listitem {
    border-top: 1px solid #f6f6f6;
    padding-top: 10px;
    margin-top: 10px;
}

.mm-listview {
    padding-right: 0 !important;
}

    .mm-listview .mm-listitem {
        padding-right: 20px;
    }

        .mm-listview .mm-listitem:first-child.mainheading {
            margin-top: 0;
            border-top: 0;
        }

        .mm-listview .mm-listitem .mm-listitem__text:hover {
            color: #4f8324;
            font-weight: 500;
        }

.mm-btn_next:hover::after {
    border-color: #4f8324;
}

@media only screen and (min-width:992px) and (max-width:1199.9px) {
    #header-menu .nav {
        justify-content: center;
        margin-left: 0;
    }

    #header-menu .head-nav {
        font-size: .875rem;
        padding-top: 8px;
    }

    .menu-mobile-box .shop-category {
        display: none;
    }

    .footer-section-subscribe.home-page .footer-section-social .row {
        width: 45% !important;
        margin-left: auto !important;
    }
}

@media only screen and (min-width:1200px) and (max-width:1350px) {
    #header-menu .nav {
        margin-left: 160px;
    }
}

#validatepopupcheckout {
    position: relative;
}

    #validatepopupcheckout::after {
        content: '';
        position: fixed;
        background-color: #000;
        opacity: .6;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.testi-slider {
    padding: 1.875vw 1.25vw;
}

.testmo-review-tab {
    padding: 1.875vw 1.25vw;
}

    .testmo-review-tab .heading {
        font-size: 32px;
    }

.container1.testi-banner {
    background-image: url("../img/testmolial-banner-des.jpg");
}

    .container1.testi-banner .top-banner2 .centered {
        font-size: 32px;
    }

.test-iframe {
    height: 432px;
}

.nikks {
    font-size: 16px;
}

    .nikks tr td:nth-child(1) {
        padding: 10px 25px 10px 0;
        background-color: #f6f6f6;
    }

.lblhead {
    font-weight: 500;
    font-size: 1.563rem;
    padding-bottom: 0;
    margin-bottom: .625vw;
    color: #025685;
    line-height: 2.313rem;
}

.new-login-form .btn-branding {
    width: 100%;
    border: #008000;
    margin-top: 10px;
    padding: 7px;
    border-radius: 3px;
}

.new-login-form .btn-fb, .new-login-form .btn-g {
    border: 1px solid #3e454c;
    color: #3e454c;
    width: 100% !important;
    padding: 3px !important;
    height: auto !important;
}

    .new-login-form .btn-fb i, .new-login-form .btn-g i {
        font-size: 14px;
        font-weight: 600;
    }

.new-login-form .btn-guest {
    border-color: #025685;
    color: #025685;
}

.new-login-form .already-account a {
    color: #025685;
}

.new-login-form .new-to-hpfy label {
    font-weight: 500;
}

    .new-login-form .new-to-hpfy label a {
        color: #025685;
    }

#checkoutsection #checkout-terms-and-conditions {
    margin-top: 2.25vw;
}

#billandshipmainwihoutlogin {
    justify-content: space-between !important;
}

    #billandshipmainwihoutlogin .edit-bill-ship {
        text-align: end !important;
    }

.paypal-button-container {
    min-width: 100% !important;
    max-width: 100% !important;
}

.product-quick-view.chk-pop-div {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    margin: 0 !important;
}

#checkoutsection #checkout-terms-and-conditions ul {
    padding-top: .8vw !important;
    margin-top: 2vw !important;
}

#checkoutsection .card#paymentsection #paymentsectionsub .form-group ul.shipping-type li label span {
    display: inline-block;
    margin-left: 10px;
}

#checkoutsection .card .subHeadhpfyN {
    margin-top: 0;
    font-size: 1.125rem;
    line-height: 1.688rem;
    font-weight: 500;
    margin-bottom: 0;
}

#checkoutsection .card#paymentsection #paymentsectionsub .form-group .subHeadhpfyN {
    padding-top: 15px;
    padding-bottom: .3125vw;
    padding-left: 1.5625vw;
    padding-right: 1.25vw;
}

.auto-bg {
    background-color: #f8f8f8;
}

#checkoutsection .card#paymentsection #paymentsectionsub .form-group ul.shipping-type::after {
    content: "";
    position: absolute;
    width: 45.375vw;
    height: 0;
    bottom: 0;
    background-color: #3e454c;
}

#checkoutsection .card#paymentsection #paymentsectionsub .form-group #recurringOpitons .card-info-line {
    margin-left: 1.5625vw;
    margin-right: 1.5625vw;
    padding-top: .875vw;
    padding-bottom: .9375vw;
    border-bottom: 0 solid #3e454c;
}

.newaddr {
    padding-top: 1.3125vw;
    text-align: right;
}

    .newaddr .newaddr-btn {
        background-color: #025685;
        color: #fff;
        margin: 20px 0;
    }

.table > :not(caption) > * > * {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

#checkoutsection .card#paymentsection #paymentsectionsub .form-group #prescriptionsection {
    margin-top: 1.25vw;
    padding-top: .3125vw;
    padding-bottom: 1.5625vw;
    background-color: #f8f8f8;
}

#checkoutsection .card#paymentsection #paymentsectionsub .form-group label {
    font-size: 1rem;
}

.payment-card .fa-card .text-green-c {
    font-size: 14px;
    margin-right: 4px;
}

@media screen and (min-width:992px) and (max-width:1600px) {
    #checkoutsection .card#billingshippngsection .edit-bill-ship {
        width: 5.25vw;
        min-width: 84px;
        flex-grow: unset;
        text-align: start;
    }
}

#checkout-container a.border-box-r {
    border: 2px solid #ececed;
    border-radius: 15px;
    padding: 4px;
    display: inline-block;
    margin: 6px 0 6px 0;
}

    #checkout-container a.border-box-r:hover {
        background: #ececed;
        color: #3e454c;
    }

#checkoutsection .card#billingshippngsection #saved-address table tbody tr th {
    padding-right: 0;
    padding-left: 0;
}

#checkoutsection .card#billingshippngsection .edit-bill-ship .btn {
    min-width: 100%;
}

#checkoutsection .card#paymentsection #paymentsectionsub .form-group #paymentDetails ul li .form-group input {
    font-size: 1rem;
}

i.text-green.fa.fa-check-circle.font-24 {
    vertical-align: middle;
}

.new-login-form .new-to-hpfy i.fa.fa-user-circle {
    vertical-align: middle;
}

.new-login-form .new-to-hpfy span.text-vertical {
    vertical-align: middle;
}

div#checkout-shopping-cart .table {
    color: #3e454c;
}

#checkoutsection .card .subHeadhpfyN {
    margin-top: 10px;
}

.wisp div {
    width: 15px !important;
    top: -3px !important;
    right: -22px !important;
    padding-left: 4px;
}

.product-page-top-content #product-description {
    order: 3;
    margin-top: 10px;
}

.product-page-top-content .product-heading {
    padding-bottom: .625vw;
    border-bottom: unset;
    margin-bottom: .625vw;
}

.text-pebble {
    --tw-text-opacity: 1;
    color: #330f35;
}

.bg-green {
    --tw-bg-opacity: 1;
    background-color: #fff;
}

.border-red-light {
    --tw-border-opacity: 1;
    border-color: #f75b2a;
}

.w-full {
    width: 100%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
}

.font-semibold {
    font-weight: 600;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.product-page-top-content .make-flex-column #product-form {
    order: 3;
    background-color: #fff;
    padding-top: .875vw;
    top: 17%;
    position: sticky;
    align-self: flex-start;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: #fff;
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: #d1d5db;
}

.text-pebble {
    --tw-text-opacity: 1;
    color: #330f35;
}

.text-red-dark {
    --tw-text-opacity: 1;
    color: #b22305;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.autoship-active {
    background-color: #ffffff1f;
    border-color: #4f8324 !important;
    border: 2px solid #4f8324 !important;
}

.radio-text p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: .5rem;
}

.radio-text h4, .radio-text .h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

    .radio-text h4 b, .radio-text .h4 b {
        color: #eb0400;
        font-weight: 600;
        line-height: 32px;
        font-size: 20px;
        margin-bottom: .5rem;
        display: inline-block;
    }

    .radio-text h4 span, .radio-text .h4 span {
        font-weight: 500;
        text-decoration: line-through;
        padding-left: 10px;
    }

    .radio-text h4 .span-bg, .radio-text .h4 .span-bg {
        background-color: #025685;
        color: #fff;
        padding: 0 4px;
        border-radius: 5px;
        text-decoration: none;
        margin-bottom: .5rem;
        display: inline-block;
    }

.radio-text .tilt-txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1rem;
    margin-bottom: 0;
    color: #025685;
}

.radio-text .drp-dwn {
    display: none;
}

    .radio-text .drp-dwn h3, .radio-text .drp-dwn .h3 {
        font-size: 16px;
        margin-top: 15px;
        line-height: 24px;
        font-weight: 400;
    }

    .radio-text .drp-dwn select {
        width: 100%;
        padding: 8px 5px;
        border-color: #9f9f9f;
        border-radius: 5px;
        color: #404040;
        background-color: #fff !important;
        margin-bottom: .5rem;
    }

        .radio-text .drp-dwn select option option:hover {
            background-color: #4f8324;
        }

.number {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

    .number h4, .number .h4 {
        font-weight: 500;
        font-size: 20px;
        align-self: center;
    }

    .number span {
        cursor: pointer;
    }

    .number .minus, .number .plus {
        width: 32px;
        height: 32px;
        background: #f2f2f2;
        border-radius: 100px;
        padding: 4px 4px;
        border: 1px solid #ddd;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

    .number input {
        height: 34px;
        width: 110px;
        margin: 0 10px;
        font-size: 26px;
        border: 1px solid #ddd;
        border-radius: 4px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

.add-cart {
    width: 100%;
    height: 35px;
    background-color: #4f8324;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    margin-top: 16px;
    line-height: 24px;
    font-weight: 500;
}

.deliv-txt {
    padding: 0 15px;
    margin-top: 20px;
}

    .deliv-txt h5, .deliv-txt .h5 {
        font-size: 16px;
        font-weight: 400;
        display: flex;
    }

        .deliv-txt h5 i, .deliv-txt .h5 i {
            margin-right: 5px;
        }

.packag-siz .blue-txt {
    color: #025685;
}

.packag-siz h5, .packag-siz .h5 {
    font-size: 16px;
    font-weight: 500;
}

    .packag-siz h5 span, .packag-siz .h5 span {
        font-size: 14px;
        color: #4f8324;
        padding-left: 10px;
        vertical-align: middle;
    }

.packag-siz .siz-chart {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    margin: 10px 0;
}

    .packag-siz .siz-chart h4, .packag-siz .siz-chart .h4 {
        font-size: 16px;
        color: #3e454c;
        font-weight: 500;
    }

    .packag-siz .siz-chart h5, .packag-siz .siz-chart .h5 {
        font-size: 16px;
        color: #025685;
    }

    .packag-siz .siz-chart h6, .packag-siz .siz-chart .h6 {
        margin-bottom: 0;
        font-size: 12px;
        font-weight: 500;
        color: #3e454c;
        word-break: break-all;
    }

    .packag-siz .siz-chart span {
        margin-bottom: 0;
        font-size: 12px;
        font-weight: 500;
        color: #3e454c;
        line-height: 24px;
    }

    .packag-siz .siz-chart .p-size-20 {
        font-size: 16px;
        color: #025685;
        line-height: 24px;
        font-weight: 600;
        display: block;
    }

    .packag-siz .siz-chart:hover {
        background-color: #f6f6f6;
        border: 1px solid #4f8324;
        padding: 24px;
        display: flex;
        justify-content: space-between;
        border-radius: 5px;
        margin: 10px 0;
    }

        .packag-siz .siz-chart:hover h4, .packag-siz .siz-chart:hover .h4 {
            font-size: 16px;
            color: #3e454c;
        }

        .packag-siz .siz-chart:hover h5, .packag-siz .siz-chart:hover .h5 {
            font-size: 16px;
            color: #025685;
        }

        .packag-siz .siz-chart:hover span {
            margin-bottom: 0;
            font-size: 12px;
            font-weight: 500;
            color: #3e454c;
        }

        .packag-siz .siz-chart:hover h6, .packag-siz .siz-chart:hover .h6 {
            margin-bottom: 0;
            font-size: 12px;
            font-weight: 500;
            color: #3e454c;
        }

        .packag-siz .siz-chart:hover .p-size-20 {
            font-size: 16px;
            color: #025685;
            line-height: 24px;
            font-weight: 600;
            display: block;
        }

.packag-siz .siz-chart-active {
    background-color: #fff;
    border: 2px solid #4f8324;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    margin: 10px 0;
}

    .packag-siz .siz-chart-active h4, .packag-siz .siz-chart-active .h4 {
        font-size: 16px;
        color: #4f8324;
    }

    .packag-siz .siz-chart-active span {
        font-size: 16px;
        color: #025685;
    }

    .packag-siz .siz-chart-active span {
        margin-bottom: 0;
        font-size: 12px;
        font-weight: 400;
        color: #4f8324;
        line-height: 24px;
    }

    .packag-siz .siz-chart-active h6, .packag-siz .siz-chart-active .h6 {
        margin-bottom: 0;
        font-size: 12px;
        font-weight: 500;
        color: #4f8324;
        word-break: break-all;
    }

    .packag-siz .siz-chart-active .p-size-20 {
        font-size: 16px;
        color: #025685;
        line-height: 24px;
        font-weight: 600;
        display: block;
    }

#product-description {
    padding: 0 15px;
}

.shp-lbl .click-area-1 a {
    display: inline-block;
}

.shp-lbl .click-area-1 h4, .shp-lbl .click-area-1 .h4 {
    font-size: 16px;
    font-weight: 400;
    color: #025685;
    display: flex;
    align-items: center;
    line-height: 24px;
}

    .shp-lbl .click-area-1 h4 .fa-arrow-left, .shp-lbl .click-area-1 .h4 .fa-arrow-left {
        font-size: 24px;
        margin-right: 8px;
    }

.crt-hed h2, .crt-hed .h2 {
    font-weight: 600;
    line-height: 32px;
}

.titl-detl h4, .titl-detl .h4 {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 8px;
}

.titl-detl h5, .titl-detl .h5 {
    font-weight: 400;
    line-height: 24px;
    font-size: 1rem;
    margin-bottom: 0;
    padding-bottom: 8px;
}

.titl-detl h6, .titl-detl .h6 {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px !important;
    line-height: 16px;
    padding-bottom: 8px;
}

.titl-detl .drpdn {
    border: 1px solid #4f8324;
    border-radius: 4px;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-top: 8px;
}

    .titl-detl .drpdn h4, .titl-detl .drpdn .h4 {
        font-weight: 500;
        margin-bottom: 0;
        font-size: 16px;
        margin-right: 10px;
    }

        .titl-detl .drpdn h4 img, .titl-detl .drpdn .h4 img {
            width: 18px;
        }

    .titl-detl .drpdn .dropbtn {
        color: #025685;
        background-color: transparent;
        padding: 5px;
        font-size: 16px;
        border: none;
        cursor: pointer;
        font-weight: 500;
    }

    .titl-detl .drpdn .dropdown {
        position: relative;
        display: inline-block;
    }

    .titl-detl .drpdn .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
        z-index: 1;
    }

        .titl-detl .drpdn .dropdown-content a {
            color: #000;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

            .titl-detl .drpdn .dropdown-content a:hover {
                background-color: #f1f1f1;
            }

    .titl-detl .drpdn .dropdown:hover .dropdown-content {
        display: block;
    }

.titl-detl .drpdn1 {
    display: flex;
    align-items: center;
    width: fit-content;
}

    .titl-detl .drpdn1 h4, .titl-detl .drpdn1 .h4 {
        font-weight: 400;
        margin-bottom: 0;
        font-size: 14px;
        margin-right: 10px;
        color: #3e454c;
    }

        .titl-detl .drpdn1 h4 img, .titl-detl .drpdn1 .h4 img {
            width: 18px;
        }

    .titl-detl .drpdn1 .dropbtn {
        color: #025685;
        background-color: transparent;
        padding: 5px;
        font-size: 16px;
        border: none;
        cursor: pointer;
        font-weight: 500;
    }

    .titl-detl .drpdn1 .dropdown {
        position: relative;
        display: inline-block;
    }

    .titl-detl .drpdn1 .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
        z-index: 1;
    }

        .titl-detl .drpdn1 .dropdown-content a {
            color: #000;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

            .titl-detl .drpdn1 .dropdown-content a:hover {
                background-color: #f1f1f1;
            }

    .titl-detl .drpdn1 .dropdown:hover .dropdown-content {
        display: block;
    }

.cart-price {
    text-align: right;
}

    .cart-price h6, .cart-price .h6 {
        color: #025685;
    }

    .cart-price .number-cart {
        margin: 20px 0;
        display: flex;
        padding: 0 0;
        justify-content: flex-end;
    }

        .cart-price .number-cart .plus {
            width: 32px;
            height: 32px;
            background: #025685;
            border-radius: 100px;
            padding: 4px 4px;
            border: 1px solid #ddd;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            color: #fff;
        }

        .cart-price .number-cart input {
            height: 32px;
            width: 64px;
            margin: 0 10px;
            font-size: 16px;
            border: 1px solid #e8e8e8;
            border-radius: 4px;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            line-height: 24px;
        }

        .cart-price .number-cart .minus {
            width: 32px;
            height: 32px;
            background: #f2f2f2;
            border-radius: 100px;
            padding: 4px 4px;
            border: 1px solid #ddd;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
        }

    .cart-price h4, .cart-price .h4 {
        color: #eb0400;
    }

.prescription {
    margin: 16px 0 !important;
}

    .prescription h5, .prescription .h5 {
        font-weight: 400;
        font-size: 1rem !important;
        color: #025685;
        margin-bottom: 0;
    }

        .prescription h5 img, .prescription .h5 img {
            width: 24px;
        }

.bord-bot {
    border-bottom: 1px solid #b1b1b1;
}

.totl-txt-box {
    padding: 20px;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2),0 3px 3px 0 rgba(0,0,0,.12),0 3px 4px 0 rgba(0,0,0,.14);
}

    .totl-txt-box .totl-txt {
        display: flex;
        justify-content: space-between;
    }

        .totl-txt-box .totl-txt h5, .totl-txt-box .totl-txt .h5 {
            font-weight: 400;
        }

        .totl-txt-box .totl-txt h4, .totl-txt-box .totl-txt .h4 {
            font-weight: 500;
            line-height: 32px;
        }

        .totl-txt-box .totl-txt p {
            font-weight: 500;
            font-size: 20px;
            line-height: 32px;
        }

        .totl-txt-box .totl-txt .fa-info {
            font-size: 12px;
            color: #4f8324;
        }

            .totl-txt-box .totl-txt .fa-info:before {
                content: "";
                border: 2px solid #4f8324;
                padding: 1px 5px;
                border-radius: 50px;
            }

        .totl-txt-box .totl-txt .arrow-top {
            box-shadow: 0 1px 8px 0 rgba(0,0,0,.2),0 3px 3px 0 rgba(0,0,0,.12),0 3px 4px 0 rgba(0,0,0,.14);
            padding: 10px 17px 15px 7px;
            position: absolute;
            z-index: 99999;
            background-color: #fff;
            width: 300px;
            height: auto;
            top: 35px;
            border-radius: 5px;
            display: none;
        }

            .totl-txt-box .totl-txt .arrow-top:after {
                content: "";
                position: absolute;
                width: 0;
                height: 0;
                margin-left: .8em;
                bottom: 5em;
                left: 48%;
                box-sizing: border-box;
                border: 1em solid #000;
                border-color: #fffdfd #fff #fff #fff;
                transform-origin: 0 0;
                transform: rotate(135deg);
                box-shadow: -2px 2px 2px 0 #dddcdc;
                border-left: 10px;
                border-bottom: 10px;
            }

            .totl-txt-box .totl-txt .arrow-top p {
                font-size: 16px;
                margin: 0;
                line-height: 24px;
                font-weight: 400;
            }

    .totl-txt-box button {
        width: 100%;
        display: flex;
        height: 48px;
        padding: 8px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 4px;
        background: var(--olive-drab-primary,#4f8324);
        border: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

.nav-link-cart {
    padding-left: 1.3125vw !important;
    padding-right: 1.3125vw !important;
    width: auto !important;
}

.prescription {
    margin-top: 20px;
    margin-bottom: 20px;
}

.svlt-rmv {
    display: none;
}

.flot-btn {
    display: none;
}

.qty-box {
    display: inline-flex;
}

    .qty-box h4, .qty-box .h4 {
        padding-right: 20px;
    }

.review-star {
    padding-right: 1rem;
}

    .review-star i {
        color: #feb057;
        padding-right: 4px;
    }

.icon-shield i {
    font-size: 1.5rem;
    color: #025689;
}

.icon-shield span {
    font-size: 1rem;
    padding-left: .5rem;
    color: #025685;
}

@media only screen and (max-width:1200px) and (min-width:1024px) {
    .number input {
        width: 60px;
    }

    .Request-quote {
        width: 50%;
        height: 35px;
        background-color: #025685;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 15px;
    }
}

.product-page-top-content .make-flex-column #rating-review {
    display: block;
}

.radio-option-div label {
    display: flex;
}

.radio-option-div label {
    display: flex;
    color: #3e454c;
    line-height: 1;
    padding-bottom: 1rem;
    display: flex;
    color: #3e454c;
    line-height: 1;
    padding-bottom: 1rem;
}

    .radio-option-div label p {
        margin: 0;
        padding-left: 1rem;
        font-size: 16px;
        color: #3e454c;
    }

.radio-option-div .title {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #3e454c;
}

input[type="radio"] {
    width: 16px;
    height: 16px;
}

    input[type="radio"]:checked {
        padding: 4px;
        background-color: #2f91bd;
        width: 16px;
        height: 16px;
    }

.Request-quote {
    width: 30%;
    height: 35px;
    background-color: #025685;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 15px;
}

.select-size {
    width: 60%;
    padding: 8px 5px;
    border-color: #9f9f9f;
    border-radius: 5px;
    color: #404040;
    background-color: #fff !important;
}

span.note {
    color: #025685;
    font-size: 14px;
    font-weight: 500;
}

h5.produced-option-titel, .produced-option-titel.h5 {
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
}

h5.select-size-titel, .select-size-titel.h5 {
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
}

.Request-quote .fa {
    padding-right: 10px;
}

#product-description-and-policy .tab-container .nav .nav-item {
    background-color: #fff;
    border: 1px solid #4f8324;
    border-radius: 8px 8px 8px 8px;
}

    #product-description-and-policy .tab-container .nav .nav-item:first-child {
        margin-right: 10px;
    }

    #product-description-and-policy .tab-container .nav .nav-item .nav-link {
        border-radius: 8px 8px 8px 8px !important;
        padding: .5rem;
        color: #4f8324;
        font-weight: 400;
    }

        #product-description-and-policy .tab-container .nav .nav-item .nav-link.active {
            border-radius: 8px 8px 8px 8px;
            background-color: #fff;
            color: #4f8324;
        }

        #product-description-and-policy .tab-container .nav .nav-item .nav-link:hover {
            border-radius: 8px 8px 8px 8px;
            color: #f6f6f6;
            background-color: #4f8324;
        }

        #product-description-and-policy .tab-container .nav .nav-item .nav-link:active {
            border-radius: 8px 8px 8px 8px;
            background-color: #4f8324;
        }

#shpping-action-tabs .tab-container .nav .nav-item .nav-link:hover {
    border-radius: 8px 8px 0 0;
    background-color: #4f8324;
    color: #e8e8e8;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

#shpping-action-tabs .tab-container .nav .nav-item .nav-link:active {
    border-radius: 8px 8px 0 0;
    background-color: #4f8324;
    color: #e8e8e8;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

#shpping-action-tabs .tab-container .nav .nav-item .nav-link.active {
    border-radius: 8px 8px 0 0;
    background-color: #4f8324;
    color: #e8e8e8;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

ul#pills-tab li {
    border-radius: 8px 8px 0 0;
}

.payment-details-new .all-payment-btn .col-6 {
    padding: 0 4px;
}

.payment-details-new .all-payment-btn button {
    margin: 4px 0;
    padding: 8px 24px;
    border-radius: 4px;
    border: 2px solid #4f8324;
    background: #fff;
    width: 100%;
}

    .payment-details-new .all-payment-btn button span {
        padding-left: 10px;
        color: #3e454c !important;
    }

    .payment-details-new .all-payment-btn button img {
        vertical-align: middle;
        width: 25px;
    }

@media(max-width:1024px) {
    .payment-details-new .all-payment-btn button {
        padding: 8px 20px;
        width: 143px;
    }

        .payment-details-new .all-payment-btn button span {
            padding-left: 0;
        }
}

.payment-method-inner.cc-section h4, .payment-method-inner.cc-section .h4 {
    font-weight: 400;
    font-size: 16px;
}

.input-box-cc {
    border: 2px solid #b1b1b1;
    color: #fff;
    border-radius: 5px;
}

    .input-box-cc input {
        border: none;
        outline: none;
        background: transparent;
        color: #646363;
        width: 80%;
        padding: 10px;
    }

.pen-cc {
    width: auto;
    height: 20px;
}

.month-cvv-box.col-md-12 {
    display: flex;
}

.card-name-box.col-md-12 {
    border-bottom: 2px solid #b1b1b1;
}

.month-year-box.col-md-6 {
    border-right: 2px solid #b1b1b1;
}

    .month-year-box.col-md-6 input {
        width: 100%;
    }

.cvv-box.col-md-6 input {
    width: 90%;
}

.name-on-card {
    margin-top: 1rem;
}

    .name-on-card .input-card-name {
        width: 100%;
        border: 2px solid #b1b1b1;
        padding: 8px;
        border-radius: 5px;
    }

    .name-on-card input:focus {
        border-color: #b1b1b1 !important;
    }

.checkbox-purchase input {
    margin-left: 3px;
    margin-top: 10px;
}

.flex-column {
    flex-direction: row !important;
}

.fre-shpng {
    position: absolute;
    top: 5%;
}

    .fre-shpng h4, .fre-shpng .h4 {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border-radius: 0 4px 4px 0;
        background: linear-gradient(180deg,#024a6e 0%,#127798 27.6%,#04638e 64.06%,#1783a5 100%);
        box-shadow: 0 0 0 0 rgba(0,0,0,.1),0 2px 4px 0 rgba(0,0,0,.1),0 7px 7px 0 rgba(0,0,0,.09),0 15px 9px 0 rgba(0,0,0,.05),0 26px 11px 0 rgba(0,0,0,.01),0 41px 12px 0 transparent;
        padding: 5px 30px;
    }

.siz-chart-active .prt1 {
    width: 80%;
}

    .siz-chart-active .prt1 h4, .siz-chart-active .prt1 .h4 {
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 1rem;
    }

.siz-chart-active .prt2 {
    width: 20%;
    text-align: right;
}

.siz-chart .prt1 {
    width: 80%;
}

    .siz-chart .prt1 h4, .siz-chart .prt1 .h4 {
        margin-bottom: 1rem;
        font-weight: 400;
        line-height: 24px;
    }

.siz-chart .prt2 {
    width: 20%;
    text-align: right;
}

.payment-details-new .all-payment-btn button {
    margin: 4px 0;
    padding: 8px 24px;
    border-radius: 5px;
    border: 2px solid #4f8324;
    background: #fff;
    width: 100%;
}

    .payment-details-new .all-payment-btn button span {
        padding-left: 10px;
    }

    .payment-details-new .all-payment-btn button img {
        vertical-align: middle;
        width: 25px;
    }

@media(max-width:1024px) {
    .payment-details-new .all-payment-btn button {
        padding: 8px 24px;
        width: 143px;
        margin: 4px 0;
    }

        .payment-details-new .all-payment-btn button span {
            padding-left: 0;
        }
}

.payment-method-inner.cc-section h4, .payment-method-inner.cc-section .h4 {
    font-weight: 400;
    font-size: 16px;
}

.input-box-cc {
    border: 2px solid #b1b1b1;
    color: #fff;
    border-radius: 5px;
}

    .input-box-cc input {
        border: none;
        outline: none;
        background: transparent;
        color: #646363;
        width: 80%;
        padding: 10px;
    }

.pen-cc {
    width: auto;
    height: 20px;
}

.month-cvv-box.col-md-12 {
    display: flex;
}

.card-name-box.col-md-12 {
    border-bottom: 2px solid #b1b1b1;
}

.month-year-box.col-md-6 {
    border-right: 2px solid #b1b1b1;
}

    .month-year-box.col-md-6 input {
        width: 100%;
    }

.cvv-box.col-md-6 input {
    width: 90%;
}

.name-on-card {
    margin-top: 1rem;
}

    .name-on-card .input-card-name {
        width: 100%;
        border: 2px solid #b1b1b1;
        padding: 8px;
        border-radius: 5px;
    }

    .name-on-card input:focus {
        border-color: #b1b1b1 !important;
    }

.checkbox-purchase input {
    margin-left: 3px;
    margin-top: 10px;
}

.card-method-inner {
    display: none;
}

.card-option-box {
    width: 100%;
    text-align: center;
}

    .card-option-box h1, .card-option-box .h1 {
        font-family: "Inter",sans-serif;
        color: #fff;
    }

    .card-option-box input[type="radio"] {
        display: none;
    }

        .card-option-box input[type="radio"]:checked + .card-select-box {
            border: 2px solid #008000;
        }

            .card-option-box input[type="radio"]:checked + .card-select-box .card-selectiv-content {
                color: #008000;
                transform: translateY(10px);
            }

                .card-option-box input[type="radio"]:checked + .card-select-box .card-selectiv-content:before {
                    transform: translateY(0);
                    opacity: 1;
                }

    .card-option-box .card-select-box {
        width: 100%;
        height: 55px;
        background-color: #fff;
        transition: all 250ms ease;
        will-change: transition;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        position: relative;
        font-family: "Inter",sans-serif;
        font-weight: 900;
        margin: 0;
        border: 2px solid #808080;
        border-radius: 10px;
    }

        .card-option-box .card-select-box:active {
            transform: translateY(10px);
        }

        .card-option-box .card-select-box .card-selectiv-content {
            position: absolute;
            transform: translate(0,15px);
            left: 15px;
            right: auto;
            transition: all 300ms ease;
            user-select: none;
            color: #007e90;
        }

            .card-option-box .card-select-box .card-selectiv-content:before {
                font-size: 1.2em;
                font-family: FontAwesome;
                display: block;
                transform: translateY(-80px);
                opacity: 0;
                transition: all 300ms ease-in-out;
                font-weight: normal;
                color: #fff;
            }

#checkoutsection .card#paymentsection #paymentsectionsub .form-group label {
    font-size: 1rem;
}

.card-select-box .card-selectiv-content span {
    padding-left: 10px;
    font-weight: 600;
}

.col-md-12.add-to-card-secticon button {
    width: 100%;
}

.add-to-card-secticon button span {
    padding-left: 10px;
    float: left;
}

.add-to-card-secticon button img {
    float: right;
    width: 150px !important;
}

.note-section .input-card-name {
    width: 100%;
    border: 2px solid #b1b1b1;
    padding: 8px;
    border-radius: 5px;
}

.note-section input:-webkit-autofill {
    -webkit-background-clip: text;
}

.custmized-padding {
    padding: 0 2rem !important;
}

.title-product {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.special-instruction.mt-4 {
    font-weight: 400;
    font-size: 16px;
}

.my-acnt {
    border-radius: 9px;
    border: 1px solid var(--metal,#b1b1b1);
    padding: 16px;
}

    .my-acnt h3, .my-acnt .h3 {
        margin-bottom: 8px;
        font-size: 24px;
    }

    .my-acnt h4, .my-acnt .h4 {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 8px !important;
    }

        .my-acnt h4 span, .my-acnt .h4 span {
            color: #025685;
        }

    .my-acnt h5, .my-acnt .h5 {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .my-acnt .btn-myacnt {
        width: 100%;
        margin-bottom: 16px;
    }

    .my-acnt .btn-myacnt-ol {
        width: 100%;
        color: #025685 !important;
        font-weight: 500;
        border: 2px solid #025685;
        background-color: #fff;
        font-size: 14px;
    }

    .my-acnt .btn-disable-clr {
        color: #b1b1b1 !important;
        border: 2px solid #b1b1b1;
        background-color: #fff;
    }

    .my-acnt .gallery-2 {
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
        margin-right: 8px;
    }

        .my-acnt .gallery-2 img {
            width: 100%;
        }

    .my-acnt .numberInfo {
        height: 80px;
        width: 80px;
        color: #025685;
        font-weight: bold;
        background: #e3e3e3;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 1.75rem;
    }

.brdr-tp {
    border-top: 1px solid #d3d3d3;
    padding-top: 1.25vw;
}

.popup {
    display: none;
    position: fixed;
    padding: 20px 20px !important;
    width: 40%;
    left: 30%;
    top: 30%;
    margin-top: -100px;
    background: #fff;
    z-index: 99;
    max-height: 632px !important;
    width: 768px !important;
}

    .popup .scrl {
        overflow-x: hidden;
        max-height: 440px;
        overflow-x: hidden;
    }

        .popup .scrl::-webkit-scrollbar {
            width: 4px;
            background-color: #9ea2a4;
        }

        .popup .scrl::-webkit-scrollbar-thumb {
            background-color: #9ea2a4;
            border-radius: 10px;
            height: 277px;
        }

        .popup .scrl::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 5px #d8dadb;
            background-color: #fff;
            border-radius: 10px;
        }

        .popup .scrl::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px #d8dadb;
            background-color: #f5f5f5;
        }

        .popup .scrl h4, .popup .scrl .h4 {
            font-size: 16px;
            font-weight: 500;
        }

        .popup .scrl h5, .popup .scrl .h5 {
            font-size: 14px;
            font-weight: 400;
        }

    .popup .pop-2 {
        text-align: center;
    }

        .popup .pop-2 h3, .popup .pop-2 .h3 {
            font-size: 24px;
            font-weight: 500;
            color: #3e454c;
            margin-bottom: 16px;
        }

        .popup .pop-2 h4, .popup .pop-2 .h4 {
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 24px;
        }

        .popup .pop-2 .btn-flx {
            display: flex;
            justify-content: space-evenly;
        }

        .popup .pop-2 .btn-myacnt-ol1 {
            color: #025685 !important;
            font-weight: 500;
            border: 2px solid #025685;
            background-color: #fff;
            padding: 10px 80px;
        }

        .popup .pop-2 .btn-myacnt1 {
            padding: 10px 80px;
        }

    .popup span {
        cursor: pointer;
        font-weight: 800;
        font-size: 24px;
        position: absolute;
        top: 5px;
        right: 15px;
    }

    .popup .brdr-bot {
        border-bottom: 1px solid #d1d1d1;
        width: 100%;
    }

    .popup img {
        width: 100%;
    }

    .popup h4, .popup .h4 {
        font-weight: 500;
        font-size: 16px;
    }

    .popup h5, .popup .h5 {
        font-size: 14px;
        font-weight: 400;
    }

    .popup h3, .popup .h3 {
        font-size: 20px;
        color: #eb0400;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .popup .hedtxt h2, .popup .hedtxt .h2 {
        margin: 0;
        font-size: 24px;
        text-align: left;
    }

    .popup .hedtxt h4, .popup .hedtxt .h4 {
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0;
        margin-top: 6px;
    }

        .popup .hedtxt h4 span, .popup .hedtxt .h4 span {
            color: #025685;
            font-size: 16px;
            position: unset;
        }

#popup1 {
    -webkit-box-shadow: 0 0 0 9999px rgba(0,0,0,.5);
    box-shadow: 0 0 0 9999px rgba(0,0,0,.5);
}

#popup1 {
    box-shadow: 0 0 0 9999px rgba(0,0,0,.5);
    box-shadow: 0 0 0 9999px rgba(0,0,0,.5);
}

    #popup1:after {
        position: fixed;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -2;
        opacity: .09;
    }

    #popup1:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #fff;
        z-index: -1;
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #fff;
        z-index: -1;
    }

#popup2:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
    opacity: .09;
    background: #000;
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
    opacity: .09;
    background: #000;
}

#popup2:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: -1;
}

.popup {
    display: none;
    position: fixed;
    padding: 50px 10px;
    width: 40%;
    left: 30%;
    top: 30%;
    margin-top: -100px;
    background: #fff;
    z-index: 99;
    display: none;
    position: fixed;
    padding: 50px 20px;
    width: 40%;
    left: 30%;
    top: 30%;
    margin-top: -100px;
    background: #fff;
    z-index: 99;
    max-height: 550px;
}

    .popup .scrl {
        overflow-x: hidden;
        max-height: 550px;
        min-height: 100px;
        max-height: 440px;
        overflow-x: hidden;
    }

    .popup span {
        cursor: pointer;
        font-weight: 800;
        font-size: 24px;
        position: absolute;
        top: 5px;
        right: 15px;
        cursor: pointer;
        font-weight: 800;
        font-size: 24px;
        position: absolute;
        top: 5px;
        right: 15px;
    }

    .popup .brdr-bot {
        border-bottom: 1px solid #d1d1d1;
        border-bottom: 1px solid #d1d1d1;
    }

    .popup img {
        width: 100%;
        width: 100%;
    }

    .popup .h4 {
        font-weight: 500;
        font-size: 16px;
        font-weight: 500;
    }

    .popup h4, .popup .h4 {
        font-weight: 500;
        font-size: 20px;
        font-weight: 500;
    }

    .popup .h5 {
        font-weight: 400;
        font-size: 14px;
        font-weight: 400;
    }

    .popup h5, .popup .h5 {
        font-size: 14px;
        font-weight: 400;
        font-size: 16px;
        font-weight: 400;
    }

    .popup .h3 {
        font-size: 20px;
        color: #eb0400;
        margin-bottom: 0;
        color: #eb0400;
        margin-bottom: 0;
    }

    .popup h3, .popup .h3 {
        font-size: 20px;
        color: #eb0400;
        margin-bottom: 0;
        color: #eb0400;
        margin-bottom: 0;
    }

    .popup .hedtxt h2, .popup .hedtxt .h2 {
        margin: 0;
        font-size: 24px;
        text-align: left;
    }

    .popup .hedtxt h4, .popup .hedtxt .h4 {
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0;
        margin-top: 6px;
    }

        .popup .hedtxt h4 span, .popup .hedtxt .h4 span {
            color: #025685;
            font-size: 16px;
            position: unset;
        }

    .popup .pop-2 {
        text-align: center;
    }

        .popup .pop-2 h3, .popup .pop-2 .h3 {
            font-size: 24px;
            font-weight: 500;
            color: #3e454c;
            margin-bottom: 16px;
        }

        .popup .pop-2 h4, .popup .pop-2 .h4 {
            font-size: 16px;
            font-weight: 400;
        }

        .popup .pop-2 .btn-myacnt-ol1 {
            color: #025685 !important;
            font-weight: 500;
            border: 2px solid #025685;
            background-color: #fff;
            padding: 10px 80px;
        }

        .popup .pop-2 .btn-myacnt1 {
            padding: 10px 80px;
        }

        .popup .pop-2 .btn-flx {
            display: flex;
            justify-content: space-evenly;
        }

.scrl {
    -ms-overflow-style: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#popup1:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
    opacity: .09;
}

#product-details-form .btn:hover {
    color: #fff;
}

.col-md-12.add-to-card-secticon button {
    width: 100% !important;
}

img.spcial-size {
    width: 16px !important;
    padding-bottom: 5px;
}

.product-page-top-content #product-description {
    margin-top: 0 !important;
    width: 41.6667%;
}

.icon-shield img {
    width: 24px;
    height: 24px;
    padding-bottom: 3px;
}

ul.select-drop-down {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 0;
    box-shadow: 0 4px 30px 0 rgba(0,0,0,.25);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 99;
}

.selected-de {
    float: left;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    padding: 8px 8px !important;
}

    .selected-de .wid {
        width: fit-content !important;
        right: 0;
        left: unset;
    }

.img-drp {
    width: 16px !important;
    margin-right: 8px;
}

input.frequency-input {
    float: left;
    width: 70px;
    border: none;
}

.input-left {
    float: left;
    width: auto;
    display: inline-block;
}

    .input-left span {
        line-height: 20px;
        font-size: 14px;
        font-weight: 500;
    }

.input-right {
    float: left;
    width: auto;
    display: inline-block;
}

.select-drop-down li {
    list-style: none;
    padding: 10px 15px;
    border-bottom: 1px solid #b1b1b1;
    font-weight: 400;
}

    .select-drop-down li:last-child {
        border-bottom: unset;
    }

    .select-drop-down li:hover {
        color: #fff;
        background-color: #4f8324;
    }

span.edit-btn {
    font-weight: 500;
    color: #025685;
}

@media(max-width:1024px) and (min-width:993px) {
    .my-acnt .btn-myacnt {
        font-size: 12px;
    }

    .my-acnt .btn-myacnt-ol {
        font-size: 12px;
    }
}

@media only screen and (max-width:1440px) and (min-width:1200px) {
    .cart-price h6, .cart-price .h6 {
        font-size: 12px !important;
    }

    .Request-quote {
        width: 40%;
    }

    .input-box-cc input {
        width: 70%;
    }

    .cvv-box.col-md-6 input {
        width: 80%;
    }
}

@media only screen and (max-width:1199px) and (min-width:991px) {
    .payment-details-new .all-payment-btn button {
        margin: 4px 0;
        padding: 8px 8px;
        border-radius: 5px;
        border: 2px solid #4f8324;
        background: #fff;
        width: 100%;
        line-height: 1;
    }

        .payment-details-new .all-payment-btn button span {
            padding-left: 10px;
            font-size: 14px;
        }

    .input-box-cc input {
        width: 60% !important;
    }

    .cvv-box.col-md-6 input {
        width: 80% !important;
    }

    .Request-quote {
        width: 50%;
    }

    .popup {
        left: 18% !important;
    }
}

#oneTime-purchase h3.total-amount, #oneTime-purchase .total-amount.h3 {
    color: #eb0400;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

.crd-num-img {
    position: relative;
    margin-bottom: 0 !important;
    border-radius: 5px 5px 0 0 !important;
    border-top: 2px solid #b1b1b1;
    border-right: 2px solid #b1b1b1;
    border-left: 2px solid #b1b1b1;
}

    .crd-num-img img {
        position: absolute;
        right: 10px;
        top: 32%;
    }

.cvv-info {
    position: relative;
}

    .cvv-info img {
        position: absolute;
        right: 10px;
        top: 32%;
    }

.card-border-box1 {
    border-radius: 0 0 0 5px !important;
    border-bottom: 2px solid #b1b1b1;
    border-left: 2px solid #b1b1b1;
}

.card-border-box2 {
    border-radius: 0 0 5px 0 !important;
    border-bottom: 2px solid #b1b1b1;
    border-right: 2px solid #b1b1b1;
}

.add-cc {
    align-items: center;
    position: relative;
}

    .add-cc a {
        width: 100%;
    }

    .add-cc img {
        width: 24px;
    }

    .add-cc h4, .add-cc .h4 {
        font-size: 16px;
        font-weight: 400;
        padding-left: 10px;
        margin-bottom: 0;
    }

    .add-cc .cards-img-demo {
        width: 100px !important;
        height: 14px px !important;
        position: absolute;
        right: 10px;
    }

.sv-cc {
    display: flex;
    border: 2px solid #b1b1b1;
    border-radius: 4px;
    padding: 8px;
    align-items: center;
    margin: 4px 0;
}

    .sv-cc img {
        width: 24px;
        height: 16px;
    }

    .sv-cc h4, .sv-cc .h4 {
        margin-bottom: 0;
        padding-left: 10px;
    }

.message-text {
    font-weight: 500;
}

.cart-price .fa {
    padding-right: 5px;
}

.inf-box {
    display: none;
    padding: 10px;
    border-radius: 4px;
    margin: 10px;
    position: absolute;
    background: #fff;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2),0 3px 3px 0 rgba(0,0,0,.12),0 3px 4px 0 rgba(0,0,0,.14);
    width: fit-content;
    color: #3e454c;
}

    .inf-box:after {
        content: " ";
        position: absolute;
        right: 110px;
        top: -10px;
        border-top: none;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid #e9e9e9;
    }

    .inf-box p {
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: 400;
    }

.msg-info-circle {
    border: 1px solid;
    padding: 2px 6px;
    font-size: 12px !important;
    border-radius: 100px;
    margin-left: 5px;
}

#shpping-action-tabs .tab-container .nav .nav-item:first-child {
    margin: 0 10px 0 0 !important;
}

.cancel-overlay {
    display: none;
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    z-index: 9999;
}

    .cancel-overlay .popup {
        display: none;
        position: fixed;
        padding: 40px;
        width: 46%;
        left: 27%;
        top: 50%;
        margin-top: -100px;
        background: #fff;
        z-index: 999;
        max-height: 550px;
    }

    .cancel-overlay .cancel-auto-popup {
        width: 568px !important;
        height: 280px;
        padding: 64px 100px !important;
        position: fixed;
        left: 35% !important;
    }

.grn-clr {
    color: #4f8324 !important;
}

.totl-txt h4, .totl-txt .h4 {
    font-size: 20px !important;
}

.totl-txt h5, .totl-txt .h5 {
    font-size: 16px !important;
}

.cart-price h6, .cart-price .h6 {
    font-size: 14px;
    font-weight: 400 !important;
}

.cart-price h4, .cart-price .h4 {
    font-size: 20px;
    font-weight: 500;
}

@media(max-width:1024px) and (min-width:769px) {
    .cart-price h6, .cart-price .h6 {
        font-size: 10px !important;
    }

    .cart-price .fa {
        padding-right: 3px !important;
    }
}

.has-error {
    font-weight: 400 !important;
    color: #eb0400;
}

.red-clr {
    color: #eb0400;
}

.bx-bordr {
    border: 2px solid #b1b1b1;
    padding: 10px;
    border-radius: 5px;
}

.bx-bordr-active {
    border: 2px solid #4f8324;
    padding: 10px;
    border-radius: 5px;
    margin: 4px 0;
}

.breadcrumb-item:last-child {
    font-weight: 500 !important;
}

.dis-ruby span {
    font-weight: 500;
}

.dis-ruby a {
    font-weight: 400;
}

div#description-table .packag-siz p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1rem;
    margin-bottom: 1rem !important;
}

.yotpo .text-m {
    color: #3e454c;
}

.titl-detl h6 label, .titl-detl .h6 label {
    font-weight: 500;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-top-right-radius: calc(.3rem - 1px);
    border-bottom: none;
}

.container-fluid.custmized-padding button:hover, .custmized-padding.container-sm button:hover, .custmized-padding.container-md button:hover, .custmized-padding.container-lg button:hover, .custmized-padding.container-xl button:hover, .custmized-padding.container-xxl button:hover {
    border: 1px solid #4f8324 !important;
}

.dis-auto-price {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.dog-img-box {
    text-align: center;
}

    .dog-img-box .-dog-img-reorder {
        margin: 0 auto;
        display: block;
    }

    .dog-img-box span {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        display: block;
        margin-bottom: 2rem;
    }

.RadioCheckboxmainCommon label {
    display: inline-block;
    padding-bottom: .3125vw;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
}

.product-options-heading .pl_4 {
    font-weight: 500;
}

.autoreordercolor {
    color: #4f8324;
}

.popup .brdr-bot:last-child {
    border: 0;
}

.product-page-top-content #product-detail .like-share-icon i {
    font-size: 14px;
    padding: 1.5625%;
    border-radius: 100%;
    background: #f6f6f6;
    opacity: .4;
    width: 25px;
    height: 25px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.summary-icon picture {
    margin-right: .5rem;
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .totl-txt-box {
        padding: 20px;
        box-shadow: 0 1px 8px 0 rgba(0,0,0,.2),0 3px 3px 0 rgba(0,0,0,.12),0 3px 4px 0 rgba(0,0,0,.14);
    }

        .totl-txt-box .totl-txt {
            display: flex;
            justify-content: space-between;
        }

            .totl-txt-box .totl-txt h5, .totl-txt-box .totl-txt .h5 {
                font-weight: 400;
            }

            .totl-txt-box .totl-txt h4, .totl-txt-box .totl-txt .h4 {
                font-weight: 500;
            }

            .totl-txt-box .totl-txt p {
                font-weight: 500;
                font-size: 20px;
            }

            .totl-txt-box .totl-txt .fa-info {
                font-size: 12px;
                color: #4f8324;
            }

                .totl-txt-box .totl-txt .fa-info:before {
                    content: "";
                    border: 2px solid #4f8324;
                    padding: 1px 5px;
                    border-radius: 50px;
                }

            .totl-txt-box .totl-txt .arrow-top {
                box-shadow: 0 1px 8px 0 rgba(0,0,0,.2),0 3px 3px 0 rgba(0,0,0,.12),0 3px 4px 0 rgba(0,0,0,.14);
                padding: 10px 17px 15px 7px;
                position: absolute;
                z-index: 99999;
                background-color: #fff;
                width: 250px;
                height: auto;
                top: 35px;
                border-radius: 5px;
                display: none;
            }

                .totl-txt-box .totl-txt .arrow-top:after {
                    content: "";
                    position: absolute;
                    width: 0;
                    height: 0;
                    margin-left: .8em;
                    bottom: 3.5em;
                    left: 58%;
                    box-sizing: border-box;
                    border: 1em solid #000;
                    border-color: #fffdfd #fff #fff #fff;
                    transform-origin: 0 0;
                    transform: rotate(135deg);
                    box-shadow: -2px 2px 2px 0 #dddcdc;
                    border-left: 10px;
                    border-bottom: 10px;
                }

                .totl-txt-box .totl-txt .arrow-top p {
                    font-size: 16px;
                    margin: 0;
                }

        .totl-txt-box button {
            width: 100%;
            display: flex;
            height: 48px;
            padding: 8px;
            justify-content: center;
            align-items: center;
            gap: 8px;
            flex-shrink: 0;
            border-radius: 4px;
            background: var(--olive-drab-primary,#4f8324);
            border: 0;
            color: #fff;
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
        }

    .cancel-auto-popup {
        left: 30% !important;
    }
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    .totl-txt-box {
        padding: 20px;
        box-shadow: 0 1px 8px 0 rgba(0,0,0,.2),0 3px 3px 0 rgba(0,0,0,.12),0 3px 4px 0 rgba(0,0,0,.14);
    }

        .totl-txt-box .totl-txt {
            display: flex;
            justify-content: space-between;
        }

            .totl-txt-box .totl-txt h5, .totl-txt-box .totl-txt .h5 {
                font-weight: 400;
            }

            .totl-txt-box .totl-txt h4, .totl-txt-box .totl-txt .h4 {
                font-weight: 500;
            }

            .totl-txt-box .totl-txt p {
                font-weight: 500;
                font-size: 20px;
            }

            .totl-txt-box .totl-txt .fa-info {
                font-size: 12px;
                color: #4f8324;
            }

                .totl-txt-box .totl-txt .fa-info:before {
                    content: "";
                    border: 2px solid #4f8324;
                    padding: 1px 5px;
                    border-radius: 50px;
                }

            .totl-txt-box .totl-txt .arrow-top {
                box-shadow: 0 1px 8px 0 rgba(0,0,0,.2),0 3px 3px 0 rgba(0,0,0,.12),0 3px 4px 0 rgba(0,0,0,.14);
                padding: 10px 17px 15px 7px;
                position: absolute;
                z-index: 99999;
                background-color: #fff;
                width: 300px;
                height: auto;
                top: 35px;
                border-radius: 5px;
                display: none;
            }

                .totl-txt-box .totl-txt .arrow-top:after {
                    content: "";
                    position: absolute;
                    width: 0;
                    height: 0;
                    margin-left: .8em;
                    bottom: 3.5em;
                    left: 48%;
                    box-sizing: border-box;
                    border: 1em solid #000;
                    border-color: #fffdfd #fff #fff #fff;
                    transform-origin: 0 0;
                    transform: rotate(135deg);
                    box-shadow: -2px 2px 2px 0 #dddcdc;
                    border-left: 10px;
                    border-bottom: 10px;
                }

                .totl-txt-box .totl-txt .arrow-top p {
                    font-size: 16px;
                    margin: 0;
                }

        .totl-txt-box button {
            width: 100%;
            display: flex;
            height: 48px;
            padding: 8px;
            justify-content: center;
            align-items: center;
            gap: 8px;
            flex-shrink: 0;
            border-radius: 4px;
            background: var(--olive-drab-primary,#4f8324);
            border: 0;
            color: #fff;
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
        }
}

.fnt-20 {
    font-size: 20px;
}

.options-size {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 16px;
}

button.payment-method-btn:focus {
    color: #4f8324;
}

button.payment-method-btn:active {
    color: #4f8324;
}

button.payment-method-btn:target {
    color: #4f8324;
}

.italic {
    font-style: italic;
}

.tag--default {
    color: #025685;
    line-height: 16px;
}

.fa-clock-o {
    font-size: 16px;
}

.packag-siz .my-btn-primary {
    background-color: #025685;
    font-size: 1rem;
    color: #fff;
    margin-top: 6px;
    margin-bottom: 24px;
}

#TotalAmt .fnt-20 {
    font-weight: 500;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0 !important;
    color: #000;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    background-color: #fff !important;
    margin: -.5rem -.5rem -.5rem auto !important;
}

#order-completed-page .order-complete-details #cart-detail-table table tbody .about-cart-product p {
    color: #3e454c !important;
}

.edit-btn:hover {
    cursor: pointer;
}

.note-section {
    padding: 0 16px;
}

.hideactiveCheque {
    padding: 0 !important;
}

    .hideactiveCheque .note-section .input-card-name {
        width: 100%;
        border: 2px solid #b1b1b1 !important;
        padding: 8px;
        border-radius: 5px !important;
        line-height: 1.5rem;
    }

#autoshipitemcartids .arrow-top {
    position: absolute !important;
    top: 35px !important;
    z-index: 99;
}

#autoshipitemcartids {
    position: relative !important;
}

.options {
    word-break: break-word;
    color: #3e454c;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.hideshow {
    margin-top: 8px;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .cart-price h6, .cart-price .h6 {
        font-size: 10px !important;
    }
}

.selected-de .edit-drpdwn {
    position: relative;
}

    .selected-de .edit-drpdwn ul {
        display: none;
        position: absolute;
        top: 25px;
        left: 0;
        background-color: #fff;
        width: 100%;
        padding: 0;
        box-shadow: 0 4px 30px 0 rgba(0,0,0,.25);
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        z-index: 99;
    }

.order-complete-details .selected-de {
    padding: 8px 0 !important;
}

.order-complete-details .type-value {
    font-size: 20px;
}

.home-heathcare-product-department .hhpd-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .home-heathcare-product-department .hhpd-container .card .card-image {
        width: 264px;
        max-width: 100%;
        height: auto;
        max-height: 264px;
    }
