/* Bootstrap classes */


/* Accordion Box */
.accordion-item {
    color: #E04646 !important;
    background-color: white !important;
    border: none !important;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
}


/* Accordion arrow removing */
.accordion-button:not(.collapsed)::after,
.accordion-button::after {
  background-image: unset !important;
}

.accordion-button:not(.collapsed) {
    color: #E04646 !important;
    background-color: white !important;
    box-shadow: none !important;
}


/* Bootstrap Custom Tabs */

.nav-pills .nav-link {
    border-radius: 0px !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color:  #2f2f2f !important;
    background-color: white !important;
}

.nav-link:focus, .nav-link:hover {
    color: #E04646 !important;
}

/* Cart */

.form-select{
    width: auto !important;
}

.flatpickr-mobile{
    display: none;
}

input.flatpickr-mobile {
    display: none;
}

