@font-face {
    font-family: 'Eight One';
    src: url('../fonts/EightOne.woff2') format('woff2'),
    url('../fonts/EightOne.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
}

h1,
h2,
h3,
h5,
.banner__text p span {
    font-family: "Eight One" !important;
}

.banner__text p span {
    font-size: 48px !important;
}

.banner p {
    font-family: "Eight One";
    font-size: 48px;
    color: #000;
}

.text-primary-500 {
    color: #000 !important;
    transition: all .5s;
}

.text-green {
    color: #4ecc48 !important;
}

.bg-primary-500 {
    background-color: #000 !important;
}

input:focus:not(.payment-buttons input:focus,input[type="radio"]),
textarea:focus {
    /*outline: 1px solid #000 !important;*/
    border: unset !important;
}

.payment-buttons input:checked {
    accent-color: black;
}

.products-wrapper > div {
    max-width: 20%;
}

.zone-modal-datepicker .vdp-datepicker input[type="text"] {
    width: 100%;
    padding: 8px 17px;
    margin-bottom: 14px;
    border-radius: 3px;
}

.vdp-datepicker__calendar .cell.selected {
    background: #000 !important;
    color: #fff !important;
}

.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover, .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover, .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
    border: 1px solid #000 !important;
}

.checkout-datepicker .vdp-datepicker input, .vue-timepicker-checkout input {
    padding: 0px 40px !important;
    background: #f9fafb;
    border-radius: 9px;
    display: block;
    height: 45px !important;
    border: 1px solid #d1d5db;
    width: 100% !important;
}

.vue-timepicker-checkout span {
    width: 100% !important;
}

.vue__time-picker .dropdown ul li:not([disabled]).active, .vue__time-picker .dropdown ul li:not([disabled]).active:hover, .vue__time-picker .dropdown ul li:not([disabled]).active:focus, .vue__time-picker-dropdown ul li:not([disabled]).active, .vue__time-picker-dropdown ul li:not([disabled]).active:hover, .vue__time-picker-dropdown ul li:not([disabled]).active:focus {
    background: #000 !important;
    color: #fff;
}

.vue__time-picker .dropdown ul li:not(.hint):not([disabled]):hover, .vue__time-picker .dropdown ul li:not(.hint):not([disabled]):focus, .vue__time-picker-dropdown ul li:not(.hint):not([disabled]):hover, .vue__time-picker-dropdown ul li:not(.hint):not([disabled]):focus {
    background: rgb(0 0 0) !important;
    color: #ffffff !important;
}

[dir="rtl"] .account_wrap {
    flex-direction: row-reverse !important;
}

.multiselect__option--highlight {
    background: #000 !important;
    outline: none;
    color: #fff;
}

.multiselect__tags {
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
}

.modal-timepicker .vue__time-picker input, .vue__time-picker {
    width: 100% !important;
}

.modal-timepicker .vue__time-picker input.display-time {
    height: 2.4em !important;
    border-radius: 4px;
}

.datepicker-icon {
    z-index: 9;
    padding-top: 10px;
}

.date-picker-model input[type="text"] {
    padding-left: 40px !important;
    padding-top: 10px !important;
}

/* .zone-modal-datepicker .multiselect__tags{
  border-radius: unset !important;
} */
.cart-multiselect .multiselect .multiselect__tags {
    border: 1px solid #000 !important;
    color: #000 !important;
}

.cart-multiselect .multiselect .multiselect__placeholder, .cart-multiselect .multiselect__single {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.cart-multiselect .multiselect .multiselect__select:before {
    top: 74% !important;
    color: #000 !important;
    border-color: #000 transparent transparent;
}

.wrapper .checkmark.tiny::after {
    width: 4px;
    height: 8px;
    left: 5px;
    top: 3px;
    border-width: 0 2px 2px 0;
}

.wrapper {
    display: block;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    padding-top: 0;
}
/* Hide the browser's default checkbox */
.wrapper input {
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;

    height: 21px;
    width: 21px;
    border-radius: 2px;
    border: 1px solid #d3d3d3;
}

.checkmark.bigBox {
    height: 30px;
    width: 30px;
}


.checkmark.tiny {
    height: 17px;
    width: 17px;
    margin-top: 3px;
}
.checkbox:checked ~ .checkmark.tiny {
    background-color: #000 !important;
    border-color: #000;
}


/* When the checkbox is checked, add a blue background */
.wrapper input:checked ~ .checkmark {
    background-color: #000 !important;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.wrapper input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.wrapper .checkmark:after {
    left: 7px;
    top: 0px;
    width: 7px;
    height: 15px;
    border: solid var(--checkmarkColor);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wrapper .checkmark.bigBox:after {
    left: 11px;
    top: 5px;
}
