nav li {
    margin: 0 !important;
}

body a.nav-link {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
}

.bg-color-gradient-custom {
    background: linear-gradient(91.72deg, #F7F1E6 -2.92%, #FE4819 104.9%);
}

.custom-bg {
    background-image: url("../img/image-3.png");
    background-size: cover;
    position: relative;
}

.custom-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(97, 53, 18, 0.8);
}

.checkbox-size-custom {
    transform: scale(1.4);
}

.custom-card-style-1 {
    border: 2px solid transparent;
    transition: ease border 300ms;
    border-radius: 10px !important;
}

.custom-card-style-1:hover {
    border: 2px solid var(--tertiary);
}

.custom-card-style-1 .custom-card-style-1-image-wrapper img {
    transform: translate3d(5px, -5px, 0);
    transition: ease transform 300ms;
}

.custom-card-style-1 .custom-card-style-1-title,
.custom-card-style-1 .custom-card-style-1-link {
    transition: ease color 300ms;
}

.custom-card-style-1:hover .custom-card-style-1-image-wrapper img {
    transform: translate3d(0, 0, 0);
}

.horizontal-scroller-wrapper {
    z-index: 100;
    position: relative;
}

@media (max-width: 992px) {
    .horizontal-scroller-scroll {
        height: 100vh;
    }

    .horizontal-scroller-scroll .horizontal-scroller-item {
        height: auto;
    }
}

.horizontal-scroller-image {
    max-height: 90vh !important;
    padding-top: 0;
}

.custom-margin-bottom {
    margin-bottom: 4vh !important;
}


.custom-bg-secondary::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -57%);
    background-color: var(--secondary);
}

/*dots*/
.custom-dots-style-1 .owl-dots {
    display: flex;
    justify-content: center;
}

.custom-dots-style-1 .owl-dots .owl-dot > span {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid var(--tertiary);
    background: transparent !important;
}

.custom-dots-style-1 .owl-dots .owl-dot.active > span, .custom-dots-style-1 .owl-dots .owl-dot:hover > span, .custom-dots-style-1 .owl-dots .owl-dot:focus > span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: var(--tertiary);
}

.custom-dots-style-1 .owl-dots .owl-dot.active > span:before, .custom-dots-style-1 .owl-dots .owl-dot:hover > span:before, .custom-dots-style-1 .owl-dots .owl-dot:focus > span:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #36393d;
    border-radius: 100%;
}

.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot > span {
    border: 2px solid var(--tertiary);
}


.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot.active > span:before, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:hover > span:before, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:focus > span:before {
    background: var(--tertiary);
}

.prev a i,
.next a i {
    color: var(--tertiary);
}

.fw-btn-bg-outline-primary {
    border: 2px solid;
    border-color: var(--primary) !important;
}

.fw-text-14-px {
    font-size: 14px;
}

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

.fw-arrow-images-footer {
    width: 150px;
    position: absolute;
    bottom: 100px;
    right: 0;
}

@media (min-width: 992px) {
    .fw-text-lg-40px {
        font-size: 40px !important;
    }

    .fw-arrow-images-footer {
        width: 210px;
        position: absolute;
        bottom: -35px;
        right: 0;
    }
}

@media (min-width: 768px) {
    .fw-text-md-60-px {
        font-size: 60px !important;
    }
}

.fw-decoration-3-top-left {
    position: absolute;
    top: 50px;
    left: 0;
}

.fw-decoration-3-bottom-right {
    position: absolute;
    bottom: 50px;
    right: 0;
}

#imageContainer img {
    vertical-align: bottom !important;
    border: 0;
}

@media (min-width: 992px) {
    .fw-text-lg-60px {
        font-size: 60px !important;
    }
}

.fw-text-22-px {
    font-size: 22px !important;
}


.fw-arrow-text-image-17 {
    bottom: 85px;
    right: 0 !important;
    z-index: 0;
}

/* PDF Book */
.book-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    border: 1px solid var(--secondary);
    background: var(--secondary);
    display: none;
    z-index: 1040;
    justify-content: center;
    align-items: center;
}

.book-page {
    width: 100%;
    height: 90%;
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.book-page img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    pointer-events: none;
}

.book-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.zoom-controls {
    position: absolute;
    bottom: 1%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.book-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.book-nav.book-prev {
    left: 10px;
}

.book-nav.book-next {
    right: 10px;
}

.zoom-wrapper {
    transform-origin: 0 0;
    transition: transform 0.05s linear;
    position: relative;
    width: 100%;
    height: 100%;
}

.book-page.zoomed img {
    pointer-events: none;
}

html.no-scroll {
    scrollbar-width: none; /* Firefox */
}

body.no-scroll {
    -ms-overflow-style: none; /* Internet Explorer, Edge */
}

body.no-scroll::-webkit-scrollbar,
body.no-scroll::-webkit-scrollbar-button {
    display: none; /* Chrome */
}


@media (min-width: 992px) {

    .fw-py-6 {
        padding-top: 67px !important;
        padding-bottom: 80px !important;
    }

    .fw-text-lg-50px {
        font-size: 50px !important;
    }
}

section.fw-gallery2-section {
    background-color: white !important;
}

section.fw-gallery2-section.fw-gallery2-section-height-3 {
    padding: 73.846px 0;
    padding: 4.6153846154rem 0;
}


.custom-form5-form-style .form-control-custom .form-control {
    background: transparent !important;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    color: #1e1e1e;
    font-size: 16px !important;
    padding: 6px 0;
    margin-bottom: 15px;
    box-shadow: none;
    font-weight: 700 !important;
}

.custom-form5-form-style .form-control-custom .form-control::-webkit-input-placeholder {
    color: #1e1e1e;
    font-weight: 600;
}

.custom-form5-form-style .form-control-custom .form-control::-moz-placeholder {
    color: #1e1e1e;
    font-weight: 600;
}

.custom-form5-form-style .form-control-custom .form-control:-ms-input-placeholder {
    color: #1e1e1e;
    font-weight: 600;
}

/* LIGHT FORM */
.custom-form5-form-style .form-control-custom.form-control-custom-form5-light .form-control {
    color: #FFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.custom-form5-form-style .form-control-custom.form-control-custom-form5-light .form-control::-webkit-input-placeholder {
    color: #FFF;
}

.custom-form5-form-style .form-control-custom.form-control-custom-form5-light .form-control::-moz-placeholder {
    color: #FFF;
}

.custom-form5-form-style .form-control-custom.form-control-custom-form5-light .form-control:-ms-input-placeholder {
    color: #FFF;
}

.custom-form5-form-style .form-control-custom.form-control-custom-form5-light .form-control:-moz-placeholder {
    color: #FFF;
}


/* LIGHT TERTIARY */
.custom-form5-form-style .form-control-custom.form-control-custom-form5-tertiary .form-control {
    color: var(--tertiary);
    border-bottom: 1px solid var(--tertiary) !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
}

.custom-form5-form-style .form-control-custom.form-control-custom-form5-tertiary .form-control::-webkit-input-placeholder {
    color: var(--tertiary);
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
}

.custom-form5-form-style .form-control-custom.form-control-custom-form5-tertiary .form-control::-moz-placeholder {
    color: var(--tertiary);
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
}

.custom-form5-form-style .form-control-custom.form-control-custom-form5-tertiary .form-control:-ms-input-placeholder {
    color: var(--tertiary);
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
}

.custom-form5-form-style .form-control-custom.form-control-custom-form5-tertiary .form-control:-moz-placeholder {
    color: var(--tertiary);
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
}


.checkbox-custom-form5-transparent {
    appearance: none;
    background-color: transparent;
    border: 1px solid #ffffff;
    width: 20px;
    height: 18px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
}

.checkbox-custom-form5-transparent-tertiary {
    appearance: none;
    background-color: transparent;
    border: 1px solid var(--tertiary);
    width: 20px;
    height: 18px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
}

.checkbox-custom-form5-transparent:checked {
    background-color: transparent;
}

.checkbox-custom-form5-transparent:checked::before {
    content: '✓'; /* Unicode for check mark */
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-custom-form5-transparent-tertiary:checked::before {
    content: '✓'; /* Unicode for check mark */
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-custom-form5-transparent:focus {
    outline: none; /* Remove default focus outline */
}

.checkbox-custom-form5-transparent-tertiary:focus {
    outline: none; /* Remove default focus outline */
}

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

input[type=number] {
    -moz-appearance: textfield;
}

.custom-form5-placeholder::placeholder {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.custom-form5-checkbox-label {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.custom-form5-checkbox-label input {
    margin-right: 10px; /* Spacing between checkbox and text */
}

.custom-form5-text-grey {
    color: #9A9A9A !important;
}

.custom-form5-overlay-gradient:before {
    background-color: rgba(255, 255, 255, 0) !important;
    background-image: linear-gradient(to right, #000000 0%, rgba(255, 255, 255, 0) 100%) !important;
}

@media (min-width: 576px) {
    .fw-text-sm-40px {
        font-size: 40px !important;
    }
}

.product-card-radius {
    border-radius: 10px !important;
}

.text-strikethrough-primary {
    text-decoration: line-through;
    text-decoration-color: var(--primary);
    text-decoration-thickness: 2px;
}


.fw-arrow-text-image-17 {
    bottom: 85px;
    right: 0 !important;
    z-index: 0;
}

/* PDF Book */
.book-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    border: 1px solid var(--secondary);
    background: var(--secondary);
    display: none;
    z-index: 1040;
    justify-content: center;
    align-items: center;
}

.book-page {
    width: 100%;
    height: 90%;
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.book-page img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    pointer-events: none;
}

.book-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.zoom-controls {
    position: absolute;
    bottom: 1%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.book-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.book-nav.book-prev {
    left: 10px;
}

.book-nav.book-next {
    right: 10px;
}

.zoom-wrapper {
    transform-origin: 0 0;
    transition: transform 0.05s linear;
    position: relative;
    width: 100%;
    height: 100%;
}

.book-page.zoomed img {
    pointer-events: none;
}

html.no-scroll {
    scrollbar-width: none; /* Firefox */
}

body.no-scroll {
    -ms-overflow-style: none; /* Internet Explorer, Edge */
}

body.no-scroll::-webkit-scrollbar,
body.no-scroll::-webkit-scrollbar-button {
    display: none; /* Chrome */
}

.fw-py-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.fw-px-30px {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.fw-arrow-form7 {
    width: 210px;
    position: absolute;
    bottom: -35px;
    left: 0;
}

.fw-contact-shadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

::placeholder {
    color: #A2A2A2 !important;
}

@media (min-width: 576px) {
    .fw-text-sm-40px {
        font-size: 40px !important;
    }
}

.checkbox-custom-form7-transparent-black {
    appearance: none;
    background-color: transparent;
    border: 1px solid black;
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
}

.checkbox-custom-form7-transparent-black:checked::before {
    content: '✓';
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-custom-form7-transparent-black:focus {
    outline: none;
}

.checkbox-custom-form7-transparent-black:checked {
    background-color: transparent;
}

.fw-text-18px {
    font-size: 18px !important;
}

/* Category Accordion Styles */
.category-accordion .accordion-button {
    border-radius: 0;
    padding: 0;
}

.category-accordion .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--primary);
}

/* Remove border-radius from accordion elements */
.category-accordion .accordion,
.category-accordion .accordion-item,
.category-accordion .accordion-header,
.category-accordion .accordion-button,
.category-accordion .accordion-collapse {
    border-radius: 0 !important;
}

/* Different background colors for different depth levels */
.category-depth-1 .accordion-button {
    background-color: #FFC9B4 !important;
    color: var(--primary) !important;
}

.category-depth-2 .accordion-button {
    background-color: #FFE4D9 !important;
    color: var(--primary) !important;
}

.category-depth-3 .accordion-button {
    background-color: #FFE7DE !important;
    color: var(--primary) !important;
}

.category-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.125);
}

.category-accordion .accordion-body {
    padding: 0;
}

.category-accordion .category-item {
    margin-bottom: 0;
}

.category-accordion .form-check-inline {
    display: block;
    margin-right: 0;
    padding: 0;
}

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

.category-accordion .accordion .accordion {
    margin-left: 0;
}

.category-accordion .accordion-button::after {
    margin-left: auto;
}

/* White arrow for accordion buttons */
.white-arrow::after {
    color: white !important;
    filter: brightness(0) invert(1);
}

/* Orange arrow for other depth levels (using fixed color code) */
.accordion-button.primary-arrow::after {
    color: #FF6B00 !important;
    filter: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF6B00'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

/* Category select button styles */
.category-select-button {
    padding: 0;
    text-align: left;
    cursor: pointer;
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.category-select-button.selected {
    color: var(--primary);
    font-weight: bold;
}

/* Add border to white background buttons */
.category-select-button.bg-white {
    border: 1px solid #C2C2C2 !important;
}

.input-group input {
    border: #A2A2A2 1px solid !important;
    border-right: none !important;
}

.input-group-text {
    border: #A2A2A2 1px solid !important;
    border-radius: 0px !important;
}

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

.fw-discount-icon {
    right: 15px;
    top: 15px;
    z-index: 3;
}

.fw-out-of-stock {
    left: 15px;
    top: 15px;
}

.fw-grey-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.6);
    z-index: 1;
}

/* Custom styling for select elements */
select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding-right: 2rem;
}

/* Style for select options */
select.form-control option {
    border: 1px solid #FE4819 !important;
    padding: 10px;
}

/* Style for select options on hover/focus/active */
select.form-control option:hover,
select.form-control option:focus,
select.form-control option:active,
select.form-control option:checked {
    background-color: var(--primary) !important;
    color: white !important;
    box-shadow: 0 0 10px 100px var(--primary) inset !important;
    -webkit-text-fill-color: white !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

/* Ensure hover works in all browsers */
select.form-control option:hover {
    background-color: var(--primary) !important;
    color: white !important;
}

/* Override browser-specific styling */
select.form-control option::selection {
    background-color: var(--primary) !important;
}

select.form-control option::-moz-selection {
    background-color: var(--primary) !important;
}

/* Force the color for all browsers */
@-moz-document url-prefix() {
    select.form-control option:hover,
    select.form-control option:focus,
    select.form-control option:active,
    select.form-control option:checked {
        background-color: var(--primary) !important;
        color: white !important;
        -moz-appearance: none !important;
        appearance: none !important;
    }

    /* Additional rule for Firefox */
    select.form-control option {
        background-color: white;
    }

    /* Ensure hover works in Firefox */
    select.form-control option:hover {
        background-color: var(--primary) !important;
        color: white !important;
    }
}

/* Pagination */
.pagination {
    --bs-pagination-border-radius: 0px !important;
}

.page-item {
    margin: 5px !important
}

.fw-link-color {
    color: #959595 !important;
}

.page-link {
    background-color: #F6F7F8;
    font-size: 17px !important;
    font-weight: 600 !important;
}

.fw-btn-py-6px {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.fw-btn-px-22px {
    padding-left: 22px !important;
    padding-right: 22px !important;
}

@media (min-width: 992px) {
    .fw-text-lg-40px {
        font-size: 40px !important;
    }
}

/* Row-based striping for tables */
.table-striped tr:nth-child(odd) td,
.table-striped tr:nth-child(odd) th {
    background-color: #FFEFE9;
}

.table-striped tr:nth-child(even) td,
.table-striped tr:nth-child(even) th {
    background-color: white;
}

.ticket-counter {
    border: 2px solid var(--primary);
    display: flex;
    align-items: center;
    width: 100%;
}

.counter-controls {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 40px;
    border-right: 2px solid var(--primary);
    text-align: center;
}

.counter-controls button:first-child {
    border-bottom: 2px solid var(--primary);
    border-left: none;
    border-right: none;
    border-top: none;
    background: none;
    color: var(--primary);
    font-size: 1.2rem;
    width: 100%;
    padding: 0;
}

.counter-controls button:last-child {
    border: none;
    background: none;
    color: var(--primary);
    font-size: 1.2rem;
    width: 100%;
    padding: 0;
}

.counter-display {
    flex-grow: 1;
    text-align: center;
}

.add-to-cart, .add-to-cart-from-list {
    background-color: var(--primary);
    color: white;
    font-weight: bold;
    border: none;
    width: 50%;
    height: 100%;
}

.add-to-cart.disabled, .add-to-cart-from-list.disabled {
    background-color: #808080;
    color: #ffffff;
    cursor: not-allowed;
    opacity: 0.7;
}

.ticket-counter.disabled {
    border-color: #808080;
}

.counter-controls.disabled {
    border-right-color: #808080;
}

.counter-controls.disabled button {
    color: #808080;
    cursor: not-allowed;
    opacity: 0.7;
}

.counter-controls.disabled button:first-child {
    border-bottom-color: #808080;
}

.counter-display.disabled {
    color: #808080 !important;
    opacity: 0.7;
}

.counter-box {
    border: 2px solid var(--primary); /* Narancsvörös keret */
    display: flex;
    width: 180px; /* Increased width for more space */
    justify-content: space-between;
    overflow: hidden;
}

.counter-box button {
    border: none;
    background-color: transparent;
    color: var(--primary);
    font-size: 2rem; /* Larger icon size */
    width: 25px; /* Smaller button width */
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding: 0;
    font-weight: bold;
}

.counter-box button#decrement {
    border-right: 2px solid var(--primary);
}

.counter-box button#increment {
    border-left: 2px solid var(--primary);
}

.counter-box span {
    flex: 1;
    text-align: center;
    font-size: 1.3rem; /* Slightly larger font */
    color: var(--primary);
    font-family: 'Montserrat', Arial, sans-serif;
    padding: 0 15px; /* Add more padding around the quantity */
}

#header .header-body {
    display: flex;
    flex-direction: column;
    background: var(--quaternary);
    transition: min-height 0.3s ease;
    width: 100%;
    border-top: 3px solid #EDEDED;
    border-bottom: 1px solid transparent;
    z-index: 1001;
}

.cart-item .decrement, .cart-item .increment, .cart-item .delete-cart-item {
    cursor: pointer;
}

/* Styles for the quantity input group */
.cart-item .input-group {
    display: flex;
    align-items: center;
    width: 100%;
}

.cart-item .input-group-prepend,
.cart-item .input-group-append {
    display: flex;
}

.cart-item .input-group .form-control {
    border: 2px solid var(--primary) !important;
    border-left: none !important;
    border-right: none !important;
    height: 38px;
    padding: 0.375rem 0.75rem;
}

.cart-item .input-group .form-control .disabled {
    border: 2px solid grey !important;
    border-left: none !important;
    border-right: none !important;
    height: 38px;
    padding: 0.375rem 0.75rem;
}

.cart-item .input-group .btn {
    border: 2px solid var(--primary) !important;
    color: var(--primary);
    background-color: transparent;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.375rem 0.75rem;
}

.cart-item .input-group .btn .disabled {
    border: 2px solid grey !important;
    color: grey;
    background-color: transparent;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.375rem 0.75rem;
    cursor: not-allowed;
}

.cart-item .input-group .decrement {
    border-radius: 0.25rem 0 0 0.25rem;
}

.cart-item .input-group .increment {
    border-radius: 0 0.25rem 0.25rem 0;
}

.horizontal-line {
    background-color: black !important;
}

/* Quick Order Checkbox Styling */
.cart-item .form-check-input {
    transform: scale(1.5);
    cursor: pointer;
    border-radius: 0;
}

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

.fw-decoration-image-center {
    height: 189px !important;
    width: 189px !important;
}

.fw-decoration-8 {
    position: absolute;
    top: 100px !important;
    right: 0;
    z-index: 0;
}

.fw-decoration-9 {
    position: absolute;
    bottom: 200px;
    left: 0;
    z-index: 0;
}

.fw-decoration-10 {
    position: absolute;
    top: 50px !important;
    right: 0;
    z-index: 0;
}

.fw-decoration-11 {
    position: absolute;
    bottom: 50px !important;
    left: 0;
    z-index: 0;
}

.fw-py-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.fw-px-40px {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.fw-text-30px {
    font-size: 30px !important;
}

#filters input[type=checkbox]:before, input[type=radio]:before,
.order-form input[type=radio]:before {
    content: "";
    opacity: 1;
    position: absolute;
    width: 12px;
    height: 12px;
    background: #D9D9D9;
    border-radius: 50%;
}

.form-check-input:focus {
    box-shadow: none;
}

#filters .form-check-input,
.order-form input[type=radio].form-check-input {
    border: none !important;
    width: 0 !important;
    height: 0 !important;
}

.form-check-inline .form-check-input + span.checkbox-before {
    position: static !important;
    margin-top: 0 !important;
    margin-right: .3125rem !important;
    margin-left: 0 !important;
}

#filters input[type=checkbox]:checked:before, input[type=radio]:checked:before {
    background: var(--secondary);
}


input[type=radio]:checked:before {
    background: var(--primary);
}

/* Order Form Checkbox Styling to match Quick Order */
.order-form .form-check-input[type=checkbox] {
    transform: scale(1.2);
    cursor: pointer;
    border-radius: 0;
}

.order-form .form-check-input[type=checkbox]:checked {
    background-color: var(--primary);
    border-color: var(--primary);
    color: white;
}

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

.border-color-grey-1 {
    border-color: #A2A2A2 !important;
}

.nav-tabs .nav-item .btn.active  {
    background-color: var(--primary) !important;
    color:white !important;
}

.modal-content{
    border-radius:10px !important;
}


.counter-display input{
    text-align: center;
    border: 0 !important;
    color: var(--primary);
    font-weight: 600;
    width: 40px;
}

.counter-display.list input {
    width: 80px;
}


#products-dynamic-container .product-card:hover .product-title p, .products-dynamic-container .product-card:hover .product-title p{
    color: var(--primary)!important;
}

.border-color-hover-primary:hover {
    border-color: #FE4819 !important;
}
