/* @import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Jersey+15&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik+Vinyl&family=Sixtyfour&display=swap'); */
@font-face {
    src: url("https://www.axis-praxis.org/fonts/webfonts/MetaVariableDemo-Set.woff2") format("woff2");
    font-family: "Meta";
    font-style: normal;
    font-weight: normal;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primary-color);
}

* {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

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

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

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

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

.error {
    color: red;
    margin-top: 1%;
}

.iti {
    width: 100%;
    margin-top: 2%;
}

.remove_left_border {
    border-left: none !important;
    border-radius: unset !important;
}

.remove_left_borders {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

.remove_right_borders {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}

span.select2-selection.select2-selection--multiple {
    border-color: var(--secondary-color) !important;
    padding: 0.375rem 0.75rem;
    min-height: 38px;
}

.offcanvas {
    width: 45% !important;
}

.modal-backdrop {
    --fc-backdrop-zindex: 0 !important;
}

.cart-image {
    width: 50px !important;
    height: 50px !important;
}

.cart-content {
    margin-left: 15px;
}

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

.text-primary {
    /* color: rgb(44 15 42) !important; */
    color: var(--primary-color) !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    /* border: 0 solid; */
    /* border-color: var(--secondary-color); */
}

.summary-price {
    color: red !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    /* border: 0 solid; */
    /* border-color: var(--secondary-color); */
    /* font-weight: bolder; */
    /* background: none !important; */
    /* font-size: 13px; */
    text-align: center;
}

.product-title {
    font-weight: 700 !important;
    color: var(--primary-color);
}

.font-non-bold {
    font-weight: 500;
}

.slick-slider .slick-list {
    margin-right: 0 !important;
}

.product-title:hover {
    color: var(--secondary-color) !important;
}

.product-price {
    color: red !important;
    font-weight: bolder;
}

.product-description {
    color: var(--primary-color) !important;
    font-size: 12px;
}

.product-side-bar {
    width: 100% !important;
}

.table-title {
    color: #ffff !important;
    font-size: 12px;
}

.product-details-table-title {
    color: var(--primary-color) !important;
    font-weight: 700;
}

.product-details-table-content {
    color: var(--primary-color) !important;
    font-weight: 700;
}

.product-details-table-content-price {
    color: #ec0101 !important;
    font-weight: 600;
}

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

.nav-pills-dark .nav-item .nav-link:hover {
    color: var(--primary-color);
}

.table-heading {
    color: white !important;
    background-color: var(--primary-color) !important;
    font-weight: 700 !important;
    border: 1px solid var(--primary-color) !important;
    border-bottom: 1px solid white !important;
}

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

.select2-container--bootstrap-5
.select2-selection--single
.select2-selection__rendered {
    font-size: 0.875rem;
    font-weight: 500 !important;
    color: var(--primary-color) !important;
}

span.select2-selection.select2-selection--single {
    display: flex;
    align-items: center;
}

option:hover {
    color: var(--secondary-color) !important;
    background-color: #eff2f5 !important;
}

.table-description {
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}

.price-table tr:last-child {
    background-color: #eff2f5 !important;
}

.price-table tr:last-child td {
    color: var(--secondary-color) !important;
}

.price-table tr:last-child td:first-child {
    color: white !important;
}

.price-table {
    border-color: var(--primary-color) !important;
    border-style: solid !important;
    border-width: 0px 2px 2px 2px !important;
    width: 60%;
}

.price-table td {
    padding: 0.5rem 1rem;
}

.price-table tr:nth-child(1) td:last-child,
.price-table tr:nth-child(2) td:last-child {
    border-right: none !important;
}

.price-table tr {
    border-color: var(--primary-color) !important;
}

.btn:hover {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

span#okazziSku {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.light-blue-background {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

span#totalPriceCart {
    font-weight: 800;
    padding-left: 7px;
}

.nav-bar-welcome-message-container {
    background-color: var(--primary-color) !important;
    color: #ffff !important;
}

.nav-bar-welcome-message-container-text-hover:hover {
    color: var(--secondary-color) !important;
}

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

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

.country__currency__list {
    max-height: 300px;
    overflow: scroll;
}

.hide-cart-buttons {
    display: none !important;
}

.show-cart-buttons {
    display: flex !important;
}

.form-control,
.form-control:focus,
.form-control:active {
    border: 1px solid var(--secondary-color) !important;
}

span.select2-selection.select2-selection--single {
    border-color: var(--secondary-color) !important;
}

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

.modal-backdrop {
    z-index: 1040; /* Default Bootstrap z-index for modals */
}

.modal {
    z-index: 1050; /* Default Bootstrap z-index for modals */
}

/* Uniform Card Height */
.card-product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-bottom: 5px;
}

/* Image Container */
.product-image-container {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Product Image */
.product-image {
    object-fit: contain;
    height: 325px;
}

/* Button Styling */
/* .btn {
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
} */

/* Dropdown Container */
.dropdown-menu {
    max-height: 300px; /* Limit dropdown height */
    overflow-y: auto; /* Enable scroll for long lists */
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Country Item Alignment */
.country-item {
    padding: 5px 10px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

/* .country-item:hover {
  background-color: #f8f9fa;
} */

/* Flag Images */
.country-item img {
    border-radius: 3px; /* Rounded corners for flag images */
}

.country-item a {
    white-space: normal;
}

/* Search Input */
/* .form-control-sm {
  font-size: 14px;
  padding: 0.5rem;
} */

/* Shadow for Better Visual Separation */
.shadow {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

a.dropdown-toggle.selectValue.text-reset :hover {
    color: red;
}

.dropdown-toggle:hover {
    color: var(--secondary-color) !important;
}

.icons-size {
    font-size: 25px;
    color: var(--secondary-color);
}

.dashed-border {
    border-style: dashed;
    border-width: 1px;
    /* margin-top: 17px !important; */
}

.upload__logo__section {
    border: 2px dashed var(--secondary-color);
    background-color: #f8f9fa;
    border-radius: 8px;
}

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

    .product .tns-item img {
        border-radius: 6px;
        width: 100%;
        min-height: 400px !important;
    }
}

select.form-select {
    color: var(--secondary-color);
}

.link__hover:hover {
    color: var(--secondary-color) !important;
}

.mega-nav-item:hover [class*=" bi-"]::before {
    color: var(--secondary-color) !important;
}

span.badge.bg-light-danger.text-light {
    background-color: red !important;
    color: #fff;
}

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

.mega-nav-item:hover {
    background: #f8f9fa !important;
    color: var(--secondary-color) !important;
}

.subCategoryItem:hover {
    color: var(--secondary-color) !important;
}

.nav-arrow {
    color: var(--primary-color);
}

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

.shop-location-dropdown {
    background-color: #ffff;
    color: var(--primary-color);
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.shop-location-dropdown-input {
    color: var(--primary-color) !important;
}

.delete-partner-icon {
    opacity: 0;
    visibility: hidden;
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    transition: 0.2s ease;
}

.img-partner-container:hover .delete-partner-icon {
    opacity: 1;
    visibility: visible;
    transition: 0.2s ease;
}

.select2-country + .select2-container {
    min-width: 100px !important;
}

.profit-margin-input {
    border-radius: 0 0.5rem 0.5rem 0 !important;
}

#variantTable .select2 {
    width: 120px !important;
}

.nav-link.nav-active {
    color: var(--primary-color);
    font-weight: 700;
}

#subCategorySelectInput + span .select2-selection.select2-selection--multiple {
    max-height: 100px;
    overflow-y: auto;
}

.pdf-card {
    border: 1px solid var(--primary-color);
    transition: 0.2s ease;
}

.pdf-card:hover {
    color: var(--secondary-color);
    transition: 0.2s ease;
}

#variantTable td:nth-child(2) .select2 {
    width: 70px !important;
}

#variantTable td:last-child .select2 {
    width: 70px !important;
}

.partner-img {
    object-fit: contain;
    aspect-ratio: 1;
}

.remove-partner-row {
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
    margin-bottom: 5px;
}

.remove-partner-row:hover {
    color: var(--secondary-color);
}

.owl-nav {
    position: absolute;
    top: -54px;
    right: 10px;
    display: flex;
    gap: 10px; /* Space between arrows */
    justify-content: center;
    align-items: center;
}

/* Style for individual arrows */
.owl-nav .owl-prev,
.owl-nav .owl-next {
    background: #4caf50; /* Background color for arrows */
    color: white; /* Arrow color */
    border-radius: 50%; /* Circular buttons */
    width: 40px; /* Width of the button */
    height: 40px; /* Height of the button */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px; /* Arrow size */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Subtle shadow */
    cursor: pointer;
}

/* Hover effect for arrows */
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background: #45a049; /* Slightly darker green */
}

/* Remove default nav styles */
.owl-nav button {
    outline: none;
    border: none;
}

.email-input-image img {
    max-width: 100%; /* Ensure proper scaling */
    object-fit: contain;
}

/* Input and Button Styling for Larger Appearance */
.newsletter-input input {
    height: 60px;
    font-size: 18px;
}

.newsletter-button button {
    height: 60px;
    font-size: 18px;
    padding: 0 30px;
}

.newsletter {
    border-top-color: brown !important;
}

#newsletter-container {
    box-shadow: 1px 0px 17px 11px rgba(0, 0, 0, 0.2) !important;
}

.border-color-secondary {
    border-color: var(--secondary-color);
}

.product-details-inputs {
    font-weight: 700;
    text-align: center;
}

#productVariant > :not(caption) > * > * {
    padding: 0.6rem 1rem;
}

.details-category:hover {
    color: var(--secondary-color);
}

.color-secondary {
    color: var(--secondary-color);
}

.swal2-success-ring {
    color: var(--primary-color) !important;
}

.product-image-details {
    /*height: 400px !important;*/
    /* object-fit: contain !important; */
}

#countryList {
    max-height: 300px;
    min-height: 300px;
    overflow-y: auto;
    width: 250px;
}

.country-item {
    padding: 0.5rem; /* Adjust padding */
}

.country-item img {
    /* margin-right: 0.5rem; */
}

.price-input {
    width: 100px !important;
}

/* Make "x" appear before the word in selected items */
.select2-container--default .select2-selection__choice {
    background-color: #e9ecef; /* Light background */
    border: 1px solid #ced4da; /* Border for the tag */
    color: #495057;
    font-size: 14px;
    border-radius: 4px;
    padding: 5px 10px 5px 25px; /* Add padding to accommodate "x" */
    margin: 4px;
    position: relative;
}

/* Position the "x" before the text */
.select2-container--default .select2-selection__choice__remove {
    position: absolute;
    left: 5px; /* Place "x" on the left */
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    cursor: pointer;
}

/* Adjust dropdown input styling */
.select2-container--default .select2-search--dropdown .select2-search__field {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
    left: -2px !important;
    top: 10px !important;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
    display: contents !important;
    border-color: red !important;
}

.select2-results__option {
    color: var(--primary-color) !important;
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus.select2-container--open
.select2-selection.select2-selection--multiple {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.select2-container--default .select2-selection--multiple {
    cursor: pointer !important;
}

.select2-container--bootstrap-5
.select2-dropdown
.select2-results__options
.select2-results__option {
    font-weight: 500 !important;
}

.select2-dropdown {
    border-color: #86b7fe !important;
}

.select2-container--default
.select2-results__option--highlighted[aria-selected] {
    background-color: #e9ecef !important;
}

/* Input */

/* Style the search input */
.select2-container--default .select2-search--dropdown .select2-search__field {
    width: 100%;
    padding: 8px 12px; /* Add padding for a cleaner look */
    border: 1px solid #ced4da; /* Light border */
    border-radius: 4px; /* Rounded corners */
    font-size: 14px; /* Adjust font size */
    color: #495057; /* Dark text color */
    background-color: #f8f9fa; /* Light gray background */
    outline: none; /* Remove default outline */
    box-sizing: border-box; /* Prevent layout issues */
}

/* Add focus effect */
.select2-container--default
.select2-search--dropdown
.select2-search__field:focus {
    border-color: #0d6efd; /* Blue border on focus */
    background-color: #ffffff; /* White background on focus */
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); /* Subtle shadow effect */
}

/* Add spacing between the search input and the dropdown items */
.select2-container--default .select2-search--dropdown {
    padding: 10px;
    border-bottom: 1px solid #ced4da; /* Add a separator below the search input */
}

#loaderModalCustom {
    background-color: rgba(255, 255, 255, 0.8) !important;
    height: 100svh;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    display: flex;
}

#loaderModalCustom img {
    margin: auto;
}

.delivery-days {
    border-color: rgb(10, 173, 10);
    color: rgb(10, 173, 10);
    padding: 1px 4px;
}

.delivery-days-details {
    border-color: rgb(10, 173, 10);
    color: rgb(10, 173, 10);
    padding: 0px 4px;
    display: inline-block;
    width: 60px;
    height: 23px;
    text-align: center;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: var(--fc-form-invalid-border-color) !important;
}

.form-select {
    border: 1px solid var(--secondary-color) !important;
}

.delivery-text {
    color: rgb(10, 173, 10);
}

.filter-btn {
    border-radius: 60px;
}

.product-sku,
.product-stock {
    color: var(--secondary-color) !important;
}

.select2-selection {
    border-radius: 8px !important;
    min-height: 41.6px !important;
}

.product-details-table-content .select2-selection,
.table-printing .select2-selection {
    min-height: auto !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    height: 100% !important;
}

.products-list .select2-selection,
#stockTo,
#stockToMobile,
#stockFrom,
#stockFromMobile,
#priceTo,
#priceToMobile,
#SearchQueryCategory,
#priceFrom,
#priceFromMobile,
#sort-dropdown {
    border-radius: 15px !important;
}

/* REVIEWS STYLING */

.review-list ul li .left span {
    width: 32px;
    height: 32px;
    display: inline-block;
}

.review-list ul li .left {
    flex: none;
    max-width: none;
    margin: 0 10px 0 0;
}

.review-list ul li .left span img {
    border-radius: 50%;
}

.review-list ul li .right h4 {
    font-size: 16px;
    margin: 0;
    display: flex;
}

.review-list ul li .right h4 .gig-rating {
    display: flex;
    align-items: center;
    margin-left: 10px;
    color: #ffbf00;
}

.review-list ul li .right h4 .gig-rating svg {
    margin: 0 4px 0 0px;
}

.country .country-flag {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    margin: 0 7px 0 0px;
    border: 1px solid #fff;
    border-radius: 50px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.country .country-name {
    color: #95979d;
    font-size: 13px;
    font-weight: 600;
}

.review-list ul li {
    border-bottom: 1px solid #dadbdd;
    padding: 0 0 30px;
    margin: 0 0 30px;
}

.review-list ul li .right {
    flex: auto;
}

.review-list ul li .review-description {
    margin: 20px 0 0;
}

.review-list ul li .review-description p {
    font-size: 14px;
    margin: 0;
}

.review-list ul li .publish {
    font-size: 13px;
    color: #95979d;
}

.review-section h4 {
    font-size: 20px;
    color: #222325;
    font-weight: 700;
}

.review-section .stars-counters tr .stars-filter.fit-button {
    padding: 6px;
    border: none;
    color: #4a73e8;
    text-align: left;
}

.review-section .fit-progressbar-bar .fit-progressbar-background {
    position: relative;
    height: 8px;
    background: #efeff0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    border-radius: 999px;
}

.review-section .stars-counters tr .star-progress-bar .progress-fill {
    background-color: #ffb33e;
}

.review-section .fit-progressbar-bar .progress-fill {
    background: #2cdd9b;
    background-color: rgb(29, 191, 115);
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    border-radius: 999px;
}

.review-section .fit-progressbar-bar {
    display: flex;
    align-items: center;
}

.review-section .stars-counters td {
    white-space: nowrap;
}

.review-section .stars-counters tr .progress-bar-container {
    width: 100%;
    padding: 0 10px 0 6px;
    margin: auto;
}

.ranking h6 {
    font-weight: 600;
    padding-bottom: 16px;
}

.ranking li {
    display: flex;
    justify-content: space-between;
    color: #95979d;
    padding-bottom: 8px;
}

.review-section .stars-counters td.star-num {
    color: #4a73e8;
}

.ranking li > span {
    color: #62646a;
    white-space: nowrap;
    margin-left: 12px;
}

.review-section {
    border-bottom: 1px solid #dadbdd;
    padding-bottom: 24px;
    margin-bottom: 34px;
    padding-top: 15px;
}

.review-section select,
.review-section .select2-container {
    width: 188px !important;
    border-radius: 3px;
}

ul,
ul li {
    /* list-style: none; */
    margin: 0px;
}

.helpful-thumbs,
.helpful-thumb {
    display: flex;
    align-items: center;
    font-weight: 700;
}

.bi-star-fill {
    color: #ffb33e;
}

.mapping-container {
    width: 100%;
    background: linear-gradient(
            270deg,
            var(--secondary-color) 0%,
            var(--secondary-color) 100%
    );
}

.mapping-container span {
    font-weight: 700 !important;
}

.color-variant-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--secondary-color);
}

.clear-btn,
.clear-btn:hover {
    background-color: red;
    color: white;
}

/* text color reset */
.text-primary {
    color: var(--primary-color) !important;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__display {
    display: flex;
    height: fit-content;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__rendered
li {
    display: flex;
    align-items: center;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove
span {
    font-size: 25px;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
    width: fit-content !important;
}

.select2-container .select2-search--inline {
    float: none !important;
}

/* Checkout styling */

.checkout-left-col {
    width: 55%;
    padding-right: 50px;
    border-right: 1px solid #dfe2e1;
}

.checkout-right-col {
    width: 45%;
    margin: 0;
    padding-left: 50px;
}

.checkout-details-card {
    border: none;
}

.checkout-item-container {
    padding: 0 !important;
    border: none;
}

.checkout-product-img {
    aspect-ratio: 1;
    object-fit: cover;
}

.variants-accordion {
    padding: 10px 15px !important;
    color: var(--primary-color) !important;
    background-color: transparent !important;
}

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

.variants-accordion:not(.collapsed) {
    box-shadow: none;
}

.variants-accordion::after {
    color: var(--primary-color) !important;
    background-image: none !important;
    content: "\F282";
    font-family: "bootstrap-icons";
    transform: rotate(0deg) !important;
}

.checkout-footer {
    padding: 0 !important;
}

.variants-checkout-table {
    border: none !important;
    border-top: 1px solid #dfe2e1 !important;
}

.variants-checkout-row th {
    font-weight: 700;
    border-color: var(--secondary-color) !important;
}

.variants-checkout-row td {
    font-weight: 500;
    border-color: var(--secondary-color) !important;
}

.variants-checkout-row hr {
    border-top: 1px solid var(--secondary-color);
}

thead .variants-checkout-row {
    background-color: var(--primary-color);
}

.brand-total-price-text {
    border: 1px solid var(--primary-color) !important;
}

.brand-total-price {
    border: 1px solid #dfe2e1 !important;
}

.search-list {
    border: 1px solid #dfe2e1 !important;
    display: none;
    padding: 10px;
    max-height: 100px;
    overflow: auto;
    transition: 0.3s ease;
}

.search-item:hover {
    background-color: #dfe2e1;
    transition: 0.3s ease;
}

.search-item {
    color: var(--primary-color) !important;
    padding: 5px;
    cursor: pointer;
}

.search-item div {
    font-size: 12px;
    font-weight: 700;
}

.no-users:hover {
    background-color: transparent !important;
}

.no-users {
    cursor: auto;
    color: #828383 !important;
}

.modal_overall-container {
    max-width: 800px !important;
}

.customize-modal-footer button {
    border-radius: 50px;
    padding: 10px 30px !important;
}

.small-font {
    font-size: 10px;
}

.customize-modal-content {
    padding: 10px;
}

.customize-modal-body {
    padding-bottom: 0;
}

.details-footer-price {
    border: 1px solid var(--primary-color);
    border-bottom-width: 1px !important;
}

.customize-details img {
    aspect-ratio: 1;
    object-fit: contain;
}

.price-details-table tr,
.price-details-table td {
    border: none !important;
    text-align: left;
}

.price-details-table {
    border: 1px solid #dfe2e1 !important;
    border-radius: 10px !important;
    border-collapse: unset !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #fbfbfb;
    margin-bottom: 0;
}

.price-details-table > :not(caption) > * > * {
    padding: 0.2rem 1rem !important;
}

.buttons-container-details {
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

td.text-color {
    text-align: left;
}

.sub-image {
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid transparent;
}

.sub-image:hover {
    border: 1px solid #dfe2e1;
}

.printing-info-cart {
    background: #f0f3f2;
    border: 1px solid var(--secondary-color) !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.printing-output-cart {
    color: var(--secondary-color) !important;
}

.delete-print-btn {
    background-color: var(--primary-color);
    position: absolute;
    top: 0px;
    right: 0px;
}

.delete-print-btn:hover {
    background-color: var(--secondary-color) !important;
    border: 1px solid var(--secondary-color) !important;
}

.table-separator,
#sdg {
    border: 1px solid #dfe2e1 !important;
}

/* .summary-section {
  width: 60%;
} */

/* social icons */

div#social-links {
    margin: 0 auto;
    max-width: 500px;
}

.footer .social-links {
    color: rgb(255 255 255 / 48%) !important;
    font-size: 20px;
}

.footer .text-footer {
    color: rgb(255 255 255 / 48%) !important;
}

.footer .social-links:hover,
.footer .text-footer:hover {
    color: var(--secondary-color) !important;
}

div#social-links ul {
    display: flex;
    padding-left: 0;
}

div#social-links ul li {
    display: inline-block;
}

div#social-links ul li a {
    padding: 5px 10px;
    margin: 1px;
    font-size: 25px;
    transition: 0.1s ease-in;
}

div#social-links ul li a:hover {
    color: var(--secondary-color);
    transition: 0.1s ease-in;
}

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

.dropdown-menu {
    overflow-y: visible;
}

.container-100 {
    height: 100svh;
}

.social-btn {
    padding: 0.15rem 0.5rem;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.address-select2 + .select2-container--bootstrap-5 {
    width: 220px !important;
}

.swal2-confirm:hover,
.swal2-cancel:hover {
    background-color: var(--secondary-color) !important;
}

.primary-card {
    border-color: var(--primary-color);
}

.secondary-card {
    border-color: var(--secondary-color);
}

.bold-sm {
    font-weight: 600 !important;
}

.bold-md {
    font-weight: 700 !important;
}

.bold-lg {
    font-weight: 900 !important;
}

.fa-twitter::before {
    content: "\F8DB" !important; /* Replace this with the Unicode of the X icon */
    font-family: "bootstrap-icons";
    font-weight: 400; /* Use bold if needed */
}

.social-separator {
    border-color: var(--secondary-color);
}

.copy-link-btn {
    border: none;
    background-color: #f0f3f2;
    width: 100%;
    padding: 10px 20px;
    color: var(--primary-color);
    font-size: 15px;
    border-radius: 5px;
    transition: 0.1s ease-in;
}

.copy-link-btn:hover {
    color: var(--secondary-color);
    transition: 0.1s ease-in;
}

.nav-lb-tab .nav-item .nav-link {
    color: var(--primary-color);
    transition: transform 0.3s ease, font-weight 0.3s ease;
}

.nav-lb-tab .nav-item .nav-link.active,
.nav-lb-tab .nav-item .nav-link:hover {
    background-color: transparent;
    border-bottom: 2px solid var(--secondary-color);
    color: var(--secondary-color);
    font-weight: 700;
    transition: transform 0.3s ease, font-weight 0.3s ease;
}

.qty-cart-input {
    font-weight: 900;
}

.copied {
    display: none;
}

.nav-pills-dark .nav-item .nav-link {
    color: var(--primary-color);
}

.main-menu-navbar-nav .nav-link:hover {
    color: var(--secondary-color) !important;
}

.main-menu-navbar-nav .nav-link.active {
    color: var(--secondary-color) !important;
}

.nav-pills-dark .nav-item .nav-link.active {
    background-color: var(--secondary-color);
}

.default-address-btn {
    background-color: var(--primary-color);
    color: white;
}

.default-address-btn:hover {
    color: white;
}

.set-default-address {
    color: var(--secondary-color) !important;
}

.set-default-address:hover {
    color: var(--primary-color) !important;
}

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

.delete-btn-quotation:hover {
    color: white !important;
}

.quotation-list-item {
    border-color: var(--primary-color) !important;
}

.nav-icons-container a div {
    padding: 5px 10px;
    font-size: 16px;
}

.nav-icons-container a:hover span,
.nav-icons-container a:hover i {
    color: var(--secondary-color) !important;
}

.view-eye:hover .eye-icon,
.logo-download-btn:hover {
    color: var(--secondary-color) !important;
}

.modal-address-container {
    max-width: 600px !important;
}

/* scroll bar settings */
/* Works on Firefox */
* {
    scrollbar-width: thin;
    /* scrollbar-color: var(--primary-color) white; */
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: white;
}

*::-webkit-scrollbar-thumb {
    /* background-color: var(--primary-color); */
}

.table-head {
    background-color: var(--primary-color);
}

.dashboard-table-head::after,
.dashboard-table-head-okazzi::after {
    content: "\F235"; /* Default icon */
    font-family: "bootstrap-icons";
    margin-left: 10px;
}

.dashboard-table-head.sort-asc::after,
.dashboard-table-head-okazzi.sort-asc::after {
    content: "\F229"; /* Icon for active sort */
    font-family: "bootstrap-icons";
    margin-left: 10px;
}

.dashboard-table-head,
.dashboard-table-head-okazzi {
    cursor: pointer;
}

.cart-number {
    height: 20px;
    width: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
}

.text-gray {
    color: #828383;
}

.subcategory-link {
    cursor: pointer;
}

.profile-pagination {
    width: fit-content;
}

.last-price {
    text-decoration: line-through;
}

.discount {
    color: red;
    font-weight: 700;
    padding: 15px;
    width: fit-content;
    position: absolute;
    z-index: 5;
    top: 0px;
    right: 15px;
    /* font-size: 35px;
    font-family: 'Jersey 15', serif;
    font-weight: 400;
    font-style: normal; */
    /* font-size: 25px;
    font-family: 'Rubik Vinyl', serif;
    font-weight: 400;
    font-style: normal; */
    -webkit-text-stroke: 1px red;
    font-variation-settings: "wght" 900, "ital" 1;
    font-size: 30px;
    text-align: center;
    color: transparent;
    font-family: "Meta", sans-serif;
    text-shadow: 2px 2px 0px white, 3px 3px 0px red, 4px 4px 0px white,
    5px 5px 0px red;
}

.details-discount {
    color: white;
    font-weight: 700;
    padding: 5px;
    width: fit-content;
    /* font-size: 35px;
    font-family: 'Jersey 15', serif;
    font-weight: 400;
    font-style: normal; */
    /* background-color: red;
    border-radius: 5px;
    font-size: 25px;
    font-family: 'Rubik Vinyl', serif;
    font-weight: 400;
    font-style: normal; */
    -webkit-text-stroke: 1px red;
    font-variation-settings: "wght" 900, "ital" 1;
    font-size: 25px;
    text-align: center;
    color: transparent;
    font-family: "Meta", sans-serif;
    text-shadow: 2px 2px 0px white, 3px 3px 0px red, 4px 4px 0px white,
    5px 5px 0px red;
}

.select2-container--bootstrap-5
.select2-dropdown
.select2-results__options
.select2-results__option[aria-disabled="true"],
.select2-container--bootstrap-5
.select2-dropdown
.select2-results__options
.select2-results__option {
    font-size: 14px !important;
}

input:focus,
select:focus,
#notesInput:focus,
.page-link:focus,
.form-control:focus,
.form-select:focus {
    border-color: var(--secondary-color) !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

.page-link:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color) !important;
}

input,
select,
textarea {
    color: var(--font-color) !important;
}

.visa-master-card {
    border-radius: 6px;
    width: 80%;
}

.scroll-button {
    background: #b4b0b496;
    width: 50px;
    height: 50px;
    color: white;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    border: none;
    box-shadow: 0px 0px 5px rgb(255 255 255 / 48%);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    transform: translateY(20px);
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
}

#searchForProductInput::-webkit-search-cancel-button,
#searchForProductInputMobile::-webkit-search-cancel-button {
    display: none;
}

.search-box-container {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    width: 1%;
}

.search-box-container input {
    /* border-radius: 0.5rem 0 0 0.5rem !important; */
}

#clearSearchButton,
#clearSearchButtonMobile {
    border: none;
    background: transparent;
}

.breadcrumb-category:hover {
    font-weight: 700;
}

.scroll-button.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.policy-container {
    min-height: 50svh;
}

.footer-content {
    min-height: 200px;
    justify-content: space-between;
}

.footer-columns {
    width: fit-content;
    padding: 0 30px;
}

.btn-close {
    --fc-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

.discount-label {
    z-index: 5;
    width: 60px !important;
    position: absolute;
    top: -5px;
    right: 15px;
}

.select2-container--bootstrap-5
.select2-selection--multiple
.select2-search
.select2-search__field {
    height: 19px !important;
    font-size: 0.875rem !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

select + .select2-container--bootstrap-5 {
    width: auto !important;
}

.main-content-wrapper {
    padding: 100px 16px 0px 16px !important;
}

#cke_1_contents {
    height: 120px !important;
}

.vendor-table > :not(caption) > * > * {
    padding: 1rem 0.5rem;
}

.deliveryInput {
    min-width: 45px;
    width: 80px;
}

.load-more-btn {
    width: fit-content;
    justify-self: center;
    color: var(--primary-color);
    font-weight: 700;
}

.load-more-btn:hover {
    color: var(--secondary-color);
}

.info-container .iti {
    margin-top: 0;
}

.info-container .form-label,
.password-change-container .form-label {
    color: var(--primary-color);
}

.settings-container h5 {
    color: var(--secondary-color);
}

.select2-selection__choice__display {
    color: var(--primary-color);
}

.spacer {
    border-top: 1px solid var(--primary-color) !important;
}

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

#pricingTable > :not(caption) > * > * {
    padding: 1rem 0.75rem;
}

.country-item-dashboard {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

/* Flag Images */
.country-item-dashboard img {
    border-radius: 3px; /* Rounded corners for flag images */
    border: 1px solid #aeaeae;
}

.popup img {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
}

.partner-logo-image {
    width: 200px;
    height: 200px;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
}

.order-status,
#statusSelect {
    width: 150px;
}

#financialStatus,
.emailListStatus {
    width: 150px;
}

.reset-password-modal-container {
    width: 600px;
}

.input-group-text {
    border-radius: 0.5rem 0 0 0.5rem;
}

.country-item-dashboard {
    border-radius: 3px;
}

.country-item-dashboard a {
    white-space: normal;
}

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav-logo-img {
    height: 40px;
    object-fit: contain;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.cart-table {
    overflow-x: unset;
}

.product-table-container {
    max-height: 400px;
    overflow-y: auto;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.form-col {
    scrollbar-width: none;
}

.ps-page--single {
    padding: 50px 300px;
    color: var(--primary-color);
}

.ps-page--single h2,
.ps-page--single h5 {
    color: var(--secondary-color);
}

.country-text {
    margin-left: 4px;
}

.shop-icon {
    display: none;
}

.currency-icon {
    display: none;
}

.button-nav {
    z-index: 1000;
}

option {
    white-space: normal;
}

.offcanvas-cart {
    width: 50% !important;
}

.side-nav-btns-container a {
    font-size: 15px;
}

.profile-side-nav a {
    font-size: 15px;
}

.icon-hover:hover a,
.icon-hover:active a,
.icon-hover:hover svg,
.icon-hover:active svg {
    color: white !important;
}

.slider-images {
    background-size: cover;
    /* border-radius: 0.5rem; */
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 4;
}

.button-nav svg {
    color: var(--primary-color) !important;
}

input::file-selector-button {
    color: var(--primary-color) !important;
}

.card-product:hover {
    border: 1px solid var(--secondary-color) !important;
}

.owl-nav button:hover,
.owl-nav button:active,
.owl-nav button:focus {
    background-color: var(--secondary-color) !important;
    color: white !important;
    transition: 0.2s ease-in-out;
}

.printSpecification {
    width: fit-content;
    margin: auto;
}

.mobile-search-container {
    display: none;
}

.next-btn,
.prev-btn,
.next-btn:disabled,
.prev-btn:disabled {
    color: var(--primary-color);
    z-index: 100;
    border: none;
    transition: 0.1s ease-in-out;
    border-radius: 50%;
    --fc-btn-padding-x: 0.7rem;
    height: fit-content;
    font-size: 20px;
}

#modalControls {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation-btns-container {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.next-btn:hover,
.prev-btn:hover {
    color: var(--secondary-color) !important;
    background-color: transparent !important;
    transition: 0.1s ease-in-out;
}

.next-btn {
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
}

.prev-btn {
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
}

#productModalThumbnails {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    flex-wrap: nowrap !important;
    position: relative;
    margin-top: 5px;
}

#productModalThumbnails::-webkit-scrollbar {
    display: none;
}

.iti {
    margin-top: 0;
}

.thumbnails-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

/* responsive added style */

@media (max-width: 1200px) {
    .top-nav-container,
    .nav-link,
    .form-control,
    .input-group button,
    #openMegaMenu,
    .select2-container--bootstrap-5
    .select2-selection--single
    .select2-selection__rendered,
    .iti .iti__selected-dial-code,
    .form-select,
    .sm-table td,
    .sm-table th,
    .sm-table h5,
    .select2-container--bootstrap-5
    .select2-dropdown
    .select2-results__options
    .select2-results__option.select2-results__option--disabled,
    .select2-container--bootstrap-5
    .select2-dropdown
    .select2-results__options
    .select2-results__option[aria-disabled="true"],
    .select2-container--bootstrap-5
    .select2-dropdown
    .select2-results__options
    .select2-results__option {
        font-size: 12px !important;
    }

    .nav-sub-container {
        gap: 15px !important;
    }

    .nav-logo-img {
        width: 100px;
    }

    .info-container,
    .password-change-container {
        flex-direction: column;
        gap: 10px !important;
    }

    .password-change-container div {
        width: 100% !important;
    }

    .show-cart-buttons {
        flex-direction: column;
    }

    .cart-container {
        display: flex;
        flex-direction: column;
    }

    .show-cart-buttons {
        height: 100%;
    }

    .cart-btns button {
        width: 100%;
        margin-bottom: 10px;
    }

    .offcanvas-cart {
        width: 60% !important;
    }

    .ps-page--single {
        padding: 50px 100px;
    }

    .product-details-table-content-price,
    .product-details-table-title,
    .product-details-table-content,
    .order-quantity,
    .order-quantity input,
    .product-details-table-content select,
    .sm-table td,
    .sm-table th,
    .sm-table h5 {
        font-size: 10px !important;
        padding: 5px !important;
    }

    .price-details-table td {
        font-size: 10px !important;
        padding: 10px !important;
    }

    .details-table-container {
        overflow-x: auto;
    }

    .social-btn {
        padding: 0.2rem 0.5rem;
        color: var(--secondary-color);
        font-size: 12px !important;
        border: 1px solid var(--secondary-color);
    }

    .account-table td,
    .account-table th,
    .customize-table td,
    .customize-table th {
        padding: 5px 10px;
        font-size: 10px;
    }

    .welcome-message {
        font-size: 9px !important;
    }
}

@media (max-width: 991px) {
    .scroll-button {
        bottom: 80px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .footer {
        padding-bottom: 70px !important;
    }

    .offcanvas-cart {
        width: 70% !important;
    }

    .nav-search {
        justify-content: end;
    }

    .nav-user-icons {
        display: none !important;
    }

    .details-price-btns {
        flex-direction: column;
    }

    .details-price-btns div {
        width: 100%;
    }

    .price-table {
        width: 100%;
    }

    .description-container img {
        width: -webkit-fill-available;
    }

    .modal_overall-container {
        max-width: 600px !important;
    }

    .checkout-container {
        flex-direction: column-reverse;
    }

    .checkout-right-col,
    .checkout-left-col {
        width: 100%;
        padding: 20px;
    }

    .checkout-left-col {
        border-top: 1px solid #dfe2e1;
        border-right: 0px;
        margin-top: 50px;
    }

    .text-heading {
        font-size: 20px;
    }

    .order-text-container {
        flex-direction: column;
    }

    .welcome-message {
        font-size: 9px !important;
    }
}

@media (max-width: 802px) {
    .offcanvas-cart {
        width: 100% !important;
    }

    .country-dropdown-container {
        max-width: 180px;
    }

    .welcome-message {
        font-size: 9px !important;
    }
}

@media (max-width: 768px) {
    .filter-container {
        flex-direction: column;
    }

    .cart-printing-table h6,
    .cart-printing-table small,
    .cart-printing-table div,
    .cartContainer li,
    .cartContainer span,
    .cartContainer div,
    .cartContainer h6 {
        font-size: 12px !important;
    }

    .variant-cart-table th,
    .variant-cart-table td {
        font-size: 12px !important;
    }

    .cart-eye-btn,
    .cart-print-btn {
        display: none;
    }

    .ps-page--single h5 {
        margin-top: 10px !important;
    }

    .dropdown-menu {
        max-height: 300px; /* Limit dropdown height */
        overflow-y: auto; /* Enable scroll for long lists */
        border: 1px solid #ddd;
        border-radius: 5px;
    }

    .dropdown-menu i,
    .dropdown-menu h5,
    .dropdown-menu button {
        font-size: 15px !important;
    }

    .dropdown-menu button {
        padding: 5px 10px;
    }

    .dropdown-menu hr,
    .variants-checkout-table hr {
        margin: 10px 0;
    }

    .dropdown-menu a {
        padding: 5px;
    }

    .dropdown-menu span,
    .dropdown-menu a {
        font-size: 20px !important;
    }

    .welcome-message {
        font-size: 9px !important;
    }
}

@media (max-width: 767px) {
    .welcome-message {
        font-size: 9px !important;
    }

    .filter-container {
        flex-direction: column;
    }

    .country-currency-container {
        justify-content: center !important;
        margin-top: 10px;
    }

    .cart-printing-table h6,
    .cart-printing-table small,
    .cart-printing-table div,
    .cartContainer li,
    .cartContainer span,
    .cartContainer div,
    .cartContainer h6 {
        font-size: 12px !important;
    }

    .variant-cart-table th,
    .variant-cart-table td {
        font-size: 12px !important;
    }

    .cart-eye-btn,
    .cart-print-btn {
        display: none;
    }

    .product-card-container {
        width: 100%;
    }

    .mapping-container {
        font-size: 10px;
    }

    .mapping-container div {
        padding: 0px 20px !important;
    }

    .products-list {
        margin: auto;
        padding: 0 !important;
    }

    .price-table td,
    .price-table th,
    .table-printing td,
    .table-printing th,
    .variants-checkout-table td,
    .variants-checkout-table th {
        padding: 5px;
        font-size: 10px !important;
    }

    .table-printing select {
        font-size: 10px !important;
    }

    .file-text-container {
        flex-direction: column;
        justify-content: center;
        gap: 5px;
    }

    .file-text-container input {
        width: 200px !important;
    }

    #cartItemList,
    #cartItemList h6 {
        font-size: 12px !important;
    }

    .pagination {
        flex-wrap: wrap;
    }

    .welcome-message {
        font-size: 7px;
    }
}

@media (max-width: 544px) {
    .country-dropdown-container {
        max-width: 200px;
    }

    .shop-icon {
        display: block;
    }

    .shop-text {
        display: none;
    }

    .currency-text {
        display: none;
    }

    .currency-icon {
        display: block;
    }

    .mobile-search-container {
        display: block;
    }

    .nav-search {
        display: none !important;
    }

    .nav-sub-container {
        justify-content: space-between;
    }

    .nav-logo-img {
        width: 150px;
    }

    .recommended-heading {
        max-width: 200px;
        gap: 0 !important;
    }

    .offcanvas {
        width: 100% !important;
    }

    .slider-images {
        background-size: contain !important;
    }

    /* .country-currency-container {
      justify-content: space-between !important;
      margin-top: 10px;
    } */
    .delete-print-btn {
        position: inherit;
    }

    .container-top-nav {
        padding: 0 1rem !important;
    }

    .cart-quantity {
        min-width: 100px;
    }

    .ps-page--single {
        padding: 40px;
    }

    .customize-rows {
        flex-direction: column;
        font-size: 12px;
    }

    .signup-container {
        flex-direction: column;
    }

    .signup-container .field-col {
        width: 100%;
    }

    .register-btns button {
        font-size: 10px !important;
    }

    .address-title-container {
        flex-direction: column;
        gap: 10px;
    }

    .customize-modal-footer {
        flex-direction: column;
    }

    .requested-at {
        font-size: 10px;
        max-width: 100px;
    }

    .dropdown-menu a {
        font-size: 12px !important;
    }

    #countryList {
        width: 200px !important;
    }

    .welcome-message {
        font-size: 7px;
    }
}

@media (max-width: 500px) {
    .country-dropdown-container {
        max-width: 180px;
    }

    .welcome-message {
        font-size: 7px;
    }
}

@media (max-width: 400px) {
    .country-dropdown-container {
        max-width: 150px;
    }

    .nav-logo-img {
        width: 120px;
    }

    .ps-page--single {
        padding: 40px 10px;
    }

    .welcome-message {
        font-size: 7px;
    }
}

@media (max-width: 365px) {
    .country-dropdown-container {
        max-width: 120px;
    }

    .welcome-message {
        font-size: 7px;
    }
}

/* custom dropdown */
.custom-dropdown {
    position: relative;
    width: 200px;
    cursor: pointer;
}

.dropdown-selected {
    position: relative;
    padding: 8px 35px 8px 12px;
    border: 1px solid var(--secondary-color);
    display: block;
    border-radius: 8px;
    background-color: #fff;
    white-space: nowrap;
    color: var(--primary-color);
    height: 40px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    box-sizing: border-box;
    margin: auto;
}

.dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid var(--secondary-color);
    border-radius: 8px;
    background-color: #fff;
    display: none; /* Initially hidden */
    z-index: 100;
    color: var(--primary-color);
    max-height: 260px;
    overflow-y: auto;
}

.dropdown-options li {
    padding: 8px 12px;
    transition: background-color 0.2s ease;
    color: var(--primary-color);
    border-radius: 8px;
}

.dropdown-options li:hover {
    background-color: #f0f0f0;
    color: var(--secondary-color);
    font-weight: 700;
}

.category-item:hover .text-hover {
    color: var(--secondary-color);
    font-weight: 700;
}

.custom-dropdown-chevron {
    position: absolute;
    right: 10px; /* Adjust chevron to be 10px from the right edge */
    top: 50%;
    transform: translateY(-50%); /* Center vertically */
    color: var(--primary-color);
    font-weight: 700;
    pointer-events: none; /* Prevent interaction with the chevron */
}

.selected-container {
    position: relative;
}

.selected-option {
    overflow: hidden;
    background-color: #f0f0f0;
    color: var(--secondary-color) !important;
    font-weight: bold;
    border-radius: 4px;
}

.dropdown-options .selected {
    font-weight: bold;
    background-color: #f0f0f0;
    color: var(--secondary-color) !important;
}

.currency-item:hover,
.shop-location-dropdown-input:hover {
    color: var(--secondary-color) !important;
    font-weight: 700;
}

.select2-container--bootstrap-5
.select2-dropdown
.select2-results__options
.select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5
.select2-dropdown
.select2-results__options
.select2-results__option.select2-results__option--highlighted,
.select2-container--default .select2-results__option--selected,
.select2-container--default
.select2-results__option--highlighted[aria-selected],
.select2-container--default
.select2-results__option--highlighted[aria-selected]
span,
.select2-container--default .select2-results__option--selected span {
    font-weight: 700 !important;
    background-color: #f0f0f0 !important;
    color: var(--secondary-color) !important;
}

.okazzi-blue {
    background-color: var(--secondary-color) !important;
}

.okazzi-violet {
    background-color: var(--primary-color) !important;
}

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

.custom_section_title {
    width: 25%;
    padding: 5px;
}

.custom_section_description {
    width: 75% !important;
    padding: 5px;
}

.custom_price_table {
    border-style: solid !important;
    border-width: 2px 2px 0px 2px !important;
}

.remove_bottom_border {
    border-bottom: none !important;
}

.custom_price_table tr:last-child {
    background-color: white !important;
}

.custom_price_table tr:last-child td {
    color: var(--primary-color) !important;
}

.custom_price_table tr:last-child td:first-child {
    color: white !important;
}

img.partner-img {
    max-width: 230px;
}

.owl-carousel .item {
    display: flex;
    justify-content: center;
}

select#searchCategorySelect {
    width: 25% !important;
}

.table-with-checkbox > tbody > tr > td:first-child,
.table-with-checkbox > thead > tr > th:first-child {
    padding-right: 18px;
}

div.dt-processing > div:last-child > div {
    background: var(--primary-color) !important;
}

#ordersTable_wrapper select,
#customersTable_wrapper select,
#productsTable_wrapper select {
    padding: 0.55rem 3rem 0.55rem 1rem;
    font-size: 0.875rem;
    border-radius: 0.5rem;
}

#ordersTable_wrapper input,
#customersTable_wrapper input,
#productsTable_wrapper input:not(input[type="checkbox"]) {
    padding: 0.55rem 1rem;
    font-size: 0.875rem;
    border-radius: 0.5rem;
}

#productsTable_wrapper input[type="checkbox"] {
    padding: 0.6rem;
}

.export_container {
    width: fit-content;
}

.flatpickr-day.selected {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.chart-container {
    position: relative;
}

.glass-shader {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* From https://css.glass */
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 1;
}

.glass-shader button {
    margin: auto;
}

.filter-card {
    box-shadow: 0 0 10px rgba(145, 158, 171, 0.2),
    0 12px 24px -4px rgba(145, 158, 171, 0.12);
}

.negative-mt {
    margin-top: -3rem;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td,
table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: center !important;
}

.icon-custom {
    width: 10rem;
    height: 8rem;
    /* aspect-ratio: 4 / 1; */
    object-fit: contain;
}

.icon-custom-md {
    width: 8rem;
    height: 7rem;
    /* aspect-ratio: 4 / 1; */
    object-fit: contain;
}

.closeBtn {
    padding: 3px 8px;
    color: white !important;
    border-color: white !important;
}

.closeBtn-red {
    padding: 3px 8px;
    color: #db3030;
    border-color: #db3030;
}

.closeBtn:hover,
.closeBtn-red:hover {
    background-color: #db3030 !important;
    border-color: #db3030 !important;
}

.slider-img-display {
    max-width: 100%;
    aspect-ratio: 4;
    border-radius: 8px;
    object-fit: cover;
}

.upload-layer {
    height: 100%;
    width: 100%;
    background-color: #6c757d;
    border-radius: 8px;
    display: flex;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.slide-img {
    transition: 0.3s ease-in-out;
}

.slide-img:hover .upload-layer {
    opacity: 50%;
    transition: 0.3s ease-in-out;
}

.logo-wrapper:hover .upload-layer {
    opacity: 50%;
    transition: 0.3s ease-in-out;
}

.file-upload input.file-input:hover {
    cursor: pointer !important;
}

.logo-wrapper {
    cursor: pointer;
}

.upload-layer input {
    width: 100%;
}

.upload-layer span {
    margin: auto;
}

.dt-column-header {
    text-align: center;
}

.table-with-checkbox > tbody > tr > td:not(.dt-empty):first-child,
.table-with-checkbox > thead > tr > th:first-child {
    text-align: justify;
}

.gallery-modal-body {
    max-height: 70svh;
    overflow: auto;
}

.add-product-image {
    cursor: pointer;
    transition: 0.2s ease-in;
}

.add-product-image i {
    font-size: 100px;
    color: var(--primary-color);
    transition: 0.2s ease-in;
}

.add-product-image:hover,
.add-product-image:hover i {
    color: var(--secondary-color);
    border-color: var(--secondary-color);
    transition: 0.2s ease-in;
}

.image-gallery {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.closeBtnGallery {
    top: 2px;
    right: 3px;
}

.status-badge {
    cursor: pointer;
}

.extra-filter {
    padding-left: 1.5rem;
}

.extra-filters.form-select {
    width: 140px !important;
}

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

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.td-accordion {
    cursor: pointer;
    vertical-align: middle;
    -webkit-text-stroke: 0.6px;
    background-color: #ecf0ef !important;
    font-size: 15px;
}

.hiddenRow {
    padding: 0 !important;
}

.bulk-input {
    min-height: auto;
}

.spinner-border {
    gap: 10px;
    width: 20px;
    height: 20px;
    display: none;
}

.active > .page-link,
.page-link.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:hover {
    color: white !important;
}

.icon-hover:hover {
    background-color: var(--primary-color) !important;
}

.dataTable.no-footer {
    margin: 0 !important;
    padding: 0 !important;
}