:root {
    --bs-primary: #089fc7 !important;
    --bs-primary-hover: #173061;
    --bs-secondary: #f7f7fc;
    --bs-secondary-hover: #565e64;
    --bs-success: #008a00;
    --bs-info: #0576f0;
    --bs-info-hover: #0a58ca;
    --bs-warning: #ffc107;
    --bs-danger: #ca024f;
    --bs-white: #fff;
    --bs-light: #eff0f6;
    --bs-body-color: #222b45;
    --bs-dark-brown: #160808;

    --bs-team-utility-nav: #2C1A05;
    --bs-team-main-menu: #864B05;

    --bs-utility-navbar: #ffffff;
    --bs-utility-navbar-text: #000b11;
    --bs-nav-search-bar: #e7e7e9;
    --bs-nav-search-bar-text: #160808;
    --bs-cart-badge-bg: #160808;
    --bs-cart-badge-text: #e7e7e9;

    --bs-main-menu: #000b11;
    --bs-main-menu-text: #eff0f6;

    --bs-footer-bg: #000b11;
    --bs-footer-text: #eff0f6;

    --bs-dark: #000b11;
    --bs-dark-brown: #160808;
    --bs-primary-rgb: 8, 159, 199 !important;
    --bs-secondary-rgb: 23, 48, 97;
    --bs-success-rgb: 0, 138, 0;
    --bs-info-rgb: 5, 118, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 202, 2, 79;
    --bs-light-rgb: 239, 240, 246;
    --bs-dark-rgb: 0, 11, 17;
    --bs-body-color-rgb: 34, 43, 69;
}

/* ------------------------------------ For the dynamic CSS Settings START ------------------------------------ */
/* navbar Setting START */
.top-nav {
    background-color: var(--bs-utility-navbar);
}

.top-nav a {
    color: var(--bs-utility-navbar-text);
}

.top-nav a:hover {
    color: var(--bs-utility-navbar-text);
    text-decoration: underline;
}

.top-nav .dropdown-toggle::after {
    border-top-color: var(--bs-utility-navbar-text);
}

.top-nav .nav-search-bar .form-control,
.top-nav .nav-search-bar .input-group-text {
    background: var(--bs-nav-search-bar);
    color: var(--bs-nav-search-bar-text);
}

.nav-cart {
    /* background: var(--bs-info);
    color: var(--bs-light) !important; */
    height: 36px;
    width: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-nav .cart-badge {
    background: var(--bs-cart-badge-bg);
    color: var(--bs-cart-badge-text);
}

#header-items {
    background: var(--bs-main-menu);
}

#header-items .wsmenu>.wsmenu-list>li>.navtext {
    color: var(--bs-main-menu-text);
}

#header-items .wsmenu>.wsmenu-list>li:hover>a {
    /* background: var(--bs-main-menu-hover); */
    text-decoration: none;
    /* color: var(--bs-main-menu-hover-text); */
    color: var(--bs-main-menu);
    background: var(--bs-main-menu-text);
}

.m-announcement-bar {
    background: var(--bs-dark);
}

/* navbar Setting END */

/* Dropdown menu Stripe  */
.dropdown-navbar {
    background: var(--bs-primary);
}

footer {
    background: var(--bs-footer-bg);
}

footer,
footer a,
footer a:hover {
    color: var(--bs-footer-text);
}

/* buttons */
.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary:active,
.btn-primary:disabled,
.show>.btn-primary.dropdown-toggle {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    font-weight: 500;
}

.dropdown-item.active,
.dropdown-item:active,
.marker.completed::before {
    background-color: var(--bs-primary);
}

.btn-primary:hover {
    background-color: var(--bs-primary-hover);
    border-color: var(--bs-primary);
}

.btn-secondary {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    color: var(--bs-dark);
}

.btn-secondary:hover {
    color: var(--bs-light);
    background-color: var(--bs-secondary-hover);
    border-color: var(--bs-secondary-hover);
}

.btn-outline-dark {
    color: var(--bs-dark);
    border-color: var(--bs-dark);
}

.btn-outline-dark:hover {
    color: var(--bs-light);
    background-color: var(--bs-dark);
    border-color: var(--bs-dark);
}

.btn-link {
    color: var(--bs-info);
}

.btn-link:hover {
    color: var(--bs-info-hover);
}

.fbba-team-utility-nav {
    background: var(--bs-team-utility-nav) !important;
}

.fbba-team-utility-nav .fbba-nav-icon {
    background: var(--bs-light);
    color: var(--bs-dark);
}

.team-main-menu,
.team-main-menu .fixednav {
    background: var(--bs-team-main-menu) !important;
}

.team-main-menu .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.wsshoplink-active a {
    background: var(--bs-team-main-menu) !important;
}

.fbba-shop-m-nav.fbba-team-utility-nav .btn.fbba-team-utility-nav:hover {
    background: var(--bs-team-main-menu) !important;
}

.team-name {
    color: var(--bs-team-main-menu) !important;
}

/* ------------------------------------ For the dynamic CSS Settings END ------------------------------------ */

.circular,
.showbox {
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    right: 0;
}

#Predictive_Search .dropdown-menu,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-radius: 8px;
    background-color: var(--bs-primary);
}

a:hover,
footer a:hover {
    text-decoration: underline;
}

.on-sale>div:first-child,
.password-req li.success {
    text-decoration: line-through;
}

.pb-h-0 {
    padding-bottom: 0px !important;
}

.pt-h-0 {
    padding-top: 0px !important;
}

.stars::before,
.text-gradient-1,
.text-gradient-2,
.text-gradient-3 {
    -webkit-text-fill-color: transparent;
}

.password-req,
.sidebar-nav ul li {
    list-style: none;
}

#password-error,
.raiting {
    display: none !important;
}

.delivery-card .btn-outline-danger:hover,
.delivery-card .btn-outline-success:hover,
.disabled,
.page-section::before {
    pointer-events: none;
}

#popover,
.search-tag:hover,
a {
    text-decoration: none;
}

.font-56,
h2.sub-total {
    font-size: 56px;
}

.h1,
h1 {
    font-size: 42px;
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.loader:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.circular {
    -webkit-animation: 2s linear infinite rotate;
    animation: 2s linear infinite rotate;
    transform-origin: center center;
    width: 100px;
    position: absolute;
    margin: auto;
}

#play-button,
#play-button::after,
#play-button::before,
.loader-icon,
.pinpoint span {
    transform: translate(-50%, -50%);
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation:
        1.5s ease-in-out infinite dash,
        6s ease-in-out infinite color;
    animation:
        1.5s ease-in-out infinite dash,
        6s ease-in-out infinite color;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@-webkit-keyframes color {

    0%,
    100%,
    40%,
    66%,
    80%,
    90% {
        stroke: #14142b;
    }
}

@keyframes color {

    0%,
    100%,
    40%,
    66%,
    80%,
    90% {
        stroke: #14142b;
    }
}

.showbox {
    position: fixed;
    padding: 0;
    overflow: hidden;
    width: 100%;
    z-index: 1024;
}

.loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 34px;
    height: 34px;
}

.delivery-card .card-header:first-child,
.offcanvas-bottom,
body,
html {
    height: 100%;
}

.select2-selection__rendered>div,
ul .select2-results__option div {
    display: flex;
}

.select2-selection__rendered>div span {
    display: unset !important;
    margin-right: 6px;
    margin-top: 8px;
}

ul .select2-results__option div span:first-of-type {
    display: unset !important;
    margin-top: 4px;
    margin-right: 4px;
}

.select2-container {
    width: 100% !important;
}

.table {
    --bs-table-hover-bg: rgba(0, 0, 0, 0.025);
}

body {
    /* font-family: Poppins, sans-serif !important; */
    font-family: "Exo 2", sans-serif !important;
    font-size: 15px;
    line-height: 24px;
    /* color: #02052d; */
    color: #333333;
    overflow-x: hidden;
}

.colors-radio,
.coupon-dropdown,
.video-container,
.wsmenucontainer {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333 !important;
}

.font-18,
.h6,
h6 {
    font-size: 18px;
}

.hide-visibility {
    opacity: 0 !important;
    position: absolute !important;
}

.imprintcolors {
    max-height: 400px;
    overflow-y: scroll;
}

.lock-scroll {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
}

.btn-check:focus+.btn-outline-primary,
.btn-check:focus+.btn-primary,
.btn-outline-primary:focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(4, 205, 149, 0.15) !important;
}

a {
    font-weight: 500;
    color: #333333;
}

a:hover {
    color: var(--bs-body-color);
}

a:-webkit-any-link:focus-visible {
    box-shadow: 0 0 0 0.25rem rgba(4, 205, 149, 0.15) !important;
    display: block;
}

.disabled {
    color: #6c757d;
    cursor: default;
}

.bg-secondary {
    background-color: var(--bs-secondary) !important;
}

.bg-dark-brown {
    background-color: var(--bs-dark-brown);
}

/* .wsmobileheader .wssearch {
    margin-left: 0;
    padding: 0 5px;
    margin-top: 5px;
}
.wsmobileheader #mobile_cart {
    position: absolute;
    top: 0;
    right: 0;
} */
.header-search-form {
    max-width: 400px;
}

.sticky {
    width: 100%;
}

.fixednav {
    position: fixed !important;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    animation: 0.9s forwards smoothScroll;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0);
    }
}

.wsmain {
    padding: 0 15px;
    max-width: 1580px;
}

.smllogo {
    width: auto;
    padding: 8px 0;
}

.smllogo img {
    width: 80px;
}

/*.wsmenu {
    width: 100%;
    border-left: 0;
    float: right;
    font-size: 14px;
}
.wsmenu > .wsmenu-list > li {
    padding: 0;
    line-height: 0;
    text-align: center;
}
.wsmenu > .wsmenu-list > li > a {
    padding: 7px 7px;
    line-height: 22px;
    line-height: 18px;
    font-weight: 400;
    font-size: 13px;
    background-color: transparent;
    color: #fcfcfc;
    border-bottom-color: #eff0f7;
}
.wsmenu > .wsmenu-list > li > .navtext::after {
    display: none;
    font-family: "remixicon" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea4e";
    position: relative;
    right: -2px;
    font-size: 15px;
    top: 2px;
}
.wsmenu > .wsmenu-list > li > .wsshoptabing {
    top: 32px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu {
    top: 32px;
    padding: 4px 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.wsmenu > .wsmenu-list > li:hover > a {
    background-color: #00080e1c;
}
.wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > a {
    padding: 20px 11px;
    font-size: 14px;
    color: #14142b;
}
.wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li.wsshoplink-active > a {
    background-color: #f5f5f5;
    border-left: 3px solid var(--bs-primary);
} */
.hover-effect,
.img-menu a,
.img-menu a img,
.pro-tags a,
.product-cat,
.product-list .pro-img {
    transition: 0.3s ease-in-out;
}

.img-menu a:hover {
    transform: scale(1.04);
}

.product-cat img {
    max-height: 286px;
    object-fit: contain;
}

.lnir-close,
.ri-close-line {
    color: #000;
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    top: -12px;
    right: -26px;
    z-index: 99;
}

.upload-options label:hover .lnir-close,
.upload-options label:hover .ri-close-line {
    opacity: 1;
}

.popover {
    font-family: Poppins, sans-serif;
}

.font-48 {
    font-size: 48px;
}

.font-32 {
    font-size: 32px;
    line-height: 44px;
}

.font-36 {
    font-size: 36px;
    line-height: 44px;
}

.font-28 {
    font-size: 28px;
    line-height: 36px;
}

.font-24 {
    font-size: 24px;
}

.font-20 {
    font-size: 20px !important;
}

.font-15 {
    font-size: 15px;
    line-height: 24px;
}

.font-16 {
    font-size: 16px;
}

.font-14,
.radio-btn input[type="radio"]:checked+.radio-label .opt-selected .lnir {
    font-size: 14px;
}

.font-13 {
    font-size: 13px;
}

.font-12 {
    font-size: 12px;
}

.font-11 {
    font-size: 11px;
}

#popover,
.font-10 {
    font-size: 10px !important;
}

.fw-semibold {
    font-weight: 600;
}

.fw-medium {
    font-weight: 500 !important;
}

.mid-nav .nav-item .nav-link {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.mid-nav .nav-item .nav-link:hover {
    background: #001d50;
}

.nav-search-bar {
    height: 42px;
    width: 326px;
}

.nav-search-bar .form-control {
    background: var(--bs-white);
    color: var(--bs-dark);
}

.nav-search-bar .input-group-text {
    background-color: var(--bs-white);
    color: var(--bs-dark);
}

#Predictive_Search .dropdown-menu {
    font-size: 13px;
    color: #fff;
    max-height: 300px;
    overflow-y: auto;
}

#Predictive_Search .dropdown-menu li {
    padding: 6px 10px;
    transition: 0.3s ease-in-out;
    color: #fff;
}

#Predictive_Search .dropdown-menu li:hover {
    background: #262338;
}

#Predictive_Search .dropdown-menu li a {
    display: block;
    color: #fff;
}

.nav-link {
    padding: 0.4rem 1rem;
}

.nav-link,
.nav-link:focus,
.nav-link:hover,
.page-link:hover,
.pinpoint.active span,
.pinpoint.active span::after,
.pinpoint.active span::before {
    color: var(--bs-dark);
}

/* new nav bar CSS april 2024 START*/
.bg-topnav {
    background: #002463;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

/* .top-nav {
    background: #FCFCFC;
    border-top: 1px solid #D9DBE9;
    border-bottom: 1px solid #D9DBE9;
} */
.dropdown-toggle::after {
    content: "\ea4e";
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    position: absolute;
    top: 6px;
    margin-right: -9px;
    right: 0;
}

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

/* .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li{
    height: 100%;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem{
    margin: 0;
    padding: 0;
    font-size: 12px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
    top: -5px;
}
.wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > a{
    height: 100%;
    display: flex;
    align-items: center;
}
.wsmenu>.wsmenu-list>li>.wtsdepartmentmenu{
    width: 50%;
}
.wsmenu>.wsmenu-list>li .wstliststy02.mega-list li{
    line-height: 36px;
}
.wsmenu>.wsmenu-list>li .wstliststy02.mega-list li a{
    font-size: 13px;
}
.wsmenu>.wsmenu-list>li .wstmenutag{
    margin-left: 0;
}
.wsmenu>.wsmenu-list>li .wstmenutag.redtag:after{
    display: none;
} */
/* new nav bar CSS april 2024 END*/

/* Header menu Code START*/
.headerfull {
    height: auto;
}

.wsmenu {
    font-family: inherit;
    font-size: 13px;
    width: 100%;
    height: auto !important;
}

.wsmenu>.wsmenu-list>li>.navtext,
.wsmenu>.wsmenu-list>li.wsshopmyaccount>a {
    color: #fff;
    padding: 8px 8px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu {
    min-width: 140px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
    padding: 4px 12px;
}

.wsmenu>.wsmenu-list>li:hover>a {
    background-color: rgb(255, 255, 255);
    text-decoration: none;
    color: var(--bs-primary);
}

.wsmenu>.wsmenu-list>li>.wsmegamenu,
.wsmenu>.wsmenu-list>li>ul.sub-menu {
    top: 30px;
}

.wsmenu>.wsmenu-list>li:nth-last-child(1) ul.sub-menu {
    right: 0;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
    text-decoration: underline;
}

.wsmenu>.wsmenu-list>li .wstheading {
    border-bottom: 1px solid #d9d9d9;
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px;
    padding: 10px 0 6px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu li a {
    font-size: 12px;
}

.wsmenu>.wsmenu-list>li:nth-last-child(3) .halfmenu,
.wsmenu>.wsmenu-list>li:nth-last-child(2) .halfmenu,
.wsmenu>.wsmenu-list>li:nth-last-child(1) .halfmenu,
.wsmenu>.wsmenu-list>li:nth-last-child(3) .wtsdepartmentmenu {
    right: 0;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu {
    padding: 0px 5px;
    font-size: 13px;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li {
    line-height: 22px;
}

/* .wsmenu>.wsmenu-list>li>.wsshoptabing.wtsdepartmentmenu{
    top: 32px;
} */

.wsmenu>.wsmenu-list>li>.wsshoptabing {
    top: 32px;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li {
    height: 100%;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem {
    margin: 0;
    padding: 0;
    font-size: 12px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
    position: relative;
    top: -15px;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a {
    height: 100%;
    display: flex;
    align-items: center;
}

.wsmenu>.wsmenu-list>li>.wtsdepartmentmenu {
    width: 50%;
    left: auto;
}

.wsmenu>.wsmenu-list>li .wstheading {
    font-size: 15px;
}

.wsmenu>.wsmenu-list>li .wstliststy02.mega-list li {
    line-height: 36px;
}

.wsmenu>.wsmenu-list>li .wstliststy02.mega-list li a {
    font-size: 13px;
}

.wsmenu>.wsmenu-list>li .wstmenutag {
    margin-left: 0;
}

.wsmenu>.wsmenu-list>li .wstmenutag.redtag:after {
    display: none;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.wsshoplink-active a {
    background-color: #089fc7;
    color: #fff;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.wsshoplink-active .img-menu a {
    background: transparent !important;
    color: #000 !important;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright {
    min-height: max-content;
}

.wsmenu>.wsmenu-list>li:nth-child(n+3):nth-last-child(9)~li:last-child .wsshoptabing,
.wsmenu>.wsmenu-list>li:nth-child(n+3):nth-last-child(9)~li:nth-last-child(2) .wsshoptabing,
.wsmenu>.wsmenu-list>li:nth-child(n+3):nth-last-child(9)~li:nth-last-child(3) .wsshoptabing,
.wsmenu>.wsmenu-list>li:nth-child(n+3):nth-last-child(9)~li:nth-last-child(4) .wsshoptabing,
.wsmenu>.wsmenu-list>li:nth-child(n+5):last-child .wsshoptabing,
.wsmenu>.wsmenu-list>li:nth-child(n+5):nth-last-child(2) .wsshoptabing,
.wsmenu>.wsmenu-list>li:nth-child(n+6):last-child .wsshoptabing {
    right: 0;
}
.wsmenu>.wsmenu-list>li:nth-last-child(4) .wsshoptabing, .wsmenu>.wsmenu-list>li:nth-last-child(5) .wsshoptabing{
    right: 0;
}

/* Header menu code end */

.alert-with-bg {
    background-image: url("../images/alert-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.table> :not(:first-child) {
    border-top: 1px solid #cfe4e1;
}

.table,
th {
    font-size: 12px;
    font-weight: 600;
}

.table,
td,
tr {
    color: #515365;
}

.breadcrumb-item,
.breadcrumb-item a,
.btn-secondary {
    color: var(--bs-primary);
    font-weight: 500;
}

.border-primary,
.productlayout2 .form-check-label.active div:first-child {
    border-color: var(--bs-primary) !important;
}

.border {
    border: 1px solid #eff0f6 !important;
}

.productlayout2 .product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
}

.form-floating>label {
    z-index: 4;
}

.bg-gradient-1 {
    background: linear-gradient(94.14deg, #0f0c29 2.06%, #302b63 97.23%);
}

.bg-gradient-2 {
    background: linear-gradient(95.08deg, #3fa53c 2.49%, #006cd0 97.19%);
}

.card {
    border-color: #e8f4f1 !important;
}

hr {
    background-color: #bcbcbc;
}

.breadcrumb-item.active {
    color: #000;
    opacity: 0.5;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
}

.rounded-8 {
    border-radius: 8px;
}

.rounded-24 {
    border-radius: 24px;
}

.form-check-input {
    width: 16px;
    height: 16px;
    background-color: #d9dbe9;
    border: 1px solid rgba(0, 0, 0, 0.01);
    border-radius: 2px;
}

.form-check-input,
.form-check-label,
.pinpoint:hover,
.upload-options label {
    cursor: pointer;
}

.btn-check:active+.btn-outline-primary,
.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-outline-primary,
.btn-check:checked+.btn-secondary,
.btn-check:focus+.btn-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
.btn-primary:focus,
.btn-secondary.active,
.btn-secondary:active,
.form-check-input:checked,
.list-group-item.active,
.page-item.active .page-link,
.show>.btn-secondary.dropdown-toggle {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.form-switch .form-check-input:checked {
    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");
    background-color: #1d9559;
    border-color: #1d9559;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary:active,
.btn-primary:disabled,
.show>.btn-primary.dropdown-toggle {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    font-weight: 500;
}

.dropdown-item.active,
.dropdown-item:active,
.marker.completed::before {
    background-color: var(--bs-primary);
}

.btn-primary:hover {
    background-color: #003969;
    border-color: var(--bs-primary);
}

.btn-outline-primary:hover,
.imprintcolors li:hover {
    background-color: var(--bs-secondary);
}

.btn-secondary {
    background-color: rgba(20, 20, 43, 0.2);
    border-color: var(--bs-secondary);
}

.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-secondary {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-outline-primary {
    font-weight: 600;
}

.btn-outline-secondary {
    background: rgba(0, 36, 36, 0.08);
}

.btn-outline-info {
    color: var(--bs-info);
    border: 2px solid var(--bs-light);
}

.btn-outline-info:active,
.btn-outline-info:hover {
    color: #fff;
    background-color: var(--bs-info);
    border-color: var(--bs-info);
}

.btn-outline-1 {
    border: 1px solid #d9dbe9;
    background: #eff0f6;
    border-radius: 4px;
}

.btn-outline-1:active,
.btn-outline-1:hover {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-danger {
    background-color: var(--bs-danger);
    border-color: var(--bs-danger);
}

input[type="radio"]:checked+.btn-outline-1 {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.drop-ship,
.hero-bg,
.hlp-bg,
.packaging-bg,
.pod-biz {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-info {
    background-color: var(--bs-info);
    border-color: var(--bs-info);
    color: var(--bs-light);
}

.navigation.fixed {
    position: fixed;
    height: 90%;
}

.navigation {
    width: 300px;
    top: 66px;
    overflow-y: auto;
    font-size: 14px;
    padding-bottom: 50px;
    transition: 80ms;
}

.cat-title,
.pro-tags,
.product-cat:hover .img-hover {
    transition: 0.3s ease-in-out;
}

.page-section {
    margin-top: 5%;
}

.page-section::before {
    display: block;
    content: " ";
    margin-top: -90px;
    height: 90px;
    visibility: hidden;
}

#popover {
    height: 20px;
    width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#offerbanners .carousel-indicators {
    margin-bottom: 10px;
}

#offerbanners .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    background-color: #2d2d2d;
    border-radius: 50%;
    border: 0 !important;
}

#offerbanners .carousel-inner .carousel-item img {
    /* max-height: 310px; */
    object-fit: cover;
}

.bs-title {
    font-size: 26px;
    position: relative;
}

.bs-title h2 {
    font-size: 26px;
}

.bs-title::after {
    content: "";
    border-top: 1px solid #cededb;
    right: 0;
    width: 100%;
    position: absolute;
    top: 50%;
}

.bs-title span,
.btn-gradient-outline span {
    position: relative;
    z-index: 1;
}

.zindex {
    z-index: 1;
}

.zindex-10 {
    z-index: 10;
}

.line-through {
    position: relative;
}

.line-through::before {
    content: "";
    display: block;
    border-top: 1px solid #cededb;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.line-through span {
    position: relative;
    z-index: 2;
}

.cat-title {
    position: absolute;
    left: 0;
    right: 0;
    display: inline-table;
    bottom: 16px;
    margin: 0 auto;
}

.first-cat.product-cat {
    height: 260px;
    overflow: hidden;
    position: relative;
}

.first-cat.product-cat img {
    height: 100%;
    width: auto;
    object-fit: cover;
    margin-left: auto;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
    /* clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%); */
}

.first-cat.product-cat .cat-details {
    max-width: 240px;
}

.product-cat:focus-visible {
    display: flex !important;
}

.product-cat .img-hover,
.product-cat:hover .img-thumb {
    display: none;
    visibility: 0;
    transition: 0.3s ease-in-out;
}

.product-cat:hover {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    transform: scale(1.03);
}

.btn-check:checked+.delivery-card,
.product-cat:hover .cat-title {
    background-color: var(--bs-primary) !important;
    color: var(--bs-light) !important;
}

.product-cat:hover .img-hover {
    display: block;
    visibility: 1;
}

.productlist img {
    max-height: 244px;
}

.product-title {
    display: -webkit-box;
    /* display: block; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.color-swatch span {
    height: 24px;
    width: 24px;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #d9dbe9;
    border-radius: 100%;
    cursor: pointer;
}

.color-swatch span+span {
    margin-left: calc(10px * -0.6);
}

a.change-catalog {
    max-height: calc(100% - 30px);
}

.packaging-bg {
    height: 480px;
}

.slickprevbtn {
    position: absolute;
    top: 45%;
    left: -20px;
}

.slicknextbtn {
    position: absolute;
    right: -20px;
    top: 45%;
}

.pro-tags {
    position: absolute;
    bottom: calc(100 * 1.25px);
    margin: 0 8px;
    display: inline-table;
}

.text-primary400 {
    color: #1e7b73;
}

.hero-bg {
    background-image: url("../images/hero-bg.png");
}

.pod-biz {
    background-image: url("../images/products/new/gray-gradient-bg.png");
}

.drop-ship {
    background-image: url("../images/products/new/drop-shipping.png");
}

.drop-ship,
.pod-biz {
    height: 460px;
}

.hlp-bg {
    background-color: #f7f3ec;
}

.productinfo-tabs #gallery-tab img {
    max-width: 85px;
}

.fancy-img {
    max-height: 250px;
    overflow-y: auto;
}

.fancy-img ul li,
.imprintcolors li span {
    margin-right: 10px;
}

.img-box {
    height: 56px;
    width: 56px;
    border: 1px solid #edf1f7;
    border-radius: 4px;
    padding: 0;
    background: #ffff;
    display: flex;
    align-items: center;
    align-content: center;
    margin: 4px 0;
    transition: 0.2s ease-in-out;
}

.img-box a img {
    height: 56px;
    width: 56px;
    object-fit: contain;
}

.img-box:hover {
    transform: scale(1.07);
}

.bandcolors {
    max-height: 600px;
}

.bandcolors::-webkit-scrollbar {
    width: 10px;
}

.bandcolors::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.bandcolors::-webkit-scrollbar-thumb {
    background: #888;
}

.bandcolors::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.addcolor,
.selectcolorsbox img {
    max-height: 200px;
    cursor: pointer;
    transition: 0.5s;
}

.addcolor .lnir-plus,
.addcolor .ri-add-line {
    font-size: 42px;
}

.selectcolorsbox {
    border: 1px solid #e3e3e3;
    padding: 8px;
    font-size: 13px;
    white-space: nowrap;
    transition: 0.5s;
}

.selectcolorsbox div>div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selectcolorsbox .input-group-prepend {
    width: 85px;
}

.selectcolorsbox .form-control {
    background-color: #fcfcfc;
}

.selectcolorsbox .input-group-prepend .input-group-text {
    font-size: 13px;
    font-weight: 600;
    background: 0 0;
}

.addcolor:hover,
.selectcolorsbox:hover .box-img {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.messagearea {
    height: 54px;
    border: 1px solid var(--colorPrimary);
    border-radius: 4px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 2px #444;
}

.addopt-btn {
    position: absolute;
    bottom: 0;
}

.btn-check+.btn-primary .otn-select,
.btn-check+.btn-secondary .otn-select,
.btn-check:checked+.btn-primary .opt-selected,
.btn-check:checked+.btn-secondary .opt-selected,
.btn-select-card .btn-check:checked+.btn-secondary .badge-default,
.radio-btn input[type="radio"]+.radio-label .otn-select,
.radio-btn input[type="radio"]:checked+.radio-label .opt-selected {
    display: inline-block;
}

.btn-check+.btn-primary .opt-selected,
.btn-check+.btn-secondary .opt-selected,
.btn-check:checked+.btn-primary .otn-select,
.btn-check:checked+.btn-secondary .otn-select,
.radio-btn input[type="radio"]+.radio-label .opt-selected,
.radio-btn input[type="radio"]:checked+.radio-label .otn-select {
    display: none;
}

.radio-btn input[type="radio"]:checked+.radio-label {
    background: #000;
    color: #fff;
}

.delivery-card {
    border-color: var(--bs-light) !important;
    cursor: pointer;
    width: 190px;
    height: 100%;
    transition: 0.5s;
}

.delivery-card .btn-outline-success {
    --bs-bg-opacity: 0.1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
    color: var(--bs-success) !important;
}

.delivery-card .btn-outline-danger {
    --bs-bg-opacity: 0.1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
    color: var(--bs-danger) !important;
}

.delivery-card:hover {
    background-color: var(--bs-secondary) !important;
    border-color: var(--bs-primary) !important;
}

.chgproduct {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-table;
    width: 100%;
    border-radius: 0;
}

.stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 24px;
    line-height: 1;
}

.stars::before {
    content: "â˜…";
    letter-spacing: 3px;
    background: linear-gradient(90deg, #ff9000 var(--percent), #e3e3e3 var(--percent));
    -webkit-background-clip: text;
    background-clip: text;
}

.on-sale>div:first-child {
    -webkit-text-decoration-color: #dc3545;
    text-decoration-color: #dc3545;
    text-decoration-thickness: 10%;
    display: inline-block;
}

.on-sale>div:nth-child(2) {
    color: #dc3545;
    font-weight: 700;
    display: inline-block;
    margin-left: 0.25rem;
}

.pinpoint span::after,
.pinpoint span::before {
    transform: translateX(-15px);
    font-size: 12px;
    color: #8f9bb3;
    white-space: nowrap;
}

.productlayout2:hover .form-check-label div:first-child {
    border-color: var(--bs-primary) !important;
    transition: 0.3s ease-in-out;
}

.box {
    margin: 10px;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}

.upload-options input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.js--image-preview {
    height: 150px;
    width: 150px;
    background-image: url("/public/images/add-placeholder.png");
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px dashed rgba(95, 158, 160, 0.8);
    border-radius: 4px;
}

.upload-options.disabled {
    opacity: 0.4;
}

.colorrange .form-check-input {
    border-radius: 100%;
}

.colorrange .form-check-input:checked {
    background-image: none;
    position: relative;
}

.colorrange .form-check-input:checked::after {
    content: "";
    border: 2px solid #1e7b73;
    height: 1.8em;
    width: 1.8em;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    left: -4.6px;
    top: -4.6px;
}

.white-board {
    top: -30px;
}

#img-preview {
    max-width: 200px;
    height: auto;
}

#img-preview img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    border: 1px solid #acbdbb;
    border-radius: 4px;
    padding: 4px;
    background: #f1f1f1;
}

.custom-file-button input[type="file"]::-webkit-file-upload-button {
    display: none;
}

.custom-file-button input[type="file"]::file-selector-button {
    display: none;
}

.custom_sizes {
    margin: 8px 0;
}

.custom_sizes label {
    width: 100%;
    background-color: #ebeded;
}

.custom_sizes [type="radio"]:checked+label {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
}

.oty-check .form-check-label span:first-child,
.oty-check .form-check-label span:nth-child(2) {
    min-width: 42px;
    display: inline-block;
}

.imprintcolors li {
    cursor: pointer;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 500;
    flex-direction: row;
    align-items: center;
    position: relative;
    display: block;
    z-index: 10;
    transition: 0.3s ease-in-out;
}

.imprintcolors li label {
    position: relative;
    z-index: -1;
}

#filteroptions .accordion-button::after {
    transform: scale(0.7);
}

#filteroptions .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg) scale(0.7);
}

.colors-radio [type="radio"]:not(:checked)+label,
.colors-radio input[type="radio"]:checked+label,
.colors-radio label {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    box-shadow:
        rgba(168, 168, 168, 0.16) 0 1px 4px,
        #dcdcdc 0 0 0 1px;
    transition: 0.2s ease-in-out;
}

.colors-radio input[type="checkbox"]:checked+label,
.colors-radio input[type="radio"]:checked+label {
    border: 2px solid var(--bs-primary);
    transform: scale(1.1);
}

.colors-radio input[type="checkbox"]:checked+label::before,
.colors-radio input[type="radio"]:checked+label::before {
    content: "\ec50";
    font-family: "LineIconsPro Regular";
    display: inline-block;
    color: #d6cece;
    font-size: 0px;
    line-height: 20px;
    font-weight: 900;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    box-shadow:
        rgba(168, 168, 168, 0.16) 0 1px 4px,
        #14142b 0 0 0 1px;
    transition: 0.2s ease-in-out;
}

.colors-radio.color-radio-image [type="radio"]:not(:checked)+label,
.colors-radio.color-radio-image input[type="radio"]:checked+label,
.colors-radio.color-radio-image label {
    width: 36px;
    height: 36px;
    border: 0.5px solid #ccc;
    border-radius: 4px;
}

.colors-radio.color-radio-image label img {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    object-fit: contain;
    padding: 0.5px;
}

.colors-radio.color-radio-image input[type="checkbox"]:checked+label::after,
.colors-radio.color-radio-image input[type="radio"]:checked+label::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    border-radius: 4px;
    border: 2px solid #002925;
}

.colors-radio input::-webkit-inner-spin-button,
.colors-radio input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.colors-radio input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

.custom-radio label {
    min-width: 118px;
}

.colors-radio.color-radio-image.pens-color label {
    width: 60px !important;
    text-align: center;
}

.colors-radio.color-radio-image.pens-color label img {
    max-height: 100%;
}

#FilterList2 .colors-radio input[type="checkbox"]:checked+label::before,
#FilterList2 .colors-radio input[type="radio"]:checked+label::before {
    border-radius: 100%;
    box-shadow:
        rgba(168, 168, 168, 0.16) 0 1px 4px,
        rgb(255 255 255) 0 0 0 1px;
}

.m-buttons {
    position: fixed;
    bottom: 0;
    background: #f0f7ff;
    z-index: 1055;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    left: 0;
    right: 0;
}

.discount-progressbar {
    position: relative;
    height: 12px;
    background-color: #e8f4f1;
    font-size: 13px;
    font-weight: 700;
}

.eye-slash::after,
.marker,
.marker-bottom,
.marker-top,
.marker::before {
    position: absolute;
}

.marker {
    border: 1px solid var(--bs-primary);
    height: 26px;
    width: 26px;
    border-radius: 50%;
    top: -7.2px;
    background: #fff;
}

.marker::before {
    content: "";
    height: 18px;
    width: 18px;
    background-color: var(--bs-primary);
    border-radius: 50%;
    margin: 3px;
}

.marker-top {
    margin-top: -30px;
    margin-left: 4px;
}

.marker-bottom {
    margin-top: 32px;
    margin-left: -10px;
}

.marker.completed {
    border: 1px solid var(--bs-primary);
}

.discount-progressbar #m1 {
    left: -1px;
}

.discount-progressbar #m2 {
    left: 33%;
}

.discount-progressbar #m3 {
    left: 66%;
}

.discount-progressbar #m4,
.slick-tag-next {
    right: 0;
}

.progress-completed {
    background-color: var(--bs-primary);
    height: 12px;
    transition: 0.5s;
    border-radius: 10px;
}

.final-price {
    font-size: 14px;
    line-height: 34px;
}

.final-price tr td:nth-child(2) {
    text-align: right;
}

#cart-items.table>:not(caption)>*>* {
    border-style: dashed;
    border-color: #0576F0;
}

#cart-items.table thead th {
    border-bottom: 0;
}

#cart-items.table tbody {
    background: #EFF0F6;
}

#cart-items.table tbody tr:last-child td {
    border-bottom: 0;
}

.cart-order-img,
.cart-order-img img {
    width: 84px;
    height: 84px;
    object-fit: cover;
}

.product_details {
    /* display: none;
    transition: display 0.3s ease; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.product_details.show {
    /* display: block;
    opacity: 1; */
    max-height: 2000px;
    /* Adjust this value based on your content's maximum height */
    transition: max-height 0.91s ease;
}

.loginsignup::-webkit-scrollbar {
    display: none;
}

.loginsignup {
    -ms-overflow-style: none;
}

#togglePassword {
    cursor: pointer;
    color: var(--bs-primary) !important;
}

.eye-slash::after {
    content: "/";
    font-weight: 800;
    font-size: 30px;
    margin-left: 6.9px;
    transform: rotate(35deg);
    margin-bottom: 2px;
}

.faq-accordion.accordion-flush .accordion-item,
.faq-accordion.accordion-flush .accordion-item .accordion-button {
    border-radius: 16px;
}

.faq-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: 0 0;
    color: #000;
    font-weight: 600;
}

.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='%230A0A0A'%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");
}

.faq-accordion .accordion-body {
    padding-top: 0;
}

.faq-accordion .accordion-button {
    color: #000;
    font-weight: 600;
    border-radius: 16px;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.product-accordion .accordion-button {
    font-size: 18px;
}

.product-accordion .accordion-button::after {
    content: "Collapsed";
    background-image: none;
    transform: none;
    font-size: 13px;
    color: var(--bs-info);
    background-image: none;
    width: auto;
}

.product-accordion .accordion-button:not(.collapsed)::after {
    content: "Collapse";
    transform: none;
    font-size: 13px;
    color: var(--bs-info);
    background-image: none;
}

.form-check-label .cat-img-id {
    border: 2px solid var(--bs-light);
}

.form-check-label .cat-img-id .pro-selected {
    display: none;
}

.form-check-input:checked+.form-check-label .cat-img-id {
    border: 2px solid #000;
}

.form-check-input:checked+.form-check-label .cat-img-id .pro-selected {
    display: block;
}

.halfbg {
    background: var(--bs-primary);
    position: relative;
    min-height: calc(100vh - 120px);
}

.halfbg::before {
    content: "";
    position: absolute;
    background-color: #e1e1e1;
    height: calc(100% - 55%);
    bottom: 0;
    width: 100%;
}

.sitemaplist li {
    width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

.color-type {
    top: 0;
    margin: 14px;
    left: 0;
    display: block;
    max-width: 100px;
}

.clear-button {
    position: absolute;
    bottom: 100px;
    left: 100px;
    background: #fff;
    border-radius: 100%;
    height: 24px !important;
    width: 24px;
    padding: 0 0 0 4px;
    margin: -1px;
}

.custom-file-container .image-preview {
    width: 125px;
    height: 125px;
}

.color-box {
    border: 1px solid #000;
    padding: 20px;
}

.jq-toast-wrap .jq-toast-heading,
.jq-toast-wrap table,
.jq-toast-wrap table tr td {
    color: #fff !important;
    line-height: 24px;
}

:focus-visible {
    outline: 0;
}

.nav-tabs .nav-link {
    color: var(--bs-primary);
    opacity: 0.7;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid transparent;
    transition: 0.3s ease-in-out;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    color: var(--bs-primary);
    opacity: 1;
    box-shadow: none !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 4px solid #14142b;
    color: var(--bs-primary);
    opacity: 1;
}

.nav-pills .nav-link.active {
    color: #fff;
    opacity: 1 !important;
}

.offcanvas-end {
    width: 584px;
}

.hover-effect:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.orderinfo-img,
.orderinfo-img img {
    width: 48px;
    height: 48px;
    min-width: 48px;
    object-fit: cover;
}

.flex-parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.input-flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 10px 0 70px;
    position: relative;
    z-index: 0;
}

.pinpoint {
    width: 25px;
    height: 25px;
    background-color: #fff;
    position: relative;
    border-radius: 50%;
    border: 1px solid #8f9bb3;
}

.pinpoint::before {
    content: "";
    display: block;
    position: relative;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e8f4f1;
    width: 218px;
    height: 12px;
    left: 4px;
}

.pinpoint::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #8f9bb3;
    border-radius: 50%;
    position: absolute;
    top: 3.5px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.pinpoint:last-child::before {
    width: 0;
}

.pinpoint.active {
    border-color: #2c3e50;
}

.pinpoint.active::after,
.pinpoint.active::before {
    background-color: #2c3e50;
}

.pinpoint span {
    width: 1px;
    height: 1px;
    position: relative;
    top: 50%;
    left: 50%;
    visibility: hidden;
}

.pinpoint span::after,
.pinpoint span::before {
    visibility: visible;
    position: absolute;
    left: 50%;
}

.pinpoint span::after {
    content: attr(data-year);
    top: 6px;
    font-weight: 600;
}

.pinpoint span::before {
    content: attr(data-info);
    top: 24px;
    font-weight: 500;
}

.contactbg {
    height: 380px;
    background-position: top;
    background-size: cover;
}

.timeline {
    display: flex;
    flex-direction: row;
}

.timeline .events {
    position: relative;
    display: flex;
    row-gap: 24px;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
}

.timeline .event {
    display: flex;
    column-gap: 6px;
}

.timeline .event::before {
    content: "";
    background-image: url("/images/icons/frame-box.svg");
    width: 16px;
    background-repeat: no-repeat;
    left: -2px;
    position: relative;
    z-index: 1;
    margin-top: 5px;
}

.timeline .knob {
    z-index: 1;
    border: 1px solid #14142b;
    border-radius: 50%;
    position: relative;
}

.timeline .knob::before {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: var(--bs-primary);
    left: 2.7px;
    top: 3.2px;
}

.timeline .date,
.timeline .description {
    align-self: center;
}

.timeline .line {
    position: absolute;
    height: 100%;
    width: 2px;
    z-index: 0;
    background-color: #d9dbe9;
    top: 0;
    left: 5px;
}

.pagination {
    justify-content: center;
    margin: 20px 0;
}

.page-link {
    color: var(--bs-primary);
    padding: 8px 18px;
    font-weight: 500;
}

.btn-select-card .btn-check+.btn-secondary .badge-default,
li.page-item {
    display: none;
}

.page-item.active,
.page-item.disabled,
.page-item:first-child,
.page-item:last-child,
.page-item:nth-child(2),
.page-item:nth-child(3),
.page-item:nth-last-child(2) {
    display: block;
}

.tooltip-inner {
    font-size: 13px;
    background-color: transparent;
    background-color: #14142B;
    opacity: 1;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #14142B;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #14142B;
}

.tooltip.show {
    opacity: 1;
}

.form-control,
.form-select {
    font-size: 14px;
    background-color: #eff0f6;
}

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.upload__img-box {
    width: 160px;
    padding: 0 4px;
    margin-bottom: 10px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: "âœ–";
    font-size: 14px;
    color: #fff;
}

.upload-artfiel-preview {
    border: 1px solid #eff0f6;
    /* margin-bottom: 14px; */
    border-radius: 4px;
    overflow: hidden;
    padding: 6px;
}

.upload-artfiel-preview .file_name {
    max-width: 200px;
}

.upload-artfiel-preview img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border: 1px solid #eff0f6;
    border-radius: 3px;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-bottom: 2px;
    transition: 0.3s ease-in-out;
}

.img-bg:hover {
    transform: scale(1.05);
    z-index: 10;
}

.spinner-border {
    border: 0.2em solid currentColor;
    border-right-color: transparent;
}

.loader {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    background: rgba(186, 186, 186, 0.3);
    z-index: 99999;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    overflow-y: hidden;
}

.nav.nav-pills li.nav-item button.nav-link {
    border: none;
    font-weight: 500;
    padding: 8px 14px;
    letter-spacing: 1px;
    color: #160808;
    font-size: 14px;
}

.nav.nav-pills li.nav-item button.nav-link.active {
    border-bottom: none;
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 20%);
}

.payment-info .list-group-item {
    border: none;
    border-bottom: 1px solid #e0e6ed;
}

.payment-info .list-group-item:first-child {
    border-bottom: 1px solid #e0e6ed;
}

.payment-info .list-group-item .billing-content p {
    color: #888ea8;
    font-size: 12px;
}

.artworkpreview {
    transition: 0.5s;
}

#resetimg {
    visibility: hidden;
    position: absolute;
    right: 10px;
    top: 10px;
}

#resetimg.lnir-close::before {
    font-size: 20px;
}

.artworkpreview:hover #resetimg {
    visibility: visible;
    opacity: 1;
}

.password-req {
    padding: 0;
}

.password-req li {
    position: relative;
    padding-left: 20px;
}

.password-req li::before {
    content: "\025EF";
    position: absolute;
    left: 0;
    top: 42%;
    transform: translateY(-50%);
    font-size: 10px;
    opacity: 0.4;
    font-weight: 900;
}

.password-req li.success::before {
    content: "\2713";
    color: green;
    opacity: 1;
    font-size: 18px;
}

.text-gradient-1 {
    background: -webkit-linear-gradient(0deg, #c5ffaa 0, #00bac6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 600;
}

.text-gradient-2 {
    background: -webkit-linear-gradient(0deg, #f9ab34, #ffe68e 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.text-gradient-3 {
    background: -webkit-linear-gradient(0deg, #52ee4f, #059700 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.text-gradient-4 {
    background: linear-gradient(175deg, #3fa53c 10%, #006cd0 25%);
    /* background: -webkit-linear-gradient(175deg, #3FA53C 10%, #006CD0 25%); */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.print-btn {
    position: relative;
    background: #eff0f6;
    border: 1px dashed #3fa53c;
    border-radius: 4px;
}

.btn-upload {
    padding: 15.4px;
    background: linear-gradient(95.08deg, #3fa53c 2.49%, #006cd0 97.19%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    border-radius: 4px;
}

.btn-gradient-1,
.btn-gradient-2,
.btn-gradient-3,
.btn-gradient-4 {
    background-size: 350%;
    transition: 0.3s ease-in;
}

.btn-gradient-1 {
    background-image: linear-gradient(to left, #c5ffaa 0, #00bac6 75%, #c5ffaa 100%, #00bac6 100%, #c5ffaa 100%, #00bac6 100%);
}

.btn-gradient-1:hover,
.btn-gradient-2:hover,
.btn-gradient-3:hover {
    background-position: 100% 100%;
}

.btn-gradient-2 {
    background-image: linear-gradient(to left, #ffb628 0, #ee4700 75%, #ffb628 100%, #ee4700 100%, #ffb628 100%, #ee4700 100%);
}

.btn-gradient-3 {
    background-image: linear-gradient(to left, #3fa53c 0, #006cd0 75%, #3fa53c 100%, #006cd0 100%, #3fa53c 100%, #006cd0 100%);
}

.btn-gradient-4 {
    background: linear-gradient(95.08deg, #3fa53c 2.49%, #006cd0 97.19%);
    /* height: 54px; */
}

.btn-gradient-4:hover {
    background: linear-gradient(185deg, #006cd0 10%, #3fa53c 100%);
}

.btn-gradient-outline {
    padding: 10px 20px;
    border: none;
    outline: 0;
    position: relative;
    border-radius: 8px;
    background: linear-gradient(to right, #3fa53c, #006cd0);
    cursor: pointer;
    transition: 0.3s ease-in;
}

.btn-gradient-outline::before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 6px;
    background-color: #14142b;
}

.btn-gradient-outline:hover {
    background: linear-gradient(to right, #006cd0, #3fa53c);
    text-decoration: none;
    background-position: 100% 100%;
}

.carousel-control-next,
.carousel-control-prev {
    width: 2%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 1.3rem;
    height: 1.3rem;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%6E7191'><path 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'/></svg>");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%6E7191'><path 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'/></svg>");
}

.text-grayscale {
    color: #4e4b66 !important;
}

.img-effect-1 {
    transition: 0.8s ease-in-out;
}

.img-effect-1:hover {
    transform: scale(1.2) rotate3d(1, 1, 1, 10deg);
}

.product-list:hover .pro-img {
    transform: scale(1.02);
    text-decoration: none;
}

.product-list .f-arrow {
    transition: transform 0.3s ease-out;
    transform: translateX(-4px);
}

.product-list:hover .f-arrow {
    transform: translateX(0);
}

.swagboxes.slick-initialized .slick-slide {
    margin: 20px;
}

.slick-next,
.slick-prev {
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    background: linear-gradient(109deg, #c5ffaa 0, #00bac6 100%);
    color: #14142b;
    padding: 10px;
    border: 0;
    width: 48px;
    height: 48px;
    z-index: 1;
}

.left-sidebar,
.page-wrapper {
    height: 100%;
    transition: 0.3s ease-in-out;
}

.slick-prev {
    border-radius: 0 4px 4px 0;
    left: 0;
}

.sidebartoggler.iconanimate i,
.slick-prev img,
.slick-tag-prev img {
    transform: rotate(-180deg);
}

.slick-next {
    border-radius: 4px 0 0 4px;
    right: 0;
}

.pod-store .podbgs::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.featured-bg-1,
.pod-store .podbgs.ai-img::after {
    background: #e3feff;
}

.featured-bg-4,
.pod-store .podbgs.ent-img::after {
    background: #eaf9de;
}

.pod-store .podbgs.artists-img::after {
    background: #f9dede;
}

#play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85px;
    height: 85px;
    background-color: #14142b;
    border: 6px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    outline: 0;
}

#play-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 53%;
    border-style: solid;
    border-width: 7.5px 0 7.5px 12px;
    border-color: transparent transparent transparent #14142b;
}

#play-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.badge-soon {
    background: #ee4700;
    font-size: 12px;
    font-weight: 400;
    border-radius: 20px;
}

select#SelectFont {
    font-family: Arial, sans-serif;
}

select#SelectFont option {
    font-family: inherit;
}

.main-wrapper {
    position: relative;
    max-width: 1580px;
    margin: 0 auto;
}

.left-sidebar {
    position: absolute;
    width: 260px;
    top: 0;
    z-index: 9;
    padding-top: 0;
    background: #fcfcfc;
    border-right: 1px solid #eff0f6;
}

.page-wrapper {
    background: #f6f6f7;
    position: relative;
    margin-left: 260px;
    min-height: calc(100vh - 180px);
}

.sidebartoggler {
    position: absolute;
    background: #fff;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    color: var(--bs-primary-rgb);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    font-weight: 900;
    right: -12px;
    top: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    cursor: pointer;
    z-index: 1;
}

.sidebartoggler i {
    transition: 0.5s ease-in-out;
}

.btn-addcard,
.btn-icon,
.help-links button,
.page-wrapper.expandwrapper {
    transition: 0.3s ease-in-out;
}

.left-sidebar.miniside {
    width: 54px;
}

.page-wrapper.expandwrapper {
    margin-left: 54px;
}

.scroll-sidebar {
    position: sticky;
    top: 34px;
}

.sidebar-nav ul {
    margin: 0;
    padding: 0;
}

.sidebar-nav ul .sidebar-item .sidebar-link {
    color: #6e7191;
    padding: 5.5px 15px;
    display: flex;
    white-space: nowrap;
    align-items: center;
    line-height: 25px;
    font-size: 13px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

.sidebar-nav ul .sidebar-item .sidebar-link i {
    font-style: normal;
    width: 24px;
    line-height: 24px;
    font-size: 20px;
    color: inherit;
    display: inline-block;
    text-align: center;
}

.sidebar-nav ul .sidebar-item>.sidebar-link.active {
    background: #eff0f6;
    color: var(--bs-primary-rgb);
}

.sidebar-nav ul .sidebar-item .sidebar-link:hover {
    background: #eff0f6;
}

.bg-pink-gradient {
    background-image: linear-gradient(109deg, #fe67b2 0, #fe017f 48.44%, #e40173 98.44%);
}

.csv-file {
    max-height: 250px;
}

.csv-file .table thead {
    background-color: #f7f7fc;
}

.progress.dash-progress {
    height: 4px;
}

.orders-progress .progress-bar {
    background-color: #008a00;
}

.orders-fulfilled .progress-bar {
    background-color: #0576f0;
}

.proofs-ready .progress-bar {
    background-color: #eaac30;
}

.rpost-img {
    width: 56px;
    min-width: 56px;
    height: 36px;
    object-fit: cover;
}

.bd-numb,
.btn-icon {
    min-width: 24px;
}

.artfile-img,
.img-48,
.img-size,
.ordr-img {
    object-fit: contain;
}

.badge {
    border-radius: 8px;
    letter-spacing: 0.25px;
    text-align: center;
    font-weight: 500;
    line-height: 15px;
}

.badge-3-day-rush {
    background: #ffecfc;
    color: #e3026f;
}

.badge-proofs-ready,
.badge-standard {
    background: #e3feff;
    color: #0576f0;
}

.badge-fulfilled {
    background: #eaf9de;
    color: #008a00;
}

.badge-paid {
    background: #eaf9de;
    color: #067306;
}

.badge-default {
    background: #c3f4e3;
    color: #14142b;
}

.avatar-upload .avatar-preview>div,
.swag-kit {
    background-repeat: no-repeat;
    background-position: center;
}

.swag-kit {
    background-image: url("../images/dashboard/swag-kit.webp");
    background-size: contain;
}

.nav-tabs.order-main-tab .nav-link {
    border: 1px solid transparent;
    opacity: 1;
}

.nav-tabs.order-main-tab .nav-item.show .nav-link,
.nav-tabs.order-main-tab .nav-link.active {
    border: 1px solid #14142b;
    background: 0 0;
}

.btn-select-card .btn-check:checked+.btn-secondary,
.table-bg {
    background: #fcfcfc;
}

.nav-filter .list-group li,
.nav-filter .list-group li a {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.nav-filter .list-group li a {
    border-bottom: 2px solid transparent;
    font-weight: 600;
    color: #a0a3bd;
}

.nav-filter .list-group li a.active {
    border-bottom: 2px solid #14142b;
    color: #14142b;
}

.btn-select-card .btn-check+.btn-secondary:hover,
.btn-select-card .btn-check:checked+.btn-secondary {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.nav-tag .btn {
    background: #eff0f6;
    border-radius: 100px;
}

.nav-tag .btn.active {
    background: var(--bs-primary);
    color: #fff;
}

#clickable-table tr {
    cursor: pointer !important;
}

.tbl-btn {
    max-width: 122px;
    border-color: #d9dbe9;
    border-width: 2px;
}

.btn-icon {
    background: #eff0f6;
    min-height: 24px;
}

.btn-icon:hover {
    background: #e0e0e0;
}

.ordr-img {
    width: 72px;
    height: 72px;
}

.help-links button {
    font-size: 13px;
    color: var(--bs-primary);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.8rem 1rem;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    font-weight: 500;
}

.help-links button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='14142B'><path 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'/></svg>");
    background-repeat: no-repeat;
    background-size: 1rem;
    transform: rotate(-90deg);
}

.help-links button:hover {
    background-color: #fcfcfc;
}

.btn-close {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='%236E7191' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9 9 6 6m-6 0 6-6m8 3c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11Z'/%3e%3c/svg%3e") center no-repeat;
}

#selectreason option {
    font-size: 13px;
    font-weight: 400;
    background: #fff;
}

.check-animation::before {
    content: "";
    position: absolute;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
    width: 60px;
    height: 60px;
    background: #d9dbe9;
    border-radius: 50%;
    translate: -62% 61%;
    animation: 1.5s ease-out infinite pulse-border;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#dropArea {
    width: 100%;
    height: 200px;
    border: 1px dashed #d9dbe9;
    background: rgb(239, 240, 246, 0.05);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#dropArea p {
    margin: 0;
}

#dropArea.dragging {
    border-color: #007bff;
    background: rgba(0, 123, 255, 0.06);
}

#previewContainer img {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    border: 1px dashed #d9dbe9;
    object-fit: contain;
}

.prevdel-icon {
    right: -30px;
}

.btn-addcard {
    border: 1px dashed #d9dbe9;
}

.btn-addcard i {
    background: #eff0f6;
    width: 64px;
    height: 42px;
}

.btn-addcard:hover {
    border-color: rgba(0, 123, 255, 0.3) !important;
    background: rgba(0, 123, 255, 0.02);
}

.btn-select-card .btn-check+.btn-secondary {
    border: 1px solid #d9dbe9;
    min-height: 76px;
    background: #fff;
    transition: 0.1s ease-in-out;
}

.designtool-canvas .offcanvas-body,
.designtool-canvas .offcanvas-header {
    max-width: 1580px;
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
}

.bg-dotted {
    background-image: radial-gradient(rgba(0, 0, 0, 0.12) 3px, transparent 0);
    background-size: 60px 60px;
    height: calc(100% - 58px);
}

.artfile-img {
    height: calc(100vh - 300px);
    max-height: 520px;
}

.img-36 {
    width: 36px;
    height: 36px;
}

.img-30 {
    width: 30px;
    height: 30px;
}

.img-48 {
    width: 48px;
    height: 48px;
}

.img-80 {
    width: 80px;
    height: 80px;
}

.designtool-canvas .border-bottom {
    border-color: #4e4b66 !important;
}

#counter {
    min-width: 34px;
}

.btn-counter {
    background: #d9dbe9;
}

.bs-tooltip-end .tooltip-inner {
    background-color: transparent;
    background: linear-gradient(109deg, #cf69fc 0, #af05fa 48.44%, #8c04c8 100%);
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #8c04c8;
}

.canvas-area {
    height: calc(100vh - 120px);
    padding: 60px 0;
    margin: 5px 0;
    overflow-y: scroll;
}

.canvas-area::-webkit-scrollbar {
    width: 10px;
}

.cavas-footer {
    top: calc(100vh - 150px);
    bottom: 0;
}

.cavas-footer.artfile-footer {
    top: calc(100vh - 118px);
}

.btn-comment {
    height: 74px;
    width: 74px;
    box-shadow:
        rgba(0, 0, 0, 0.16) 0 1px 4px,
        #d9dbe9 0 0 0 7px;
    position: relative;
}

.avatar-upload .avatar-preview {
    width: 72px;
    height: 72px;
    position: relative;
    border-radius: 100%;
    border: 2px solid #1e7b73;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: contain;
    background-color: #f6f6f7;
}

.border-dashed {
    border-style: dashed !important;
}

.error {
    font-size: 13px;
    color: var(--bs-danger);
}

#password-error {
    position: absolute;
}

.case-dot {
    height: 16px;
    width: 16px;
    display: inline-block;
    border-radius: 50%;
}

.case-open {
    background-color: #0576f0;
    box-shadow:
        rgba(0, 0, 0, 0.16) 0 1px 4px,
        #8de9ff 0 0 0 3px;
}

.case-escalated {
    background-color: #ee6d00;
    box-shadow:
        rgba(0, 0, 0, 0.16) 0 1px 4px,
        #ffdbbd 0 0 0 3px;
}

.offcanvas-end.offcanvas-details {
    width: 1280px;
}

.threads-chat {
    height: calc(100vh - 260px);
    overflow-y: scroll;
}

.success-rate::after {
    content: "";
    border-top: 1px solid #d9dbe9;
    width: 100%;
    display: block;
    position: absolute;
    top: 12px;
}

.success-rate span {
    z-index: 1;
}

textarea[name="threads"] {
    resize: none;
}

.imageuploadify .imageuploadify-images-list {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
}

.imageuploadify .imageuploadify-images-list .col {
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.imageuploadify .imageuploadify-images-list i {
    display: block;
    text-align: center;
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container button {
    position: absolute;
    bottom: 0;
    max-width: 20%;
    text-align: right;
    right: 0;
    padding: 4px;
    margin: 10px;
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 80%;
    text-align: left;
    padding: 10px;
}

.img-size {
    max-height: 200px;
}

.btn-fixed {
    z-index: 99;
}

.user-dropdown .dropdown-menu {
    width: 396px;
    right: 0;
    left: auto;
    max-height: 400px;
    overflow-y: auto;
}

.coupon-dropdown::after,
.coupon-dropdown::before {
    content: "";
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    top: 30%;
    z-index: 1;
}

.coupon-dropdown::after {
    transform: translate(50%, 50%);
    left: -6px;
}

.coupon-dropdown::before {
    transform: translate(-28%, 50%);
    right: -2px;
}

.lanyard-card-preview img {
    width: 60px;
    height: 60px;
}

.lanyard-card-preview .lanyard-artfile-name {
    overflow: hidden;
    max-width: 220px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0 transparent !important;
    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-size: contain;
    background-position: center;
    height: 12px !important;
    width: 12px !important;
    left: 0 !important;
}

.select2-container .select2-selection--single {
    height: 36px !important;
    background-color: #eff0f6 !important;
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #212529;
    font-size: 14px !important;
    line-height: 34px !important;
    /* padding-top: 20px; */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
}

.menu-item.active .menu-item__text,
.menu-item__text {
    font-size: 12px;
    opacity: 1;
}

#fixednav {
    position: fixed;
    bottom: 0;
    z-index: 20;
    left: 0;
    right: 0;
    width: 100%;
    background: #14142b;
}

.menu {
    width: 100%;
    padding: 10px 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    max-width: 768px;
    margin: 0 auto;
}

.menu-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 0;
    padding: 6px 14px;
    height: 35px;
    width: auto;
    border-radius: 20px;
    color: #d3d3d3;
    text-align: center;
    justify-content: center;
}

.floating-menu,
.floating-menu>.plus-icon {
    width: 50px;
    border-radius: 50%;
    background: orange;
}

.menu-item:hover {
    color: #ffff;
}

.menu-item .menu-item__text {
    opacity: 0;
    font-size: 0px;
}

.menu-item.active {
    background: #333963;
}

.menu-item.inactive {
    background-color: transparent !important;
}

.menu-item.inactive .menu-item__text {
    min-width: 0;
    opacity: 0;
    font-size: 0px;
}

.menu-item__text {
    min-width: auto;
    text-align: center;
    font-weight: 500;
    margin-left: 4px;
    transition: opacity 0.3s;
}

.menu-item__icon {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    margin-top: 2px;
}

.floating-menu {
    height: 50px;
    position: fixed;
    bottom: 58px;
    right: 35px;
    z-index: 34;
}

.floating-menu input {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.floating-menu input:checked~.floating-nav li {
    width: auto;
    opacity: 1;
}

.floating-menu input:checked~.plus-icon {
    transform: rotate(135deg);
}

.floating-menu input:checked~.floating-nav li:first-child {
    transform: translatey(-48px);
}

.floating-menu input:checked~.floating-nav li:nth-child(2) {
    transform: translatey(-88px);
}

.floating-menu input:checked~.floating-nav li:nth-child(3) {
    transform: translatey(-128px);
}

.floating-menu input:checked~.floating-nav li:nth-child(4) {
    transform: translatey(-168px);
}

.floating-menu input~.plus-icon {
    transform: rotate(0);
}

.floating-menu>.plus-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    transform: rotate(0);
    transition: 0.5s;
    pointer-events: none;
    position: absolute;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}

.floating-menu>.floating-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.floating-menu>.floating-nav li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: orange;
    cursor: pointer;
    position: absolute;
    transition: 0.5s;
}

.floating-menu>.floating-nav li span {
    font-size: 14px;
    line-height: 1;
    color: #fff;
}

.locations-grid-item {
    display: grid;
    font-size: 12px;
    gap: 5px;
    grid-template-columns: repeat(3, 1fr);
    padding: 5px 5px;
    overflow-y: auto;
    max-height: calc(90vh - 100px);
}

#hero-video {
    max-height: 460px;
    object-fit: cover;
}

#aboutherosection .carousel-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#aboutherosection .carousel-caption::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(20, 20, 43, 0) 0, #14142a 100%);
}

.featured-icon {
    height: 60px;
    width: 60px;
}

.featured-bg-2 {
    background: #ebecfe;
}

.featured-bg-3 {
    background: #fff4eb;
}

.featured-bg-5 {
    background: #fff8e9;
}

.promo-reels {
    width: 152px;
    height: 210px;
    object-fit: cover;
    border-radius: 8px;
}

/* .main-content-area {
    margin-top: 6px;
} */
.promocard {
    min-height: 490px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.modal-close {
    filter: grayscale(100) brightness(10);
    background-size: contain;
}

.modal {
    background: rgb(255 255 255 / 21%);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.search-tag {
    background-color: #9cfbef;
    color: #005649;
    display: block;
    margin: 0 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 20px;
    font-size: 12px;
    padding: 0 4px;
    height: 38px;
    transition: 0.3s ease-in-out;
}

.search-tag:hover {
    background-color: #95e3da;
}

.slick-tag-next,
.slick-tag-prev {
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    background: #eff0f6;
    color: #14142b;
    padding: 4px;
    border: 0;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    font-size: 10px;
    z-index: 1;
}

.slick-tag-prev {
    left: 0;
}

.slick-arrow.slick-disabled {
    color: rgba(20, 20, 43, 0.5);
}

.slick-arrow.slick-disabled img {
    opacity: 0.5;
}

.badge-rush {
    background: linear-gradient(94.14deg, #0f0c29 2.06%, #302b63 97.23%);
}

#variant_products .table-responsive {
    overflow-y: scroll;
    height: calc(100vh - 200px);
}

.jq-toast-wrap {
    width: 100% !important;
    max-width: 300px !important;
}

.jq-icon-warning {
    background-position-y: 10px !important;
}

/* Funnel page CSS START */
.bg-offer-1 {
    background: #cbffae;
}

.bg-offer-2 {
    background: linear-gradient(102deg, #0b62f5 10.33%, #013fc9 82.7%);
}

.bg-offer-3 {
    background: linear-gradient(95deg, #535664 2.49%, #202d3a 97.19%);
}

.bg-offer-4 {
    background: linear-gradient(95deg, #c566ff 2.49%, #5c00b9 97.19%);
}

.btn-success-2 {
    background: #cbffae;
    transition: 100ms ease-in-out all;
}

.btn-success-2:hover {
    background: #99d479;
}

.sw-green {
    background: #002424;
}

.imgthumbs.carousel-indicators {
    position: relative;
    margin: 0;
    margin-top: 15px;
}

.imgthumbs.carousel-indicators .active {
    border: 1px solid #002925;
}

.imgthumbs.carousel-indicators [data-bs-target] {
    width: 90px;
    height: 90px;
    border: 1px solid rgba(10, 10, 10, 0.16);
    border-radius: 8px;
    overflow: hidden;
}

.imgthumbs.carousel-indicators button img {
    display: block;
}

.colorimg .carousel-item {
    border-radius: 8px;
    overflow: hidden;
}

.min-odr-badge {
    background: #fff8e9;
    color: #946300;
}

.funnel-radio .colors-radio {
    max-height: 24px;
}

.funnel-radio .colors-radio [type="radio"]:not(:checked)+label,
.funnel-radio .colors-radio input[type="radio"]:checked+label,
.funnel-radio .colors-radio label {
    width: 30px;
    height: 30px;
    box-shadow:
        rgba(168, 168, 168, 0.16) 0 1px 4px,
        #393939 0 0 0 1px;
}

.funnel-radio .colors-radio input[type="checkbox"]:checked+label::before,
.funnel-radio .colors-radio input[type="radio"]:checked+label::before {
    content: "\2713";
    font-size: 16px;
    transform: rotate(18deg);
    color: #a7a7a7;
    border-radius: 50%;
    box-shadow:
        rgba(168, 168, 168, 0.16) 0 1px 4px,
        #c9c9c9 0 0 0 1px;
}

.size-radio [type="radio"]:not(:checked)+label,
.size-radio input[type="radio"]:checked+label,
.size-radio label {
    width: 42px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
    background: #fcfcfc;
    color: var(--bs-primary);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: 0.2s ease-in-out;
}

.size-radio input[type="checkbox"]:checked+label,
.size-radio input[type="radio"]:checked+label {
    border: 1px solid #fff;
    background: var(--bs-primary);
    color: #fff;
}

.wsmenu>.wsmenu-list>li:nth-last-child(1) .halfmenu {
    right: 0;
}

/* Funnel 2.0 START */
.btn-funnel {
    background: linear-gradient(95.08deg, #ff4c4c 2.49%, #ff0000 47.37%, #cc0000 97.19%);
    color: #fff;
    text-decoration: none !important;
    background-size: 350%;
    transition: 0.3s ease-in;
}

.btn-funnel:hover {
    background-position: 100% 100%;
    color: #fff;
}

/* .funnel-pro-bg{
    background: url("../images/funnel/funnel-bg.jpg");
    background-size: cover;
    background-position: top;
} */
.funnel-pro-bg::before {
    content: " ";
    background: url("../images/funnel/funnel-bg.jpg");
    background-size: cover;
    background-position: top;
    position: absolute;
    top: 0;
    height: 730px;
    width: 100%;
}

.funnel-steps {
    background: rgba(20, 20, 43, 0.05);
}

.funnel-header {
    background: url("../images/funnel/upper-container.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 100px;
}

.funnel-text-1 {
    background: linear-gradient(95.08deg, #fec790 2.49%, #f991f7 97.19%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.offer-text-block {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 45px;
}

.downsell .offer-text-block {
    top: 35px;
}

.funnel-offer-oty label {
    border: 2px solid #3f3f70;
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
    color: #eff0f6;
}

.funnel-offer-oty input[type="radio"]:checked+label {
    border: 2px solid #eff0f6;
}

.featured-oty label {
    background: linear-gradient(106.65deg, #ffbb55 -2.86%, #ffe68f 82.55%), linear-gradient(0deg, #ffd173, #ffd173);
    border: 2px solid #ffd173;
    color: var(--bs-primary);
}

.finaloffer-header {
    background: url("../images/funnel/upper-container-final.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 120px;
}

.finaloffer-header .finaloffer-text {
    max-width: 338px;
}

.BeaconFabButtonFrame {
    bottom: 46px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.thumb-card ul li div {
    width: 52px;
    height: 52px;
    overflow: hidden;
    border: 1px solid #14142b;
    border-radius: 4px;
}

.opt-btn {
    width: 40px;
    height: 40px;
    background: #e2e2e6;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* Funnel page CSS END */

/* FBBA CSS STARt */
.fbba-shop-nav {
    position: relative;
}

.fbba-shop-nav::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 315px;
    border-bottom: 70px solid #1d428a;
    border-right: 30px solid transparent;
}

.fbba-shop-nav::after {
    content: "";
}

.fbba-shop-m-nav::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 145px;
    border-bottom: 51px solid #1d428a;
    border-right: 30px solid transparent;
}

.fbba-nav-icon {
    background: #1d428a;
}

.bg-shop {
    background: #141F66;
    position: relative;
}

.cr-border {
    height: 72px;
    width: 72px;
    border-radius: 50%;
    border: 3px solid var(--bs-primary);
    transition: 300ms ease-in-out all;
}

a:hover .cr-border {
    transform: scale(1.1);
}

footer {
    background: url("/images/fbba/footer-img-lg.webp");
}

.hidden-team {
    max-height: 208px;
    overflow: hidden;
    transition: max-height 0.6s ease-in-out;
}

.hidden-team.show {
    max-height: 100%;
    /* adjust the max-height value to fit your needs */
}

/* H-town bang page css 2025 */
.text-dark2 {
    color: #14142B;
}

.text-info2 {
    color: #0576F0;
}

.bg-danger2 {
    background-color: #C10C0C !important;
}

.text-danger2 {
    color: #C10C0C;
}

#event-details .nav-tabs .nav-item.show .nav-link,
#event-details .nav-tabs .nav-link.active {
    border-bottom: 2px solid #14142b;
    color: #14142B !important;
    background: transparent;
}

#event-details .nav-tabs .nav-link {
    border-bottom: 2px solid transparent;
    color: #4E4B66 !important;
    padding-left: 0;
    padding-right: 0;
    margin-right: 40px;
}

#event-details .tab-content {
    background: #FCFCFC;
    border-radius: 8px;
    margin-top: 10px;
}

.border-grey {
    border: 1px solid #D9DBE9;
}

.btn-danger.btn-danger:hover {
    background-color: #bb2d3b !important;
}

/* FBBA CSS END */

@media (min-width: 576px) {
    #browsecategory .modal-dialog {
        max-width: 1440px;
        padding: 0 4px;
    }
}

@media (min-width: 767px) {
    .pricecardfixed {
        top: 60px;
        position: sticky;
        display: flex;
        align-self: flex-start;
        z-index: 1;
        transition: 0.3s ease-in-out;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 99%;
    }

    #header-nav {
        box-shadow:
            0 2px 8px rgb(0 0 0 / 4%),
            inset 0 -1px 0 rgb(0 0 0 / 8%);
    }

    .vh-lg-100 {
        height: 100vh;
    }

    #cart-items td:first-child {
        max-width: 250px;
    }

}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 99%;
    }

    .modal-xl {
        max-width: 1300px;
    }

    .productlist {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (min-width: 1500px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1480px;
    }

    section {
        max-width: 1580px;
        margin: 0 auto;
    }
}

@media (max-width: 1199px) {
    .packaging-bg {
        height: 340px;
    }

    .h1,
    h1 {
        font-size: 38px;
    }

    .wsmenu>.wsmenu-list>li>a {
        padding: 0 2px;
        font-weight: 500;
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu {
        height: auto;
    }

    .navbar-brand img {
        max-width: 110px;
    }

    .nav-search-bar {
        width: 100%;
    }

    .mid-nav .nav-item .nav-link.font-11 {
        font-size: 10px;
    }

    .first-cat.product-cat {
        height: 210px;
    }

    .first-cat.product-cat img {
        clip-path: polygon(20% 0, 100% 0%, 100% 100%, 40% 100%);
    }

    .first-cat.product-cat .font-24 {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .cartitems {
        left: 12px;
    }

    .top-nav {
        height: auto;
    }

    #cart-items td {
        border: none !important;
        display: none;
    }

    #cart-items td:first-child,
    #cart-items td:nth-child(5) {
        display: block;
    }

    .loginbg,
    .signupbg {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .form-area {
        background: #f6f9fa;
        padding: 20px;
        border-radius: 14px;
        z-index: 1042;
        box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px 0;
    }

    .loginbg .bs-title .bg-white,
    .signupbg .bs-title .bg-white {
        background-color: transparent !important;
    }

    .form-area .btn-primary {
        box-shadow:
            inset 2px 0 2px #037368,
            2px 0 2px #037368,
            inset 0 -2px 2px #037368,
            inset 0 2px 2px #037368;
    }

    .font-48,
    .font-56 {
        font-size: 36px;
    }

    .delivery-card {
        width: 150px;
    }

    .main-wrapper {
        top: 20px;
    }

    .img-effect-1:hover {
        transform: none;
    }

    .downsell .offer-text-block {
        top: 12px;
    }

    .product-accordion .accordion-button {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    #header_menu .dropdown-toggle img {
        min-width: 24px;
        width: 24px;
        height: 24px;
    }

    #header_menu .dropdown-toggle::after,
    #cart_mob .dropdown-toggle::after {
        margin-left: .1em;
    }

    .main-content-area {
        margin-top: 45px;
    }

    /* Header Menu Code START*/
    .wsmobileheader {
        top: 0;
    }

    .wsmenu {
        z-index: 1003;
    }

    .wsmenu>.wsmenu-list>li>.navtext {
        color: var(--bs-dark) !important;
        text-align: left;
        border-bottom: 1px solid #d1d1d1;
    }

    .wsmobileheader {
        height: 50px;
        z-index: 1005;
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
    }

    .wsanimated-arrow {
        position: static;
        /* padding: 0 0 0 10px; */
        padding: 14px 5px;
        margin: 0;
        right: 0;
        left: 0;
        display: inline-block;
        z-index: 1024;
        max-width: 40px;
        height: auto;
        width: 36px;
    }

    .wsmobileheader .wssearchform form:before {
        content: "\f0d1";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: remixicon !important;
        font-style: normal;
    }

    .wsanimated-arrow span,
    .wsanimated-arrow span:after,
    .wsanimated-arrow span:before {
        transition: all 0.3s ease-in-out;
    }

    .wsanimated-arrow span,
    .wsanimated-arrow span:after,
    .wsanimated-arrow span:before {
        background: #ffffff;
        content: "";
        cursor: pointer;
        display: block;
        height: 1.5px;
        position: absolute;
        top: 24px;
        width: 24px;
    }

    .wsanimated-arrow span:before {
        top: -8px;
        width: 24px;
    }

    .wsanimated-arrow span:after {
        top: 8px;
        width: 24px;
    }

    .wsactive .wsanimated-arrow span {
        background-color: #14142b;
        top: 22px;
        width: 0;
        transition: all 0.3s ease-in-out;
    }

    .wsactive .wsanimated-arrow span:before,
    .wsactive .wsanimated-arrow.active span:after {
        /* left: -1px; */
        /* top: 3px; */
        /* width: 9px; */
        left: 0;
        top: 0;
        width: 24px;
    }

    .wsactive .wsanimated-arrow span:after {
        /* left: -1px; */
        /* top: -2.6px; */
        /* width: 8px; */
        left: 0;
        top: 0;
        width: 24px;
    }

    .wsmobileheader .wssearch.wsopensearch i.wsclosesearch {
        top: 5px;
        right: 5px;
        font-size: 36px;
        opacity: 1;
        position: relative;
    }

    .wsmobileheader .wssearch.wsopensearch {
        position: absolute;
        top: -5px;
        left: 0;
        right: 0;
        font-size: 12px;
        height: 50px;
        z-index: 1025;
    }

    .wsmobileheader .wssearchform {
        padding: 8px;
    }

    .wsmenu>.wsmenu-list {
        margin-left: -260px;
        position: fixed;
        left: 0;
        top: 42px;
        padding-top: 12px;
        height: 100%;
        overflow: scroll;
        padding-bottom: 60px;
    }

    .wsmobileheader .wssearch {
        margin-left: 0 !important;
        padding: 0 5px;
        margin-top: 5px;
    }

    .wsmobileheader .wssearch i {
        color: #ffffff;
        font-size: 22px;
    }

    .wsmobileheader #mobile_cart {
        position: absolute;
        top: 0;
        right: 0;
    }

    .wsmobileheader>.smllogo {
        width: auto;
        margin: 0;
        float: left;
        padding: 0 0;
    }

    .wsactive .wsmenu>.overlapblackbg {
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }

    #cart-items td,
    .form-area,
    .wsmobileheader #mobile_cart,
    .wsmobileheader .wssearch {
        position: relative;
    }

    .wsmenu>.wsmenu-list>li>.wsmenu-click {
        height: 36px;
    }

    .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
        margin: 14px 12px 0 0;
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu {
        background-color: #fff;
        padding-top: 5px;
        color: #666;
        display: none;
        position: relative;
        top: 0px;
        padding: 4px 0px 4px 0px;
        border: solid 0px;
        opacity: 1;
        visibility: visible;
        transform: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
        transform-style: flat;
    }

    .wsmenu>.wsmenu-list>li .wstliststy02 li {
        line-height: 20px;
    }

    .wsmenu>.wsmenu-list>li .wstliststy02 {
        margin: 0px 0px 0px 0px;
    }

    .wsmenu>.wsmenu-list>li>.wsmenu-click {
        border-left: 0;
    }

    .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
        transform: rotate(45deg);
        transition: 200ms ease-in all;
    }

    .wsmenu>.wsmenu-list>li>.wsmenu-click.ws-activearrow>i {
        transform: rotate(135deg);
        margin-top: 14px;
    }

    .wsactive .wsmenu>.wsmenu-list {
        margin-right: 0;
    }

    .wsmenu>.overlapblackbg {
        width: 100%;
    }

    .page-wrapper.expandwrapper,
    .wsactive .wsmenucontainer,
    .wsactive .wsmobileheader {
        margin-left: 0;
    }

    .wsmenu>.wsmenu-list>li>.navtext::after {
        content: "";
    }

    .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 {
        height: 100%;
        background-color: transparent;
        border-left: 0;
        width: 100%;
        top: 3px;
    }

    .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02.ws-activearrow02 {
        height: auto;
        width: auto;
    }

    .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 i {
        margin: 10px 21px 0 0;
    }

    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.wsshoplink-active a {
        background-color: #e2e2e2;
        color: #000;
    }

    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a {
        padding: 6px 10px;
        font-weight: 400;
        font-size: 13px;
    }
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem{
        display: block;
        top: 0;
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu,
    .wsmenu>.wsmenu-list>li>.wsshoptabing {
        top: 0;
    }

    .wsmenu>.wsmenu-list>li>.wsshoptabing {
        width: 100%;
    }

    .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02.ws-activearrow02>i {
        margin-top: 12px;
    }

    .wsmenu>.wsmenu-list>li>.navtext {
        padding: 10px 8px;
    }

    .wsmenu>.wsmenu-list>li>a {
        color: #14142b;
    }

    .wsmenu-click {
        width: 100% !important;
    }

    .wsmenu-click.ws-activearrow {
        width: auto !important;
    }

    .wsmenu>.wsmenu-list>li .wstheading:last-child {
        border-bottom: none;
        padding: 6px 0 3px;
    }

    /* Header Menu Code ENd*/
    .bg-topnav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        border-radius: 0;
        z-index: 1024;
    }

    .wsmenu>.wsmenu-list>li.wsshopmyaccount>a {
        color: #151515;
        text-align: start;
        border: 1px solid #dadada;
        height: 36px;
        line-height: 20px;
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu {
        top: 0;
    }

    .locations-grid-item {
        gap: 1px;
        padding: 0px 2px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .h1,
    h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .font-36,
    .font-56 {
        font-size: 26px;
        line-height: 34px;
    }

    .bs-title {
        font-size: 16px;
    }

    .messagearea {
        font-size: 20px;
        height: 50px;
    }

    .categorislist {
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 999;
        left: 0;
        background-color: #10101073;
        width: 100%;
        transition: 0.1s;
        visibility: hidden;
    }

    .categorislist #categories-list {
        width: 250px;
        overflow-y: scroll;
        padding-bottom: 25px;
        padding-top: 20px !important;
        background: #fff;
        height: 100%;
        position: relative;
        transition: 0.3s;
        left: -260px;
    }

    .categorislist.active {
        visibility: visible;
    }

    .categorislist.active #categories-list {
        left: 0;
        transition: 0.3s;
    }

    .catfilters.active {
        background-color: var(--bs-primary);
        color: #fff;
        font-weight: 500;
    }

    .navigation {
        padding-bottom: 0;
        width: 100%;
        max-height: 270px;
    }

    .navigation.fixed {
        top: 52px;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
        z-index: 1;
    }

    .jq-toast-wrap {
        display: none !important;
    }

    .left-sidebar.miniside {
        width: 46px;
        left: -46px;
    }

    .page-wrapper,
    .page-wrapper.expandwrapper {
        margin-left: 0;
    }

    .page-wrapper::after {
        content: "";
        position: absolute;
        background: #000;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.7;
        transition: 0.5s ease-in-out;
    }

    .page-wrapper.expandwrapper::after {
        background: 0 0;
        z-index: -1;
    }

    .sidebar-nav ul .sidebar-item .sidebar-link {
        padding: 5.5px 10px;
    }

    .main-wrapper {
        margin-top: 32px;
    }

    .sidebartoggler {
        z-index: 1024;
        background: #fcfcfc;
        margin: 0 auto;
        top: 48px;
        width: 30px;
        height: 35px;
        right: -30px;
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        border-top: 1px solid #dcdcdc;
        border-radius: 0 20px 20px 0;
        box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    }

    .swag-kit {
        background-size: cover;
    }

    .BeaconFabButtonFrame {
        bottom: 70px !important;
    }

    #aboutherosection .carousel-inner {
        overflow: auto;
    }

    #aboutherosection .carousel-caption {
        position: relative;
        top: 12px;
        padding: 20px;
    }

    #aboutherosection .carousel-caption::before {
        background: #14142a;
    }

    .fancy-img.m-thumb {
        max-height: 310px;
        max-width: 190px;
    }

    /* .main-content-area {
        margin-top: 50px;
    } */
    .hero-bnr-heading .font-36 {
        font-size: 16px;
    }

    .hero-bnr-heading .font-18 {
        font-size: 13px;
        line-height: 18px;
    }

    .first-cat.product-cat img {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
    }

    .btn-upload {
        padding: 9.2px;
    }

    .product-accordion .accordion-button:not(.collapsed)::after {
        content: "\ee56";
        font-family: "remixicon" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        font-size: 18px;
        color: #000;
        position: relative;
        top: -2px;
    }

    .product-accordion .accordion-button::after {
        content: "\ea10";
        font-family: "remixicon" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        font-size: 18px;
        color: #000;
        position: relative;
        top: -2px;
    }

    .mobile-scroll {
        overflow: scroll;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: left !important;
        overflow-y: hidden;
        height: 46px;
        position: relative;
        top: 16px;
    }
}

@media (max-width: 575px) {

    /* .wsmobileheader {
        top: 38px;
    } */
    .m-announcement-bar {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1024;
    }

    .h1,
    h1,
    .font-32 {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .mid-nav .nav-link,
    .product-navtab {
        font-size: 10px;
        line-height: 18px;
    }

    /* .wsmenu > .wsmenu-list {
        top: 68px;
        top: 0;
    } */
    .product-navtab .nav-link {
        padding: 6px;
    }

    .product-navtab.nav-pills .nav-link.active,
    .product-navtab.nav-pills .show>.nav-link {
        border-radius: 2px;
    }

    .mid-nav .nav-link {
        font-weight: 500 !important;
        padding: 0.4rem 0.2rem;
    }

    .drop-ship,
    .pod-biz {
        height: 360px;
    }

    .font-48 {
        font-size: 28px;
    }

    .accordion-button {
        font-size: 13px;
        padding: 1rem 0.5rem;
        line-height: 22px;
    }

    .accordion-button::after {
        width: 1rem;
        height: 1rem;
        background-size: 1rem;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link,
    .nav-tabs .nav-link.active {
        border-bottom: 0;
    }

    .nav-tag .list-group {
        background-color: #e4e4e4;
    }

    #offerbanners .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
    }

    #underordersIssuestab,
    #underorderstab,
    #underprofiletab {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 8px;
    }

    #underordersIssuestab .nav-item .nav-link,
    #underorderstab .nav-item .nav-link,
    #underprofiletab .nav-item .nav-link {
        width: 100%;
        font-size: 12px;
        padding: 5px 12px;
        border-radius: 20px;
        font-weight: 400;
        background: #fff !important;
        opacity: 1;
        margin: 8px 0;
        white-space: nowrap;
    }

    #underordersIssuestab .nav-item .nav-link.active,
    #underorderstab .nav-item .nav-link.active,
    #underprofiletab .nav-item .nav-link.active {
        background: #14142b !important;
        color: #fff;
    }

    #clickable-table th {
        vertical-align: middle;
    }

    #clickable-table th button img {
        min-width: 12px;
        width: 12px;
    }

    .scroll-sidebar {
        position: sticky;
        top: 52px;
    }

    .fancy-img.m-thumb {
        max-height: 270px;
        max-width: 100px;
    }

    /* .main-content-area {
        margin-top: 75px;
    } */
    .main-wrapper {
        top: 52px;
    }

    #offerbanners .carousel-inner .carousel-item img {
        height: auto;
        object-fit: contain;
    }

    #offerbanners .carousel-inner .carousel-item .hero-bnr-heading {
        position: relative;
        z-index: 1;
    }

    #offerbanners .carousel-inner .carousel-item::after {
        content: "";
        position: absolute;
        background: rgba(227, 227, 227, 0.5);
        height: 100%;
        width: 100%;
    }

    .imgthumbs.carousel-indicators [data-bs-target] {
        width: 75px;
        height: 75px;
    }

    .first-cat.product-cat {
        height: 150px;
    }

    .product-bnr {
        min-height: 80px;
        object-fit: cover;
        border-radius: 3px;
    }

    .font-13.product-title {
        font-size: 20px;
        line-height: 28px;
    }

    /* fbba team */
    #team-list .list-inline-item {
        max-width: 56px;
    }

    #team-list .list-inline-item .cr-border {
        height: 54px;
        width: 54px;
    }

    #team-list .list-inline-item .font-13 {
        font-size: 10px;
    }

    .hidden-team {
        max-height: 250px;
    }
}

.options-box {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.product-bg {
    position: absolute;
    top: 150px;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: auto;
    object-fit: cover;
    width: 100%;
    height: auto;
}