@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Cabin:400,700);
@import url(https://fonts.googleapis.com/css?family=Cinzel:400,700);

body {
background-color: #f5f5f5;
background-image: none;
}

body, #cart {
color: #0a0a0a;
font-family: Cabin, Helvetica, Arial, sans-serif;
font-size: 1em;
font-size: 1rem;
font-weight: 400;
}

.sliding_menu_close {
font-size: 1rem;
}

a, .dropdown_label, #cart_close {
color: #93269f;
}

#topbar {
color: #1f0109;
background-color: #dee5d3;
font-family: Open Sans, Helvetica, Arial, sans-serif;
font-size: 1.125em;
font-weight: 400;
}

#banner a, #banner a:visited, #banner a:focus,
#store_title a, #store_title a:visited, #store_title a:focus {
color: #1f0109;
}

#cart_counter {
color: #dee5d3;
}

#cart a {
color: #93269f;
}

#content {
   padding: 3.28214125em 1em 1em; /* 2.02857 = lineheight + 2*padding from topbar; +1 from usual padding */
}

.new_something a, .new_something_big a, .button, button,
form.tablelike input.button {
color: #1f0109;
background-color: #dee5d3;
}
.button:hover, button:hover, .button:active, button:active,
.new_something a:hover, .new_something_big a :hover,
.new_something a:active, .new_something_big a :active {
color: #1f0109;
background-color: rgba(222, 229, 211, 0.9);
border-color: #dee5d3;
}

.block,
input, textarea, select {
color: #0a0a0a;
}

input, textarea, select, button, .error, .ok, .warning, .block {
font-size: 1em;
font-family: Cabin, Helvetica, Arial, sans-serif;
font-weight: 400;
}

/* Porque o chrome é burro */
strong, b {font-weight: 400;}
strong, b {font-weight: bolder;}

.tabs_labels label, .tabs_contents {
border-color: rgba(10, 10, 10, 0.2);
}

.tabs_labels label {
background-color: rgba(10, 10, 10, 0.15);
border-bottom-color: transparent;
}

#product_title, .core_title{
font-family: Cinzel, Garamond, Georgia, serif;
font-size: 1.16666em;
font-weight: 400;
}

#price-tabs .price {
color: #93269f;
}

#controls>span {
background-color: #dee5d3;
border-color: #dee5d3;
}

#chat_window.chat_minimized {
background-color: #dee5d3;
}

@media (min-width: 1024px){
   body, #cart, .sliding_menu_close {
      font-size: 1em;
      font-size: 1rem;
   }

   #topbar {
      font-size: 1.125em;
   }

   #content {
      padding: 3.28214125em 1em 1em; /* 2.02857 = lineheight + 2*padding from topbar; +1 from usual padding */
   }

   #product_title, .core_title{
      font-size: 1.25em;
   }
}
