@charset "UTF-8";
/*
	YOYA web new styles 
	v5.0 | Skydive Design
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Variables */
/* Fonts */
@font-face {
  font-family: "yOyacento";
  src: url("fonts/yoyacentottf2-web2.eot");
  src: url("fonts/yoyacentottf2-web2.eot?#iefix") format("embedded-opentype"), url("fonts/yoyacentottf2-web2.woff") format("woff"), url("fonts/yoyacentottf2-web2.ttf") format("truetype"), url("fonts/yoyacentottf2-web2.svg#yoyaregular") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?efutfo");
  src: url("fonts/icomoon.eot?efutfo#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?efutfo") format("truetype"), url("fonts/icomoon.woff?efutfo") format("woff"), url("fonts/icomoon.svg?efutfo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bandcamp:after {
  content: "";
}

.icon-apple:after {
  content: "";
}

.icon-spotify:after {
  content: "";
}

.icon-itunes:after {
  content: "";
}

.icon-cart:after {
  content: "";
}

.icon-play:after {
  content: "";
}

.icon-pause:after {
  content: "";
}

.icon-caret-up:after {
  content: "";
}

.icon-caret-down:after {
  content: "";
}

.icon-download:after {
  content: "";
}

.icon-close:after {
  content: "";
}

.icon-ticket:after {
  content: "";
}

.icon-pin:after {
  content: "";
}

.icon-fb:after {
  content: "";
}

/* Mixins */
div.details:after {
  content: "";
  display: table;
  clear: both;
}

/* Breakpoints and media queries */
html {
  font-size: 1em;
  line-height: 1.35em;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #32312c;
  background: #111214;
  background-image: url("../img/yoya_red.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (max-width: 700px) {
  body {
    background-attachment: scroll;
  }
}

/*
body, #fixed-bg {

}

#fixed-bg {
	display: none;
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;

	@include below(small) {
		display: block;
	}
}
*/
#container {
  height: 100%;
  width: 83%;
  max-width: 1600px;
  min-width: 815px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 700px) {
  #container {
    width: 100%;
    min-width: 0;
  }
}

a {
  color: inherit;
  transition: color 0.2s;
}
a:hover {
  color: #171614;
}

h2 {
  margin: 16px 0 8px;
  font-family: "yOyacento", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.85rem;
  line-height: 2rem;
  font-weight: 400;
  color: #4b4952;
}
h2.small {
  margin: 4px 0 8px;
  font-size: 1.25rem;
  line-height: 1.45rem;
}

.ctrmsg {
  font-family: "yOyacento", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.65rem;
  line-height: 1.85rem;
  font-weight: 200;
  margin: 0;
  padding: 2rem 0;
  /*
  	position: absolute;
  	top: $stepLarge * 3;
  	width: $safeWidth;
  	left: 50%;
  	margin-left: -1 * $safeWidth / 2;
  */
  text-align: center;
}

img.border {
  display: block;
  padding: 8px;
  background-color: #4b4952;
}

header#topheader {
  width: 100%;
  height: 135px;
  text-align: center;
  position: relative;
}
header#topheader h1 {
  display: inline-block;
  position: relative;
  z-index: 40;
  margin: 0;
  padding-top: 13px;
}
header#topheader h1 a {
  display: block;
  width: 147px;
  height: 114px;
  background: url("../img/yoya.png") center center no-repeat;
  overflow: hidden;
  text-indent: -999px;
}
header#topheader #topbar {
  position: absolute;
  bottom: 0;
  height: 66px;
  width: 100%;
  background: url("../img/topstrip.png") center bottom no-repeat;
}

footer {
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  width: 100%;
  height: 115px;
  padding-top: 25px;
  overflow: hidden;
}
footer nav {
  white-space: nowrap;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  footer {
    bottom: auto;
    height: auto;
    padding: 0;
    margin-top: 50px;
    background-color: rgba(75, 73, 82, 0.75);
    display: none;
  }
  footer.on-index-page {
    display: block;
  }
  footer nav {
    white-space: normal;
  }
}

#content_outer {
  height: auto;
  padding: 8px 0 0;
  position: absolute;
  top: 135px;
  bottom: 115px;
  left: 0;
  right: 0;
  background-color: rgba(209, 208, 213, 0.6);
  border-width: 0 26px 0 32px;
  border-style: solid;
  border-color: transparent;
  overflow: auto;
}
@media only screen and (min-width: 700px) {
  #content_outer::-webkit-scrollbar {
    width: 12px;
  }
  #content_outer::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
  }
  #content_outer::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background: rgba(32, 31, 36, 0.3);
  }
}
#content_outer #content_inner {
  padding: 0 26px 1px 32px;
  font-weight: 300;
}
@media only screen and (max-width: 700px) {
  #content_outer {
    border-width: 0;
    position: static;
    overflow: visible;
  }
  #content_outer #content_inner {
    padding: 0 8px 1px;
  }
}

.kill-line {
  display: inline-block;
  width: 99%;
}

i.icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0 8px 0 0;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.7);
  color: #32312c;
}
i.icon:after {
  font-size: 20px;
  line-height: 40px;
}
i.icon.dark {
  background-color: #4b4952;
  color: #f1f3f8;
}
i.icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
i.icon img.bg {
  z-index: 2;
}
i.icon img.bg-hover {
  z-index: 5;
  opacity: 0;
}

a:hover > i.icon {
  background-color: #C13931 !important;
  color: #f1f3f8;
}
a:hover > i.icon img.bg {
  opacity: 0;
}
a:hover > i.icon img.bg-hover {
  opacity: 1;
}

a.hidetext {
  display: inline-block;
  text-indent: -9999px;
  text-align: left;
  position: relative;
  height: 40px;
  width: 40px;
}

a.hidetext .icon {
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}

/*
a.ilink {
	display: inline-block;
	line-height: $buttonWidth;
	height: $buttonWidth;
	margin-bottom: $stepLarge;
	text-decoration: none;
	font-size: 0.75rem;
	white-space: nowrap;
}
*/
/* general list stuff */
ul.list {
  list-style-type: none;
  padding: 0;
}
ul.list li {
  position: relative;
  display: block;
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 8px;
  background-color: rgba(255, 255, 255, 0.7);
}
ul.list li > * {
  display: inline-block;
  vertical-align: top;
}
ul.list li strong {
  position: absolute;
  left: -48px;
  width: 40px;
  background: #4b4952;
  text-align: center;
  color: #a6a4ab;
}
ul.list li h3 {
  margin: 0;
  padding-left: 8px;
  font-size: 0.85rem;
}
ul.list li .droparea {
  display: block;
  margin: 0;
  padding: 8px;
  cursor: default;
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  line-height: 1.2rem;
}
ul.list li a.segment {
  float: right;
  padding: 0 8px;
  border-right: 1px solid #c2c1c5;
  font-size: 0.7rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #4D5257;
}
ul.list li a.segment:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #211f23;
}

a.drop i {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.drop i:after {
  content: "";
  font-size: 0.5rem;
  margin-right: 0.15rem;
}

a.drop.open i:after {
  content: "";
}

ul.slablist {
  list-style-type: none;
  padding: 0;
  padding-left: 48px;
}
ul.slablist li {
  position: relative;
  display: block;
  margin-bottom: 8px;
}
ul.slablist li strong {
  position: absolute;
  left: -48px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #4b4952;
  text-align: center;
  color: #a6a4ab;
}
ul.slablist li .slab {
  background-color: rgba(255, 255, 255, 0.7);
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
}
ul.slablist li .slab .actions {
  float: right;
}
ul.slablist li .slab .actions > * {
  display: inline-block;
  line-height: 40px;
  vertical-align: top;
}
ul.slablist li .slab .actions a.segment {
  padding: 0 8px;
  border-right: 1px solid #c2c1c5;
  font-size: 0.7rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #4D5257;
}
ul.slablist li .slab .actions a.segment:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #211f23;
}
ul.slablist li .slab h3 {
  margin: 0;
  padding-left: 8px;
  font-size: 0.85rem;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.slablist li .droparea {
  display: block;
  margin: 0;
  padding: 8px;
  cursor: default;
  background: rgba(255, 255, 255, 0.91);
  font-size: 0.85rem;
  line-height: 1.2rem;
}

/*
hmmm mystery
ul.list .last {
	margin-right: 8px;
}
*/
form#signup {
  position: fixed;
  top: 8px;
  right: 0px;
}
@media only screen and (max-width: 700px) {
  form#signup {
    position: static;
    margin: 0 auto 1rem;
    content: "";
    display: table;
    clear: both;
  }
}
form#signup input {
  display: inline-block;
  margin: 0 4px 4px 0;
  padding: 4px;
  float: left;
  font-size: 0.75rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #32312c;
  background: transparent;
  border: 1px solid #9d9aa2;
  outline: 0;
}
form#signup input::-webkit-input-placeholder, form#signup input:-moz-placeholder, form#signup input::-moz-placeholder, form#signup input:-ms-input-placeholder {
  color: #9d9aa2;
  color: white;
}
form#signup input:focus {
  background: rgba(255, 255, 255, 0.7);
}
form#signup #join {
  padding: 4px 8px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
  margin-right: 0;
}

div.navblock {
  display: inline-block;
  text-align: left;
  vertical-align: bottom;
  height: 75px;
  width: 170px;
  margin-right: 10px;
}
@media only screen and (max-width: 700px) {
  div.navblock {
    width: 34%;
    margin: 1rem 5% 1rem 10%;
  }
}
div.navblock a {
  color: #a8a5ac;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "yOyacento", "Helvetica Neue", Helvetica, Arial, sans-serif;
  white-space: normal;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}
div.navblock a:hover {
  color: #f1f3f8;
}
div.navblock .biglink {
  display: inline-block;
  position: relative;
  height: 35px;
}
div.navblock .biglink > a {
  font-size: 1.55rem;
  font-weight: 200;
  line-height: 1.1rem;
}
div.navblock .biglink .arrowbar {
  display: none;
  position: absolute;
  width: 3247px;
  height: 20px;
  bottom: 40px;
  left: 50%;
  margin-left: -1623px;
  background: url("../img/arrowstrip_wide.png") center bottom repeat-x;
}
div.navblock .biglink.current .arrowbar {
  display: block;
}
div.navblock a.feature {
  display: block;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
div.navblock a.feature i.icon {
  vertical-align: text-top;
  float: left;
  background-color: #bbb9be;
}
div.navblock a.feature i.icon #day, div.navblock a.feature i.icon #month {
  position: absolute;
  width: 100%;
  left: 0;
}
div.navblock a.feature i.icon #month {
  top: 0;
  font-size: 0.65rem;
  line-height: 0.75rem;
}
div.navblock a.feature i.icon #day {
  bottom: 0;
  font-size: 1.55rem;
  line-height: 40px;
}
div.navblock.ext {
  text-align: right;
  width: 5.5em;
  margin: 0;
}
div.navblock.ext a {
  display: block;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
@media only screen and (max-width: 700px) {
  div.navblock.ext {
    text-align: center;
    width: 100%;
    margin: 1rem 0;
    height: auto;
    padding: 0;
  }
  div.navblock.ext a {
    display: inline-block;
    padding: 0 0.25rem;
    font-size: 1rem;
  }
}

#ytplayer_position {
  display: none;
  padding: 32px 48px 0;
  z-index: 250;
  position: relative;
}
@media only screen and (max-width: 700px) {
  #ytplayer_position {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
  }
}
#ytplayer_position #ytplayer_contain {
  box-sizing: border-box;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border: 8px solid rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0px 25px 0px #000;
  box-shadow: 0px 0px 25px 0px #000;
  position: relative;
}
#ytplayer_position #ytplayer_contain #ytplayer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#ytplayer_position #ytplayer_contain a#close {
  position: absolute;
  top: -8px;
  right: -56px;
}
#ytplayer_position #ytplayer_contain a#close i {
  margin: 0;
}

#bc {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

div.album {
  overflow: hidden;
  clear: both;
  margin: 0 0 32px 0;
  padding-right: 331px;
}
@media only screen and (max-width: 700px) {
  div.album {
    padding-right: 0;
  }
}
div.album .info {
  float: left;
  width: 275px;
}
div.album .info img {
  width: 200px;
  margin: 0 8px 0 0;
}
div.album .info .date {
  font-size: 0.75rem;
  margin-bottom: 4px;
}
div.album .info h3 {
  margin: 0;
  margin-bottom: 0.35em;
  font-size: 0.85em;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
}
div.album .info a.buy {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  width: 9em;
  /* make wide enough for biggest label */
  margin-bottom: 16px;
  text-decoration: none;
  font-size: 0.75rem;
  white-space: nowrap;
}
@media only screen and (max-width: 700px) {
  div.album .info {
    float: none;
    width: 100%;
  }
  div.album .info img {
    width: 100%;
    box-sizing: border-box;
  }
  div.album .info a.buy {
    width: 11em;
  }
}

ul.tracklist {
  float: right;
  margin: 0 -331px 0 auto;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  ul.tracklist {
    float: none;
    margin: 0;
    box-sizing: border-box;
  }
}
ul.tracklist li a.buy {
  float: right;
}
ul.tracklist li a.buy i.icon {
  background-color: transparent;
  color: #4b4952;
  margin: 0;
}
ul.tracklist li a.buy:hover i.icon {
  background-color: rgba(255, 255, 255, 0.7) !important;
  color: #4b4952;
}
ul.tracklist li p {
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
}
ul.tracklist li p b {
  color: #211f23;
  font-weight: normal;
}

/*
.tracklist li span {
	display: none;
} 
*/
ul.calendar li {
  margin-left: 30%;
  margin-bottom: 3px;
}
ul.calendar li.today strong {
  background-color: #C13931;
  color: #f1f3f8;
}
ul.calendar li.empty {
  height: 8px;
  min-height: 0;
  background-color: transparent;
}
ul.calendar li.empty strong {
  height: 8px;
}
@media only screen and (max-width: 700px) {
  ul.calendar li {
    margin-left: 0;
  }
  ul.calendar li.hasmonth {
    padding-top: 40px;
    margin-top: 8px;
  }
}
ul.calendar li .city {
  float: right;
  padding: 0 8px;
}

div.month {
  position: absolute;
  top: 0;
  border-color: #4b4952;
  border-style: solid;
  border-width: 0;
}
div.month div {
  border-color: inherit;
  border-style: inherit;
  border-width: 1px 0 0 0;
  color: #4b4952;
  font-family: "yOyacento", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
  div.month {
    left: -48px;
    width: 100%;
    height: 40px;
    border-width: 0 0 0 1px;
  }
  div.month div {
    width: 60%;
    text-align: right;
  }
}
@media only screen and (min-width: 700px) {
  div.month {
    left: -42.8571428571%;
    width: 42.8571428571%;
  }
  div.month div {
    margin-right: 48px;
  }
  div.month.above {
    top: auto;
    bottom: 100%;
    margin-bottom: -1px;
  }
  div.month.above div {
    border-width: 0 0 1px 0;
    padding-bottom: 0.45rem;
  }
}

div.details .center {
  float: left;
}
div.details p {
  position: relative;
  padding-left: 96px;
}
div.details p .with {
  position: absolute;
  left: 0;
  width: 96px;
  box-sizing: border-box;
  padding-right: 1rem;
  text-align: right;
}
@media only screen and (max-width: 700px) {
  div.details p {
    padding-left: 0;
  }
  div.details p.bands {
    padding-left: 48px;
  }
  div.details p .with {
    width: 48px;
  }
}
div.details p.side {
  float: right;
  text-align: right;
  padding: 0 0 0 16px;
}
div.details p.side b {
  margin-bottom: 8px;
  display: block;
}
@media only screen and (max-width: 700px) {
  div.details p.side {
    float: none;
  }
}
div.details a.button {
  margin: 8px 0 0 8px;
}

.videos {
  text-align: justify;
}

a.vid {
  display: inline-block;
  width: 225px;
  vertical-align: top;
  overflow: hidden;
  text-align: left;
  letter-spacing: normal;
  text-decoration: none;
  padding: 8px;
}
@media only screen and (max-width: 700px) {
  a.vid {
    width: 45%;
    margin: 0 2% 8px;
    padding: 0;
  }
}
a.vid:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
a.vid img {
  box-sizing: border-box;
  width: 100%;
}
a.vid p {
  text-align: right;
  line-height: 1em;
  margin-top: 8px;
}

.store-banner {
  display: block;
  margin: 0 auto 2em;
  width: 100%;
}

.store {
  text-align: justify;
}

div.product {
  width: 225px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  letter-spacing: normal;
  text-decoration: none;
  padding: 8px;
  position: relative;
  margin-bottom: 16px;
}
@media only screen and (max-width: 700px) {
  div.product {
    width: 45%;
    margin: 0 2% 8px;
    padding: 0;
  }
}
div.product .price {
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 8px;
  background: #4b4952;
  color: #a6a4ab;
  text-align: center;
  font-weight: 600;
}
div.product img {
  box-sizing: border-box;
  width: 100%;
}
div.product form * {
  display: none;
}
div.product form.unhide {
  display: block;
}
div.product form label.unhide {
  display: inline-block;
  margin-right: 8px;
}
div.product form select.size_select {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 16px;
}
div.product form select.size_select option {
  display: block;
}
div.product h2 {
  font-size: 1.1rem;
}
div.product h3.out-of-stock {
  color: #C13931;
  font-style: bold;
  text-transform: uppercase;
  font-size: 0.75em;
  margin: 0.5em 0 -0.5em;
}
div.product .desc {
  padding-left: 0;
  list-style-type: none;
  line-height: normal;
}
div.product .desc li {
  margin-bottom: 0.3em;
}
div.product a.buynow {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
div.product .shipping {
  font-size: 0.75rem;
}

/*# sourceMappingURL=style.css.map */
