
/* main */

* {
  outline-color: transparent !important;
}

html {
}

body {
  font-family: 'Gotham Pro', sans-serif;
  font-weight: normal;
}

h1, h2, h3, h4, h5 {
  font-family: 'Gotham Pro', sans-serif;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5 {
  font-family: 'Gotham Pro', sans-serif;
}

h1 strong, h2 strong, h3 strong, h4 strong {

}

/* editpage */

#editpage {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 3000;
  padding: 5px 15px;
  background: red;
  color: white;
}

/* colors */

.uk-text-primary {
  color: #c00 !important;
}

.uk-background-primary {
  background-color: #c00 !important;
}

.uk-breadcrumb > :last-child > * {
  color: #c00 !important;
}

.uk-nav-default > li.uk-active > a {
  color: #c00 !important;
}

/* custom */

.uk-text-medium {
  font-weight: 500;
}

#product_properties td:first-child {
  color: #c00;
  width: 35%;
}

#product_article tr:first-child {
  color: #c00;
}

.square {
  position: relative;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

/* fixes */

a:hover .uk-text-meta {
  color: rgb(102, 102, 102);
}

.uk-nav .uk-nav {
  padding: 5px 0 5px 0;
}

/* sticky */



/*  */
