@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');

:root {
    --bs-primary: #2b3b93;
    --bs-soft-primary: rgba(189, 28, 44, 0.25);
    --bs-secondary: #bd1c2c;
    --bs-soft-secondary: rgba(43, 59, 147, 0.25);
    --bs-light: #f3f5f6;
}

body {
    margin: 0px;
    font-family: Rubik, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-gray-900);
    background-color: var(--bs-white);
    max-width: 100vw;
    overflow-x: hidden;
}

.scrollTop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 18px;
    background-color: var(--bs-primary);
    color: var(--bs-light);
    transition: all 0.3s ease 0s;
    z-index: 99;
}

.scrollTop:hover {
    background-color: var(--bs-light);
    color: var(--bs-primary);
    transform: translateY(-5px);
}

.tooltip-arrow::before {
    border-left-color: var(--bs-secondary) !important;
}

.tooltip-inner {
    background-color: var(--bs-secondary);
}

.c-scrollbar::-webkit-scrollbar {
    width: 4px;
    background: rgb(30, 30, 45);
    border-radius: 3px;
}

.c-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.c-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.p-relative {
    position: relative;
}

.vcard-buy-btn {
    padding: 15px 20px;
    font-size: 16px;
}

.c-scrollbar-light::-webkit-scrollbar,
.uppy-Dashboard-files::-webkit-scrollbar,
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar {
    width: 4px;
    background: rgba(24, 28, 41, 0.08);
    border-radius: 3px;
}

.c-scrollbar-light::-webkit-scrollbar-track,
.uppy-Dashboard-files::-webkit-scrollbar-track,
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-track {
    background: transparent;
}

.c-scrollbar-light::-webkit-scrollbar-thumb,
.uppy-Dashboard-files::-webkit-scrollbar-thumb,
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-thumb {
    background: rgba(24, 28, 41, 0.1);
    border-radius: 3px;
}

.no-scrollbar::-webkit-scrollbar {
    width: 0px;
}

.no-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.no-scrollbar::-webkit-scrollbar-thumb {
    background: transparent;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

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

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.fs-8 {
    font-size: 0.5rem !important;
}

.fs-9 {
    font-size: 0.5625rem !important;
}

.fs-10 {
    font-size: 0.625rem !important;
}

.fs-11 {
    font-size: 0.6875rem !important;
}

.fs-12 {
    font-size: 0.75rem !important;
}

.fs-13 {
    font-size: 0.8125rem !important;
}

.fs-14 {
    font-size: 0.875rem !important;
}

.fs-15 {
    font-size: 0.9375rem !important;
}

.fs-15 {
    font-size: 0.9375rem !important;
}

.fs-16 {
    font-size: 1rem !important;
}

.fs-17 {
    font-size: 1.0625rem !important;
}

.fs-18 {
    font-size: 1.125rem !important;
}

.fs-19 {
    font-size: 1.1875rem !important;
}

.fs-20 {
    font-size: 1.25rem !important;
}

.fs-21 {
    font-size: 1.3125rem !important;
}

.fs-22 {
    font-size: 1.375rem !important;
}

.fs-23 {
    font-size: 1.4375rem !important;
}

.fs-24 {
    font-size: 1.5rem !important;
}

.fs-28 {
    font-size: 1.8rem !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-1-1 {
    line-height: 1.1 !important;
}

.lh-1-2 {
    line-height: 1.2 !important;
}

.lh-1-3 {
    line-height: 1.3 !important;
}

.lh-1-4 {
    line-height: 1.4 !important;
}

.lh-1-5 {
    line-height: 1.5 !important;
}

.lh-1-6 {
    line-height: 1.6 !important;
}

.lh-1-7 {
    line-height: 1.7 !important;
}

.lh-1-8 {
    line-height: 1.8 !important;
}

.lh-1-9 {
    line-height: 1.9 !important;
}

.lh-2 {
    line-height: 2 !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-10 {
    opacity: 0.1 !important;
}

.opacity-20 {
    opacity: 0.2 !important;
}

.opacity-30 {
    opacity: 0.3 !important;
}

.opacity-40 {
    opacity: 0.4 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-60 {
    opacity: 0.6 !important;
}

.opacity-70 {
    opacity: 0.7 !important;
}

.opacity-80 {
    opacity: 0.8 !important;
}

.opacity-90 {
    opacity: 0.9 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.-hov-translate-2:hover {
    transform: translateY(-2px);
}

.hov-opacity-0:hover {
    opacity: 0 !important;
}

.hov-opacity-10:hover {
    opacity: 0.1 !important;
}

.hov-opacity-20:hover {
    opacity: 0.2 !important;
}

.hov-opacity-30:hover {
    opacity: 0.3 !important;
}

.hov-opacity-40:hover {
    opacity: 0.4 !important;
}

.hov-opacity-50:hover {
    opacity: 0.5 !important;
}

.hov-opacity-60:hover {
    opacity: 0.6 !important;
}

.hov-opacity-70:hover {
    opacity: 0.7 !important;
}

.hov-opacity-80:hover {
    opacity: 0.8 !important;
}

.hov-opacity-90:hover {
    opacity: 0.9 !important;
}

.hov-opacity-100:hover {
    opacity: 1 !important;
}

.shadow-xs {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
}

.shadow-sm {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px !important;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px !important;
}

.shadow-md {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
}

.shadow-lg {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px !important;
}

.shadow-xl {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px !important;
}

.shadow-2xl {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px !important;
}

.shadow-none {
    box-shadow: none !important;
}

.hov-shadow-xs:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
}

.hov-shadow-sm:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px !important;
}

.hov-shadow:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px !important;
}

.hov-shadow-md:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
}

.hov-shadow-lg:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px !important;
}

.hov-shadow-xl:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px !important;
}

.hov-shadow-2xl:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px !important;
}

.hov-shadow-none:hover {
    box-shadow: none !important;
}

.bg-cover {
    background-size: cover;
}

.bg-center {
    background-position: center center;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

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


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

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

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

.bg-soft-white {
    background-color: rgb(255 255 255 / 6%) !important;
}

.bg-soft-success {
    background-color: rgba(25, 135, 84, 0.2) !important;
}

.hov-bg-primary:hover {
    background-color: var(--bs-primary) !important;
}

.hov-bg-soft-primary:hover {
    background-color: var(--bs-soft-primary) !important;
}

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

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

.hov-bg-white:hover {
    background-color: var(--bs-white) !important;
}

.hov-text-primary:hover {
    color: var(--bs-primary) !important;
}

.hov-text-white:hover {
    color: var(--bs-white) !important;
}

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

a {
    text-decoration: none;
    background-color: transparent;
}

a,
button,
input,
textarea,
.btn,
.has-transition {
    transition: all 0.3s ease 0s;
}

a {
    color: var(--primary);
}

a:hover {
    text-decoration: none;
    color: var(--bs-primary);
}

:focus,
a:focus,
button:focus,
.page-link:focus,
.custom-file-input:focus~.custom-file-label {
    box-shadow: none;
    outline: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    appearance: none;
    margin: 0px;
}

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

.ps-5px,
.px-5px,
.p-5px {
    padding-left: 5px;
}

.ps-10px,
.px-10px,
.p-10px {
    padding-left: 10px;
}

.ps-15px,
.px-15px,
.p-15px {
    padding-left: 15px;
}

.ps-20px,
.px-20px,
.p-20px {
    padding-left: 20px;
}

.ps-25px,
.px-25px,
.p-25px {
    padding-left: 25px;
}

.ps-30px,
.px-30px,
.p-30px {
    padding-left: 30px;
}

.pe-5px,
.px-5px,
.p-5px {
    padding-right: 5px;
}

.pe-10px,
.px-10px,
.p-10px {
    padding-right: 10px;
}

.pe-15px,
.px-15px,
.p-15px {
    padding-right: 15px;
}

.pe-20px,
.px-20px,
.p-20px {
    padding-right: 20px;
}

.pe-25px,
.px-25px,
.p-25px {
    padding-right: 25px;
}

.pe-30px,
.px-30px,
.p-30px {
    padding-right: 30px;
}

.pt-5px,
.py-5px,
.p-5px {
    padding-top: 5px;
}

.pt-10px,
.py-10px,
.p-10px {
    padding-top: 10px;
}

.pt-15px,
.py-15px,
.p-15px {
    padding-top: 15px;
}

.pt-20px,
.py-20px,
.p-20px {
    padding-top: 20px;
}

.pt-25px,
.py-25px,
.p-25px {
    padding-top: 25px;
}

.pt-30px,
.py-30px,
.p-30px {
    padding-top: 30px;
}

.pb-5px,
.py-5px,
.p-5px {
    padding-bottom: 5px;
}

.pb-10px,
.py-10px,
.p-10px {
    padding-bottom: 10px;
}

.pb-15px,
.py-15px,
.p-15px {
    padding-bottom: 15px;
}

.pb-20px,
.py-20px,
.p-20px {
    padding-bottom: 20px;
}

.pb-25px,
.py-25px,
.p-25px {
    padding-bottom: 25px;
}

.pb-30px,
.py-30px,
.p-30px {
    padding-bottom: 30px;
}

.space-y-15px> :not(:first-child) {
    margin-top: 15px;
}

.gap-y-15px {
    row-gap: 15px;
}

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

.me-10px {
    margin-right: 10px;
}

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

.me-15px {
    margin-right: 15px;
}

.z--1 {
    z-index: -1 !important;
}

.z-0 {
    z-index: 0 !important;
}

.z-1 {
    z-index: 1 !important;
}

.z-2 {
    z-index: 2 !important;
}

.z-3 {
    z-index: 3 !important;
}

.z-1020 {
    z-index: 1020 !important;
}

.z-1035 {
    z-index: 1035 !important;
}

.z-1045 {
    z-index: 1045 !important;
}

.mnh-60vh {
    min-height: 60vh;
}

.sidebar-mh {
    max-height: calc(100vh - 100px);
    height: auto;
}

.mnw-auto {
    min-width: auto !important;
}

.mnw-fit {
    min-width: fit-content !important;
}

.mnw-280px {
    min-width: 280px;
}

.mw-200px {
    max-width: 200px;
}

.mw-300px {
    max-width: 300px;
}

.mw-700px {
    max-width: 700px;
}

.minw-0 {
    min-width: 0px;
}

.text-truncate-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-truncate-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.c-pointer {
    cursor: pointer !important;
}

.c-not-allowed {
    cursor: not-allowed !important;
}

.c-default {
    cursor: default !important;
}

.attached-top,
.attached-bottom {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 2;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0px;
    box-shadow: none;
}

.form-control {
    padding: 0.6rem 1rem;
    font-size: 0.875rem;
    height: calc(2.5125rem + 2px);
    border: 1px solid rgb(226, 229, 236);
    color: rgb(137, 139, 146);
}

.rounded-5 {
    border-radius: 10px;
}

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

.rounded-bottom-0 {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.rounded-top-0 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.ratio-square {
    aspect-ratio: 1 / 1;
}

.heading .line {
    height: 1px;
    width: 123px;
    border-top: 1px solid rgba(151, 151, 151, 0.3);
    margin: 0px 14px;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
}

.dropdown-toggle::after {
    border: 0px;
    content: "";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 80%;
    margin-left: 0.3rem;
}

.dropup .dropdown-toggle::after {
    border: 0px;
    content: "";
}

.dropdown-toggle.no-arrow::after {
    content: none;
}

.dropdown-menu {
    border-color: rgb(226, 229, 236);
    margin: 0px;
    min-width: 14rem;
    font-size: inherit;
    box-shadow: rgba(82, 63, 105, 0.15) 0px 0px 50px 0px;
    padding: 0.5rem 0px;
    max-width: 100%;
    border-radius: 0px;
    top: 100% !important;
    transform: none !important;
}

.dropdown-menu-animated {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: margin-top 0.3s ease 0s, visibility 0.3s ease 0s, opacity 0.3s ease 0s;
    margin-top: 20px !important;
}

.show.dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0px !important;
}

.dropdown-menu.dropdown-menu-xs {
    width: 160px;
    min-width: 160px;
}

.dropdown-menu.dropdown-menu-sm {
    width: 240px;
    min-width: 240px;
}

.dropdown-menu.dropdown-menu-md {
    width: 260px;
    min-width: 260px;
}

.dropdown-menu.dropdown-menu-lg {
    width: 320px;
    min-width: 320px;
}

.dropdown-menu.dropdown-menu-xl {
    width: 380px;
    min-width: 380px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: var(--bs-gray-600);
    text-align: inherit;
    background-color: transparent;
    border: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-item.active,
.dropdown-item:hover,
.dropdown-item:active {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.transition-3 {
    transition: all 0.3s ease-in-out 0s;
}

.transition-4 {
    transition: all 0.4s ease-in-out 0s;
}

.transition-5 {
    transition: all 0.5s ease-in-out 0s;
}

.hov-scale-1-1:hover {
    transform: scale(1.1);
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.absolute-full {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
}

.absolute-top-right {
    position: absolute;
    top: 0px;
    right: 0px;
}

.absolute-top-left {
    position: absolute;
    top: 0px;
    left: 0px;
}

.absolute-bottom-right {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.absolute-bottom-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.opacity-0-5 {
    opacity: 0.5;
}

.absolute-top-center {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.absolute-right-center {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.right--10px {
    right: -10px !important;
}

.rating i {
    color: rgb(195, 195, 197);
    font-size: 1rem;
    letter-spacing: -1px;
    transition: all 0.3s ease 0s;
}

.rating i.hover,
.rating i.active,
.text-rating {
    color: rgb(255, 167, 7);
}

.bg-rating {
    background-color: rgb(255, 167, 7);
}

.rating i.half {
    position: relative;
}

.rating i.half::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    font-size: inherit;
    color: rgb(255, 167, 7);
    z-index: 1;
}

.rating-sm i {
    font-size: 0.8125rem;
}

.rating-lg i {
    font-size: 1.125rem;
}

.rating-input label {
    cursor: pointer;
}

.rating-input input {
    display: none;
}

.card {
    box-shadow: rgba(82, 63, 105, 0.05) 0px 0px 13px 0px;
    background-color: var(--bs-white);
    margin-bottom: 20px;
    border-color: rgb(235, 237, 242);
}

.card .card-header {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 12px 25px;
    border-bottom: 1px solid rgb(235, 237, 242);
    min-height: 50px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: transparent;
}

.card .card-body {
    padding: 5px;
    border-radius: 4px;
}

.card .card-footer {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid rgb(235, 237, 242);
    background-color: transparent;
    padding: 12px 25px;
}

.card-bordered {
    border: 1px solid rgb(235, 237, 242);
}

.card-box {
    overflow: hidden;
}

.card-box:hover .p-hov-icon a {
    transform: translateX(0px);
}

.quick-view-btn {
    display: block;
    text-align: center;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    padding: 10px 15px;
    font-size: 14px;
    white-space: nowrap;
    transform: translateY(20px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

.quick-view-btn:hover {
    background-color: rgb(0, 107, 158);
    color: var(--bs-white);
}

.card-box:hover .quick-view-btn {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.nav-tabs a.active {
    border-bottom: 2px solid var(--bs-primary);
}

[class*="border"],
hr {
    border-color: rgb(0 0 0 / 15%) !important;
}

.border-soft-secondary {
    border-color: var(--bs-soft-secondary) !important;
}

.border-soft-white {
    border-color: rgb(255 255 255 / 20%) !important;
}

.border-light {
    border-color: var(--bs-light) !important;
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.border-transparent {
    border-color: transparent !important;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--bs-primary);
}

.badge {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 18px;
    width: 18px;
    font-size: 0.65rem;
    font-weight: 500;
    line-height: unset;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    background-color: var(--bs-primary);
}

.badge-inline {
    width: auto;
}

.text-reset {
    color: inherit !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}

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

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

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

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

.btn-sm.btn-icon {
    padding: 0.416rem;
    width: calc(2.02rem + 2px);
    height: calc(2.02rem + 2px);
}

.btn-sm {
    padding: 0.5rem 1.2rem;
    font-size: 0.8125rem;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.nav-link {
    color: var(--bs-gray);
}

.nav-link:hover {
    color: var(--bs-primary);
}

.functional-buttons.landscape {
    position: static;
    flex-direction: row;
    height: auto;
    padding: 10px 0;
    column-gap: 5px;
}

.functional-buttons {
    position: absolute;
    padding: 5px 10px;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 5px;
    transition: all 0.5s linear 0s !important;
}

.sub-menu {
    display: none;
}

.mobile-cat li a {
    position: relative;
    padding-right: 30px;
}

.open-submenu {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    bottom: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background-color: transparent;
    border: none;
}

.dropdown-menu-right {
    transform: translate(-269px, 0px) !important;
    inset: inherit !important;
}

.h-250px,
.size-250px {
    height: 250px;
}

.img-fit {
    object-fit: cover;
}

.img-contain {
    object-fit: contain;
}

.w-fit {
    width: fit-content !important;
}

.h-200px,
.size-200px {
    height: 200px;
}

.w-50pr {
    width: 50% !important;
}

.w-200px,
.size-200px {
    width: 200px !important;
}

.h-100px,
.size-100px {
    height: 100px;
}

.w-100px,
.size-100px {
    width: 100px !important;
}

.h-90px,
.size-90px {
    height: 90px;
}

.w-90px,
.size-90px {
    width: 90px !important;
}

.h-60px,
.size-60px {
    height: 60px;
}

.w-60px,
.size-60px {
    width: 60px;
}

.h-50px,
.size-50px {
    height: 50px;
}

.w-50px,
.size-50px {
    width: 50px;
}

.h-40px,
.size-40px {
    height: 40px;
}

.w-40px,
.size-40px {
    width: 40px;
}

.h-30px,
.size-30px {
    height: 30px;
}

.w-30px,
.size-30px {
    width: 30px;
}

.h-34px,
.size-34px {
    height: 34px;
}

.w-34px,
.size-34px {
    width: 34px;
}

.h-26px,
.size-26px {
    height: 26px;
}

.w-26px,
.size-26px {
    width: 26px;
}

.h-20px,
.size-20px {
    height: 20px;
}

.w-20px,
.size-20px {
    width: 20px;
}

.list-group-item {
    border-color: rgb(235, 237, 242);
}

.gutters-5 {
    margin-right: -5px;
    margin-left: -5px;
}

.gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
}

.gutters-5>*,
.gutters-5>.col,
.gutters-5>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.gutters-10>.col,
.gutters-10>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.carousel.gutters-10 {
    width: calc(100% + 20px);
}

.carousel.gutters-10 .carousel-box {
    padding-left: 10px;
    padding-right: 10px;
}

.carousel.gutters-5 {
    width: calc(100% + 10px);
}

.carousel.gutters-5 .carousel-box {
    padding-left: 5px;
    padding-right: 5px;
}

.category-menu .sub-cat-menu {
    display: none;
    position: absolute;
    width: calc(75%);
    left: calc(25% - 12px);
    height: 100%;
    overflow: hidden auto;
    top: 0px;
    z-index: 9;
    background-color: var(--bs-white);
}

.category-menu .category-nav-element:hover .sub-cat-menu {
    display: block;
}

.category-menu .category-nav-element>a {
    border: 1px solid transparent;
}

.category-menu .category-nav-element>a .arrow {
    fill: var(--bs-gray-700);
    float: right;
    transition: all 0.3s linear;
}

.category-menu .category-nav-element:hover>a .arrow {
    transform: rotate(-90deg);
    fill: var(--bs-primary);
}

.category-menu .category-nav-element:hover>a {
    color: var(--bs-primary);
}

.card-columns {
    column-count: 4;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

.card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
}

.card-columns .card>ul>li:first-child {
    font-weight: 600;
}

.card-columns .card>ul>li a {
    padding: 6px;
    display: block;
}

.site-wrapper {
    min-height: 100vh;
    max-width: 100vw;
    background-color: var(--bs-light);
}

.nav-toggler,
.category-toggler {
    display: inline-flex;
    border: 1px solid var(--bs-soft-secondary);
    padding: 6px;
    color: var(--bs-primary);
    align-items: center;
    justify-content: center;
    line-height: 1;
    background-color: var(--bs-light);
}

nav-toggler:hover,
.category-toggler:hover {
    border-color: var(--bs-primary);
}

.category-toggler {
    display: none;
    align-items: center;
}

header.sticky-top .category-toggler {
    display: inline-flex;
}

header.sticky-top .sticky-d-none {
    display: none;
}

.bootstrap-select.cat-select .dropdown-menu {
    min-width: 200px;
}

.outline-2 {
    outline: solid 2px;
}

.outline-primary {
    outline-color: var(--bs-primary);
}

.slick-initialized.carousel>*,
.carousel> :first-child {
    display: block;
}

.carousel .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 0px;
    align-items: center;
}

.carousel.dots-inside-bottom .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.carousel .slick-dots button {
    height: 3px;
    width: 30px;
    padding: 0px;
    color: transparent;
    border: 0px;
    background: rgb(255 255 255 / 50%);
    margin: 0px 3px;
}

.carousel .slick-dots .slick-active button {
    background: var(--bs-white);
}

.carousel .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: var(--bs-white);
    border-radius: 0;
    border: 1px solid rgb(0 0 0 / 20%);
    font-size: 15px;
    line-height: 40px;
    padding: 0px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
}

.transparent-arrows .slick-arrow {
    border: 1px solid var(--bs-white);
    background-color: transparent;
    color: var(--bs-white);
}

.transparent-arrows .slick-arrow:hover {
    background-color: var(--bs-white);
    border-color: var(--bs-white);
    color: var(--bs-primary);
}

.slick-disabled {
    visibility: hidden !important;
}

.carousel:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
}

.carousel .slick-prev {
    left: 10px;
}

.carousel .slick-next {
    right: 10px;
}

.half-outside-arrow .slick-next {
    right: -10px;
}

.half-outside-arrow .slick-prev {
    left: -10px;
}

.count-down {
    display: flex;
    direction: ltr;
    color: var(--bs-primary);
}

.count-down .countdown-item {
    padding: 4px 5px;
    min-width: 30px;
    text-align: center;
    background: var(--bs-primary);
    color: var(--bs-white);
    margin: 0px 3px;
}

.count-down-lg .countdown-item {
    padding: 6px 10px;
    font-size: 16px;
}

.ratio-1-11 {
    aspect-ratio: 1 / 1.1;
}

.ratio-1-65 {
    aspect-ratio: 1 / .66;
}

.ratio-1-5 {
    aspect-ratio: 1 / 1.5;
}

.bootstrap-select.custom-select .dropdown-menu {
    min-width: fit-content !important;
}

.gap-y-2 {
    row-gap: 6px;
}

footer {
    background-color: var(--bs-primary);
}

.copyright-area {
    background-color: #006a9d;
}

footer .links li a {
    position: relative;
    overflow: hidden;
}

footer .links li a:hover {
    padding-left: 20px;
}

footer .links li a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background: var(--bs-light);
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
}

footer .links li a:hover::before {
    left: 0px;
}

.subscribe-form .input-group {
    background-color: rgb(46, 51, 56);
    align-items: center;
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.subscribe-form .input-group label svg {
    stroke: rgb(67, 74, 82);
}

.subscribe-form .input-group input {
    background: rgb(46, 51, 56);
    border-color: rgb(46, 51, 56);
    color: var(--bs-light);
}

.subscribe-form .input-group input::placeholder {
    color: rgb(67, 74, 82);
    font-weight: 600;
}

.subscribe-form button {
    background-color: var(--bs-light);
    border: none;
    color: var(--bs-dark);
    font-weight: 600;
    padding: 10px;
    width: 100%;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    letter-spacing: 0.05em;
}

.subscribe-form button:hover {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px 0px inset;
}

.subscribe-form button i {
    font-size: 22px;
    padding-top: 2px;
}


footer .social-links ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 20px;
    display: flex;
    column-gap: 7px;
}

footer .social-links ul li a {
    display: block;
}

footer .social-links ul li i {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
    color: var(--bs-light);
    font-size: 16px;
}

footer .social-links ul li a:hover i {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px 0px inset;
    transform: translateY(-2px);
}

footer .social-links ul li i.la-facebook-f {
    background-color: rgb(61, 91, 151);
}

footer .social-links ul li i.la-twitter {
    background-color: rgb(36, 160, 245);
}

footer .social-links ul li i.la-instagram {
    background: linear-gradient(45deg, rgb(240, 148, 51) 0%, rgb(230, 104, 60) 25%, rgb(220, 39, 67) 50%, rgb(204, 35, 102) 75%, rgb(188, 24, 136) 100%);
}

footer .social-links ul li i.la-pinterest {
    background-color: rgb(218, 0, 33);
}

footer .social-links ul li i.la-linkedin-in {
    background-color: rgb(0, 122, 182);
}

.slider-nav-thumbnails .single-thumb {
    padding: 3px;
    width: 72px;
}

.slider-nav-thumbnails img:not(.fixed) {
    width: 100%;
    object-fit: cover;
    padding: 2px;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    cursor: pointer;
}

.product-image-slider .single-big-thumb .zoom-icon {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    font-size: 22px;
    transform: rotate(-90deg);
    opacity: 0.8;
}

.product-image-slider .single-big-thumb img {
    object-fit: cover;
    cursor: pointer;
}

.top-65px {
    top: 65px;
}

.custom-tab {
    border-bottom: 1px solid var(--bs-soft-secondary);
}

.custom-tab button {
    color: rgb(194, 194, 211) !important;
    border: none !important;
    margin-bottom: 0px !important;
    border-bottom: 2px solid transparent !important;
}

.custom-tab button:hover,
.custom-tab button.active {
    color: var(--bs-primary) !important;
    background-color: transparent !important;
    border-color: var(--bs-primary) !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.rating-stars a.star-1::after {
    content: "";
    font-family: "Line Awesome Free";
    font-weight: 400;
    font-size: 14px;
}

.rating-stars a.star-1.active::after {
    font-weight: 900;
    color: var(--bs-primary);
}

.rating-stars a.star-2::after {
    content: "";
    font-family: "Line Awesome Free";
    font-weight: 400;
    font-size: 14px;
}

.rating-stars a.star-2.active::after {
    font-weight: 900;
    color: var(--bs-primary);
}

.rating-stars a.star-3::after {
    content: "";
    font-family: "Line Awesome Free";
    font-weight: 400;
    font-size: 14px;
}

.rating-stars a.star-3.active::after {
    font-weight: 900;
    color: var(--bs-primary);
}

.rating-stars a.star-4::after {
    content: "";
    font-family: "Line Awesome Free";
    font-weight: 400;
    font-size: 14px;
}

.rating-stars a.star-4.active::after {
    font-weight: 900;
    color: var(--bs-primary);
}

.rating-stars a.star-5::after {
    content: "";
    font-family: "Line Awesome Free";
    font-weight: 400;
    font-size: 14px;
}

.rating-stars a.star-5.active::after {
    font-weight: 900;
    color: var(--bs-primary);
}

.detail-gallery {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.detail-gallery>.gallery {
    flex: 0 0 auto;
    width: 500px;
}

.detail-gallery>.details {
    flex: 0 0 auto;
    padding: 25px 0px 25px 40px;
    width: calc(100% - 500px);
}

.type input,
.colors input {
    position: absolute;
    opacity: 0;
}

.type label,
.colors label {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.colors label i {
    color: var(--bs-white);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.type input:checked~label i,
.colors input:checked~label i {
    visibility: visible;
    opacity: 1;
}

.type label {
    border: 1px solid var(--bs-soft-secondary);
}

.type input:checked~label {
    border: 1px solid var(--bs-primary);
}

.details-sidebar-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 35px;
    justify-content: center;
    margin-bottom: 20px;
}

.details-sidebar-wrapper .details-area {
    flex: 0 0 auto;
    width: calc(100% - 260px);
}

.details-sidebar-wrapper .sidebar {
    flex: 0 0 auto;
    width: 260px;
}

.cart-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: center;
}

.cart-wrapper .cart-form {
    flex: 1 1 0%;
}

.cart-wrapper .cart-totals {
    flex: 0 0 auto;
    width: 320px;
}

.category-sidebar {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.category-sidebar .sidebar {
    flex: 0 0 auto;
    width: 260px;
}

.category-sidebar .category {
    flex: 1 1 0%;
}

.ui-widget-header {
    background-color: var(--bs-primary);
}

.ui-corner-all {
    border-radius: 30px;
    transition: 0s;
}

.ui-state-hover:focus,
.ui-state-hover:hover {
    background-color: var(--bs-light);
    border-color: var(--bs-secondary);
}

.pagination {
    column-gap: 10px;
}

.pagination li>* {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    background-color: var(--bs-white);
    color: var(--bs-secondary);
    border-radius: 0 !important;
}

.pagination li:not(.disabled):hover>*,
.pagination li.active>* {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.custom-breadcrumb li {
    position: relative;
    padding-right: 26px;
}

.custom-breadcrumb li:last-child {
    color: var(--bs-secondary);
    font-size: 12px;
}

.custom-breadcrumb li:not(:last-child)::after {
    content: "";
    font-family: "Line Awesome Free";
    display: block;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 11px;
}

.dashboard-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.dashboard-wrapper .nav-area {
    flex: 0 0 auto;
    width: 260px;
}

.dashboard-wrapper .info-area {
    flex: 1 1 0%;
    padding-left: 20px;
}

.otp-verify-wrapper {
    max-width: 600px;
    width: 100%;
    margin: 50px auto;
    padding: 60px;
    background-color: var(--bs-white);
}

.floating-input {
    position: relative;
    margin-bottom: 30px;
}

.floating-input label {
    position: absolute;
    left: 15px;
    top: -9px;
    background-color: var(--bs-white);
    padding: 0px 8px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--bs-primary);
    font-family: Dosis, sans-serif;
    font-size: 14px;
}

.floating-input input {
    width: 100%;
    height: 50px;
    padding: 15px;
    border: 2px solid var(--bs-soft-secondary);
    background-color: transparent;
}

.verify-codes {
    text-align: center;
    margin-bottom: 25px;
}

.verify-codes input {
    width: 50px;
    height: 40px;
    border: 2px solid var(--bs-soft-secondary);
    background-color: transparent;
    text-align: center;
    padding: 8px;
    font-weight: 500;
    font-size: 16px;
    color: var(--bs-primary);
    margin: 0px 2px;
}

.payment-methods {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.payment-methods>li {
    border: 2px solid var(--bs-soft-secondary);
    flex: 0 0 auto;
    width: calc(33.33% - 10px);
    display: flex;
    min-height: 65px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-right: 35px;
}

.payment-methods>li.active {
    border-color: var(--bs-primary);
    background-color: var(--bs-soft-primary);
    color: var(--bs-primary);
}

.payment-methods li label {
    flex: 0 0 auto;
    width: 100%;
    padding: 10px 15px;
    cursor: pointer;
}

.payment-methods li input {
    position: absolute;
    right: 15px;
    appearance: none;
    width: 20px;
    height: 20px;
}

.payment-methods li input::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--bs-soft-secondary);
    border-radius: 50%;
}

.payment-methods li input::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background-color: var(--bs-primary);
    border-radius: 50%;
    transform: scale(0);
    transition: var(--tran-03);
}

.payment-methods li input:checked::before {
    border-color: var(--bs-primary);
}

.payment-methods li input:checked::after {
    transform: scale(1);
}

.menu-width {
    flex: 0 0 auto;
    width: 305px;
}

.menu-width .category-menu .sub-cat-menu {
    width: calc(100% - 305px);
    left: 305px;
}

header .logo-area {
    flex: 0 0 auto;
    width: 320px;
}

.img-white {
    filter: brightness(0) invert(1);
}

.order-list>.order-item {
    background-color: var(--bs-light);
}

.order-list>.order-item:nth-child(2n) {
    background-color: var(--bs-gray-200);
}

.menu-width .category-menu>.arrow-top::before {
    content: "";
    position: absolute;
    right: 18px;
    bottom: calc(100% - 24px);
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background-color: var(--bs-soft-primary);
    transform: rotate(45deg);
    z-index: -1;
}

.mobile-search {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-white);
    padding: 15px;
    transform: scaleY(0);
    transform-origin: center top;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

.mobile-search.active {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}

.multi-row .single-product {
    position: relative;
    /* margin-bottom: -4px; */
    overflow: hidden;
}

.multi-row .single-product::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(0 0 0 / 20%);
    pointer-events: none;
    border-top: none;
    border-left: none;
}

.multi-row .slick-slide>div {
    display: flex;
}

.sticky-link-icon {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
}

.sticky-link-icon.social {
    right: auto;
    left: 0;
}

.sticky-link-icon .link-icon-content {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 1px solid rgb(238, 238, 238);
}

.sticky-link-icon li {
    position: relative;
}

.sticky-link-icon li:hover .text {
    color: var(--bs-primary);
    visibility: visible;
    opacity: 1;
}

.sticky-link-icon li a {
    padding: 5px;
    background-color: var(--bs-white);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.sticky-link-icon li .text {
    position: absolute;
    right: calc(100% + 15px);
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    padding: 5px 10px;
    background-color: var(--bs-white);
    font-size: 14px;
    color: var(--bs-gray);
    font-weight: 500;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.sticky-link-icon.social li .text {
    left: calc(100% + 15px);
    right: auto;
}

.sticky-link-icon li .text::before {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: var(--bs-white);
}

.sticky-link-icon.social li .text::before {
    right: auto;
    left: -5px;
}

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

.custom-display {
    display: none !important;
}

header.sticky-top .custom-display {
    display: block !important;
}

.form-select:focus {
    border-color: var(--bs-primary);
    outline: 0;
    box-shadow: none;
}

.cart-toggler {
    background-color: var(--bs-primary);
    text-align: center;
    display: flex;
    flex-direction: column;
    grid-row-gap: 5px;
    color: var(--bs-white);
    font-weight: 500;
    border-top-left-radius: 10px;
}

.more_categories {
    padding: 12px 15px;
    display: flex;
    font-size: 16px;
    color: var(--bs-primary);
    border-top: 1px solid #ddd;
    position: relative;
    width: 100%;
    font-weight: 500;
}

.hover_effect1 {
    overflow: hidden;
    position: relative;
    display: block;
}

.hover_effect1::before,
.hover_effect1::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.6);
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 0.9s ease 0s;
    width: 100%;
    z-index: 1;
}

.hover_effect1::before {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    -moz-transform: translate(105%, 0%);
    -webkit-transform: translate(105%, 0%);
    transform: translate(105%, 0%);
}

.hover_effect1::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    -moz-transform: translate(-105%, 0%);
    -webkit-transform: translate(-105%, 0%);
    transform: translate(-105%, 0%);
}

.hover_effect1:hover:before {
    opacity: 0;
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.hover_effect1:hover:after {
    opacity: 0;
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.hov-scale-12 {
    transition: all 0.5s ease-in-out;
}

.hov-scale-12:hover {
    transform: scale(1.2);
}

.place-items-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

#quick-view .product-image-slider .single-big-thumb img {
    aspect-ratio: 1/1.3;
}

.modal-lg {
    max-width: 980px;
}

.single-color input {
    position: absolute;
    visibility: hidden;
}

.single-color label {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid transparent;
}

.single-color label::after {
    content: "\f00c";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    visibility: hidden;
    font-size: 14px;
    color: var(--bs-white);
}

.single-color input:checked~label {
    border-color: #555;
}

.single-color input:checked~label::after {
    visibility: visible;
}

.single-size input {
    visibility: hidden;
    position: absolute;
}

.single-size label {
    font-size: 12px;
    min-height: 24px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #aaa;
    border: 2px solid #ddd;
    cursor: pointer;
}

.single-size input:checked~label {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-color: var(--bs-primary);
}

.exeption {
    position: relative;
}

.exeption label {
    position: absolute;
    top: -7px;
    left: 10px;
    color: #fc3e6b;
    font-size: 0.85rem;
    padding-right: 0.33rem;
    padding-left: 0.33rem;
    background: var(--bs-white);
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: sans-serif;
    text-transform: capitalize;
}

.exeption textarea {
    border-radius: 4px;
    border: 1px dashed rgb(211, 211, 211);
    outline: 0;
    width: 100%;
    padding: 10px;
    font-size: 15px;
}

.small-thumb {
    width: 100%;
    order: 2;
}

.small-thumb img:not(.fixed) {
    width: 70px;
}

.big-thumb {
    width: 100%;
    order: 1;
}

.custom-sidebar-tab.nav-tabs button {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 5px;
    flex-grow: 1;
    font-weight: 500;
}

.custom-sidebar-tab.nav-tabs button:hover,
.custom-sidebar-tab.nav-tabs button.active {
    border-color: #ccc;
    background-color: var(--bs-white);
    color: var(--bs-primary);
}




.tracking-wrapper .tracking {
    margin-bottom: 35px;
    border: 1px solid rgb(225, 225, 225);
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 15px;
}

.tracking-wrapper .tracking .tracking-head {
    padding: 15px;
    margin-bottom: 25px;
}

.tracking-wrapper .tracking .tracking-body .steps {
    display: flex;
    align-items: center;
    gap: 15px 15px;
    flex-wrap: wrap;
    list-style: none;
}

.tracking-wrapper .tracking .tracking-body .steps .step {
    z-index: 1;
    flex: 1 1 0%;
    text-align: center;
    position: relative;
}

@keyframes leftRight {
    0% {
        transform: translateX(-15px);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-15px);
    }
}

.tracking-wrapper .tracking .tracking-body .steps .step.active::before {
    content: "\f061";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    left: calc(100% - 5px);
    top: 12px;
    width: 30px;
    height: 30px;
    background-color: var(--bs-light);
    z-index: 1;
    color: #14a753;
    /* color: var(--bs-primary); */
    font-size: 20px;
    border-radius: 50%;
    animation: leftRight 2s infinite;
}

.tracking-wrapper .tracking .tracking-body .steps .step .icon {
    width: 30px;
    height: 30px;
    /* padding: 10px; */
    font-size: 19px;
    display: block;
    border-radius: 50%;
    /*background-color: var(--bs-primary);*/
    border: solid 2px #2b3b93;
    background-color: #ffffff;
    margin: 0px auto 5px;
}

.active-icon {
    background-color: var(--bs-primary) !important;
    color: #ffffff;
}

.tracking-wrapper .tracking .tracking-body .c-steps {
    display: block;
    align-items: center;
    gap: 50px 15px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.tracking-wrapper .tracking .tracking-body .c-steps .c-step {
    z-index: 1;
    flex: 1 1 0%;
    text-align: start;
    position: relative;
    margin: 12px 0px;
}

.tracking-wrapper .tracking .tracking-body .c-steps .c-step.active::before {
    content: "\f061";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    left: calc(100% - 5px);
    top: 12px;
    width: 30px;
    height: 30px;
    background-color: var(--bs-light);
    z-index: 1;
    color: #14a753;
    /* color: var(--bs-primary); */
    font-size: 20px;
    border-radius: 50%;
    animation: leftRight 2s infinite;
}

.tracking-wrapper .tracking .tracking-body .c-steps .c-step .icon {
    width: 20px;
    height: 20px;
    /* padding: 10px; */
    font-size: 15px;
    font-weight: 600;
    /* display: block; */
    border-radius: 50%;
    /* background-color: var(--bs-primary); */
    border: solid 2px #2b3b93;
    background-color: #ffffff;
    margin: 0px auto 5px;
    margin-right: 6px;
}

.c-active-icon {
    background-color: var(--bs-primary) !important;
    color: #ffffff;
}

.tracking-comment-area {
    background: #fafafa;
    padding: 10px;
    border-radius: 10px;
}

.tracking-body {
    padding: 0px 5px;
}

.complete-step {
    background-color: #14a753 !important;
}

.tracking-wrapper .tracking .tracking-body .steps .step .icon img {
    width: 100%;
}

.tracking-wrapper .tracking .tracking-body .steps .step .info {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
}

.tracking-wrapper .tracking .tracking-body .steps .step .date {
    font-size: 12px;
    text-transform: capitalize;
}

.order-view-table {
    font-family: Roboto, sans-serif;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.order-view-table thead tr th {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    padding: 10px 20px;
    border-bottom-color: var(--bs-white) !important;
}

.order-view-table thead tr th:first-child {
    border-radius: 5px 0px 0px 5px;
}

.order-view-table thead tr th:last-child {
    border-radius: 0px 5px 5px 0px;
}

.order-view-table tbody tr {
    position: relative;
}

.order-view-table tbody tr:nth-child(2n) td {
    background-color: rgb(243 245 246);
}

.order-view-table tbody tr td:first-child {
    border-radius: 5px 0px 0px 5px;
}

.order-view-table tbody tr td:last-child {
    border-radius: 0px 5px 5px 0px;
    padding-right: 15px;
}

.order-view-table tbody tr td {
    vertical-align: middle;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    background-color: var(--bs-light);
    border-bottom-color: var(--bs-white) !important;
}

.order-view-table tbody tr td .product-image {
    margin-bottom: 0px;
}

.order-view-table tbody tr td .product-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.order-view-table tbody tr td .product-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.order-view-table tbody tr td .subtotal {
    white-space: nowrap;
}

.order-view-table tfoot {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: var(--bs-gray) !important;
}

.total-table tbody tr th {
    text-align: right;
    font-weight: 500;
    padding-right: 20px;
    background-color: var(--bs-light);
    border-radius: 5px 0px 0px 5px;
    border-bottom: 4px solid var(--bs-white);
}

.total-table tbody tr td {
    background-color: var(--bs-light);
    border-bottom: 4px solid var(--bs-white);
    border-radius: 0px 5px 5px 0px;
    padding-right: 15px;
}

.p-details-ratio {
    aspect-ratio: inherit !important;
}


/*============= Checkout Step First Page Css Start =============*/
.phone-verification-section {
    padding: 60px 0;
    background-color: var(--lite-white-color);
}

.phone-verification-section .title-area {
    text-align: center;
    background-color: var(--white-color);
    border-radius: 6px;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
    border: 1px solid var(--border-color);
    margin-bottom: 15px;
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.phone-verification-section .title-area .title {
    margin-bottom: 0;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: var(--dark-color);
    text-transform: capitalize;
}

.phone-verification-section .verification-body {
    padding: 30px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
    text-align: center;
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.phone-verification-section .verification-body form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.phone-verification-section .verification-body form input {
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 25px;
    text-align: center;
    border: 1px solid var(--lite-dark-color);
    font-size: 14px;
}

.phone-verification-section .verification-body form input:focus {
    border-color: var(--theme-color);
}

.phone-verification-section .verification-body form .verify-btn {
    font-size: 14px;
    text-transform: uppercase;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 5px 20px;
    border-radius: 25px;
    box-shadow: 0px 4px 8px rgba(211, 38, 38, 0.25);
    border: none;
}

/*============= Checkout Step First Page Css End =============*/




/* custom Css */
.wizard-progress {
    position: relative;
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.wizard-progress .step {
    text-align: center;
    position: relative;
    font-size: 13px;
    color: #14a753;
    font-weight: 600;
    flex: 0 0 auto;
    width: 33.333%;
}

.wizard-progress .step:not(:last-child):before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50px;
    background-color: #14a753;
    height: 6px;
    width: 100%;
}

.wizard-progress .step .node {
    display: inline-block;
    border: 6px solid #14a753;
    background-color: #14a753;
    border-radius: 18px;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 44px;
    left: 51%;
    display: flex;
    margin-left: -18px;
    align-items: center;
    justify-content: center;
}

.wizard-progress .step.complete-check .node:before {
    content: "\f00c";
    color: var(--bs-white);
    font-size: 12px;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}

@media (max-width: 575.98px) {
    .img-sm-responsive {
        width: 60px;
        height: 70px;
    }

    .qty-sm {
        width: 50px !important;
        padding: 6px !important;
        font-size: 12px;
    }

    .total-sm {
        width: 80px !important;
        padding: 6px !important;
        font-size: 12px;
    }

    .product-title {
        font-size: 12px !important;
    }
}

/* custom Css */

.contact-section {
    background: #dddddd;
}

.product-slide-image {
    position: relative;
    z-index: 1;
}

.product-slide-image::before {
    content: '';
    display: block;
    padding-top: 110%;
}

.product-slide-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-slide-image .watermark-img {
    position: absolute;
    width: 97px;
    height: 55px;
    left: 55px;
    top: 100px;
}

.header-top-text {
    padding: 2px 0px;
}

.header-top-text p {
    margin: 0 !important;
    text-align: center;
}

.search-list-hide {
    display: none;
}

.search-list-show {
    display: block;
}

.search-list {
    position: absolute;
    top: 137px;
    max-height: 350px;
    height: auto;
    overflow-y: scroll;
    width: 627px;
    background: #fff;
    padding: 7px;
}

.search-list ul {
    list-style: none;
    padding-left: 1.1rem;
}

.search-list-img {
    width: 60px;
    height: 70px;
}

.search-item-list {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 5px;
}

.margin--hide p {
    margin-bottom: 5px;
}

#social-links ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 10px;
}

#social-links li {
    flex-shrink: 0;
}

#social-links a {
    font-size: 1.2rem;
}

.small_thumb_wrapper {
    --bs-aspect-ratio: 115%;
}

.big_thumb_wrapper {
    --bs-aspect-ratio: 130%;
}

@media (max-width: 1199.98px) {
    .small_thumb_wrapper {
        --bs-aspect-ratio: 110%;
    }

    .big_thumb_wrapper {
        --bs-aspect-ratio: 145%;
    }
}

@media (max-width: 991.98px) {
    .small_thumb_wrapper {
        --bs-aspect-ratio: 110%;
    }

    .big_thumb_wrapper {
        --bs-aspect-ratio: 139%;
    }
}

.whatsapp_btn:hover,
.phone_btn:hover {
    color: var(--bs-white);
}

.whatsapp_btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    line-height: 1;
    border-radius: 3px;
    gap: 5px;
}

.phone_btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    line-height: 1;
    border-radius: 3px;
    gap: 5px;
}

.button__wrapper a {
    width: 100%;
    flex-grow: 1;
    justify-content: center;
}

.footer_phone * {
    color: var(--bs-white);
    margin-bottom: 0;
}
