/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.tm-teaser h1, .tm-teaser-subtitle, .tm-teaser-subtitle-small {
  color: #525252;
}

.tm-teaser-subtitle:before, .tm-teaser-subtitle:after,
.tm-teaser-subtitle-small:before, .tm-teaser-subtitle-small:after {
  border-top: 4px solid rgba(82, 82, 82, 0.3);
}.productdetails-view h1 { /* igual ao do tema principal */  font-size: 40px;  line-height: 42px;  font-weight: 700;  text-transform: uppercase;}

.uk-panel-box h3 {
font-size: 20px;
line-height: 28px;
}

/* Igual ao tema original. necessário pois o passo acima rescreve o panel-title */
.uk-panel-title {
font-size: 18px;
line-height: 25px;
}

a, .uk-link {
color: #2a388f;
}

a:hover,
.uk-link:hover {
  color: #909bdc;
}

::selection {
  background: rgba(42, 56, 143, 0.8);
  color: #ffffff;
}

.tm-block-full {
  /*height: 600px;*/
  height: inherit;
}
.tm-page .tm-block:first-child {
  padding-top: 25px;
}
.tm-block {
  padding-bottom: 25px;
}
.tm-block-light + .tm-block-dark,
.tm-block-dark + .tm-block-light,
.tm-block-full + .tm-block {
  padding-top: 25px;
}

/*
 * Modifier: `uk-button-primary`
 */
.uk-button-primary {
  background-color: #4553a7;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #2a388f, #37469d);
  background-image: linear-gradient(to bottom, #2a388f, #37469d);
  border-color: transparent;
}
/* Hover */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #909bdc;
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
  background-image: none;
  box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.025);
  text-shadow: none;
}

/* System Message Container */
#system-message-container {
  /*border: 1px solid gray;*/
  background-color: lightgrey;
  /*padding: 5px;*/
}

#system-message {
  border: 1px solid gray;
  /*background-color: lightgrey;*/
  padding: 5px;
}

.cart-view h1 {
  font-size: 20px;
  margin: 0;
  padding: 0 0 10px;
  color: #2a388f;
}