/* BASE THEME - MARIA MARTINEZ FLORISTAS */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url("/assets/common/shop-styles-no-edit.css");


/* Base Theme CSS */
:root {
    --primary-color:#b0176c;
    --icons-color:#d81b60;
    --font-color:#666;
    --titles-color:#b0176c;
    --titles-font-family: "Open Sans", serif;
    --custom-font-family: "Open Sans", serif;
}
/* Specific Styles for Sucré */
#header {
    background-color:#b2186e !important;
}
#header svg {
    color:white;
}
apym-languages mat-label,
apym-languages .mat-select-arrow,
apym-languages .mat-select-value-text {
    color:white !important;
}
apym-languages .mat-form-field-underline {
    background-color:white !important;
}

@media (max-width: 992px) {
  apym-languages mat-label,
  apym-languages .mat-select-arrow,
  apym-languages .mat-select-value-text {
    color:black !important;
  }
  apym-languages .mat-form-field-underline {
    background-color:black !important;
  }
}
