.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;
}
.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;
}
:root {
    --bs-primary: #F37028;
    --bs-secondary: #f7f7fc;
    --bs-success: #008a00;
    --bs-info: #0576f0;
    --bs-warning: #ffc107;
    --bs-danger: #ca024f;
    --bs-light: #eff0f6;
    --bs-dark: #0A0A0A;
    --bs-dark-brown: #160808;
    --bs-primary-rgb: 243, 112, 40;
    --bs-secondary-rgb: 108, 117, 125;
    --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: 10, 10, 10;
    --bs-body-color: #222b45;
    --bs-dark-brown-rgb: 22, 8, 8;
}
.font-56,
.h1,
h1,
h2.sub-total {
    font-size: 56px;
}
.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-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);
}
/*  */
.sticky {
    width: 100%;
}
.fixednav {
    position: fixed;
    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: 110px;
}

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

.wsmenu {
    font-family: inherit;
    font-size: 13px;
    width: 100%;
    height: auto !important;
}
.wsmenu > .wsmenu-list > li > .navtext {
    color: #fff;
    padding: 8px 4px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
}
.wsmenu > .wsmenu-list > li:hover > a {
    background-color: rgb(255, 255, 255);
    text-decoration: none;
    color: var(--bs-primary);
}
.wsmenu > .wsmenu-list > li > .wsmegamenu {
    top: 32px;
}
.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(4) .halfmenu {
    right: 0;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu {
    padding: 0px 5px;
    font-size: 13px;
}
.wsmenu > .wsmenu-list > li .wstliststy02 li {
    line-height: 22px;
}

/* Header menu code end */

.show-inline {
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
    transition:
        visibility 0s,
        opacity 0.5s ease-in-out;
}

.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);
}
.img-menu a:hover img {
    box-shadow: #14142b 0 0 0 0.3px;
}
.lnir-close,
.ri-close-line {
    color: #000;
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    top: -12px;
    right: -16px;
    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-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 !important;
}
.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: #001c4d;
}
.top-nav {
    height: 60px;
}
.cart-badge {
    height: 24px;
    min-width: 24px;
    padding: 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-search-bar {
    height: 42px;
    max-width: 710px;
    margin: 0 auto;
}
.nav-search-bar .form-control {
    background: #e7e7e9;
    color: var(--bs-primary);
}
#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-primary);
}

.bg-topnav {
    background: #002463;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.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;
}
.funnel-table.table > :not(:first-child) {
    border-top: none !important;
}
.funnel-table tr th,
.funnel-table tr td {
    padding: 10px;
}
.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;
} */
.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: #292944;
    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);
}
.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: 42px;
    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: 300px;
    object-fit: cover;
} */
.bs-title {
    font-size: 26px;
    position: relative;
}
.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;
}
.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;
}
.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;
}
.product-cat img{
    max-height: 350px;
    object-fit: contain;
}
.productlist img {
    max-height: 244px;
}
.product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
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;
    overflow-x: hidden;
}
.fancy-img ul li,
.imprintcolors li span {
    margin-right: 10px;
}
.fancy-img .img-box {
    /* height: 76px;
    width: 76px; */
    border: 1px solid #edf1f7;
    border-radius: 4px;
    padding: 2px;
    background: #ffff;
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 0 4px 0;
    transition: 0.2s ease-in-out;
}
.img-box:hover {
    transform: scale(1.07);
}
.bandcolors {
    max-height: 702px;
}
.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 .input-group {
    margin-bottom: -1px;
}
.selectcolorsbox div > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.selectcolorsbox .input-group-prepend {
    min-width: 68px;
}
.selectcolorsbox .input-group-prepend .input-group-text {
    font-size: 13px;
    font-weight: 600;
    background: 0 0;
    padding: 0.375rem 0.4rem;
}
.addcolor:hover,
.selectcolorsbox: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); */
    border: 1px solid var(--bs-primary);
}
.messagearea {
    height: 60px;
    border: 1px solid var(--colorPrimary);
    border-radius: 4px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 2px #444;
}
.addopt-btn {
    position: relative;
    bottom: 0;
    width: 100%;
}
.wristband-addons {
    height: 100%;
}
.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;
}
.addopt-btn .btn-primary,
.addopt-btn .btn-check:checked + .btn-primary {
    background: none !important;
    border: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    width: 100%;
}
.addopt-btn .btn-primary .otn-select {
    background-color: var(--bs-primary);
    padding: 4px 10px;
    border-radius: 4px;
    width: 100%;
    height: 30px;
    line-height: 24px;
}
.addopt-btn .btn-primary .opt-selected {
    padding: 4px 2px;
    border-radius: 4px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
    width: 100%;
    height: 30px;
    line-height: 22px;
}

.radio-btn input[type="radio"]:checked + .radio-label {
    background: #000;
    color: #fff;
}
.delivery-card {
    border-color: var(--bs-light) !important;
    cursor: pointer;
    width: 142px;
    height: 100%;
    transition: 0.5s;
}
.delivery-card.free-shipping {
    background: rgba(40, 167, 69, 0.16);
    border: 1px solid #28a745 !important;
}
.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;
}
.merchant_review .stars::before,
#review_header .block.stars::before {
    display: none !important;
}
#review_header .percentage {
    margin-left: 30px !important;
    width: 154px !important;
}
.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;
} */
.colorimg .productlayout2 .form-check-label {
    border: 1px solid transparent;
    border-radius: 8px;
    overflow: hidden;
}
.colorimg:hover .productlayout2 .form-check-label {
    border: 1px solid var(--bs-primary);
}
.selectcolorsbox.selected {
    border: 1px solid var(--bs-primary);
}
.selectcolorsbox.selected .card-header {
    background-color: var(--bs-primary);
    color: #fff;
}
.productlayout2 .form-check-label.active {
    border: 1px solid var(--bs-primary);
}
.productlayout2 img {
    max-height: 180px;
    object-fit: contain;
}
.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: 124px;
    width: 124px;
    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: 34px;
    height: 34px;
    border: 0.5px solid #ccc;
    border-radius: 4px;
}
.colors-radio.color-radio-image label img {
    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-order-img,
.cart-order-img img {
    width: 84px;
    height: 84px;
    object-fit: cover;
}
.loginsignup::-webkit-scrollbar {
    display: none;
}
.loginsignup {
    -ms-overflow-style: none;
}
.loginsignup-bg {
    background: linear-gradient(to right, #072338 0%, 30.995476245880127%, #063138 61.990952491760254%, 80.99547624588013%, #063d40 100%);
    background: linear-gradient(to right, rgba(7, 35, 56, 1) 0%, 30.995476245880127%, rgba(6, 49, 56, 1) 61.990952491760254%, 80.99547624588013%, rgba(6, 61, 64, 1) 100%);
}
.grid-bg {
    background-size: 40px 40px;
    background-image: linear-gradient(to right, #f8f8f8 1px, transparent 1px), linear-gradient(to bottom, #f8f8f8 1px, transparent 1px);
}
#togglePassword {
    cursor: pointer;
    color: var(--bs-primary) !important;
    height: 58px;
}
.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;
}
.halfbg {
    background: var(--bs-dark);
    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: linear-gradient(to right, #3fa53c, #006cd0);
    opacity: 1;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #3fa53c;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #3fa53c;
}
.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;
}
.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;
}
.btn-gradient-1,
.btn-gradient-2,
.btn-gradient-3 {
    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-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: 40px;
    height: 40px;
    transform: translateY(-50%);
    top: 50%;
    min-width: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin: 0 5px;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 1rem;
    height: 1rem;
}
.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: 17px;
}
.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-48 {
    width: 48px;
    height: 48px;
}
.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 {
    min-width: 72px;
    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: 32px;
    height: 32px;
    object-fit: contain;
}
.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: 34px !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;
}
.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;
}
#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 [data-bs-target] {
    width: 80px;
    height: 80px;
    border: 1px solid rgba(10, 10, 10, 0.16);
    border-radius: 8px;
    overflow: hidden;
    opacity: 0.8;
    position: relative;
    transition: 200ms ease-in-out all;
}
.imgthumbs.carousel-indicators .active {
    border: 1px solid #002925 !important;
    opacity: 1;
}
.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: "\eb7b";
    font-family: "remixicon" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    font-weight: 300;
    transform: rotate(2deg);
    color: #7c7c7c;
    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(3) .halfmenu,
.wsmenu > .wsmenu-list > li:nth-last-child(2) .halfmenu,
.wsmenu > .wsmenu-list > li:nth-last-child(1) .halfmenu {
    right: 0;
} */

/* Pricing table css START */
#price_table {
    font-size: 0.9rem;
    margin-bottom: 5px;
    background-color: #f8fbff;
    text-align: center;
}
#price_table.table-side-bordered tr {
    white-space: nowrap;
}
#price_table.table-side-bordered th {
    vertical-align: middle;
    border-top: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#price_table.table-side-bordered td {
    vertical-align: middle;
    border-top: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#price_table.table-side-bordered tbody > tr:last-child th {
    border-bottom: 0;
}
.price-table.table-side-bordered tbody > tr:last-child th,
.price-table.table-side-bordered tbody > tr:last-child td,
#price_table.table-side-bordered tbody > tr:last-child th,
#price_table.table-side-bordered tbody > tr:last-child td {
    border-bottom: 0;
}
#price_table.table-side-bordered td:last-child {
    border-right: 0;
}
#price_table.table-side-bordered th:last-child {
    border-right: 0;
}
#price_table td,
#price_table th {
    padding: 0.25rem;
    font-size: 0.75rem;
}
#price_table th:not(:first-child),
#price_table td:not(:first-child) {
    min-width: 60px;
}
.custom-accordion .accordion-button:not(.collapsed)::after {
    display: none;
}
.accordion .accordion-body .next-btn {
    width: 150px;
}
.custom-accordion .accordion-button::after {
    content: "Edit";
    background-image: none;
    font-size: 13px;
    font-weight: 500;
}
/* Pricing table css END */

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

.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 {
    width: 100%;
}
.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;
}
.offer_qty {
    max-height: 370px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
}
.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;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
/* for horizontal scroll START  */
.scroll-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-button {
    position: absolute;
    top: 35%;
    transform: translateY(-35%);
    background-color: rgba(133, 133, 133, 0.74);
    color: #fff;
    border: none;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    transition: 300ms ease-in-out all;
}

.scroll-button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #505050;
}

.scroll-button.left {
    left: -4px;
}

.scroll-button.right {
    right: -4px;
}
/* for horizontal scroll END  */
::-webkit-scrollbar {
    -webkit-appearance: none !important;
    width: 7px !important;
}

::-webkit-scrollbar:vertical {
    width: 7px !important;
}

::-webkit-scrollbar:horizontal {
    height: 7px !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5) !important;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5) !important;
}

.customScroll {
    ::-webkit-scrollbar {
        -webkit-appearance: none !important;
        width: 12px !important;
    }

    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.3);
        border-radius: 0px;
    }

    ::-webkit-scrollbar:vertical {
        width: 12px !important;
    }

    ::-webkit-scrollbar:horizontal {
        height: 12px !important;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 0px !important;
        background-color: rgba(0, 0, 0, 0.5) !important;
        box-shadow: 0 0 1px rgba(255, 255, 255, 0.5) !important;
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5) !important;
    }

    ::-webkit-scrollbar-thumb:horizontal {
        width: 100px;
    }

    ::-webkit-scrollbar-thumb:vertical {
        height: 100px;
    }
}

.call-button {
    position: fixed;
    bottom: 40px;
    left: 20px;
    background-color: #28a745;
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition:
        background-color 0.3s,
        box-shadow 0.3s;
    display: none; /* Initially hidden */
}

.call-button-link {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.call-button:hover {
    background-color: #218838;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.call-button:hover .call-button-link {
    color: #fff;
    text-decoration: none;
}
.call-button.visible {
    display: block;
}
#funnel-options .form-control,
#funnel-options .form-select {
    background-color: #19192b;
    border-color: #2f2f4c;
    color: #fff;
}
#funnel-options input:-webkit-autofill,
#funnel-options input:-webkit-autofill:hover,
#funnel-options input:-webkit-autofill:focus,
#funnel-options input:-webkit-autofill:active,
#funnel-options select:-webkit-autofill,
#funnel-options select:-webkit-autofill:hover,
#funnel-options select:-webkit-autofill:focus,
#funnel-options select:-webkit-autofill:active,
#leadForm input:-webkit-autofill,
#leadForm input:-webkit-autofill:hover,
#leadForm input:-webkit-autofill:focus,
#leadForm input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #19192b inset !important;
    -webkit-text-fill-color: #ffffff !important;
}

.invalid-feedback {
    text-align: left;
}
.sticky-form {
    top: 10px;
}
#carouselReviews .carousel-indicators {
    bottom: -14px !important;
}
.stars {
    --rating: 4.7;
    /* Add your styles for the stars here */
}
.popover-quantity {
    width: 200px;
    top: -14px;
    margin-left: 0;
    z-index: 100;
}
/* Funnel page CSS END */

/* Reviews CSS START*/
.review {
    border-bottom: 1px solid #ccc;
    padding: 16px;
    margin-bottom: 16px;
}
.stars {
    color: #ff8600;
}
.review .stars::before {
    display: none;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}
.pagination button {
    margin: 0 4px;
    padding: 8px 16px;
}
/* Reviews CSS END */
body .widget-visible iframe {
    bottom: 50px !important;
}

@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;
    }
    .fancy-img {
        height: auto !important;
    }
}
@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%);
        padding: 0 0;
    }
    .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: 1299px) {
    .wsmenu > .wsmenu-list > li > a {
        font-size: 12px;
    }
}
@media (max-width: 1199px) {
    .packaging-bg {
        height: 340px;
    }
    .h1,
    h1 {
        font-size: 38px;
    }
    .navbar-brand img {
        max-width: 110px;
    }
    .nav-search-bar {
        width: 100%;
    }
    .mid-nav .nav-item .nav-link.font-11 {
        font-size: 10px;
    }
}
@media (max-width: 992px) {
    .m-announcement-bar {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1024;
    }
    #cart-items thead tr,
    .loginbg .form-area .bs-title::after,
    .signupbg .form-area .bs-title::after,
    .smllogo {
        display: none;
    }
    .smllogo img {
        width: 110px;
        height: 30px;
    }

    .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;
    }
    /* funnel */
    .funnel-offer-oty {
        max-width: 49%;
        width: 100%;
        position: relative;
    }
    .offer_qty {
        max-height: 100%;
        gap: 3px;
    }
    /* .funnel-steps .scroll-container .row-cols-2 > * {
        width: 24%;
    } */
}
@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: 0.1em;
    }
    .main-content-area {
        margin-top: 45px;
    }

    /* Header Menu Code START*/
    .wsmobileheader {
        top: 32px;
    }
    .wsmenu {
        z-index: 1003;
    }
    .wsmenu > .wsmenu-list > li > .navtext {
        color: var(--bs-dark);
        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: #14142b;
        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: 70px;
        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: #14142b;
        font-size: 22px;
    }
    .wsmobileheader #mobile_cart {
        position: absolute;
        top: 0;
        right: 0;
    }
    .wsmobileheader > .smllogo {
        width: auto;
        margin: 0;
        float: left;
        padding: 10px 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: auto;
        background-color: transparent;
        border-left: 0;
    }
    .wsmenu .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wsmenu-click02 i {
        margin: 10px 21px 0 0;
    }
    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > a {
        padding: 16px 14px;
        font-weight: 400;
        font-size: 12px;
    }
    .wsmenu > .wsmenu-list > li > .wsmegamenu,
    .wsmenu > .wsmenu-list > li > .wsshoptabing {
        top: 0;
    }
    .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::-webkit-scrollbar {
        width: 0px;
        display: none;
    }
}
@media (max-width: 768px) {
    .cart-badge {
        height: 20px;
        min-width: 20px;
        font-size: 10px;
    }
    .h1,
    h1 {
        font-size: 28px;
    }
    .font-36,
    .font-56 {
        font-size: 26px;
        line-height: 34px;
    }
    .bs-title {
        font-size: 16px;
    }
    .messagearea {
        font-size: 18px;
        height: 50px;
        font-weight: 600;
    }
    .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;
    }
    .dpi-toast {
        display: block !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;
    }
    /* .fancybox{
        width: 70%;
    } */
    .fancy-img.m-thumb {
        min-height: 300px;
        /* max-width: 190px; */
        max-height: max-content;
        /* width: 160px; */
    }
    .main-content-area {
        margin-top: 75px;
    }
    .hero-bnr-heading .font-36 {
        font-size: 16px !important;
    }
    .hero-bnr-heading p {
        font-size: 12px;
        line-height: 17px;
    }
    .hero-bnr-heading .font-20 {
        font-size: 13px !important;
        margin-bottom: 4px;
    }
    .hero-bnr-heading .font-18 {
        font-size: 13px;
        line-height: 18px;
    }
    .custom-radio label {
        min-width: 75px;
    }
}
@media (max-width: 575px) {
    .wsmobileheader {
        top: 32px;
    }
    .m-announcement-bar {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1024;
    }
    .h1,
    h1 {
        font-size: 20px !important;
    }
    .mid-nav .nav-link,
    .product-navtab {
        font-size: 10px;
        line-height: 18px;
    }
    .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: 1.3rem;
        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;
    }
    .delivery-card {
        width: 138px;
    }
    #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 {
        min-height: 220px;
        overflow-x: hidden;
    }
    /* .main-wrapper {
        top: 52px;
    } */
    #offerbanners .carousel-inner .carousel-item img {
        height: 112px;
        object-fit: cover;
    }
    #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: 68px;
        /*height: 68px; */
        /* width: calc(100% - 8px); */
        height: auto;
        max-width: calc(100% - 8px);
    }
    .funnel-radio .colors-radio label {
        width: 26px;
        height: 26px;
    }
    .funnel-steps .scroll-container .row-cols-2 > * {
        width: 46%;
    }
    .contactbg {
        height: 260px;
        background-position-x: left;
        background-position-y: top;
    }
    .contactbg .pt-5 {
        padding-top: 2rem !important;
        padding: 0 45px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        width: 34px;
        height: 34px;
    }
    /* Funnel */
    .funnel-offer-oty label {
        padding: 8px 8px;
    }
    .funnel-offer-oty .badge {
        font-size: 10px;
        padding: 3px 3px;
        position: absolute;
        width: 40px;
        text-wrap: wrap;
        line-height: 12px;
        right: 2px;
        top: 3px;
        border-radius: 50%;
        height: 40px;
        min-width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .funnel-vid {
        height: 570px;
        object-fit: cover;
        object-position: center;
        width: 320px;
    }
    .addopt-btn {
        position: relative;
    }
    .wristband-addons {
        height: auto;
    }
    .product-images {
    }
    .productlayout2 img {
        max-height: 136px;
        object-fit: contain;
    }
}

.options-box {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.product-bg {
    position: absolute;
    top: 125px;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: auto;
    object-fit: cover;
    width: 100%;
    height: auto;
}
