/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
.tab-content .tab-pane {
    display: none;
}
.tab-content .tab-pane.active {
    display: block;
}
body.jqm-initied #panel, body.jqm-initied .basket_bottom_block > div, body.jqm-initied .basket_fly_forms > div, body.jqm-initied .basket_wrapp .opener, body.jqm-initied .scroll-to-top, body.jqm-initied .style-switcher, body.jqm-initied .ui-panel-top-devices-inner, body.jqm-initied .page-top, body.jqm-initied .body > div > div, body.jqm-initied .body > div > header > div > div, body.jqm-initied footer, body.jqm-initied .bottom-icons-panel, body.jqm-initied .fixed_wrapper, body.jqm-initied.wf .wrapper1 > div {
    filter: none;
}
#calendarWrapper .blueGradient .DynarchCalendar .DynarchCalendar-body .DynarchCalendar-day-selected.calendarEvent {
    background: var(--theme-base-color);
    border: 2px solid var(--theme-base-color) !important;
}
#calendarWrapper .blueGradient .DynarchCalendar .DynarchCalendar-body .DynarchCalendar-day.calendarEvent {
    color: var(--theme-base-color);
}
#eventsCalendarTooltip.blueGradient .tooltipBody .dateEvent:hover {
    background: var(--theme-base-color);
}
