/*
@media (min-width: 1200px)
@media (min-width: 992px) and (max-width: 1199px)
@media (min-width: 768px) and (max-width: 991px)
@media (max-width: 767px)
*/
/********************** FONTS *************************/
@font-face {
  font-family: 'Dosis';
  src: url('../fonts/dosis/Dosis-Regular.eot');
  src: url('../fonts/dosis/Dosis-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/dosis/Dosis-Regular.woff') format('woff'), url('../fonts/dosis/Dosis-Regular.ttf') format('truetype'), url('../fonts/dosis/Dosis-Regular.svg#webfont') format('svg');
}
@font-face {
  font-family: 'DosisBold';
  src: url('../fonts/dosis/Dosis-Bold.eot');
  src: url('../fonts/dosis/Dosis-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/dosis/Dosis-Bold.woff') format('woff'), url('../fonts/dosis/Dosis-Bold.ttf') format('truetype'), url('../fonts/dosis/Dosis-Bold.svg#webfont') format('svg');
}
@font-face {
  font-family: 'DosisLight';
  src: url('../fonts/dosis/Dosis-Light.eot');
  src: url('../fonts/dosis/Dosis-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/dosis/Dosis-Light.woff') format('woff'), url('../fonts/dosis/Dosis-Light.ttf') format('truetype'), url('../fonts/dosis/Dosis-Light.svg#webfont') format('svg');
}
.normal {
  font-family: 'Dosis';
}
.bold {
  font-family: 'DosisBold';
}
.light {
  font-family: 'DosisLight';
}
input {
  font-family: 'Dosis';
}
.weightbd {
  font-weight: bold;
}
.uppercase {
  text-transform: uppercase;
}
.fsplus50 {
  font-size: 1.5em;
}
/******* COLORS **********/
.azulGradient {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
}
.azulGradientHover {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
}
.grey {
  color: #383838;
}
.grisClaro {
  color: #d2d3d5;
}
.azul {
  color: #0d96d6;
}
.naranja {
  color: #fc7438;
}
.amarillo {
  color: #ffdb58;
}
.black {
  color: black;
}
a.blanco {
  color: white;
  transition: all 0.3s linear 0s;
}
a.blanco:hover {
  color: #fc7438;
  transition: all 0.3s linear 0s;
}
a.azul {
  color: #0d96d6;
  transition: all 0.3s linear 0s;
}
a.azul:hover {
  color: #fc7438;
  transition: all 0.3s linear 0s;
}
a.naranja {
  color: #fc7438;
  transition: all 0.3s linear 0s;
}
a.naranja:hover {
  color: #0d96d6;
  transition: all 0.3s linear 0s;
}
.naranjaGradient {
  background: #fa9a71;
  background-image: -webkit-linear-gradient(top, #fa9a71, #fc7438);
  background-image: -moz-linear-gradient(top, #fa9a71, #fc7438);
  background-image: -ms-linear-gradient(top, #fa9a71, #fc7438);
  background-image: -o-linear-gradient(top, #fa9a71, #fc7438);
  background-image: linear-gradient(to bottom, #fa9a71, #fc7438);
}
/********************** COMMON *************************/
a,
.menu_opt a {
  color: #383838;
  display: initial;
  transition: all 0.1s linear 0s;
  text-decoration: none;
}
a:hover,
.menu_opt a:hover {
  color: #fc7438;
  transition: all 0.1s linear 0s;
  text-decoration: none;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.pb15 {
  padding-bottom: 15px;
}
.pt15 {
  padding-top: 15px;
}
.pl .alignleft {
  text-align: left;
}
.noBorder {
  border: 0px !important;
}
.menu_list a {
  color: #444444;
  display: initial;
  transition: all 0.1s linear 0s;
  text-decoration: none;
}
.menu_list a:hover {
  color: #0d96d6;
  transition: all 0.1s linear 0s;
  text-decoration: none;
}
.noWrap {
  white-space: nowrap;
}
html,
body {
  background-color: #f1f1f1;
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  margin-top: 0px;
  font-size: 16px;
  overflow-x: hidden;
  font-family: 'Dosis';
  background-color: #f1f1f1;
  min-height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}
body .title {
  font-size: 2em;
}
body .subtitle {
  font-size: 1.5em;
}
@media (max-width: 991px) {
  body .subtitle {
    font-size: 1.02em;
  }
}
@media (max-width: 666px) {
  body .subtitle {
    font-size: .8em;
  }
}
body .big {
  font-size: 2em;
}
body .small {
  font-size: 0.8em;
}
body .smallest {
  font-size: 0.6em;
}
.noPadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.noPaddingLeft {
  padding-left: 0px !important;
}
.noPaddingRight {
  padding-right: 0px !important;
}
@media (min-width: 1200px) {
  .col-lg-5col {
    width: 20%;
  }
}
.underline {
  text-decoration: underline;
}
.bordered {
  border: 1px solid #444444;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
  margin: auto;
}
.full-responsive {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
}
.full-responsive.image404 {
  margin: auto;
}
.center,
.centereded {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.noMargin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.contentRow {
  width: 100%;
  background-color: #f1f1f1;
  padding-bottom: 50px;
}
.contentRow .container,
.contentRow #container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 2px;
}
.comicWraper {
  width: 100%;
  height: 305px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .comicWraper {
    height: 285px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .comicWraper {
    height: 350px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .comicWraper {
    height: 365px;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .comicWraper {
    height: 290px;
  }
}
@media (min-width: 351px) and (max-width: 480px) {
  .comicWraper {
    height: 225px;
  }
}
@media (max-width: 350px) {
  .comicWraper {
    height: 150px;
  }
}
.comicWraper.ratioY img {
  height: 100%;
  width: auto;
}
.comicWraper.ratioX img {
  height: 100%;
  width: auto;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.strikethrough {
  text-decoration: line-through;
}
button.btn {
  width: 250px;
  font-size: 1.5em;
  padding: 5px;
  color: white;
  border: 0px;
  background: #6ebcf0;
  background-image: -webkit-linear-gradient(top, #6ebcf0, #0d96d6);
  background-image: -moz-linear-gradient(top, #6ebcf0, #0d96d6);
  background-image: -ms-linear-gradient(top, #6ebcf0, #0d96d6);
  background-image: -o-linear-gradient(top, #6ebcf0, #0d96d6);
  background-image: linear-gradient(to bottom, #6ebcf0, #0d96d6);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
button.btn:hover {
  background: #ebb667;
  background-image: -webkit-linear-gradient(top, #ebb667, #fc7438);
  background-image: -moz-linear-gradient(top, #ebb667, #fc7438);
  background-image: -ms-linear-gradient(top, #ebb667, #fc7438);
  background-image: -o-linear-gradient(top, #ebb667, #fc7438);
  background-image: linear-gradient(to bottom, #ebb667, #fc7438);
  color: white;
}
#centerBlock {
  background: none;
}
#centerBlock .info {
  font-size: 0.8em;
}
#centerBlock .checkboxRow .checkbox {
  margin: 1px 6px 0 0;
  display: inline-block;
  width: auto;
  height: 15px;
}
#centerBlock .checkboxRow label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0px;
  font-size: 15px;
}
#centerBlock form input {
  text-align: left;
  font-family: 'Dosis';
}
#centerBlock input[type="submit"] {
  text-align: center;
}
.red {
  color: red;
}
.green {
  color: green;
}
.blue {
  color: #0080ff;
}
.pagTitle {
  margin-top: 0px;
  margin-bottom: 15px;
  background-color: #0d96d6;
  color: white;
  padding: 5px 15px;
  line-height: 1.5;
  width: 100%;
}
.pagTitle.subtitleCategorias {
  margin-bottom: 0px;
  -webkit-box-shadow: 8px 10px 10px 0px rgba(13, 150, 214, 0.3);
  box-shadow: 8px 10px 10px 0px rgba(13, 150, 214, 0.3);
}
.pagTitle h1,
.pagTitle h2 {
  font-size: 1em;
  margin: 0px;
  width: auto;
  float: left;
  line-height: 34px;
  height: 34px;
}
.pagTitle h1.subCategory,
.pagTitle h2.subCategory {
  font-size: 0.7em;
}
.pagTitle .right {
  float: right;
  font-size: 0.7em;
}
.pagTitle .right.views {
  font-size: 1em;
}
.pagTitle .right .encuentra {
  float: left;
  margin-right: 0px;
  line-height: 35px;
  height: 34px;
}
.pagTitle .right select {
  float: left;
  width: 105px;
  vertical-align: middle;
  height: 34px;
  background-color: #0d96d6;
  border: 0px;
  padding-left: 10px;
}
.pagTitle .right select option {
  background-color: white;
  color: black;
  font-size: 0.7em;
}
.pagTitle .right .showPreventa {
  display: inline;
  margin-right: 30px;
}
.pagTitle .right .showPreventa a {
  cursor: pointer;
  margin-left: 10px;
  color: white;
  text-decoration: none;
}
.pagTitle .right .showPreventa img {
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .pagTitle .right .showPreventa {
    margin-right: 10px;
  }
}
.pagTitle .right .viewGrill,
.pagTitle .right .viewList {
  color: white;
  margin-left: 10px;
}
.pagTitle .right .viewGrill.active,
.pagTitle .right .viewList.active {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: default !important;
}
.pagTitle .right .viewGrill i,
.pagTitle .right .viewList i {
  font-size: 25px;
}
ul.share-buttons {
  list-style: none;
  padding: 0;
}
ul.share-buttons li {
  display: inline;
}
.btn.thanks {
  background-color: #fc7438;
  transition: all 0.3s linear 0s;
  color: #383838;
  padding: 10px 20px;
  border-radius: 0px;
}
.btn.thanks:hover {
  border-top: 1px solid #aaaaaa;
  background-color: #fd976a;
  transition: all 0.3s linear 0s;
  padding: 10px 20px;
}
/********************** HEADER *************************/
.searchRow,
.searchRowSmall {
  position: absolute;
  top: 177px;
  width: 100%;
  background-color: #383838;
}
@media (max-width: 991px) {
  .searchRow,
  .searchRowSmall {
    text-align: center;
  }
}
.searchRow .container,
.searchRowSmall .container {
  border-left: 2px solid white;
  border-right: 2px solid white;
  color: white;
  width: 100%;
  max-width: 1280px;
}
.searchRow .container .encuentra,
.searchRowSmall .container .encuentra {
  display: inline-block;
  margin-right: 20px;
  margin-left: 15px;
  vertical-align: middle;
  padding-top: 3px;
  xwidth: 135px;
}
.searchRow .container select,
.searchRowSmall .container select {
  width: 130px;
  vertical-align: middle;
  height: 34px;
  background-color: #0d96d6;
  border: 0px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .searchRow .container select,
  .searchRowSmall .container select {
    width: 130px;
  }
}
.searchRow .container select option,
.searchRowSmall .container select option {
  background-color: white;
  color: black;
}
.searchRow .container form,
.searchRowSmall .container form {
  float: left;
  padding: 10px 0px;
  width: 100%;
}
.searchRow .container form input,
.searchRowSmall .container form input {
  border-radius: 0px;
  display: inline-block;
  font-family: 'Dosis';
}
.searchRow .container form .searchWrapper,
.searchRowSmall .container form .searchWrapper {
  width: 155px;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0px;
  height: 34px;
  vertical-align: middle;
  background-color: #0d96d6;
  color: white;
  transition: all 0.3s linear 0s;
}
@media (max-width: 782px) {
  .searchRow .container form .searchWrapper,
  .searchRowSmall .container form .searchWrapper {
    width: 40px;
  }
}
.searchRow .container form .searchWrapper .searchButton,
.searchRowSmall .container form .searchWrapper .searchButton {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 6px 10px;
  color: white;
}
@media (max-width: 991px) {
  .searchRow .container form .searchWrapper .searchButton,
  .searchRowSmall .container form .searchWrapper .searchButton {
    padding: 5px 10px;
  }
}
.searchRow .container form .searchWrapper:hover,
.searchRowSmall .container form .searchWrapper:hover {
  background-color: #fc7438;
}
.searchRow input {
  max-width: 780px;
}
.searchRowSmall {
  display: none;
  position: initial;
  top: 177px;
  background-color: rgba(0, 0, 0, 0.9);
}
.searchRowSmall .searchWrapper {
  margin-top: -4px;
}
.menuToggleSmall {
  display: none;
  x-position: initial;
  background-color: #383838;
  padding: 15px;
  overflow: auto;
  position: fixed;
  width: 100%;
  height: calc(100vh - 71px);
  top: 71px;
  z-index: 2147483647 !important;
}
@media (max-width: 400px) {
  .menuToggleSmall {
    height: calc(100vh - 61px);
    top: 61px;
  }
}
@media (min-width: 780px) {
  .menuToggleSmall {
    display: none !important;
  }
}
.menuToggleSmall .container {
  max-width: 1280px;
  margin: auto;
  overflow: auto;
}
.menuToggleSmall .main {
  color: white;
  font-weight: bold;
  font-size: 2em;
}
.menuToggleSmall .main:hover {
  color: orange;
}
.menuToggleSmall .submenu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.menuToggleSmall .submenu a {
  font-size: 1.25em;
  display: block;
  width: 170px;
}
.header.fix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
  padding-top: 10px;
  background-color: #f1f1f1;
}
.header.fix .container {
  padding: 0px;
  width: 100%;
  max-width: 1280px;
}
.header.fix .container .usamenu,
.header.fix .container .mangamenu,
.header.fix .container .euromenu,
.header.fix .container .merchandisingmenu {
  display: none;
  width: 100%;
  max-width: 1280px;
  padding: 15px 20px 15px 105px;
}
.header.fix #mainFix {
  background-color: #f1f1f1;
  background-image: none;
  padding: 0px 15px !important;
}
@media (max-width: 400px) {
  .header.fix #mainFix {
    padding: 0px 5px !important;
  }
}
.header.fix #mainFix #top_logo {
  height: auto;
  transition: all 0.3s linear 0s;
}
.header.fix #mainFix #top_logo img {
  margin-left: 0px;
}
.header.fix #mainFix #top_menuFix {
  display: none;
}
@media (max-width: 767px) {
  .header.fix #mainFix #top_menuFix {
    display: block;
  }
}
.header.fix #mainFix #top_menuFix .opened {
  display: block;
}
@media (max-width: 767px) {
  .header.fix #mainFix #top_menuFix .opened {
    display: none;
  }
}
.header.fix #mainFix #top_menuFix .closed {
  display: none;
}
@media (max-width: 767px) {
  .header.fix #mainFix #top_menuFix .closed {
    display: block;
  }
  .header.fix #mainFix #top_menuFix .closed i {
    font-size: 21px;
  }
}
.header.fix #mainFix #top_menuFix .closed .menuToggle {
  padding: 16px 10px 19px 0px !important;
  margin: 0px !important;
  cursor: pointer;
}
@media (max-width: 400px) {
  .header.fix #mainFix #top_menuFix .closed .menuToggle {
    padding: 6px 10px 19px 0px !important;
  }
}
.header.fix #mainFix #top_menuFix .socialicon {
  padding-left: 5px;
}
.header.fix #mainFix #top_menuFix .socialicon a img {
  width: 25px !important;
  margin: 0px;
}
.header.fix #mainFix #top_menu {
  background-color: transparent;
  border-radius: 0px;
  padding: 0px;
  height: auto;
}
.header.fix #mainFix #top_menu .menu {
  height: 100%;
  border-right: 1px solid grey;
  background: transparent;
  transition: all 0.3s linear 0s;
  color: black;
  padding: 1px 10px 1px 0px;
  margin: 10px 10px 5px 0;
  font-size: 18px;
}
@media (max-width: 900px) {
  .header.fix #mainFix #top_menu .menu {
    font-size: 16px;
  }
}
@media (max-width: 815px) {
  .header.fix #mainFix #top_menu .menu {
    font-size: 14px;
  }
}
.header.fix #mainFix #top_menu .menu a {
  color: black;
}
.header.fix #mainFix #top_menu .menu:hover {
  transition: all 0.3s linear 0s;
  background: transparent;
  color: #fc7438;
}
.header.fix #mainFix #top_menu .menu:hover a {
  color: #fc7438;
}
.header.fix #mainFix #top_menu .menu.left {
  float: left;
}
.header.fix #mainFix #top_menu .menu.last {
  border-right: 0px;
}
.header.fix #mainFix #top_menu .menu.right {
  margin: 0px;
  padding: 0px;
  float: right;
  border: 0px;
}
.header.fix #mainFix #top_menu .menu.right #cartOpener {
  margin-top: 0px;
  border: 0px;
}
.header.fix #mainFix #top_menu .menu.right #cartOpener i {
  color: black;
  transition: all 0.3s linear 0s;
}
.header.fix #mainFix #top_menu .menu.right #cartOpener i.incart {
  color: #fc7438;
  transition: all 0.3s linear 0s;
}
@media (max-width: 900px) {
  .header.fix #mainFix #top_menu .menu.right {
    margin-top: 3px;
  }
}
.header.fix #mainFix .lastItem {
  position: absolute;
  display: none;
  z-index: 1200;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
  width: 320px;
  border-radius: 0;
  top: 155px;
  right: 15px;
  font-size: 15px;
}
.header.fix #mainFix .lastItem.condensed {
  top: 60px;
}
.header.fix #mainFix .lastItem .cartInfo {
  width: 100%;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
}
.header.fix #mainFix .lastItem .cartInfo .left {
  float: left;
}
.header.fix #mainFix .lastItem .cartInfo .right {
  float: right;
}
.header.fix #mainFix .loginForm {
  position: absolute;
  display: none;
  z-index: 1200;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
  width: 320px;
  border-radius: 0;
  top: 78px;
  right: 15px;
  font-size: 15px;
}
.header.fix #mainFix .loginForm.condensed {
  top: 60px;
}
.header.fix #mainFix .loginForm .form-hint a {
  color: #fc7438;
}
.header.fix #mainFix .loginForm .form-hint a:hover {
  color: #0d96d6;
}
.header.fix #mainFix .loginForm label {
  float: none;
  display: block;
  height: auto;
  width: 100%;
  color: white;
}
.header.fix #mainFix .loginForm input {
  float: none;
  display: block;
  height: auto;
  width: 100%;
  color: #383838;
}
.header.fix #mainFix .loginForm input {
  padding: 0 10px;
  height: 35px;
}
.header.fix #mainFix .loginForm .little {
  font-size: 0.8em;
}
.header.fix #mainFix .loginForm .button {
  background-color: #0d96d6;
  color: white;
  transition: all 0.3s linear 0s;
}
.header.fix #mainFix .loginForm .button:hover {
  background-color: #fc7438;
  color: white !important;
  transition: all 0.3s linear 0s;
}
.header.fix.openedMenu {
  -webkit-box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.3);
}
.header.fix.fixed {
  -webkit-box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.3);
}
.header.fix.fixed #mainFix #top_menuFix {
  display: block;
  background-color: transparent;
  border-radius: 0px;
  margin-top: 0px;
  padding: 0px;
  height: auto;
  position: relative;
}
.header.fix.fixed #mainFix #top_menuFix img {
  width: 70px;
  padding-bottom: 5px;
  float: left;
  margin-right: 20px;
  transition: all 0.3s linear 0s;
}
@media (max-width: 400px) {
  .header.fix.fixed #mainFix #top_menuFix img {
    width: 45px;
    margin-right: 10px;
  }
}
.header.fix.fixed #mainFix #top_menuFix .menu {
  height: 100%;
  border-right: 1px solid grey;
  background: transparent;
  transition: all 0.3s linear 0s;
  color: black;
  padding: 1px 10px 1px 0px;
  margin: 15px 10px 10px 0;
  font-size: 18px;
}
.header.fix.fixed #mainFix #top_menuFix .menu a {
  color: black;
}
.header.fix.fixed #mainFix #top_menuFix .menu:hover {
  transition: all 0.3s linear 0s;
  background: transparent;
  color: #fc7438;
}
.header.fix.fixed #mainFix #top_menuFix .menu:hover a {
  color: #fc7438;
}
.header.fix.fixed #mainFix #top_menuFix .menu.left {
  float: left;
}
.header.fix.fixed #mainFix #top_menuFix .menu.last {
  border-right: 0px;
}
.header.fix.fixed #mainFix #top_menuFix .menu.right {
  float: right;
  border-right: 0px;
  margin: 0px;
  text-align: center;
  height: 60px;
  padding: 15px 10px 0 10px;
}
@media (max-width: 991px) {
  .header.fix.fixed #mainFix #top_menuFix .menu.right {
    padding: 15px 5px 0 5px;
  }
}
@media (max-width: 400px) {
  .header.fix.fixed #mainFix #top_menuFix .menu.right {
    padding: 5px 5px 5px 5px;
    height: auto;
  }
}
.header.fix.fixed #mainFix #top_menuFix .menu.right.active {
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.9);
  transition: all 0.3s linear 0s;
}
.header.fix.fixed #mainFix #top_menuFix .menu.right.active i {
  color: #ffffff;
}
.header.fix.fixed #mainFix #top_menuFix .menu.right i {
  margin: auto;
  color: black;
  transition: all 0.3s linear 0s;
}
.header.fix.fixed #mainFix #top_menuFix .menu.right i.incart,
.header.fix.fixed #mainFix #top_menuFix .menu.right i:hover {
  color: #fc7438;
  transition: all 0.3s linear 0s;
}
.header.fix.fixed #mainFix #top_logo {
  display: none;
}
.header.fix.fixed #mainFix #top_right {
  display: none;
}
.header.fix.fixed #mainFix #topMenu {
  display: none;
}
.header.fix.fixed #mainFix #top_menu {
  display: none;
}
.button {
  border-radius: 5px;
  border: 1px solid #0d96d6;
  margin-top: 10px;
  padding: 0px;
  padding: 6px 0 8px 0;
  color: #0d96d6;
  text-align: center;
  transition: all 0.3s linear 0s;
  test-decoration: none;
}
.button:hover {
  transition: all 0.3s linear 0s;
  border: 1px solid #fc7438;
  test-decoration: none;
  color: #fc7438;
}
#top #top_logo {
  position: relative;
  padding-top: 0px;
}
#top #top_logo a img {
  margin: auto;
  margin-top: 0px;
}
#top #top_logo .social {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fc7438;
}
#top #top_logo .social a img {
  margin: 10px 5px 0px;
}
#top #top_right {
  float: right;
  min-width: 210px;
  max-width: 300px;
  position: relative;
}
#top #top_right .button {
  border-radius: 0px;
  text-decoration: none !important;
}
#top #top_right .button:hover {
  border: 1px solid rgba(0, 0, 0, 0.9);
  color: rgba(0, 0, 0, 0.9);
  transition: all 0.3s linear 0s;
  text-decoration: none;
}
#top #top_right .button.active {
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.9);
  transition: all 0.3s linear 0s;
  colscor: white;
}
#top #top_right .button:active,
#top #top_right .button:hover,
#top #top_right .button:visited {
  text-decoration: none !important;
}
#top #top_right .userName {
  margin-top: 10px;
  font-size: 1.2em;
  color: #fc7438;
}
#top #top_right .userName a {
  color: #0d96d6;
  padding: 2px 10px 0px;
  border: 1px solid #0d96d6;
  float: right;
}
#top #top_right .userName a:hover {
  color: #fc7438;
  border: 1px solid #fc7438;
}
#top #top_right .normal .button.loginToggle,
#top #top_right .normal .button.myAccount {
  width: 217px;
  float: right;
}
#top #top_right .social {
  width: 217px;
  font-size: 20px;
  float: right;
  display: inline-block;
  color: #fc7438;
}
#top #top_right .social img {
  width: 30px;
  float: right;
  margin-left: 5px;
}
#top #top_right .icon-shopping-cart {
  font-size: 30px;
}
#top #top_right #social {
  width: 100%;
  margin-right: 0px;
}
#top #top_right #social #social_text {
  text-align: center;
  float: none;
}
#top #top_right #social #social_icons {
  text-align: center;
  float: none;
  width: 100%;
}
#top #top_right #social #social_icons > div {
  margin-left: 0px;
}
#top #top_right .cart {
  position: absolute;
  bottom: 10px;
  right: 0;
}
#top_menu {
  background-color: #0d96d6;
  border-radius: 5px;
  margin-top: 0px;
  padding: 0px;
  height: auto;
}
#top_menu .menu {
  height: 100%;
  border-right: 1px solid grey;
  background: transparent;
  padding: 6px 10px 8px 10px;
  transition: all 0.3s linear 0s;
}
#top_menu .menu.left {
  float: left;
}
#top_menu .menu.right {
  padding: 0px 10px 0px 10px;
  height: 35px;
  float: right;
  border-right: 0px;
  border-left: 1px solid grey;
}
#top_menu .menu.right i {
  padding: 6px 0px 8px 0px;
}
#top_menu .menu.right input,
#top_menu .menu.right select {
  height: 31px;
  margin: 2px 0px 2px 0px;
}
#top_menu .menu.first {
  border-radius: 5px 0 0 5px;
}
#top_menu .menu.last {
  border-radius: 0 5px 5px 0;
}
#top_menu .menu:hover {
  transition: all 0.3s linear 0s;
  background-color: #fc7438;
}
#top_menu .menu:hover.right {
  background-color: #0d96d6;
}
/********************** FOOTER *************************/
.footerRow {
  width: 100%;
  background-color: #f1f1f1;
}
.footerRow #fisrtFooter {
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  padding: 15px 0;
}
.footerRow #fisrtFooter .etrusted {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.footerRow #fisrtFooter .container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 2px;
}
.footerRow #fisrtFooter .container .menu {
  height: 100%;
  border-right: 1px solid grey;
  background: transparent;
  transition: all 0.3s linear 0s;
  color: black;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 17px;
}
@media (max-width: 1013px) {
  .footerRow #fisrtFooter .container .menu {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .footerRow #fisrtFooter .container .menu {
    font-size: 12px;
  }
}
@media (max-width: 666px) {
  .footerRow #fisrtFooter .container .menu {
    font-size: 8px;
  }
}
.footerRow #fisrtFooter .container .menu a {
  color: black;
}
.footerRow #fisrtFooter .container .menu:hover {
  transition: all 0.3s linear 0s;
  background: transparent;
  color: #fc7438;
}
.footerRow #fisrtFooter .container .menu:hover a {
  color: #fc7438;
}
.footerRow #fisrtFooter .container .menu.left {
  float: left;
}
.footerRow #fisrtFooter .container .menu.last {
  border-right: 0px;
}
.footerRow #fisrtFooter .container .menu.right {
  float: right;
}
.footerRow #fisrtFooter .container .menu.right i {
  color: black;
  font-size: 22px;
  cursor: pointer;
  text-decoration: none;
}
.footerRow #fisrtFooter .container .menu.right:hover i {
  color: #fc7438;
  text-decoration: none;
}
.footerRow #footer {
  margin-top: 0px;
  border: 0px;
  padding: 15px 0;
}
.footerRow #footer .ekomi-widget-container > div {
  width: 100% !important;
  height: 90px;
  text-align: center;
}
.footerRow #footer .ekomi-widget-container > div .shleft {
  float: initial;
  display: inline-block;
  vertical-align: top;
}
.footerRow #footer .ekomi-widget-container > div .widget-right {
  float: initial;
  display: inline-block;
}
.footerRow #footer .developed {
  width: 220px;
  margin: 4px auto;
}
.footerRow #footer .developed a {
  transition: 400ms all ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #606060;
}
.footerRow #footer .developed a:hover {
  opacity: 0.5;
}
/********************** HOME *************************/
.container.body #main {
  margin-top: 242px;
  background: none;
}
.container.body #main .destacadosLat {
  background-color: #f1f1f1;
}
.container.body #main .destacadosLat .menu_opt {
  margin: auto;
  margin-bottom: 15px;
  text-align: center;
}
.container.body #main .destacadosLat .boxSmall {
  margin-bottom: 15px;
}
.container.body #main .destacadosLat .boxSmall img {
  transition: all 0.3s linear 0s;
  -webkit-box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.3);
}
.container.body #main .destacadosLat .boxSmall:hover img {
  transition: all 0.3s linear 0s;
  -webkit-box-shadow: 8px 10px 10px 0px rgba(13, 150, 214, 0.3);
  box-shadow: 10px 8px 10px 10px 0px rgba(13, 150, 214, 0.3);
}
.container.body #main .section {
  font-family: 'Dosis';
  background-color: #0d96d6;
}
.container.body #main .section a {
  color: white;
  display: block;
}
.container.body #main .section a:hover {
  color: #383838;
}
.container.body #main .section a .right {
  float: right;
}
.container.body #main .novedades {
  padding: 15px 0;
}
.container.body #main .novedades a.editorial {
  display: block;
  color: #0d96d6;
  padding: 0px;
  font-weight: normal;
}
.container.body #main .novedades a.editorial:hover {
  color: #fc7438;
}
.container.body #main .novedades .comic {
  position: relative;
}
.container.body #main .novedades .comic img {
  margin-bottom: 10px;
  transition: all 0.3s linear 0s;
  -webkit-box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.3);
}
.container.body #main .novedades .comic .lupa {
  position: absolute;
  color: white;
  font-size: 22px;
  z-index: 100;
  top: 25%;
  left: 32%;
  width: 75px;
  height: 75px;
  background-color: #0d96d6;
  padding: 22px 0 0 27px;
  border-radius: 38px;
  -webkit-box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.3);
  display: none;
  transition: opacity 1s ease-out;
  opacity: 0;
}
.container.body #main .novedades .comic .disp {
  position: absolute;
  padding: 0 5px;
  z-index: 99;
  bottom: 15px;
  left: 0;
  text-align: center;
  width: 100%;
  background-color: #ffffffc0;
  font-size: 14px;
  color: black !important;
}
.container.body #main .novedades .comic:hover .lupa {
  opacity: 1;
  display: block;
  transition: opacity 1s ease-in;
}
.container.body #main .novedades .comic:hover img {
  transition: all 0.3s linear 0s;
  -webkit-box-shadow: 8px 10px 10px 0px rgba(13, 150, 214, 0.3);
  box-shadow: 8px 10px 10px 0px rgba(13, 150, 214, 0.3);
}
@media (max-width: 475px) {
  .container.body #main .novedades .comic {
    width: 50%;
  }
  .container.body #main .novedades .comic.index2 {
    display: none;
  }
}
.container.body.scrolled #main {
  margin-top: 70px;
  transition: all 0.3s linear 0s;
}
/********************** LOGIN *************************/
.login {
  color: #383838;
}
.login #comicdata {
  text-align: center;
}
.login #comicdata #login input,
.login #comicdata #login .send {
  max-width: 500px;
  width: 100%;
}
.login #comicdata #login input {
  font-size: 16px;
  text-align: left;
}
/********************** REGISTRO *************************/
.register form#register,
.register form#updateRegister {
  font-size: 16px;
  text-align: left;
}
.register form#register input,
.register form#updateRegister input,
.register form#register select,
.register form#updateRegister select,
.register form#register label,
.register form#updateRegister label,
.register form#register .error,
.register form#updateRegister .error {
  display: block;
  width: 80%;
  text-align: left !important;
}
@media (max-width: 767px) {
  .register form#register .error,
  .register form#updateRegister .error {
    float: none !important;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .register form#register .rightsm,
  .register form#updateRegister .rightsm {
    text-align: right;
  }
  .register form#register .rightsm input,
  .register form#updateRegister .rightsm input,
  .register form#register .rightsm label,
  .register form#updateRegister .rightsm label,
  .register form#register .rightsm selec,
  .register form#updateRegister .rightsm selec,
  .register form#register .rightsm .error,
  .register form#updateRegister .rightsm .error {
    float: right;
    text-align: left;
  }
  .register form#register .leftsm,
  .register form#updateRegister .leftsm {
    text-align: left;
  }
  .register form#register .leftsm input,
  .register form#updateRegister .leftsm input,
  .register form#register .leftsm label,
  .register form#updateRegister .leftsm label,
  .register form#register .leftsm select,
  .register form#updateRegister .leftsm select {
    float: left;
    text-align: left;
  }
}
.register form#register .checkboxRow .checkbox,
.register form#updateRegister .checkboxRow .checkbox {
  display: inline-block;
  width: 20px;
}
.register form#register .checkboxRow label,
.register form#updateRegister .checkboxRow label {
  display: inline-block;
}
.register form#register .mt20,
.register form#updateRegister .mt20 {
  text-align: center;
}
.register form#register .mt20 button#send,
.register form#updateRegister .mt20 button#send {
  margin: auto;
  float: initial;
}
/********************** COMIC *************************/
#comicdata .bigimg {
  cursor: zoom-in;
}
#comicdata .image a {
  display: block;
  position: relative;
}
#comicdata .image a .bigimg {
  float: left;
}
#comicdata .image a .novedad {
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: none !important;
}
#comicdata .priceInfo {
  margin-top: 15px;
  text-align: left !important;
  font-size: 0.8em !important;
}
#comicdata .priceInfo .price {
  font-size: 20px;
}
#comicdata .priceInfo .buycomic {
  text-align: center;
  max-width: 200px;
  margin-bottom: 15px;
}
#comicdata .priceInfo .buycomic .buttonBuy,
#comicdata .priceInfo .buycomic .disabledButton {
  border-top: 0px;
}
#comicdata .priceInfo .buycomic .buttonBuy:hover,
#comicdata .priceInfo .buycomic .disabledButton:hover {
  border-top: 0px !important;
}
#comicdata .priceInfo .SecondHand {
  max-width: 200px;
  border: 0px;
  box-shadow: none;
  padding: 0px;
  font-size: 1em;
}
#comicdata pre {
  padding: 0px;
  margin: 0px;
  white-space: pre-wrap;
  word-break: break-word;
  background-color: #ffffff;
  border: 0px;
  font-family: "Dosis";
  font-size: 18px;
}
#comicdata h1 .num {
  font-size: 22px;
}
#comicdata .disclaimer {
  background-color: #fffff8;
  border: 1px solid #e0e0c0;
  padding: 16px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 18px;
  color: #404000;
}
#comicdata .disclaimer .title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 12px;
}
#comicdata .disclaimer .highlights {
  line-height: 32px;
  margin-top: 16px;
  font-size: 20px;
  color: #008000;
}
#comicdata .disclaimer .highlights div {
  margin-bottom: 8px;
}
#comicdata .disclaimer .highlights div i {
  text-align: center;
  display: inline-block;
  width: 24px;
}
#body {
  padding-top: 0px;
}
#body.comic .breadc {
  display: inline-block;
}
#body.comic #comicdata {
  margin-top: 15px;
  border: 1px solid #FFFFFF;
  padding: 15px 15px 50px 15px;
  background-color: white;
  border-radius: 0px;
  -webkit-box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.3);
}
#body.comic #comicdata .image img {
  -webkit-box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.3);
}
#body.comic #comicdata .image img:hover {
  -webkit-box-shadow: 8px 10px 10px 0px rgba(13, 150, 214, 0.3);
  box-shadow: 8px 10px 10px 0px rgba(13, 150, 214, 0.3);
}
@media (max-width: 991px) {
  #body.comic #comicdata .shrink-font-sm {
    font-size: .8em;
  }
}
/********************** STATIC *************************/
#categoryList.static .comic {
  position: relative;
  transition: all 400ms;
}
#categoryList.static .comic .comicInner {
  background-color: #FFFFFF;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.3);
}
#categoryList.static .comic .lupa {
  position: absolute;
  color: white;
  font-size: 22px;
  top: 25%;
  z-index: 100;
  left: 32%;
  width: 75px;
  height: 75px;
  background-color: #0d96d6;
  padding: 22px 0 0 27px;
  border-radius: 38px;
  -webkit-box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.3);
  display: none;
  transition: opacity 1s ease-out;
  opacity: 0;
}
#categoryList.static .comic .disp {
  position: absolute;
  background-color: #ffffff;
  padding: 0 5px;
  z-index: 99;
  bottom: 15px;
  left: 0;
}
#categoryList.static .comic:hover {
  opacity: 0.5;
}
#categoryList.static .comic:hover .lupa {
  opacity: 1;
  display: block;
  transition: opacity 1s ease-in;
}
#categoryList.static .comic .title {
  margin: 0px 5px;
  height: 45px;
  overflow: hidden;
  color: #0d96d6;
}
#categoryList.static .comic .title:hover {
  color: #0a74a6;
}
#categoryList.static .comic .colectionTitle .categorytext {
  padding: 15px 10px !important;
  text-align: justify;
}
#categoryList.static .coleccionWraper {
  margin-bottom: 15px;
}
#categoryList.static .coleccionWraper img {
  width: 100%;
  height: 305px;
  overflow: hidden;
}
#categoryList.static .comicWraper {
  margin-bottom: 15px;
  position: relative;
}
#categoryList.static .comicWraper img.novedad {
  position: absolute;
  top: 0;
  left: 0;
  width: 97px;
  height: 97px;
  max-width: 100%;
}
/********************** LIST *************************/
.novedades .comicWraper {
  height: 243px;
}
@media (min-width: 914px) and (max-width: 1199px) {
  .novedades .comicWraper {
    height: 350px;
  }
}
@media (min-width: 992px) and (max-width: 913px) {
  .novedades .comicWraper {
    height: 314px;
  }
}
@media (min-width: 891px) and (max-width: 991px) {
  .novedades .comicWraper {
    height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 890px) {
  .novedades .comicWraper {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .novedades .comicWraper {
    height: 350px;
  }
}
.novedades .comicWraper img {
  box-shadow: none !important;
}
.novedades .comic .colectionTitle {
  font-size: 0.9em;
}
.novedades .comic .colectionTitle strong.strong {
  height: 43px !important;
  overflow: hidden;
  display: inline-block;
}
.novedades .comic .novedad {
  box-shadow: none !important;
}
@media (max-width: 991px) {
  #comicList .priceInfo {
    text-align: left;
  }
  #comicList .priceInfo > div {
    text-align: left;
  }
  #comicList .priceInfo .buycomic {
    max-width: 200px;
    margin-bottom: 10px;
  }
}
#comicList .comicList .comicInner,
#comicCol .comicList .comicInner,
.novedades .comicList .comicInner,
#comicdata .comicList .comicInner {
  background-color: #FFFFFF;
  -webkit-box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.3);
}
#comicList .comicList .comicImage,
#comicCol .comicList .comicImage,
.novedades .comicList .comicImage,
#comicdata .comicList .comicImage {
  width: 160px;
  float: left;
}
#comicList .comicList .comicInfo,
#comicCol .comicList .comicInfo,
.novedades .comicList .comicInfo,
#comicdata .comicList .comicInfo {
  padding-top: 15px;
}
#comicList .comicList .comicInfo .colinfo .description,
#comicCol .comicList .comicInfo .colinfo .description,
.novedades .comicList .comicInfo .colinfo .description,
#comicdata .comicList .comicInfo .colinfo .description {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#comicList .comicList .comicInfo .SecondHand,
#comicCol .comicList .comicInfo .SecondHand,
.novedades .comicList .comicInfo .SecondHand,
#comicdata .comicList .comicInfo .SecondHand {
  margin-top: 15px;
}
#comicList .comicList .comicWraper,
#comicCol .comicList .comicWraper,
.novedades .comicList .comicWraper,
#comicdata .comicList .comicWraper {
  height: auto;
  position: relative;
  margin-bottom: 0px;
}
#comicList .comicList .comicWraper img.comic,
#comicCol .comicList .comicWraper img.comic,
.novedades .comicList .comicWraper img.comic,
#comicdata .comicList .comicWraper img.comic {
  height: 240px;
  width: auto;
  oveflow: hidden;
}
#comicList .comicList .comicWraper img.novedad,
#comicCol .comicList .comicWraper img.novedad,
.novedades .comicList .comicWraper img.novedad,
#comicdata .comicList .comicWraper img.novedad {
  position: absolute;
  top: 0;
  left: 0;
  width: 97px;
  height: 97px;
  max-width: 100%;
}
#comicList .comicList .comicWraper .lupa,
#comicCol .comicList .comicWraper .lupa,
.novedades .comicList .comicWraper .lupa,
#comicdata .comicList .comicWraper .lupa {
  display: none;
  position: absolute;
  color: white;
  font-size: 22px;
  top: 25%;
  z-index: 100;
  left: 32%;
  width: 75px;
  height: 75px;
  background-color: #0d96d6;
  padding: 22px 0 0 27px;
  border-radius: 38px;
  -webkit-box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.3);
}
#comicList .comicList .comicWraper .disp,
#comicCol .comicList .comicWraper .disp,
.novedades .comicList .comicWraper .disp,
#comicdata .comicList .comicWraper .disp {
  position: absolute;
  background-color: #ffffff;
  padding: 0 5px;
  z-index: 99;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  background-color: #ffffffc0;
  font-size: 14px;
  color: black !important;
}
#comicList .comicList .comicWraper:hover .lupa,
#comicCol .comicList .comicWraper:hover .lupa,
.novedades .comicList .comicWraper:hover .lupa,
#comicdata .comicList .comicWraper:hover .lupa {
  display: block;
}
#comicList .comic,
#comicCol .comic,
.novedades .comic,
#comicdata .comic {
  position: relative;
}
#comicList .comic .comicInner,
#comicCol .comic .comicInner,
.novedades .comic .comicInner,
#comicdata .comic .comicInner {
  transition: all 330ms cubic-bezier(0.08, 0.79, 0.59, 0.9);
  background-color: #FFFFFF;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.3);
}
#comicList .comic .lupa,
#comicCol .comic .lupa,
.novedades .comic .lupa,
#comicdata .comic .lupa {
  position: absolute;
  color: white;
  font-size: 22px;
  top: 25%;
  z-index: 100;
  left: 32%;
  width: 75px;
  height: 75px;
  background-color: #0d96d6;
  padding: 22px 0 0 27px;
  border-radius: 38px;
  -webkit-box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.3);
  transition: opacity 400ms ease-out;
  opacity: 0;
}
#comicList .comic .disp,
#comicCol .comic .disp,
.novedades .comic .disp,
#comicdata .comic .disp {
  position: absolute;
  padding: 0 5px;
  z-index: 99;
  bottom: 15px;
  left: 0;
  text-align: center;
  width: 100%;
  background-color: #ffffffc0;
  font-size: 14px;
  color: black !important;
}
#comicList .comic:hover .comicInner,
#comicCol .comic:hover .comicInner,
.novedades .comic:hover .comicInner,
#comicdata .comic:hover .comicInner {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
}
#comicList .comic:hover .lupa,
#comicCol .comic:hover .lupa,
.novedades .comic:hover .lupa,
#comicdata .comic:hover .lupa {
  opacity: 1;
  display: block;
}
#comicList .comic .title,
#comicCol .comic .title,
.novedades .comic .title,
#comicdata .comic .title {
  padding: 0px 5px !important;
  height: 60px;
  overflow: hidden;
  color: #fb5106;
  font-size: 0.9em;
}
#comicList .comic .title:hover,
#comicCol .comic .title:hover,
.novedades .comic .title:hover,
#comicdata .comic .title:hover {
  color: #fc7438;
}
#comicList .comic .colectionTitle,
#comicCol .comic .colectionTitle,
.novedades .comic .colectionTitle,
#comicdata .comic .colectionTitle {
  padding: 0px 5px !important;
  height: 55px;
  overflow: hidden;
}
#comicList .comic .colectionTitle strong.strong,
#comicCol .comic .colectionTitle strong.strong,
.novedades .comic .colectionTitle strong.strong,
#comicdata .comic .colectionTitle strong.strong {
  /* height: 50px !important;
				/* No sé para qué se puso esto aquí, pero al ponerlo deja de
				 mostrar elVOLUMEN de la colección en el grid de colecciones */

  overflow: hidden;
  display: inline-block;
}
#comicList .coleccionWraper,
#comicCol .coleccionWraper,
.novedades .coleccionWraper,
#comicdata .coleccionWraper {
  margin-bottom: 15px;
}
#comicList .coleccionWraper img,
#comicCol .coleccionWraper img,
.novedades .coleccionWraper img,
#comicdata .coleccionWraper img {
  width: 100%;
  height: 305px;
  overflow: hidden;
}
#comicList .comicWraper,
#comicCol .comicWraper,
.novedades .comicWraper,
#comicdata .comicWraper {
  margin-bottom: 15px;
  position: relative;
}
#comicList .comicWraper img.novedad,
#comicCol .comicWraper img.novedad,
.novedades .comicWraper img.novedad,
#comicdata .comicWraper img.novedad {
  position: absolute;
  top: 0;
  left: 0;
  width: 97px;
  height: 97px;
  max-width: 100%;
}
#comicList .priceInfo,
#comicCol .priceInfo,
.novedades .priceInfo,
#comicdata .priceInfo {
  text-align: center;
  font-size: 0.7em;
  position: relative;
}
@media (max-width: 767px) {
  #comicList .priceInfo,
  #comicCol .priceInfo,
  .novedades .priceInfo,
  #comicdata .priceInfo {
    font-size: 0.8em;
  }
}
#comicList .priceInfo.nuevo,
#comicCol .priceInfo.nuevo,
.novedades .priceInfo.nuevo,
#comicdata .priceInfo.nuevo {
  color: #0d96d6;
}
#comicList .priceInfo .oferta,
#comicCol .priceInfo .oferta,
.novedades .priceInfo .oferta,
#comicdata .priceInfo .oferta {
  font-size: 1.6em;
}
#comicList .priceInfo .comicType,
#comicCol .priceInfo .comicType,
.novedades .priceInfo .comicType,
#comicdata .priceInfo .comicType {
  height: 64px;
  font-size: 1.1em;
}
#comicList .priceInfo .disabledButton,
#comicCol .priceInfo .disabledButton,
.novedades .priceInfo .disabledButton,
#comicdata .priceInfo .disabledButton,
#comicList .priceInfo .buttonBuy,
#comicCol .priceInfo .buttonBuy,
.novedades .priceInfo .buttonBuy,
#comicdata .priceInfo .buttonBuy {
  border-top: 1px solid #aaaaaa;
  width: 100%;
  font-size: 1.5em;
  margin-top: 5px;
  padding: 5px 0px;
}
#comicList .priceInfo .disabledButton,
#comicCol .priceInfo .disabledButton,
.novedades .priceInfo .disabledButton,
#comicdata .priceInfo .disabledButton {
  background-color: #383838;
  color: white;
}
#comicList .priceInfo a.buycomic,
#comicCol .priceInfo a.buycomic,
.novedades .priceInfo a.buycomic,
#comicdata .priceInfo a.buycomic {
  display: block;
}
#comicList .priceInfo a.buycomic .buttonBuy,
#comicCol .priceInfo a.buycomic .buttonBuy,
.novedades .priceInfo a.buycomic .buttonBuy,
#comicdata .priceInfo a.buycomic .buttonBuy {
  background-color: #fc7438;
  transition: all 0.3s linear 0s;
  color: #383838;
}
#comicList .priceInfo a.buycomic:hover .buttonBuy,
#comicCol .priceInfo a.buycomic:hover .buttonBuy,
.novedades .priceInfo a.buycomic:hover .buttonBuy,
#comicdata .priceInfo a.buycomic:hover .buttonBuy {
  border-top: 1px solid #aaaaaa;
  background-color: #fd976a;
  transition: all 0.3s linear 0s;
}
@media (min-width: 992px) {
  #comicList .clearComic.elem5,
  #comicCol .clearComic.elem5,
  .novedades .clearComic.elem5,
  #comicdata .clearComic.elem5,
  #comicList .clearComic.elem11,
  #comicCol .clearComic.elem11,
  .novedades .clearComic.elem11,
  #comicdata .clearComic.elem11,
  #comicList .clearComic.elem17,
  #comicCol .clearComic.elem17,
  .novedades .clearComic.elem17,
  #comicdata .clearComic.elem17,
  #comicList .clearComic.elem23,
  #comicCol .clearComic.elem23,
  .novedades .clearComic.elem23,
  #comicdata .clearComic.elem23 {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #comicList .clearComic.elem3,
  #comicCol .clearComic.elem3,
  .novedades .clearComic.elem3,
  #comicdata .clearComic.elem3,
  #comicList .clearComic.elem7,
  #comicCol .clearComic.elem7,
  .novedades .clearComic.elem7,
  #comicdata .clearComic.elem7,
  #comicList .clearComic.elem11,
  #comicCol .clearComic.elem11,
  .novedades .clearComic.elem11,
  #comicdata .clearComic.elem11,
  #comicList .clearComic.elem15,
  #comicCol .clearComic.elem15,
  .novedades .clearComic.elem15,
  #comicdata .clearComic.elem15,
  #comicList .clearComic.elem19,
  #comicCol .clearComic.elem19,
  .novedades .clearComic.elem19,
  #comicdata .clearComic.elem19,
  #comicList .clearComic.elem23,
  #comicCol .clearComic.elem23,
  .novedades .clearComic.elem23,
  #comicdata .clearComic.elem23 {
    display: block !important;
  }
}
@media (max-width: 767px) {
  #comicList .clearComic.elem2,
  #comicCol .clearComic.elem2,
  .novedades .clearComic.elem2,
  #comicdata .clearComic.elem2,
  #comicList .clearComic.elem5,
  #comicCol .clearComic.elem5,
  .novedades .clearComic.elem5,
  #comicdata .clearComic.elem5,
  #comicList .clearComic.elem8,
  #comicCol .clearComic.elem8,
  .novedades .clearComic.elem8,
  #comicdata .clearComic.elem8,
  #comicList .clearComic.elem11,
  #comicCol .clearComic.elem11,
  .novedades .clearComic.elem11,
  #comicdata .clearComic.elem11,
  #comicList .clearComic.elem14,
  #comicCol .clearComic.elem14,
  .novedades .clearComic.elem14,
  #comicdata .clearComic.elem14,
  #comicList .clearComic.elem17,
  #comicCol .clearComic.elem17,
  .novedades .clearComic.elem17,
  #comicdata .clearComic.elem17,
  #comicList .clearComic.elem20,
  #comicCol .clearComic.elem20,
  .novedades .clearComic.elem20,
  #comicdata .clearComic.elem20,
  #comicList .clearComic.elem23,
  #comicCol .clearComic.elem23,
  .novedades .clearComic.elem23,
  #comicdata .clearComic.elem23 {
    display: block !important;
  }
}
#comicList .emptyCol,
#comicCol .emptyCol,
.novedades .emptyCol,
#comicdata .emptyCol {
  text-align: center;
  padding-top: 32px;
  font-size: 180%;
}
/********************** CART *************************/
@media (min-width: 768px) and (max-width: 991px) {
  #body.cart .carttable {
    font-size: 0.6em;
  }
}
@media (max-width: 767px) {
  #body.cart .carttable {
    font-size: 0.5em;
  }
}
#body.cart #comicdata {
  margin-top: 0px;
}
#body.cart #comicdata .image img {
  max-height: 75px;
}
#body.cart #comicdata .header {
  border-bottom: 1px solid #383838;
}
#body.cart #comicdata .line {
  border-bottom: 1px solid #d2d3d5;
}
#body.cart #comicdata .line.borderbottom {
  border-bottom: 1px solid #383838;
}
#body.cart #comicdata .line img.bigimg {
  padding: 0px !important;
}
#body.cart #comicdata .line img.noFondo {
  width: 40px;
  position: absolute;
  left: 0;
  top: 0px;
  box-shadow: none;
}
#body.cart #comicdata .qtyWrapper {
  display: initial;
}
#body.cart #comicdata .qtyWrapper span {
  border: 1px solid #d2d3d5;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  #body.cart #comicdata .qtyWrapper span {
    padding: 2.5px 5px;
  }
}
#body.cart #comicdata .checkout {
  padding: 5px 10px;
  background-color: #0d96d6;
  color: white;
}
#body.cart #comicdata .checkout:hover {
  background-color: #fc7438;
  color: white;
}
/********************** MICUENTA *************************/
#body.micuenta .pagTitle .right {
  font-size: 0.8em;
}
#body.micuenta .pagTitle .right select {
  width: 180px;
}
#body.micuenta .line {
  border-bottom: 1px solid #383838 !important;
}
#body.micuenta .orderButtons a {
  float: right;
  padding: 8px 15px;
  margin-right: 15px;
}
#body.micuenta .orderButtons a:hover {
  color: black;
}
#body.micuenta .orderButtons a.pay {
  background-color: #109100;
}
#body.micuenta .orderButtons a.modify {
  background-color: #ffa500;
}
#body.micuenta .orderButtons a.cancell {
  background-color: #ff3100;
}
#body.micuenta .detailOrder {
  display: none;
}
#body.micuenta #comicdata .header form input {
  font-size: 20px;
  height: 40px;
  padding-left: 15px;
  margin-bottom: 15px;
}
#body.micuenta #comicdata .header form button {
  font-size: 20px;
  height: 40px;
  margin-bottom: 8px;
}
/********************** DIRECCION *************************/
.direccion-form #addressForm {
  overflow: hidden;
  padding-bottom: 40px;
  text-align: left;
}
.direccion-form #addressForm label {
  font-size: 92%;
}
.direccion-form .option span {
  display: inline-block;
  margin-left: 10px;
}
.direccion-form .horarios-entrega span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
.direccion-form .horarios-entrega input {
  display: inline-block;
  vertical-align: middle;
}
/********************** CART *************************/
#comicdata.checkout .phone {
  display: inline-block;
}
#comicdata.checkout .phone div {
  display: inline-block;
}
#comicdata.checkout .phone input {
  display: inline-block;
  max-width: 200px;
}
#comicdata.checkout .pay-method #payMode-error {
  float: right;
  color: red;
  position: absolute;
  top: -87px;
  left: 0;
}
#comicdata.checkout .pay-method .option div {
  display: inline-block;
}
#comicdata.checkout .pay-method .option input {
  margin-right: 10px;
  display: inline-block;
}
#comicdata.checkout button {
  border: none;
  padding: 5px 15px;
  background-color: #0d96d6;
  color: white;
  transition: all 0.3s linear 0s;
}
#comicdata.checkout button:hover {
  background-color: #fc7438;
  color: white;
  transition: all 0.3s linear 0s;
}
#comicdata.checkout button.disabled,
#comicdata.checkout button[disabled] {
  background-color: #383838;
}
/********************** Buscador *************************/
.search .filter {
  padding: 0px 29px 12px 0px;
  text-align: right;
}
@media (max-width: 768px) {
  .search .filter {
    text-align: left;
    padding-left: 22px;
  }
}
.search .filter select {
  padding: 2px 6px;
  height: 28px;
}
/********************** MODAL *************************/
.modalWrapper {
  background-color: #f1f1f1;
  border: 1px solid black;
  border-radius: 5px;
  display: block;
  position: initial;
  opacity: 1;
  z-index: 11000;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  top: 100px;
  width: auto;
  padding-left: 60px;
  padding-bottom: 30px;
  padding-right: 60px;
  max-width: 620px;
}
.modalWrapper i {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.modalWrapper h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.modalWrapper input[type="text"] {
  width: 70%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: solid 1px #000000;
  outline: none;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 10px;
  margin-right: 20px;
  float: left;
}
.modalWrapper input[type="submit"] {
  border-radius: 5px;
  background: #fc7438;
  color: white;
  border: none;
  width: 25%;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
}
.modalWrapper input[type="submit"]:hover {
  background: #0d96d6;
}
.modalWrapper div #confirm_title {
  display: block;
  font-size: 42px;
  margin-top: 40px;
  margin-left: 0px;
  border-bottom: 1px solid black;
}
.modalWrapper div .buy {
  margin-top: 20px;
}
.modalWrapper div .buy .leftRow {
  padding-top: 10px;
  padding-bottom: 10px;
  color: grey;
}
.modalWrapper div .buy .rightRow {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: black;
}
.modalWrapper div .nextStep {
  width: 80%;
  height: 40px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #FFFFFF;
  background: #2DB200;
  font-size: 18px;
  border: none;
  display: block;
}
.modalWrapper div .condiciones {
  text-align: center;
}
.modal-content .modal-footer a.left {
  float: left;
}
.modal-content .modal-footer a.right {
  float: right;
}
body > .zopim {
  margin-right: 15px !important;
}
/********************** FANCYBOX *************************/
.fancybox-overlay {
  overflow-y: auto !important;
}
.fancybox-overlay .fancybox-wrap {
  border-radius: 0px;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin {
  border-radius: 0px;
  padding: 0px !important;
}
#cookiesAlert {
  background-color: white;
}
#pager .jPaginate {
  font-size: 16px;
  font-family: 'DosisBold';
  color: #383838;
}
/********************** Payment icons *************************/
@media (max-width: 767px) {
  #footer .img {
    display: block!important;
    text-align: center;
  }
  #widget-container {
    float: none !important;
  }
  .payments-wrapper {
    text-align: center;
    justify-content: space-around;
  }
}
/*************** Owl Carousel ***************/
.merchandisingdata {
  /* Styling Next and Prev buttons */

  /* Clickable class fix problem with hover on touch devices */

  /* Use it for non-touch hover action */

  /*************** Styling Pagination ******************/

  /*
    * CUSTOMIZATION ZENTENSE: PREV, NEXT BUTTONS AND PAGINATION
    */

}
.merchandisingdata img {
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
.merchandisingdata .image {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .merchandisingdata .image {
    padding: 0px!important;
  }
}
.merchandisingdata .fancy {
  margin: 0px 5px;
}
.merchandisingdata .disabledButton {
  max-width: 200px;
  text-align: center;
}
.merchandisingdata .timer {
  font-size: 16px;
}
.merchandisingdata .owl-nav .owl-next,
.merchandisingdata .owl-nav .owl-prev {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */

  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=100);
  /*IE7 fix*/

  opacity: 1;
}
.merchandisingdata .owl-nav div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/

  opacity: 1;
  text-decoration: none;
  outline: none;
}
.merchandisingdata #owl-thumbnails {
  display: flex;
  padding-top: 15px;
}
.merchandisingdata #owl-thumbnails .owl-nav {
  display: none;
}
.merchandisingdata #owl-thumbnails:hover .owl-nav {
  display: block;
}
@media (max-width: 767px) {
  .merchandisingdata #owl-thumbnails {
    margin-bottom: 15px;
  }
}
.merchandisingdata #owl-big .owl-nav {
  display: none;
}
.merchandisingdata #owl-big:hover .owl-nav {
  display: block;
}
.merchandisingdata .owl-item {
  text-align: center;
}
.merchandisingdata #owl-thumbnails .owl-item a {
  border-radius: 5px;
  margin: 1px;
}
.merchandisingdata #owl-thumbnails .owl-item img {
  height: auto;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .merchandisingdata #owl-thumbnails .owl-item img {
    cursor: initial;
  }
}
.merchandisingdata #owl-thumbnails .fancy {
  border: 1px solid #fc7438;
  height: auto;
  display: block;
  cursor: pointer;
}
.merchandisingdata .fancybox-overlay.fancybox-overlay-fixed {
  z-index: 10000 !important;
}
@media (max-width: 767px) {
  .merchandisingdata .fancybox-overlay.fancybox-overlay-fixed {
    z-index: 8010 !important;
  }
}
@media (max-width: 767px) {
  .merchandisingdata .fancybox-nav span {
    visibility: visible!important;
  }
}
.merchandisingdata .owl-nav div {
  position: absolute;
}
@media (max-width: 767px) {
  .merchandisingdata .owl-nav .owl-prev {
    border-radius: 0px 5px 5px 0px;
    padding: 5px 10px 5px 10px;
    left: -5px;
    top: 28%;
  }
  .merchandisingdata .owl-nav .owl-next {
    border-radius: 5px 0px 0px 5px;
    padding: 5px 10px 5px 10px;
    right: -5px;
    top: 28%;
  }
}
@media (min-width: 768px) {
  .merchandisingdata .owl-nav .owl-prev {
    border-radius: 0px 5px 5px 0px;
    padding: 5px 10px 5px 10px;
    left: -5px;
    top: 45%;
  }
  .merchandisingdata .owl-nav .owl-next {
    border-radius: 5px 0px 0px 5px;
    padding: 5px 10px 5px 10px;
    right: -5px;
    top: 45%;
  }
}
@media (min-width: 992px) {
  .break4 {
    clear: left;
  }
}
@media (max-width: 991px) {
  .break3 {
    clear: left;
  }
}
@media (max-width: 767px) {
  .break3 {
    clear: none;
  }
}
