@media (max-width: 414px) { 
	p {
    	font-size: 14px;
    }
}

.uk-navbar-nav>li>a::before {
	top: 0;
}

.uk-navbar-toggle {
	z-index: 1000;
}

.tm-header + .uk-section-default {
	margin-top: 1.5rem;
}

.woocommerce-page {}

.woocommerce-page .tm-headerbar-top {
    background-image: url("https://www.violainecouture.com/wp-content/themes/yootheme/cache/photo-1523821741446-edb2b68bb7a0-scaled-a761b0a2.jpeg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 160px;
    position: absolute;
    width: 100%;
}

.woocommerce-page .tm-headerbar-top+div:not(.uk-sticky-fixed) {
    padding-top: 103px;
}

html {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #0a666d;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}