/*
 Theme Name:   Tooth Fairy Child Theme
 Theme URI:    https://tooth-fairy.ancorathemes.com
 Description:  Tooth Fairy Child Theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com
 Template:     tooth-fairy
 Version:      1.0.0
 Tags:         beauty, business, clinic, dental, dentist, doctor, health, healthcare, hospital, medical, medicine, patient, pharmacy, research, treatment
 Text Domain:  tooth-fairy
*/


/* =Theme customization starts here
------------------------------------------------------------ */


/* Text selection */

::selection {
    background-color: #adcb57!important;
    color: #ffffff!important;
}
li a:hover {
    color: #adcb57!important;
}
.sc_services_default .sc_services_item_title {
  font-size: 1.2em;
}
/* Menu */
.sc_layouts_menu_item_description {
  display: none;
}
.sc_layouts_menu_nav>li ul:not(.sc_item_filters_tabs) {
    width: max-content;
    max-width: 20em;
    min-width: 15em;
}
.sc_layouts_menu_nav > li ul:not(.sc_item_filters_tabs) {
    background-color: var(--e-global-color-primary);
}
.sc_layouts_menu_nav > li li > a {
  color: #ffffff!important;
}
/* Custom Scrollbar */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #adcb57; 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #848687; 
}

/* DSGVO */

#cmplz-document {
  margin: 0 auto!important;
}

.cmplz-obfuscate {
    unicode-bidi: bidi-override;
    direction: rtl;
}
#cmplz-manage-consent .cmplz-manage-consent {
    color: #ffffff!important;
    background-color: var(--e-global-color-primary)!important;
}
#cmplz-datarequest-form input {
  accent-color: var(--e-global-color-primary);
}
#cmplz-datarequest-form input[type="text"], input[type="email"] {
  margin-left: 10px;
}
/* Kontakt Form */

div.wpcf7 .form-style-7 .style-line[class*="icon-"]:before {
  color: var(--e-global-color-primary);
}
input[type="checkbox"] + .wpcf7-list-item-label:before {
  color: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary);
}
.datei {
  margin-bottom: 15px;
}
.acceptance {
  margin-bottom: 15px;
}
.wpcf7 label {
  font-weight: 600;
}
.checkbox-2 {

}
.checkbox-2 .wpcf7-list-item { 
  display: block; 
  padding-left: 20px;
}
/* Öffnungszeiten Style */

.hoursWrapper {
  display: block;
  width: 350px;
/*  align-items: center;
  justify-content: center;*/
}

.hoursBox {
  background: #f7f9fb;
  border-radius: 3px;
}

.hoursContent {
  padding: 20px 30px;
}

.hoursBox hr {
  width: 100%;
  border-bottom: solid 1px #848687;
}

.hours {
  display: flex;
  justify-content: space-between;
}

.hours ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hours ul:first-child {
  font-weight: 700;
}

.hours ul:last-child {
  font-weight: 100;
}

.hours ul li {
  padding-bottom: 3px;
}

.wpcf7-spinner {
  display: none!important;
}