/*!
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: A child theme for the Hello Elementor Theme
Author: Simon Wolf
Author URI: https://www.lotusvita.com
Template: hello-elementor
Version: 1.0.0
*/

body {
  margin: 0;
}
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0px;
  margin-top: 0px;
}

/* Scrollbars */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #d3d3d3 #f7f7f7;
}
/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
*::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #f7f7f7;
}
*::-webkit-scrollbar-track:hover {
  background-color: #eeeeee;
}
*::-webkit-scrollbar-track:active {
  background-color: #efefef;
}
*::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #d3d3d3;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: var(--e-global-color-accent);
}
*::-webkit-scrollbar-thumb:active {
  background-color: var(--e-global-color-accent);
}

@media (min-width: 768px) {
  #wp-admin-bar-site-name .ab-item {
    width: 19px !important;
    overflow: hidden !important;
  }
}

strong,
b {
  font-weight: 500 !important;
}

:root {
  font-variant-ligatures: none;
}

.price,
.amount,
.woocommerce-Price-amount {
  color: var(--e-global-color-text) !important;
}

/* Make buttons round */
a.button {
  border-radius: 2rem !important;
}
