@import url(https://fonts.googleapis.com/css?family=Dancing+Script:400,700);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,700);
body {
background-color: #fcfcfc;
background-image: /* https://subtlepatterns.com/ */ url(/assets/subtlepatterns/leather_1.png);
color: #0d0d0d;
font-family: Arvo, Garamond, Georgia, serif;
font-size: 16px;
font-weight: 400;
}

#stretch, #footer {
background-color: #fcfcfc;
}

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

a, .dropdown_label {
color: #000088;
}

.button, button,
form.tablelike input.button {
color: #0d0d0d;
background-color: #4bbafa;
border-color: #4bbafa;
}

.img_zoom_menu {
background-color: #fcfcfc;
border-color: #4bbafa;
}

#search_and_pages a {
color: #0d0d0d;
}

.block {
color: #0d0d0d;
}

input, textarea, select, fieldset {
color: #0d0d0d;
background-color: #fcfcfc;
border-color: #0d0d0d;
}

input, textarea, select, button, .error, .ok, .warning, .block {
font-family: Arvo, Garamond, Georgia, serif;
font-weight: 400;
}

input#search_field, button#search_button {
background-color: #fcfcfc;
border-color: #4bbafa;
color: #0d0d0d;
}

#search_and_pages {
background-color: #4bbafa;
}

.dropdown_menu {
background-color: #fcfcfc;
}

#store_title h1 {
font-family: Dancing Script, Garamond, Georgia, serif;
font-size: 36px;
font-weight: 400;
}

#product_title, .core_title {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 32px;
font-weight: 400;
}

.price {
color: #000088;
}

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

#client_section {
color: #0d0d0d;
}

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

.tabs_labels label {
background-color: rgba(13, 13, 13, 0.15);
border-bottom-color: transparent;
}
.show_tab:nth-child(1):checked ~ .tabs_labels>label:nth-child(1),
.show_tab:nth-child(2):checked ~ .tabs_labels>label:nth-child(2),
.show_tab:nth-child(3):checked ~ .tabs_labels>label:nth-child(3),
.show_tab:nth-child(4):checked ~ .tabs_labels>label:nth-child(4),
.show_tab:nth-child(5):checked ~ .tabs_labels>label:nth-child(5) {
background-color: #fcfcfc;
border-bottom-color: #fcfcfc;
}
