@import url(../fonts/Pitch/style.css);
@import url(../fonts/Stanley/style.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, textarea, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 16px; font: inherit; vertical-align: baseline; outline: none; line-height: 1; }

body { line-height: 1; font-family: Helvetica; font-size: 1rem; }

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

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }

input { outline: none; }

select, input[type='submit'], input[type='reset'] { -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; -ms-appearance: none; appearance: none; }

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

img { border: 0; }

a { text-decoration: none; }

* { font-family: "stanley_regular"; font-size: 1rem; color: #333333; }

html, body { height: auto; min-height: 100%; background-color: #FFFFFF; }
@media all and (min-width: 1200px) { html, body { min-width: 1200px; } }

#popup-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #FFF; opacity: 0.8; z-index: 900; }

#popup-preview { position: fixed; top: 10%; left: 10%; z-index: 901; width: 80%; height: 80%; overflow: visible; }
#popup-preview img { display: block; max-width: 100%; max-height: 90%; margin: auto; box-shadow: 0 0 25px #999; }
#popup-preview p { font-size: 0.7rem; font-family: "pitch_medium"; text-align: center; margin: 20px auto auto auto; width: 200px; }
#popup-preview ul { width: 400px; margin: 20px auto auto auto; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-content: stretch; align-content: stretch; }
#popup-preview ul li { width: 50%; }
#popup-preview ul li a { display: block; text-align: center; font-family: "pitch_medium"; font-size: 0.8rem; }

#container { height: 100%; overflow: hidden; }

p { margin-top: 15px; margin-bottom: 15px; }

.img-to-div { position: relative; overflow: hidden; }

.btn { background-color: #CCCCCC; color: #FFFFFF; border: none; font-family: "pitch_medium"; font-size: 0.9rem; padding: 9px 15px 7px 15px; box-sizing: border-box; margin-top: 30px; cursor: pointer; display: inline-block; }
.btn:hover { background-color: #333333; }

span.close { display: block; position: absolute; top: 1%; right: 1%; width: 40px; height: 40px; background-image: url(../img/close.svg); background-size: 40px 40px; background-repeat: no-repeat; background-position: 0; z-index: 999; cursor: pointer; }

div#store img.landscape, div#checkout img.landscape { position: absolute; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); height: auto; width: 100%; }
div#store img.portrait, div#checkout img.portrait { position: absolute; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); height: 100%; width: auto; }

header { height: auto; }

@media all and (min-width: 1200px) { header { padding: 10px 0; }
  header nav { width: 800px; padding: 0 25px; margin: auto; box-sizing: border-box; }
  header nav img.menu { display: none; }
  header nav a.logo img { width: 60px; height: auto; display: block; margin: auto; }
  header nav ul { width: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-content: stretch; align-content: stretch; margin-top: 25px; }
  header nav ul li { width: 20%; height: 30px; }
  header nav ul li.terms, header nav ul li.email { display: none; } }
@media all and (max-width: 1200px) { header { position: fixed; top: 0; left: 0; z-index: 800; width: 100%; background-color: #dcdcdc; }
  header nav { width: 100%; height: auto; overflow: hidden; background-color: #FFFFFF; padding: 10px 20px; box-sizing: border-box; }
  header nav a.logo { position: absolute; top: 3px; left: 50%; margin-left: -50px; }
  header nav a.logo img { width: 50px; height: auto; }
  header nav img.menu { width: 27px; height: auto; cursor: pointer; padding: 4px 0; }
  header nav ul { width: 100%; height: 0; }
  header nav ul li a { display: block; text-align: left; padding: 10px 0; }
  header nav ul li.basket { position: absolute; top: 10px; right: 20px; }
  header nav ul li.email { margin-top: 40px; text-decoration: underline; } }
footer p { text-align: center; font-family: "pitch_medium"; font-size: 0.7rem; }
@media all and (max-width: 1200px) { footer p { max-width: 480px; margin: 10px auto; } }
footer p br { display: none; }

.subnav { padding: 20px; box-sizing: border-box; position: relative; }
.subnav.responsive-open { position: fixed; top: 57px; left: 0; width: 100%; background-color: #FFFFFF; z-index: 100; height: 100%; }
@media all and (min-width: 1200px) { .subnav { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-content: stretch; align-content: stretch; -webkit-justify-content: space-between; justify-content: space-between; } }
.subnav > a, .subnav > p { font-family: "pitch_medium"; font-size: 0.9rem; display: block; position: relative; padding-left: 25px; cursor: pointer; }
.subnav > a::before, .subnav > p::before { content: url(../img/flecha_select.svg); display: block; position: absolute; top: 0; left: 0; }
.subnav p::before { -ms-transform: scale(0.5, 0.5); -o-transform: scale(0.5, 0.5); -moz-transform: scale(0.5, 0.5); -webkit-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); }
.subnav p.is-visible::before { -ms-transform: scale(0.5, 0.5) rotateZ(180deg); -o-transform: scale(0.5, 0.5) rotateZ(180deg); -moz-transform: scale(0.5, 0.5) rotateZ(180deg); -webkit-transform: scale(0.5, 0.5) rotateZ(180deg); transform: scale(0.5, 0.5) rotateZ(180deg); }
.subnav a::before { -ms-transform: scale(0.5, 0.5) rotateZ(90deg); -o-transform: scale(0.5, 0.5) rotateZ(90deg); -moz-transform: scale(0.5, 0.5) rotateZ(90deg); -webkit-transform: scale(0.5, 0.5) rotateZ(90deg); transform: scale(0.5, 0.5) rotateZ(90deg); }
.subnav div.results-menu { height: 0; overflow: hidden; z-index: 100; }
@media all and (min-width: 1200px) { .subnav div.results-menu { position: absolute; width: 234px; top: 88px; left: 5px; } }
@media all and (max-width: 1200px) { .subnav div.results-menu { width: 100%; top: 60px; left: 0px; } }
.subnav div.results-menu ul { padding: 20px 15px; margin-bottom: 20px; }
@media all and (min-width: 1200px) { .subnav div.results-menu ul { background-color: #dcdcdc; } }
@media all and (max-width: 1200px) { .subnav div.results-menu ul { background-color: #FFFFFF; } }
.subnav div.results-menu ul li { margin-top: 10px; margin-bottom: 10px; }
.subnav div.results-menu ul li a:hover, .subnav div.results-menu ul li a.active { color: #FFFFFF; }
.subnav form { width: 200px; height: auto; overflow: hidden; }
.subnav form label { display: none; }
.subnav form input { border: none; padding: 5px 10px 5px 35px; float: left; font-size: 0.9rem; font-family: "pitch_medium"; }
.subnav form input[type='text'] { background-color: transparent; background-image: url(../img/search.svg); background-position: 5% center; background-repeat: no-repeat; background-size: 16px auto; }
@media all and (max-width: 1200px) { .subnav form { width: 100%; display: none; }
  .subnav form.is-visible { display: block; } }

#photo-slider-bg { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background-color: #FFFFFF; z-index: 990; overflow: hidden; }
@media all and (max-width: 1200px) { #photo-slider-bg { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-content: center; align-content: center; } }
#photo-slider-bg #photoSlider { font-family: "pitch_medium"; font-size: 0.8rem; overflow: hidden; }
#photo-slider-bg #photoSlider > button { position: absolute; top: 50%; cursor: pointer; margin-top: -40px; background-size: 40px 40px; background-repeat: no-repeat; background-color: transparent; background-position: 0 0; border: none; width: 40px; height: 40px; display: block; z-index: 991; text-indent: -9999px; }
#photo-slider-bg #photoSlider > button.slick-next { background-image: url(../img/slide_arrow_black.svg); right: 2%; }
#photo-slider-bg #photoSlider > button.slick-prev { left: 2%; -ms-transform: rotateZ(180deg); -o-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -webkit-transform: rotateZ(180deg); transform: rotateZ(180deg); }
@media all and (max-width: 1200px) { #photo-slider-bg #photoSlider > button.slick-prev { background-image: url(../img/slide_arrow_black.svg); } }
@media all and (min-width: 1200px) { #photo-slider-bg #photoSlider > button.slick-prev { background-image: url(../img/slide_arrow.svg); } }
@media all and (min-width: 1200px) { #photo-slider-bg #photoSlider .pLandscape, #photo-slider-bg #photoSlider .pPortrait { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } }
#photo-slider-bg #photoSlider .pLandscape > div > div, #photo-slider-bg #photoSlider .pPortrait > div > div { width: 100%; box-sizing: border-box; }
@media all and (min-width: 1200px) { #photo-slider-bg #photoSlider .pLandscape > div > div, #photo-slider-bg #photoSlider .pPortrait > div > div { padding: 40px 30px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } }
#photo-slider-bg #photoSlider .pLandscape > div > div button, #photo-slider-bg #photoSlider .pPortrait > div > div button { border: none; background: none; font-size: 0.8rem; }
@media all and (max-width: 1200px) { #photo-slider-bg #photoSlider .pLandscape > div > div button, #photo-slider-bg #photoSlider .pPortrait > div > div button { float: right; margin-top: -18px !important; } }
@media all and (max-width: 1200px) { #photo-slider-bg #photoSlider .pLandscape > div > div a, #photo-slider-bg #photoSlider .pPortrait > div > div a { font-size: 1rem; } }
#photo-slider-bg #photoSlider .pLandscape { position: relative; }
@media all and (min-width: 1200px) { #photo-slider-bg #photoSlider .pLandscape { -webkit-align-content: center; align-content: center; } }
@media all and (max-width: 1200px) { #photo-slider-bg #photoSlider .pLandscape { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; width: 100%; -o-flex-wrap: wrap; -ms-flex-wrap: wrap; -moz-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-around; justify-content: space-around; } }
#photo-slider-bg #photoSlider .pLandscape img { height: auto; }
@media all and (min-width: 1200px) { #photo-slider-bg #photoSlider .pLandscape img { width: 85%; } }
@media all and (max-width: 1200px) { #photo-slider-bg #photoSlider .pLandscape img { display: block; margin: auto; } }
@media all and (max-width: 1200px) and (orientation: landscape) { #photo-slider-bg #photoSlider .pLandscape img { width: 60%; } }
@media all and (max-width: 1200px) and (orientation: portrait) { #photo-slider-bg #photoSlider .pLandscape img { width: 80%; } }

#photo-slider-bg #photoSlider .pLandscape > div { background-color: #FFFFFF; }
@media all and (min-width: 1200px) { #photo-slider-bg #photoSlider .pLandscape > div { width: 15%; height: 100%; } }
@media all and (max-width: 1200px) { #photo-slider-bg #photoSlider .pLandscape > div { width: 85%; margin: auto; } }
#photo-slider-bg #photoSlider .pLandscape > div > div { height: 100%; }
@media all and (min-width: 1200px) { #photo-slider-bg #photoSlider .pLandscape > div > div { -webkit-align-content: space-between; align-content: space-between; -o-flex-wrap: wrap; -ms-flex-wrap: wrap; -moz-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; } }
#photo-slider-bg #photoSlider .pLandscape > div > div div { width: 100%; }
#photo-slider-bg #photoSlider .pLandscape > div > div button { margin: auto; }
@media all and (min-width: 1200px) { #photo-slider-bg #photoSlider .pLandscape > div > div button { display: block; } }
@media all and (max-width: 1200px) { #photo-slider-bg #photoSlider .pLandscape > div > div button { display: inline-block; } }
@media all and (min-width: 1200px) { #photo-slider-bg #photoSlider .pPortrait { -webkit-align-content: stretch; align-content: stretch; } }
#photo-slider-bg #photoSlider .pPortrait img { width: auto; }
@media all and (min-width: 1200px) { #photo-slider-bg #photoSlider .pPortrait img { height: 100%; } }
@media all and (max-width: 1200px) { #photo-slider-bg #photoSlider .pPortrait img { height: 80%; display: block; margin: auto; } }
#photo-slider-bg #photoSlider .pPortrait > div { position: relative; }
@media all and (min-width: 1200px) { #photo-slider-bg #photoSlider .pPortrait > div { width: 100%; } }
@media all and (max-width: 1200px) { #photo-slider-bg #photoSlider .pPortrait > div { width: 85%; margin: auto; } }
#photo-slider-bg #photoSlider .pPortrait > div > div { justify-content: space-between; }
@media all and (min-width: 1200px) { #photo-slider-bg #photoSlider .pPortrait > div > div { position: absolute; bottom: 0; left: 0; } }

@media all and (min-width: 1200px) { #home { width: 1200px; padding: 0 25px; margin: auto; box-sizing: border-box; -webkit-column-count: 5; -moz-column-count: 5; column-count: 5; padding-top: 30px; }
  #home > div { width: 217px; display: inline-block; }
  #home > div.horizontal { height: 125px; }
  #home > div.vertical { height: 260px; }
  #home > div > img.landscape { width: 100%; height: auto; }
  #home > div > img.portrait { width: auto; height: 100%; }
  #home > div img.logo-texto { width: 50%; display: block; margin: auto; } }
@media all and (max-width: 1200px) { #home { padding-top: 80px; }
  #home div:not(.grid-items) { display: none; }
  #home div { width: auto; max-width: 480px; padding: 0 20px; margin: auto; box-sizing: border-box; }
  #home div img { width: 100%; height: auto; } }
#home > div { overflow: hidden; margin-bottom: 10px; position: relative; }
#home > div img { cursor: pointer; opacity: 1; display: block; visibility: visible; }
#home > div > div { position: absolute; width: 100%; height: 100%; top: 0; left: 0; text-align: center; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-content: center; align-content: center; }
#home > div > div div { width: 100%; }
#home > div > div div h2 { font-size: 1.4rem; font-family: "stanley_poster"; }
#home > div > div div p { font-family: "pitch_medium"; font-size: 0.7rem; font-margin-top: 15px; }

#about { width: auto; }
#about main { margin: auto; }
@media all and (min-width: 1200px) { #about main { width: 700px; padding: 0 25px; padding-top: 70px; padding-bottom: 70px; }
  #about main h1 { font-size: 1.6rem; } }
@media all and (max-width: 1200px) { #about main { width: auto; max-width: 640px; margin: auto; padding: 0 1rem; padding-top: 90px; padding-bottom: 70px; }
  #about main h1 { border-bottom: 2px solid #dcdcdc; padding: 15px 0; margin-bottom: 0px; } }
#about main span.sub { display: block; margin: 10px auto 50px auto; }
#about main p { font-family: "pitch_medium"; line-height: 1.2rem; margin: 15px auto; }

#terms { margin: auto; }
@media all and (min-width: 1200px) { #terms { width: 1200px; padding: 0 25px; } }
@media all and (min-width: 1200px) { #terms { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-content: stretch; align-content: stretch; } }
@media all and (max-width: 1200px) { #terms { max-width: 480px; margin: 70px auto; } }
#terms > div, #terms > main { padding: 20px; box-sizing: border-box; }
@media all and (min-width: 1200px) { #terms > div, #terms > main { width: 50%; } }
#terms > div img { width: 100%; height: auto; }
#terms > main h1, #terms > main h2 { font-family: "stanley_bold"; }
#terms > main h1 { margin-bottom: 40px; }
#terms > main h2 { margin-bottom: 20px; }
#terms > main > ol > li { list-style-type: upper-roman; list-style-position: inside; font-family: "stanley_bold"; margin-top: 15px; margin-bottom: 5px; }
#terms > main > ol > li > ol > li, #terms > main > ol > li > ol > p { font-family: "stanley_regular"; }
#terms > main > ol > li > ol > li { line-height: 1.4rem; list-style-type: decimal; list-style-position: inside; margin-top: 10px; margin-bottom: 10px; }

#results { margin: auto; }
@media all and (min-width: 1200px) { #results { width: 1200px; padding: 0 25px; padding-top: 20px; padding-bottom: 50px; } }
@media all and (max-width: 1200px) { #results { width: auto; padding: 0 1rem; padding-top: 70px; padding-bottom: 70px; } }
#results div.grid { position: relative; min-height: 250px; margin: auto; }
@media all and (max-width: 1200px) { #results div.grid { max-width: 640px; } }
#results div.grid > div:not(.results-menu) { height: auto; overflow: hidden; font-family: "pitch_medium"; font-size: 0.8rem; }
@media all and (min-width: 1200px) { #results div.grid > div:not(.results-menu) { width: 19.5%; } }
#results div.grid > div:not(.results-menu) img { width: 100%; height: auto; cursor: pointer; }
@media all and (max-width: 1200px) { #results div.grid div.grid-items { padding-bottom: 20px; } }

#detail { padding: 100px 0 50px 0; }
@media all and (min-width: 1200px) { #detail > div.info { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-content: stretch; align-content: stretch; -o-flex-wrap: wrap; -ms-flex-wrap: wrap; -moz-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; } }
@media all and (max-width: 1200px) { #detail > div.info { padding: 0 1rem; max-width: 480px; margin: auto; } }
#detail > div.info .left, #detail > div.info .right { padding: 20px; box-sizing: border-box; }
@media all and (min-width: 1200px) { #detail > div.info .left, #detail > div.info .right { width: 25%; position: relative; } }
@media all and (max-width: 1200px) { #detail > div.info .left { display: none; } }
@media all and (min-width: 1200px) { #detail > div.info .photo { width: 50%; } }
#detail > div.info .photo img { width: auto; height: auto; max-height: 100%; max-width: 100%; display: block; margin: auto; }
@media all and (min-width: 1200px) { #detail > div.info .photo, #detail > div.info .left, #detail > div.info .right { height: 500px; } }
@media all and (max-width: 1200px) { #detail > div.info .photo, #detail > div.info .left, #detail > div.info .right { height: auto; overflow: hidden; } }
@media all and (max-width: 1200px) { #detail > div.info .right { margin-top: 30px; } }
#detail > div.info .detail { width: 100%; padding: 40px 30px 20px 30px; box-sizing: border-box; }
@media all and (max-width: 1200px) { #detail > div.info .detail { display: none; } }
#detail > div.info .detail h1 { font-family: "pitch_medium"; font-size: 0.8rem; max-width: 250px; float: left; }
#detail > div.info .detail .share { float: right; border: none; background: none; font-family: "pitch_medium"; font-size: 0.8rem; cursor: pointer; }
#detail > div.info .not-visible { display: none; }
#detail > div.info span.return { position: absolute; font-family: "pitch_medium"; cursor: pointer; }
@media all and (max-width: 1200px) { #detail > div.info span.return { top: 70px; right: 10%; } }
@media all and (min-width: 1200px) { #detail > div.info span.return { top: 0; right: 20%; } }
@media all and (min-width: 1200px) { #detail > div.info form { position: absolute; bottom: 19%; right: 20%; width: 220px; } }
@media all and (max-width: 1200px) { #detail > div.info form { margin: auto; width: 320px; } }
@media all and (max-width: 480px) { #detail > div.info form { width: 100%; } }
#detail > div.info form div.select { width: 100%; border: 1px solid #333333; overflow: hidden; margin: 10px auto 10px 0; cursor: pointer; background-image: url(../img/flecha_select.svg); background-size: 15px auto; background-position: 6% 15px; background-repeat: no-repeat; }
#detail > div.info form div.select select { border: none; width: 115%; padding: 9px 5px 5px 35px; background: none; font-family: "pitch_medium"; font-size: 0.9rem; }
#detail > div.info form label { font-size: 0.9rem; font-family: "pitch_medium"; margin-top: 30px; display: block; }
#detail > div.info form input[type='text'] { border: none; background-color: #f1f1f1; width: 20px; padding: 9px 5px 5px 5px; text-align: center; float: right; margin-top: -27px; }
#detail > div.info form p { width: 100%; font-family: "pitch_medium"; font-size: 0.9rem; margin-top: 30px; }
#detail > div.info form p span { float: right; }
#detail > div.info form input[type='submit'], #detail > div.info form a { width: 100%; padding: 11px 0; line-height: 1rem; }
#detail > div.info form a { margin-top: 20px; text-align: center; }

#checkout { padding: 100px 0; }
#checkout > div { height: auto; overflow: hidden; }
@media all and (min-width: 1200px) { #checkout > div { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-content: stretch; align-content: stretch; } }
#checkout > div > div { box-sizing: border-box; padding: 0 20px; }
@media all and (min-width: 1200px) { #checkout > div > div { width: 25%; } }
#checkout > div > div#items { width: 50%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-content: stretch; align-content: stretch; -o-flex-wrap: wrap; -ms-flex-wrap: wrap; -moz-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; height: 450px; overflow-y: scroll; }
@media all and (max-width: 1200px) { #checkout > div > div#items { display: none; } }
#checkout > div > div#items div.img-to-div { width: 31%; height: 200px; margin: 1%; }
#checkout > div > div.right > ul { margin: auto auto 40px auto; }
@media all and (min-width: 1200px) { #checkout > div > div.right > ul { overflow-y: scroll; height: 250px; width: 250px; } }
@media all and (max-width: 1200px) { #checkout > div > div.right > ul { width: auto; max-width: 640px; } }
#checkout > div > div.right > ul li { width: 100%; font-family: "pitch_medium"; font-size: 0.8rem; padding: 7px 0; display: block; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-content: stretch; align-content: stretch; }
#checkout > div > div.right > ul li span { display: block; }
#checkout > div > div.right > ul li span.name { width: 70%; }
#checkout > div > div.right > ul li span.qty { width: 20%; }
#checkout > div > div.right > ul li span.remove { width: 17px; cursor: pointer; background-image: url("../img/close_menu.svg"); background-repeat: no-repeat; background-size: 100% 100%; background-position: 0 0; }
@media all and (min-width: 1200px) { #checkout > div > div.right > ul img { display: none; } }
@media all and (max-width: 1200px) { #checkout > div > div.right > ul img { display: block; width: 100%; margin-bottom: 30px; margin-top: 10px; } }
#checkout > div > div.right p { width: 250px; margin: auto; padding: 5px 0; font-family: "pitch_medium"; }
#checkout > div > div.right p span { float: right; }
#checkout > div > div.right hr { width: 250px; display: block; margin: 10px auto; border: 0; height: 1px; background-color: #333333; }
#checkout > div > div.right a.checkout-btn { width: 250px; margin: 30px auto; text-align: center; display: block; padding: 14px 0; }
@media all and (min-width: 480px) { #checkout > div > div.right a.checkout-btn { width: 250px; } }
@media all and (max-width: 480px) { #checkout > div > div.right a.checkout-btn { width: 100%; } }

#customer-info { padding: 100px 0; }
#customer-info > div { margin: auto; }
@media all and (min-width: 1200px) { #customer-info > div { width: 1024px; padding: 0 25px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-content: stretch; align-content: stretch; } }
@media all and (max-width: 1200px) { #customer-info > div { max-width: 640px; } }
#customer-info > div > div { box-sizing: border-box; }
@media all and (min-width: 1200px) { #customer-info > div > div { width: 50%; padding: 25px; } }
@media all and (max-width: 1200px) { #customer-info > div > div { padding: 0 1rem; width: auto; } }
#customer-info > div > div form { width: 100%; height: auto; display: block; }
#customer-info > div > div form fieldset { min-width: 0; }
#customer-info > div > div form fieldset .iDetails { margin-top: 50px; }
#customer-info > div > div form fieldset > label, #customer-info > div > div form fieldset .invoice-details { display: none; }
#customer-info > div > div form fieldset > label label, #customer-info > div > div form fieldset .invoice-details label { display: none; }
#customer-info > div > div form fieldset input[type='text'], #customer-info > div > div form fieldset input[type='email'] { display: block; border: 1px solid #333333; background: none; width: 100%; padding: 7px 10px 5px 10px; box-sizing: border-box; margin: 12px auto; font-family: "pitch_medium"; font-size: 0.9rem; }
#customer-info > div > div form fieldset p, #customer-info > div > div form fieldset label { font-family: "pitch_medium"; }
#customer-info > div > div form fieldset p:not(.shipping-txt) { width: 50%; }
#customer-info > div > div form fieldset p:not(.shipping-txt) span { float: right; }
#customer-info > div > div form fieldset div { width: 100%; margin: 10px auto; height: auto; overflow: hidden; }
#customer-info > div > div form fieldset div.radios { display: block; }
#customer-info > div > div form fieldset div.radios input { display: none; }
#customer-info > div > div form fieldset div.radios input + label { font-size: 1rem; padding: 1px; }
#customer-info > div > div form fieldset div.radios input + label span { display: inline-block; width: 15px; height: 15px; border: 1px solid #333333; cursor: pointer; vertical-align: middle; margin-top: -3px; margin-right: 5px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; }
#customer-info > div > div form fieldset div.radios input:checked + label span { background-image: url(../img/radius_circle.svg); background-size: 80% auto; background-position: center; background-repeat: no-repeat; }
#customer-info > div > div form fieldset div.checkbox { display: block; }
#customer-info > div > div form fieldset div.checkbox input { display: none; }
#customer-info > div > div form fieldset div.checkbox input + label { font-size: 1rem; padding: 1px; }
#customer-info > div > div form fieldset div.checkbox input + label span { display: inline-block; width: 15px; height: 15px; border: 1px solid #333333; cursor: pointer; vertical-align: middle; margin-top: -3px; margin-right: 5px; }
#customer-info > div > div form fieldset div.checkbox input:checked + label span { background-image: url(../img/check.svg); background-size: 130% auto; background-position: center; background-repeat: no-repeat; }
#customer-info > div > div form fieldset h2, #customer-info > div > div form fieldset h3 { margin-top: 50px; }
@media all and (min-width: 1200px) { #customer-info > div > div form fieldset input[type='submit'] { float: right; } }
@media all and (max-width: 1200px) { #customer-info > div > div form fieldset input[type='submit'] { margin: auto; display: block; padding-left: 45px; padding-right: 45px; } }
@media all and (max-width: 480px) { #customer-info > div > div form fieldset input[type='submit'] { width: 100%; padding-left: 0; padding-right: 0; } }
#customer-info > div > div form#addToCart { display: none; }
#customer-info > div > div h2, #customer-info > div > div h3 { font-family: "stanley_bold"; margin-bottom: 10px; }
@media all and (max-width: 1200px) { #customer-info > div > div.basket { display: none; } }
#customer-info > div > div.basket p { font-family: "pitch_medium"; }
#customer-info > div > div #items { margin-top: 20px; }
#customer-info > div > div #items > div { overflow: hidden; height: auto; margin: 5px auto; }
#customer-info > div > div #items > div p { font-size: 0.8rem; }
#customer-info > div > div #items > div > div { width: 150px; height: 110px; overflow: hidden; float: left; margin-right: 10px; }
#customer-info > div > div #items > div > div img { width: 100%; }

#blog { margin: auto; height: auto; }
@media all and (min-width: 1200px) { #blog { width: 1200px; padding: 0 25px; } }
@media all and (max-width: 1200px) { #blog { width: auto; padding: 0 1rem; } }
#blog > div.results { min-height: 250px; position: relative; }
@media all and (max-width: 1200px) { #blog > div.results { max-width: 480px; margin: auto; } }
#blog > div.results > div { font-family: "pitch_medium"; font-size: 0.9rem; margin-bottom: 20px; padding: 0 10px; box-sizing: border-box; }
@media all and (min-width: 1200px) { #blog > div.results > div { width: 31%; display: inline-block; } }
#blog > div.results > div img { width: 100%; height: auto; }
#blog > div.results > div h2 { font-family: "pitch_medium"; font-weight: 600; }
#blog > div.results > div p.fecha { text-align: right; }

#post { padding-top: 30px; padding-bottom: 70px; margin: auto; height: auto; }
@media all and (min-width: 1200px) { #post { width: 1200px; padding: 0 25px; } }
#post article { height: auto; overflow: hidden; font-family: "pitch_medium"; }
#post article h1 { font-size: 2rem; padding: 20px; box-sizing: border-box; }
@media all and (min-width: 1200px) { #post article > div { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; } }
#post article > div > div { padding: 0 20px; box-sizing: border-box; }
#post article > div > div img { width: 100%; }
#post article > div > div * { line-height: 1.2rem; }
#post article > div > div span.date { display: block; text-align: right; margin-top: 20px; }
#post article > div > div ul { padding-left: 20px; }
#post article > div > div ul li { list-style: disc; margin: 2px auto; }
#post article > div > div blockquote { background-color: #E6E6E6; padding: 30px; box-sizing: border-box; }
#post article span.publisher { display: block; padding: 20px; box-sizing: border-box; }

#thanks { position: absolute; z-index: 999; top: 0; left: 0; width: 100%; height: 100%; background-color: #FFFFFF; }
#thanks > div { position: absolute; top: 50%; left: 50%; width: 500px; height: 250px; margin-left: -220px; margin-top: -125px; }
#thanks > div p { line-height: 1.1rem; font-size: 0.8rem; }
#thanks > div a { margin: 40px auto auto auto; text-align: center; display: block; width: 250px; }

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