@charset "UTF-8";
@font-face {
  font-family: "CarterOne";
  src: url("fonts/CarterOne-Regular.ttf");
}
@font-face {
  font-family: "FingerPaint";
  src: url("fonts/FingerPaint-Regular.ttf");
}
@font-face {
  font-family: "Slackey";
  src: url("fonts/Slackey-Regular.ttf");
}
html, body {
  margin: 0;
}
body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  color: #000;
}
body .hikashop_product_stock_count {
  display: none;
}
body a {
  text-decoration: none;
  color: #000;
}
body h1 {
  margin-bottom: 10px;
}
body .notifyjs-corner {
  margin: 10px;
}
body .notifyjs-metro-info {
  padding: 10px 20px !important;
  border: 1px black solid;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  color: black !important;
  background-color: white;
}
body .visually-hidden {
  visibility: hidden;
}
body .container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
}
body .header {
  display: flex;
  position: relative;
  justify-content: space-between;
  border: 1px #000 solid;
}
body .header .left, body .header .right {
  display: flex;
  flex: 0 0 calc(33.3333% + 0.2px);
  box-sizing: border-box;
  z-index: 3;
}
body .header .left {
  border-right: 1px #000 solid;
}
body .header .right {
  border-left: 1px #000 solid;
}
body .header .right > div {
  flex: 0 0 calc(33.3333% - 1px);
  border-right: 1px black solid;
}
body .header .right > div:last-child {
  border-right: 1px transparent solid;
}
body .header .hikashop_cart_module {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
}
body .header .hikashop_cart_module a.btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body .header .hikashop_cart_module a.btn span.num {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 15px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  background: #d00;
  color: white;
}
body .header .hikashop_cart_module .dropdown .hikashop_cart {
  display: none;
}
body .header .hikashop_cart_module table {
  visibility: hidden;
  border: none;
  height: 0;
  overflow: hidden;
  line-height: 0;
  padding: 0;
}
body .header .logo {
  padding: 0 50px;
}
body .header .mainmenu {
  flex: 1;
  border-right: 1px #000 solid;
  text-align: center;
}
body .header .mainmenu .menubutton {
  display: inline-block;
  margin-top: 47px;
  font-size: 32px;
}
body .header .mainmenu .menubutton span.open {
  display: none;
}
body .header .mainmenu .menubox {
  display: none;
  position: absolute;
  box-sizing: border-box;
  width: calc(100% + 2px);
  top: 127px;
  left: -1px;
  z-index: 100;
  padding: 30px 50px;
  border: 1px #000 solid;
  text-align: left;
  background: white;
}
body .header .mainmenu .mobile {
  display: none !important;
}
body .header .mainmenu ul.nav.mod-menu {
  list-style: none;
  column-count: 3;
  margin: 0;
  padding: 0;
}
body .header .mainmenu ul.nav.mod-menu img {
  display: none;
}
body .header .mainmenu ul.nav.mod-menu > li {
  padding-bottom: 10px;
}
body .header .mainmenu ul.nav.mod-menu > li > a {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}
body .header .mainmenu ul.nav.mod-menu ul {
  list-style: none;
  padding-left: 10px;
}
body .header .mainmenu.open {
  background: #000;
}
body .header .mainmenu.open .menubox {
  display: block;
}
body .header .mainmenu.open ul.nav.mod-menu {
  display: block;
}
body .header .mainmenu.open span.closed {
  display: none;
}
body .header .mainmenu.open span.open {
  display: block;
  color: white;
}
body .header .mainmenu .hikashop_cart_module {
  display: block;
  height: auto;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px #ddd solid;
  text-align: center;
}
body .header .mainmenu .hikashop_cart_module a.btn {
  position: static;
  transform: none;
  margin-bottom: 9px;
}
body .header .right .mod-languages {
  position: relative;
  height: 100%;
}
body .header .right .mod-languages ul {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}
body .header .right .mod-languages ul li {
  flex: 0 0 100%;
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  order: 2;
  text-align: center;
  font-weight: bold;
}
body .header .right .mod-languages ul li.lang-active {
  order: 1;
  height: 127px;
  line-height: 127px;
  margin-bottom: 1px;
  padding: 0;
}
body .header .right .mod-languages ul li.lang-active a:after {
  content: "";
  padding-left: 2px;
  font-family: "Font Awesome 5 Free";
}
body .header .mod-languages.open ul {
  overflow: visible;
}
body .header .mod-languages.open ul li {
  background: white;
}
body .header .mod-languages.open ul li.lang-active {
  background: transparent;
}
body .header .mod-languages.open ul li.lang-active a:after {
  content: "";
}
body .header .calendar {
  text-align: center;
  line-height: 127px;
  font-size: 24px;
}
body .header .topmenu {
  text-align: center;
  line-height: 127px;
  font-size: 24px;
}
body .header .topmenu ul {
  text-align: left;
  line-height: 150%;
  font-size: 18px;
}
body .subheader .pixxnews .list {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px #000 solid;
}
body .subheader .pixxnews .row {
  flex: 0 0 33.3333%;
  box-sizing: border-box;
  border-left: 1px #000 solid;
  border-bottom: 1px #000 solid;
  z-index: 2;
}
body .subheader .pixxnews .row > a {
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  border: 1px #000 solid;
}
body .subheader .pixxnews .row img {
  max-width: 100%;
}
body .subheader .pixxnews .row .wrap {
  position: relative;
  padding-top: 100%;
}
body .subheader .pixxnews .row .image {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 10;
  border: 1px #000 solid;
  filter: grayscale(100%);
  transition: all 0.5s;
  background-size: cover;
}
body .subheader .pixxnews .row:hover .image {
  filter: none;
}
body .subheader .pixxnews .row .txt {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 40px;
  right: 40px;
  z-index: 20;
  overflow: hidden;
  text-align: center;
}
body .subheader .pixxnews .row .txt h3 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 20px;
  margin-top: 0;
  font-size: 42px;
}
body .subheader .pixxnews .row .txt .description {
  position: absolute;
  width: 100%;
  bottom: 15px;
}
body .subheader .pixxnews .row.big {
  --red: #da1c49;
  --t-blue: rgb(28, 73, 113);
  --t-magenta: #731f5b;
  --t-green: rgb(39, 115, 54);
  position: relative;
  margin-top: -129px;
  border: none;
  border-left: 1px black solid;
  border-bottom: 1px black solid;
  overflow: hidden;
}
body .subheader .pixxnews .row.big #simil-head {
  height: 768px;
  margin: auto;
  display: block;
  position: relative;
  overflow-y: scroll;
}
body .subheader .pixxnews .row.big #simil-head .yellow {
  color: #ffe23f;
}
body .subheader .pixxnews .row.big #simil-head .green {
  color: #63bb30;
}
body .subheader .pixxnews .row.big #simil-head .blue {
  color: #2a4097;
}
body .subheader .pixxnews .row.big #simil-head .cyan {
  color: #2bc5d9;
}
body .subheader .pixxnews .row.big #simil-head .brown {
  color: #5d4520;
}
body .subheader .pixxnews .row.big #simil-head .red {
  color: #aa2433;
}
body .subheader .pixxnews .row.big #simil-head .purple {
  color: #a543b0;
}
body .subheader .pixxnews .row.big #simil-head .actions {
  display: grid;
  height: 100px;
  align-content: center;
  z-index: 10;
  position: absolute;
  width: 50%;
  justify-items: center;
}
body .subheader .pixxnews .row.big #simil-head .actions a img {
  height: 56px;
  transform: rotate(-90deg);
}
body .subheader .pixxnews .row.big #simil-head .actions.top {
  bottom: 0;
}
body .subheader .pixxnews .row.big #simil-head .actions.bottom {
  bottom: 0;
  right: 0;
}
body .subheader .pixxnews .row.big #simil-head .actions.bottom > * {
  position: absolute;
}
body .subheader .pixxnews .row.big #simil-head .actions > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body .subheader .pixxnews .row.big #simil-head .display-none {
  display: none;
}
body .subheader .pixxnews .row.big #simil-head .cross-grid {
  display: grid;
}
body .subheader .pixxnews .row.big #simil-head .page-content {
  /* height: calc(min(calc(100vw - 40px),1800px) + 169px); */
  height: 768px;
  display: grid;
  align-content: center;
}
body .subheader .pixxnews .row.big #simil-head .scrollmagic-pin-spacer {
  margin-bottom: 0 !important;
}
body .subheader .pixxnews .row.big #simil-head .sm-container {
  display: inline-grid;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
body .subheader .pixxnews .row.big #simil-head .huge {
  font-size: clamp(2.5rem, 3vw, 4rem);
  text-align: center;
  display: block;
  text-transform: uppercase;
}
body .subheader .pixxnews .row.big #simil-head .huge.blue {
  color: var(--t-blue);
}
body .subheader .pixxnews .row.big #simil-head .huge.magenta {
  color: var(--t-magenta);
}
body .subheader .pixxnews .row.big #simil-head .huge.green {
  color: var(--t-green);
}
body .subheader .pixxnews .row.big #simil-head section.page {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}
body .subheader .pixxnews .row.big #simil-head .page-link a {
  margin: auto;
  display: block;
  width: fit-content;
  text-decoration: none;
  opacity: 0;
  transform: scale(0.5) rotate(90deg);
  position: relative;
  z-index: 999;
}
body .subheader .pixxnews .row.big #simil-head #pin-ladino .actions.top a {
  position: absolute;
  top: 40px;
}
body .subheader .pixxnews .row.big #simil-head #pin-ladino .actions .hidden {
  transform: scale(0);
}
body .subheader .pixxnews .row.big #simil-head #pin-ladino .page-link a {
  margin-top: 50px;
}
body .subheader .pixxnews .row.big #simil-head #page-ortograph .huge {
  font-family: "FingerPaint";
}
body .subheader .pixxnews .row.big #simil-head #page-interactive-grammar .huge {
  font-family: "Slackey";
}
body .subheader .pixxnews .row.big #simil-head #grammar-title {
  margin: 20px auto;
  max-width: 80%;
  opacity: 0;
  transform: scale(0.6);
  font-size: 2em !important;
}
body .subheader .pixxnews .row.big #simil-head #page-ladino .huge {
  font-family: "CarterOne";
  position: relative;
  z-index: 999;
  margin-top: 150px;
}
body .subheader .pixxnews .row.big #simil-head #page-ladino .huge > * {
  grid-row: 1;
  grid-column: 1;
}
body .subheader .pixxnews .row.big #simil-head .error {
  display: inline-grid;
  justify-items: center;
  align-items: center;
  opacity: 1;
  overflow: visible;
}
body .subheader .pixxnews .row.big #simil-head .error.hide {
  width: 0;
  opacity: 0;
}
body .subheader .pixxnews .row.big #simil-head .error .letter {
  grid-row: 1;
}
body .subheader .pixxnews .row.big #simil-head .cross {
  display: inline-block;
  grid-row: 1;
  width: 6px;
  margin-left: -32px;
  background: var(--red);
  height: 0;
}
body .subheader .pixxnews .row.big #simil-head .cross.visible {
  height: min(68px, 10vw);
}
body .subheader .pixxnews .row.big #simil-head .cross.left {
  transform: rotate(36deg);
}
body .subheader .pixxnews .row.big #simil-head .cross.right {
  transform: rotate(-36deg);
}
body .subheader .pixxnews .row.big #simil-head .explosion-grid {
  display: grid;
  align-items: center;
  justify-items: center;
  margin-bottom: -1vh;
}
body .subheader .pixxnews .row.big #simil-head .explosion-grid > * {
  grid-column: 1;
  grid-row: 1;
}
body .subheader .pixxnews .row.big #simil-head .explosion {
  z-index: -1;
}
body .subheader .pixxnews .row.big #simil-head .explosion.explode {
  z-index: 999;
}
body .subheader .pixxnews .row.big #simil-head .explosion img {
  width: 8.4vh;
  height: 8.4vh;
}
body .subheader .pixxnews .row.big #simil-head .explosion-boom {
  position: absolute;
  width: 120%;
  transform: scale(0);
}
body .subheader .pixxnews .row.big #simil-head .explosion-boom.explode {
  transform: scale(1);
}
body .subheader .pixxnews .row.big #simil-head .explosion-boom.exploded {
  transform: scale(0.7);
}
body .subheader .pixxnews .row.big #simil-head .explode, body .subheader .pixxnews .row.big #simil-head .correction.show {
  opacity: 1;
}
body .subheader .pixxnews .row.big #simil-head .explode.exploded, body .subheader .pixxnews .row.big #simil-head .correction {
  opacity: 0;
}
body .subheader .pixxnews .row.big #simil-head .morph .letter {
  display: inline-block;
  height: 100px;
}
body .subheader .pixxnews .row.big #simil-head .morph.after .letter {
  transform: scale(0);
}
body .subheader .pixxnews .row.big #simil-head .placeholder {
  height: 100px;
  margin: 1px;
  display: inline-block;
  color: transparent;
}
body .subheader .pixxnews .row.big #simil-head #book {
  width: 320px;
  display: block;
  position: absolute;
  margin-top: -30px;
  left: 50%;
  opacity: 0;
  translate: -50%;
  transform: scale(0.6);
}
body .subheader .pixxnews .row.big #simil-head #bag {
  z-index: -1;
}
body .subheader .pixxnews .row.big #simil-head #bag, body .subheader .pixxnews .row.big #simil-head #bag-front {
  position: absolute;
  bottom: -120px;
  left: 50%;
  translate: -50%;
  width: 240px;
  opacity: 0;
  transform: translateY(200px) scale(0.6);
  z-index: 0;
}
body .subheader .pixxnews .row.big #simil-head #bag-front {
  z-index: 2;
}
body .subheader .pixxnews .row.big #simil-head .floating-word {
  font-family: "FingerPaint";
  font-size: 2.3em;
  scale: 1;
  display: block;
  position: absolute;
}
body .subheader .pixxnews .row.big #simil-head .floating-word.yellow, body .subheader .pixxnews .row.big #simil-head .floating-word.green, body .subheader .pixxnews .row.big #simil-head .floating-word.blue, body .subheader .pixxnews .row.big #simil-head .floating-word.cyan, body .subheader .pixxnews .row.big #simil-head .floating-word.brown, body .subheader .pixxnews .row.big #simil-head .floating-word.red, body .subheader .pixxnews .row.big #simil-head .floating-word.purple {
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
body .subheader .pixxnews .row.big #simil-head .floating-word.show {
  display: inline;
}
body .subheader .pixxnews .row.big #simil-head .right-word {
  left: 100%;
  direction: rtl;
}
body .subheader .pixxnews .row.big #simil-head .left-word {
  transform: translateX(-100%);
}
body .subheader .pixxnews .row.big #simil-head #page-ladin-course .sm-container {
  width: 100%;
  height: min(768px, 100vh);
}
body .subheader .pixxnews .row.big #simil-head #page-ladin-course .sm-image {
  position: absolute;
}
body .subheader .pixxnews .row.big #simil-head #page-ladin-course .sm-image img {
  height: 100%;
  width: 100%;
}
body .subheader .pixxnews .row.big #simil-head #img-person1, body .subheader .pixxnews .row.big #simil-head #img-person2 {
  bottom: 0;
  height: 50%;
  opacity: 0;
}
body .subheader .pixxnews .row.big #simil-head #img-person1 {
  left: 7%;
  transform: rotate(-60deg) scale(0.5) translateX(-400px) translateY(-100%);
}
body .subheader .pixxnews .row.big #simil-head #img-person2 {
  right: 7%;
  transform: rotate(60deg) scale(0.5) translateX(400px) translateY(-100%);
}
body .subheader .pixxnews .row.big #simil-head #img-cloud {
  bottom: 50%;
  left: 0;
  width: 40%;
  transform: scale(0.4);
  opacity: 0;
}
body .subheader .pixxnews .row.big #simil-head #img-baloon1, body .subheader .pixxnews .row.big #simil-head #img-baloon2, body .subheader .pixxnews .row.big #simil-head #img-baloon3 {
  bottom: 50%;
  width: 16%;
  transform: scale(0.4);
  opacity: 0;
}
body .subheader .pixxnews .row.big #simil-head #img-baloon1 {
  right: 28%;
}
body .subheader .pixxnews .row.big #simil-head #img-baloon2 {
  right: 15%;
  bottom: 50%;
}
body .subheader .pixxnews .row.big #simil-head #img-baloon3 {
  right: 0;
}
body .subheader .pixxnews .row.big #simil-head #first-words-book {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  position: absolute;
  width: 100%;
}
body .subheader .pixxnews .row.big #simil-head #page-ladin-course .page-link {
  bottom: 180px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body .subheader .pixxnews .row.big #simil-head #page-ladin-course .title {
  position: absolute;
  top: 80px;
  right: 24px;
  width: 60%;
  z-index: 11;
}
body .subheader .pixxnews .row.big #simil-head #page-ladin-course .title h1 {
  text-align: right;
  font-family: "CarterOne";
  line-height: 100%;
}
body .subheader .pixxnews .row.big #simil-head #page-first-words .page-link a {
  margin-top: 150px;
}
body .subheader .pixxnews .row.big #simil-head #page-first-words .ladin span {
  position: absolute;
  opacity: 0;
  scale: 0.9;
  font-family: "Slackey";
  transform: translateY(-50%);
}
body .subheader .pixxnews .row.big #simil-head #page-first-words .ladin span.active {
  opacity: 1;
  scale: 1;
}
body .subheader .pixxnews .row.big #simil-head #page-first-words .ladin .huge {
  width: 100%;
}
body .subheader .pixxnews .row.big #simil-head #page-99-words .title {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 120px;
  font-family: "Slackey";
}
body .subheader .pixxnews .row.big #simil-head .image-home {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
body .subheader .pixxnews .row.big #simil-head .image-home #img-home {
  width: 320px !important;
}
body .subheader .pixxnews .row.big .wrap {
  position: relative;
  height: 100%;
  padding-top: 0;
  overflow: hidden;
}
body .subheader .pixxnews .row.big .image {
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0;
  border-right: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body .subheader .pixxnews .row.big .video {
  position: relative;
  z-index: 20;
  line-height: 0;
}
body .subheader .pixxnews .row.big .videoOverlay {
  display: flex;
  position: absolute;
  z-index: 30;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  background-size: 128px;
}
body .subheader .pixxnews .row.big .videoOverlay a {
  line-height: 0;
}
body .subheader .pixxnews .row.big .videoOverlay img {
  width: 128px;
  opacity: 0.7;
  transition: all 0.2s;
}
body .subheader .pixxnews .row.big .videoOverlay img:hover {
  opacity: 1;
}
body .subheader .pixxnews .row.big iframe {
  width: 1800px;
  transform: translateX(-600px);
  height: 728px;
}
body .subheader .pixxnews .row.big .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  transform: none !important;
}
body .body a {
  text-decoration: underline;
}
body .body i.fa-backward, body .body i.fa-search, body .body i.fa-file-alt {
  font-size: 28px;
}
body .body i.fa-backward, body .body i.fa-search {
  display: inline-block;
  padding: 10px;
}
body .body .hikabtn {
  border: 1px #000 solid;
  border-radius: 0;
  font-size: 18px;
  padding: 8px 20px;
}
body .body .hikabtn.hikabtn-success {
  border: 1px #4cae4c solid;
  color: white;
  background: #4cae4c;
}
body .body .hikashop_checkout_buttons {
  text-align: right;
}
body .body #system-message {
  padding: 20px;
  text-align: center;
}
body .body #system-message .alert {
  position: relative;
  padding: 20px;
  border: 1px black solid;
  font-size: 24px;
}
body .body #system-message a.close {
  display: block;
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
}
body .body #system-message h4 {
  margin: 0 0 10px;
}
body .body #system-message.hidden {
  display: none;
}
body .body .slider ul {
  padding-left: 0;
  margin: 0;
}
body .body .slider .slide img {
  width: 100%;
}
body .body .moduletable_menu.viac a {
  text-decoration: none;
}
body .body .moduletable_menu.viac ul {
  list-style: none;
}
body .body .moduletable_menu.viac ul.nav.mod-menu {
  padding-left: 0;
  margin-bottom: 0;
}
body .body .moduletable_menu.viac ul.nav.mod-menu img {
  display: none;
}
body .body .moduletable_menu.viac ul.nav.mod-menu ul li.active > a {
  font-weight: bold;
  text-decoration: underline;
}
body .body .moduletable_menu.viac ul.nav.mod-menu ul li.active > ul {
  display: block;
}
body .body .moduletable_menu.viac ul.nav.mod-menu li.deeper.parent > a:after {
  content: "";
  padding-left: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
body .body .moduletable_menu.viac ul.nav.mod-menu li.deeper.parent.open > a:after {
  content: "";
}
body .body .moduletable_menu.viac ul.nav.mod-menu li.deeper.parent.open > ul {
  display: block;
}
body .body .moduletable_menu.viac ul.nav.mod-menu > li {
  position: relative;
}
body .body .moduletable_menu.viac ul.nav.mod-menu > li > a {
  border-bottom: 1px black solid;
  font-size: 24px;
  font-weight: bold;
}
body .body .moduletable_menu.viac ul.nav.mod-menu > li > ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 35px;
  box-sizing: border-box;
  padding: 10px 20px;
  border: 1px #000 solid;
  column-count: 3;
  z-index: 200;
  background: white;
}
body .body .moduletable_menu.viac ul.nav.mod-menu > li > ul > li {
  padding: 5px 0;
  break-inside: avoid;
}
body .body .moduletable_menu.viac ul.nav.mod-menu > li > ul ul {
  display: none;
  padding: 6px 0 10px 15px;
  font-size: 15px;
}
body .body .moduletable_menu.viac ul.nav.mod-menu > li > ul ul li {
  padding-bottom: 8px;
}
body .body .moduletable_menu.viac ul.nav.mod-menu > li > ul ul a {
  color: #555;
}
body .body .moduletable_menu.viac ul.nav.mod-menu > li > ul.open {
  display: block;
}
body .body .moduletable_menu.viac ul.nav.mod-menu > li {
  display: none;
}
body .body .moduletable_menu.viac ul.nav.mod-menu > li.active {
  display: block;
}
body .body .viac.bookshopmenu h3 {
  display: inline-block;
  margin-top: 0;
  border-bottom: 1px black solid;
  font-size: 24px;
  cursor: pointer;
}
body .body .viac.bookshopmenu h3:after {
  content: "";
  padding-left: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
body .body .viac.bookshopmenu .hikashop_subcategories_listing {
  display: none;
}
body .body .viac.bookshopmenu.open h3:after {
  content: "";
}
body .body .viac.bookshopmenu.open .hikashop_subcategories_listing {
  display: block;
}
body .body .hikasearch form {
  text-align: center !important;
}
body .body .hikasearch label {
  display: none !important;
}
body .body .hikasearch input.search-query {
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  margin: 0 auto;
  border: 1px black solid;
  font-size: 16px;
}
body .body form#search {
  text-align: center;
}
body .body form#search input#query {
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  font-size: 16px;
  border: 1px black solid;
}
body .body form#search input#button {
  -webkit-appearance: none;
  height: 38px;
  line-height: 39px;
  padding: 0 15px;
  margin-left: 15px;
  border: 1px black solid;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  background: transparent;
  cursor: pointer;
}
body .body form#search input#button:hover {
  background: black;
  color: white;
}
body .body .blocks {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px #000 solid;
}
body .body .blocks .block, body .body .blocks .hikashop_module {
  flex: 0 0 33.3333%;
  overflow: hidden;
}
body .body .blocks .block .hikashop_product, body .body .blocks .hikashop_module .hikashop_product {
  box-sizing: border-box;
  padding: 25px;
}
body .body .blocks .block .hikashop_product_image_subdiv, body .body .blocks .hikashop_module .hikashop_product_image_subdiv {
  margin: 0 auto;
}
body .body .blocks .block .hikashop_product_price_full, body .body .blocks .hikashop_module .hikashop_product_price_full {
  margin-top: 25px;
}
body .body .blocks .block .hikashop_product_name a, body .body .blocks .hikashop_module .hikashop_product_name a {
  text-decoration: none;
  font-size: 20px;
}
body .body .blocks .block .wrap, body .body .blocks .hikashop_module .wrap {
  position: relative;
  box-sizing: border-box;
  padding-top: 100%;
  border: 1px #000 solid;
  border-top: none;
  border-right: none;
}
body .body .blocks .block .wrap > div, body .body .blocks .hikashop_module .wrap > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body .body .blocks .block .wrap .image, body .body .blocks .hikashop_module .wrap .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(1);
  transition: all 0.5s;
}
body .body .blocks .block .wrap .over, body .body .blocks .hikashop_module .wrap .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
body .body .blocks .block .wrap .over h3, body .body .blocks .block .wrap .over .description, body .body .blocks .hikashop_module .wrap .over h3, body .body .blocks .hikashop_module .wrap .over .description {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  padding: 0 15px;
}
body .body .blocks .block .wrap .over h3, body .body .blocks .hikashop_module .wrap .over h3 {
  top: 20px;
  margin-top: 0;
  font-size: 34px;
}
body .body .blocks .block .wrap .over .description, body .body .blocks .hikashop_module .wrap .over .description {
  bottom: 15px;
}
body .body .blocks .block .wrap:hover .image, body .body .blocks .hikashop_module .wrap:hover .image {
  filter: none;
}
body .body .blocks .block .wrap.block_text .over, body .body .blocks .hikashop_module .wrap.block_text .over {
  box-sizing: border-box;
  left: 20px;
  top: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px #000 solid;
}
body .body .blocks .block.double .wrap, body .body .blocks .hikashop_module.double .wrap {
  padding-top: 50%;
}
body .body .blocks .block.single .wrap, body .body .blocks .hikashop_module.single .wrap {
  padding-top: calc(100% + 1px);
}
body .body .blocks .hikashop_module {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px black solid;
  border-left: 1px black solid;
}
body .body .blocks .hikashop_module > h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 28px;
  text-align: center;
}
body .body .blocks .hikashop_module .hikashop_category_information, body .body .blocks .hikashop_module .hikashop_products_listing, body .body .blocks .hikashop_module .hikashop_products, body .body .blocks .hikashop_module .slick-slider, body .body .blocks .hikashop_module .slick-list, body .body .blocks .hikashop_module .slick-track, body .body .blocks .hikashop_module .hikashop_product {
  height: 100%;
}
body .body .blocks .hikashop_module .hikashop_product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
body .body .blocks .block_icons {
  display: flex;
  flex-wrap: wrap;
}
body .body .blocks .block_icons .icon .wrap {
  position: relative;
  padding-top: 100%;
}
body .body .blocks .block_icons .icon .image {
  opacity: 0.15;
}
body .body .blocks .block_icons .icon .wrap:hover .image {
  opacity: 1;
}
body .body .blocks .block_icons .icon > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body .body .blocks .block_icons .icon .over {
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px #000 solid;
}
body .body .blocks .block_icons .icon .over h3 {
  margin: 0;
  top: auto;
  bottom: 20px;
  font-size: 22px;
}
body .body .blocks .block_icons .icon.icon1_1, body .body .blocks .block_icons .icon.icon1_2 {
  flex: 0 0 50%;
}
body .body .blocks .block_icons .icon.icon1_1 .wrap .image {
  background-size: calc(100% - 70px);
  background-repeat: no-repeat;
}
body .body .blocks .block_icons .icon.icon2_1, body .body .blocks .block_icons .icon.icon2_2, body .body .blocks .block_icons .block_static {
  flex: 0 0 100%;
}
body .body .blocks .block_icons .block_static .wrap {
  padding-top: 50%;
}
body .body .blocks .block_icons .block.default {
  flex: 0 0 33.3333%;
}
body .body .blocks .block_icons .block.default .wrap {
  flex: 0 0 100%;
}
body .body .blocks .block.manif .wrap {
  box-sizing: border-box;
  height: 100%;
  padding: 20px;
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
}
body .body .blocks .block.manif .wrap > div {
  position: static;
}
body .body .blocks .block.manif .wrap h2, body .body .blocks .block.manif .wrap ul {
  margin: 0;
}
body .body .blocks .block.manif .wrap h2 {
  padding: 20px 0 15px;
  text-align: center;
}
body .body .blocks .block.manif .wrap ul {
  padding-left: 0;
  list-style: none;
}
body .body .blocks .block.manif .wrap li {
  padding-bottom: 15px;
}
body .body .blocks .block.manif .wrap a {
  text-decoration: none;
  font-weight: bold;
}
body .body .blocks .block.manif .wrap span.datetime, body .body .blocks .block.manif .wrap span.address {
  font-size: 16px;
  font-weight: normal;
}
body .body .blocks .block.manif .wrap .more {
  padding-top: 25px;
  text-align: center;
}
body .body .blocks .block.manif .wrap .more a {
  display: inline-block;
  padding: 12px 20px;
  border: 1px black solid;
}
body .body .item-page {
  max-width: 1400px;
  padding: 100px 20px 40px;
  margin: 0 auto;
}
body .body .item-page img {
  max-width: 100%;
  height: auto;
}
body .body .intro h1 {
  text-align: center;
  font-size: 50px;
}
body .body .intro .image .img {
  height: 600px;
  background-position: center;
  background-size: cover;
}
body .body .intro.twocol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 80px;
}
body .body .intro.twocol .description {
  box-sizing: border-box;
  flex: 0 0 33.3333%;
  padding-right: 40px;
}
body .body .intro.twocol .image {
  flex: 0 0 66.6667%;
}
body .body .columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .body .columns .column {
  padding-bottom: 30px;
}
body .body .columns.columns2 .column {
  flex: 0 0 calc(50% - 30px);
}
body .body .columns.columns3 .column {
  flex: 0 0 calc(33.3333% - 30px);
}
body .body #hikashop_order_main .header.hikashop_header_title {
  display: block;
  float: none;
  border: none;
}
body .body #hikashop_order_main table.hikashop_order_main {
  margin-top: 30px;
}
body .body .newsletter {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}
body .body .newsletter iframe {
  min-height: 400px;
}
body .body .newsletter .wrap {
  position: absolute;
  z-index: 2000;
  left: 50%;
  top: 50%;
  max-width: 500px;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
}
body .body .newsletter .close {
  position: absolute;
  z-index: 2000;
  right: 0;
  color: white;
  cursor: pointer;
}
body .body .newsletter .bg {
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
body .body .newsletter.open {
  display: block;
}
body .body .search #searchForm {
  padding-top: 80px;
}
body .body .search #searchForm label {
  display: none;
}
body .body .search #searchForm button {
  display: none;
}
body .body .search .btn-group.pull-left {
  text-align: center;
}
body .body .search #search-searchword {
  height: 36px;
  line-height: 36px;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 300;
}
body .body .search .searchintro, body .body .search .phrases, body .body .search .only, body .body .search .form-limit {
  display: none;
}
body .footer-container {
  padding: 0 20px;
}
body .footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1800px;
  box-sizing: border-box;
  padding: 40px 40px;
  margin: 100px auto 40px;
  border-top: 1px #000 solid;
}
body .footer ul.nav.mod-menu {
  display: flex;
  list-style: none;
  padding: 6px 0 0;
  margin: 0;
}
body .footer ul.nav.mod-menu li {
  padding-right: 20px;
}
body .footer .moduletable > .search label {
  display: none;
}
body .footer .moduletable > .search input.search-query {
  padding: 8px 12px;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 1px #000 solid;
}
body.home .footer {
  margin-top: 0;
  border: 1px #000 solid;
  border-top: none;
}
body.com_hikashop .container .body .hk-row-fluid {
  width: 100%;
}
body.com_hikashop .container .body .hikashop_quantity_form.hika_j4 {
  display: flex;
  justify-content: center;
}
body.com_hikashop .container .body .hikashop_subcategories_listing {
  padding: 40px 0;
  border-bottom: 1px #eee solid;
}
body.com_hikashop .container .body .hikashop_subcategories_listing .hikashop_category {
  float: none;
  width: auto;
  flex: 0 0 220px;
  padding: 0 20px;
}
body.com_hikashop .container .body .hikashop_category_description {
  display: none;
}
body.com_hikashop .container .body .hika_toolbar {
  padding-top: 50px;
  text-align: right;
}
body.com_hikashop .container .body .hika_toolbar a.hikabtn {
  padding: 12px 17px;
  margin-left: 10px;
  border-radius: 0;
  border-color: black;
  font-size: 18px;
  color: black;
  font-weight: bold;
  transition: all 0.2s;
}
body.com_hikashop .container .body .hika_toolbar a.hikabtn i.fas, body.com_hikashop .container .body .hika_toolbar a.hikabtn span.btnIcon {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  transition: all 0.2s;
}
body.com_hikashop .container .body .hika_toolbar a.hikabtn:hover {
  background: black;
  color: white;
}
body.com_hikashop .container .body .hika_toolbar a.hikabtn:hover i.fas, body.com_hikashop .container .body .hika_toolbar a.hikabtn:hover span.btnIcon {
  color: white;
}
body.com_hikashop .container .body .hikashop_products_listing .hikashop_products .hk-row-fluid {
  display: flex;
  flex-wrap: wrap;
}
body.com_hikashop .container .body .hikashop_products_listing .hikashop_products .hikashop_product {
  float: none !important;
  width: auto !important;
  flex: 0 0 33.3333%;
  box-sizing: border-box;
  padding: 25px;
}
body.com_hikashop .container .body .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_subcontainer {
  display: flex;
  flex-wrap: wrap;
}
body.com_hikashop .container .body .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_subcontainer > * {
  display: block;
  flex: 0 0 100%;
}
body.com_hikashop .container .body .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_product_image {
  order: 1;
  height: auto !important;
  padding-bottom: 30px;
}
body.com_hikashop .container .body .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_product_image .hikashop_product_image_subdiv {
  width: auto !important;
}
body.com_hikashop .container .body .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_product_image img {
  max-width: 80%;
}
body.com_hikashop .container .body .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_product_name {
  order: 2;
  font-size: 24px;
}
body.com_hikashop .container .body .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_product_name a {
  text-decoration: none;
}
body.com_hikashop .container .body .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_product_discount {
  display: block;
  color: #a00;
}
body.com_hikashop .container .body .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_product_price_full {
  order: 3;
}
body.com_hikashop .container .body .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_product_price_full .hikashop_product_price {
  color: #000;
  font-size: 16px;
}
body.com_hikashop .container .body .hikashop_products_listing .hikashop_products .hikashop_product .hikabtn.hikacart {
  order: 4;
  margin-top: 20px;
  border-radius: 0;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px #000 solid;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  font-family: "Nunito Sans";
  background: white;
  color: black;
  -webkit-appearance: none;
  transition: all 0.2s;
}
body.com_hikashop .container .body .hikashop_products_listing .hikashop_products .hikashop_product .hikabtn.hikacart:hover {
  background: #000;
  color: white;
}
body.com_hikashop .container .body .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_quantity_form {
  display: none;
}
body.com_hikashop .container .body .hikashop_products_listing .hikashop_products_pagination {
  font-size: 16px;
}
body.com_hikashop .container .body .hikashop_products_listing .hikashop_products_pagination .list-footer .limit {
  color: #000;
}
body.com_hikashop .container .body .hikashop_products_listing .hikashop_products_pagination .list-footer .limit .inputbox {
  padding: 8px 10px;
  border: 1px #000 solid;
  font-size: 16px;
  color: #000;
}
body.com_hikashop .container .body .hikashop_product_page {
  padding-top: 50px;
}
body.com_hikashop .container .body .hikashop_product_page form {
  display: flex;
  flex-wrap: wrap;
}
body.com_hikashop .container .body .hikashop_product_page .hikashop_product_top_part, body.com_hikashop .container .body .hikashop_product_page .hikashop_product_bottom_part {
  flex: 0 0 100%;
}
body.com_hikashop .container .body .hikashop_product_page .hikashop_product_top_part {
  padding: 20px;
  text-align: center;
}
body.com_hikashop .container .body .hikashop_product_page .hikashop_product_left_part, body.com_hikashop .container .body .hikashop_product_page .hikashop_product_right_part {
  width: auto;
  flex: 0 0 50%;
  box-sizing: border-box;
  float: none;
  text-align: left;
  overflow: hidden;
}
body.com_hikashop .container .body .hikashop_product_page .hikashop_product_left_part {
  padding-right: 60px;
}
body.com_hikashop .container .body .hikashop_product_page .hikashop_product_main_image_subdiv {
  width: auto !important;
}
body.com_hikashop .container .body .hikashop_product_page .hikashop_product_main_image {
  height: auto !important;
}
body.com_hikashop .container .body .hikashop_product_page .hikashop_product_main_image img {
  max-width: 100%;
}
body.com_hikashop .container .body .hikashop_product_page .hikashop_product_price_full {
  text-align: left;
}
body.com_hikashop .container .body .hikashop_product_page .hikashop_product_price_full span.hikashop_product_price {
  display: inline-block;
  padding-top: 20px;
  font-size: 22px;
  color: #000;
}
body.com_hikashop .container .body .hikashop_product_page .hikashop_product_quantity_main input.hikashop_product_quantity_field {
  width: 30px;
  padding: 5px 10px;
  border: 1px black solid;
  font-size: 18px;
  font-family: "Nunito Sans";
  -webkit-appearance: none;
}
body.com_hikashop .container .body .hikashop_product_page .hikashop_product_quantity_main a.hikashop_product_quantity_field_change {
  display: inline-block;
  padding: 1px 8px;
  border: 1px #000 solid;
  transition: all 0.2s;
  text-decoration: none;
}
body.com_hikashop .container .body .hikashop_product_page .hikashop_product_quantity_main a.hikashop_product_quantity_field_change:hover {
  background: #000;
  color: white;
}
body.com_hikashop .container .body .hikashop_product_page .hikashop_product_quantity_main .hikabtn.hikacart {
  padding: 10px 20px;
  border: 1px #000 solid;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  font-family: "Nunito Sans";
  background: white;
  color: black;
  -webkit-appearance: none;
  transition: all 0.2s;
  margin-top: 20px;
  border-radius: 0;
  text-decoration: none;
}
body.com_hikashop .container .body .hikashop_product_page .hikashop_product_quantity_main .hikabtn.hikacart:hover {
  background: #000;
  color: white;
}
body.com_hikashop .container .body .hikashop_product_page .hikashop_product_custom_info_main {
  padding-top: 20px;
}
body.com_hikashop .container .body .hikashop_product_page .hikashop_product_custom_info_main h4 {
  font-size: 26px;
  color: #000 !important;
}
body.com_hikashop .container .body .hikashop_product_page .hikashop_product_custom_info_main td {
  border-bottom: 1px solid #eee !important;
  padding: 15px 10px;
}
body.com_hikashop .container .body .hikashop_product_page .hikashop_product_bottom_part .hikashop_global_image_div {
  display: none;
}
body.com_hikashop .container .body #hikashop_show_cart_form, body.com_hikashop .container .body #hikashop_checkout_form {
  padding-top: 50px;
}
body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products, body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table, body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products, body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table {
  width: 100%;
}
body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products tr.hika_show_cart_total_text_2, body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table tr.hika_show_cart_total_text_2, body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products tr.hika_show_cart_total_text_2, body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table tr.hika_show_cart_total_text_2 {
  display: none;
}
body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products th, body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products td, body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table th, body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table td, body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products th, body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products td, body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table th, body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table td {
  padding: 20px;
}
body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products th, body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table th, body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products th, body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table th {
  border-bottom: 1px #eee solid;
}
body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products > tbody > tr > td:nth-child(2), body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products > tbody > tr .hikashop_cart_product_image_value, body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table > tbody > tr > td:nth-child(2), body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table > tbody > tr .hikashop_cart_product_image_value, body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products > tbody > tr > td:nth-child(2), body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products > tbody > tr .hikashop_cart_product_image_value, body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table > tbody > tr > td:nth-child(2), body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table > tbody > tr .hikashop_cart_product_image_value {
  display: table-cell;
  position: relative;
  padding-left: 80px;
}
body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products > tbody > tr > td:nth-child(2) img, body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products > tbody > tr .hikashop_cart_product_image_value img, body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table > tbody > tr > td:nth-child(2) img, body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table > tbody > tr .hikashop_cart_product_image_value img, body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products > tbody > tr > td:nth-child(2) img, body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products > tbody > tr .hikashop_cart_product_image_value img, body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table > tbody > tr > td:nth-child(2) img, body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table > tbody > tr .hikashop_cart_product_image_value img {
  position: absolute;
  max-width: 150px;
  left: 0;
  top: 35px;
}
body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products > tbody > tr > td:nth-child(5), body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table > tbody > tr > td:nth-child(5), body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products > tbody > tr > td:nth-child(5), body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table > tbody > tr > td:nth-child(5) {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products > tbody > tr > td:nth-child(5) > a, body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table > tbody > tr > td:nth-child(5) > a, body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products > tbody > tr > td:nth-child(5) > a, body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table > tbody > tr > td:nth-child(5) > a {
  display: inline-block;
  margin-right: 15px;
}
body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products th:first-child, body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products td:first-child, body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table th:first-child, body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table td:first-child, body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products th:first-child, body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products td:first-child, body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table th:first-child, body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table td:first-child {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 40px 20px 20px;
}
body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products td span.hikashop_product_price_full, body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table td span.hikashop_product_price_full, body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products td span.hikashop_product_price_full, body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table td span.hikashop_product_price_full {
  text-align: center;
}
body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products th:last-child, body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products td:last-child, body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products td:last-child span.hikashop_product_price_full, body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table th:last-child, body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table td:last-child, body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table td:last-child span.hikashop_product_price_full, body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products th:last-child, body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products td:last-child, body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products td:last-child span.hikashop_product_price_full, body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table th:last-child, body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table td:last-child, body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table td:last-child span.hikashop_product_price_full {
  text-align: right;
}
body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products table, body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table table, body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products table, body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table table {
  width: auto;
  margin-right: 20px;
}
body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products table th, body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products table td, body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table table th, body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table table td, body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products table th, body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products table td, body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table table th, body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table table td {
  padding: 0 !important;
}
body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products input.hikashop_product_quantity_field, body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table input.hikashop_product_quantity_field, body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products input.hikashop_product_quantity_field, body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table input.hikashop_product_quantity_field {
  width: 30px;
  padding: 5px 10px;
  border: 1px black solid;
  font-size: 18px;
  font-family: "Nunito Sans";
  -webkit-appearance: none;
}
body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products a.hikashop_product_quantity_field_change, body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table a.hikashop_product_quantity_field_change, body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products a.hikashop_product_quantity_field_change, body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table a.hikashop_product_quantity_field_change {
  display: inline-block;
  padding: 1px 8px;
  border: 1px #000 solid;
  transition: all 0.2s;
}
body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products a.hikashop_product_quantity_field_change:hover, body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table a.hikashop_product_quantity_field_change:hover, body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products a.hikashop_product_quantity_field_change:hover, body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table a.hikashop_product_quantity_field_change:hover {
  background: #000;
  color: white;
}
body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products tfoot td, body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table tfoot td, body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products tfoot td, body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table tfoot td {
  border-top: 1px #eee solid;
  font-weight: bold;
  text-transform: capitalize;
}
body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products tfoot td.hika_show_cart_total_quantity, body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table tfoot td.hika_show_cart_total_quantity, body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products tfoot td.hika_show_cart_total_quantity, body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table tfoot td.hika_show_cart_total_quantity {
  text-align: center;
}
body.com_hikashop .container .body #hikashop_show_cart_form table.hikashop_cart_products img, body.com_hikashop .container .body #hikashop_show_cart_form .hikashop_checkout_cart table img, body.com_hikashop .container .body #hikashop_checkout_form table.hikashop_cart_products img, body.com_hikashop .container .body #hikashop_checkout_form .hikashop_checkout_cart table img {
  float: none !important;
  margin-right: 0 !important;
}
body.com_hikashop .container .body #hikashop_checkout_form table > tbody > tr td span.hikashop_product_price_full {
  text-align: left;
}
body.com_hikashop .container .body #hikashop_checkout_form table > tbody > tr .hikashop_cart_product_image_value {
  padding-left: 20px;
}
body.com_hikashop .container .body #hikashop_checkout_form table > tbody > tr .hikashop_cart_product_image_value img {
  position: static;
}
body.com_hikashop .container .body #hikashop_checkout_form table > tbody > tr > td:nth-child(2) {
  padding-left: 20px;
}
body.com_hikashop .container .body #hikashop_checkout_form table > tbody > tr > td:nth-child(5) {
  display: table-cell;
}
body.com_hikashop .container .body #hikashop_checkout_form table > tbody > tr .hikashop_cart_product_quantity_refresh, body.com_hikashop .container .body #hikashop_checkout_form table > tbody > tr .hikashop_cart_product_quantity_delete {
  padding-top: 5px;
  padding-left: 10px;
}
body.com_hikashop .container .body .hikashop_checkout_login, body.com_hikashop .container .body .hikashop_checkout_coupon {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding-top: 60px;
  padding-right: 60px;
  margin: 0;
}
body.com_hikashop .container .body .hikashop_checkout_login fieldset, body.com_hikashop .container .body .hikashop_checkout_coupon fieldset {
  border: none;
}
body.com_hikashop .container .body .hikashop_checkout_login h2, body.com_hikashop .container .body .hikashop_checkout_coupon h2 {
  margin-top: 0;
}
body.com_hikashop .container .body .hikashop_checkout_login input[type="text"], body.com_hikashop .container .body .hikashop_checkout_login input[type="email"], body.com_hikashop .container .body .hikashop_checkout_login input[type="password"], body.com_hikashop .container .body .hikashop_checkout_login select, body.com_hikashop .container .body .hikashop_checkout_coupon input[type="text"], body.com_hikashop .container .body .hikashop_checkout_coupon input[type="email"], body.com_hikashop .container .body .hikashop_checkout_coupon input[type="password"], body.com_hikashop .container .body .hikashop_checkout_coupon select {
  box-sizing: border-box;
  padding: 8px 10px;
  border: 1px black solid;
  font-size: 16px;
  font-family: "Nunito Sans";
  color: black;
}
body.com_hikashop .container .body .hikashop_checkout_login legend, body.com_hikashop .container .body .hikashop_checkout_coupon legend {
  padding-top: 15px;
  font-size: 20px;
  font-weight: bold;
}
body.com_hikashop .container .body .hikashop_checkout_login .hkform-horizontal .hkform-group, body.com_hikashop .container .body .hikashop_checkout_coupon .hkform-horizontal .hkform-group {
  margin: 0 0 15px;
}
body.com_hikashop .container .body .hikashop_checkout_login .hikabtn-primary, body.com_hikashop .container .body .hikashop_checkout_coupon .hikabtn-primary {
  background: white;
  color: #000;
}
body.com_hikashop .container .body .hikashop_checkout_login .hk-container-fluid .hkc-lg-4, body.com_hikashop .container .body .hikashop_checkout_login .hk-container-fluid .hkc-lg-8, body.com_hikashop .container .body .hikashop_checkout_coupon .hk-container-fluid .hkc-lg-4, body.com_hikashop .container .body .hikashop_checkout_coupon .hk-container-fluid .hkc-lg-8 {
  padding-bottom: 20px;
}
body.com_hikashop .container .body .hikashop_checkout_address, body.com_hikashop .container .body .hikashop_checkout_shipping, body.com_hikashop .container .body .hikashop_checkout_payment, body.com_hikashop .container .body .hikashop_checkout_coupon, body.com_hikashop .container .body .hikashop_checkout_status {
  box-sizing: border-box;
  width: 50%;
  float: left;
  clear: none;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px #eee solid;
}
body.com_hikashop .container .body .hikashop_checkout_address legend, body.com_hikashop .container .body .hikashop_checkout_shipping legend, body.com_hikashop .container .body .hikashop_checkout_payment legend, body.com_hikashop .container .body .hikashop_checkout_coupon legend, body.com_hikashop .container .body .hikashop_checkout_status legend {
  padding-bottom: 6px;
  font-weight: bold;
}
body.com_hikashop .container .body .hikashop_checkout_address {
  padding-top: 60px;
}
body.com_hikashop .container .body .hikashop_checkout_buttons {
  clear: both;
}
body.com_hikashop .container .body .hikashop_banktransfer_end {
  padding-top: 100px;
}
body.com_hikashop .container .body .hikashop_checkout_coupon, body.com_hikashop .container .body .hikashop_checkout_status {
  clear: both;
  float: right;
}
body.com_users .reset .control-group, body.com_users .remind .control-group {
  padding-bottom: 15px;
}
body.com_users .reset input[type="text"], body.com_users .reset input[type="email"], body.com_users .reset input[type="password"], body.com_users .remind input[type="text"], body.com_users .remind input[type="email"], body.com_users .remind input[type="password"] {
  box-sizing: border-box;
  padding: 8px 10px;
  border: 1px black solid;
  font-size: 16px;
  font-family: "Nunito Sans";
  color: black;
}
body.com_users .reset button.btn-primary, body.com_users .remind button.btn-primary {
  padding: 8px 20px;
  margin-top: 20px;
  border: 1px #000 solid;
  border-radius: 0;
  font-size: 18px;
  background: white;
  cursor: pointer;
}
body.com_users .popover {
  width: 400px;
  font-size: 14px;
  background: white;
  padding: 15px;
  border: 1px black solid;
}
body.com_users .popover h2, body.com_users .popover h3, body.com_users .popover h4 {
  margin-top: 0 !important;
  padding-top: 0;
}
body.com_users .popover .arrow {
  display: none;
}
body.com_search .search-results {
  display: flex;
  flex-wrap: wrap;
}
body.com_search .search-results dt {
  box-sizing: border-box;
  flex: 0 0 33.3333%;
  padding: 25px;
  margin-bottom: 40px;
  text-align: center;
}
body.com_search .search-results dt img {
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  body .header .mainmenu {
    flex: 0 0 100px;
    height: 127px;
  }
  body .header .logo {
    display: flex;
    flex: 1;
    padding: 0 20px;
  }
  body .header .logo a {
    display: block;
    line-height: 0;
  }
  body .header .logo img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
  body .header .logo .moduletable {
    display: flex;
    align-items: center;
  }
  body .body .blocks .block.manif .wrap h2 {
    padding: 10px 0;
  }
  body .body .blocks .block.manif .wrap li:nth-child(5), body .body .blocks .block.manif .wrap li:nth-child(6) {
    display: none;
  }
  body .body .blocks .block.manif .wrap .more {
    padding-top: 15px;
  }
}
@media (max-width: 1440px) {
  body .body .blocks .block.manif .wrap h2 {
    padding-top: 0;
  }
  body .body .blocks .block.manif li:nth-child(5), body .body .blocks .block.manif li:nth-child(6) {
    display: none;
  }
}
@media (max-width: 1300px) {
  body .body .blocks .block.manif .wrap h2 {
    font-size: 24px;
  }
  body .body .blocks .block.manif .wrap li:nth-child(4) {
    display: none;
  }
  body .body .blocks .block.manif .wrap .more {
    padding-top: 0;
  }
  body .body .blocks .block.manif .wrap .more a {
    padding: 8px 20px;
  }
}
@media (max-width: 1100px) {
  body .header .left, body .header .right {
    flex: 0 0 50%;
  }
  body .header .right {
    border-left: none;
  }
  body .subheader .pixxnews .row {
    flex: 0 0 50%;
  }
  body .subheader .pixxnews .row.big {
    display: none;
    margin-top: 0;
    height: 768px;
  }
  body .body .blocks .block, body .body .blocks .hikashop_module {
    flex: 0 0 50%;
  }
  body .body .blocks .block.manif .wrap h2 {
    padding: 15px 0;
  }
  body .body .item-page {
    padding-top: 40px;
  }
  body .body .intro h1 {
    font-size: 36px;
  }
  body .body .intro.twocol {
    padding-bottom: 40px;
  }
  body .body .intro.twocol .description, body .body .intro.twocol .image {
    flex: 0 0 50%;
  }
  body .body .intro.twocol .image .img {
    height: 400px;
  }
}
@media (max-width: 1024px) {
  body .header .mainmenu .menubox {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 25px;
    padding-right: 25px;
  }
  body .header .mainmenu ul.nav.mod-menu {
    column-count: 2;
  }
  body.com_search .search-results dt {
    flex: 0 0 50%;
  }
}
@media (max-width: 968px) {
  body .body .moduletable_menu.viac ul.nav.mod-menu > li > ul {
    column-count: 2;
  }
  body .body .blocks .block.manif .wrap h2 {
    padding: 0 0 15px;
    font-size: 24px;
  }
  body .body .blocks .block.manif .wrap li {
    padding-bottom: 10px;
  }
  body .footer {
    padding: 40px 20px;
  }
  body .footer > div {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 25px;
  }
  body .footer > div ul.nav.mod-menu {
    flex-wrap: wrap;
    justify-content: center;
  }
  body .footer > div .search {
    text-align: center;
  }
  body .footer > div .search input.search-query {
    max-width: 100%;
  }
  body .footer > div:last-child {
    padding-bottom: 0;
  }
  body.com_hikashop .container .body .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_product_name {
    font-size: 20px;
  }
}
@media (max-width: 880px) {
  body .body .columns.columns3 .column {
    flex: 0 0 calc(50% - 30px);
  }
  body.com_hikashop .container .body .hikashop_checkout_login, body.com_hikashop .container .body .hikashop_checkout_coupon {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  body.com_hikashop .container .body #hikashop_checkout_login_form fieldset, body.com_hikashop .container .body #hikashop_checkout_registration_form fieldset, body.com_hikashop .container .body #hikashop_checkout_registration fieldset {
    padding-left: 0;
    margin-left: 0;
  }
  body.com_hikashop .container .body #hikashop_checkout_login_form .hkcontrol-label, body.com_hikashop .container .body #hikashop_checkout_registration_form .hkcontrol-label, body.com_hikashop .container .body #hikashop_checkout_registration .hkcontrol-label {
    box-sizing: border-box;
    width: 100%;
    padding-left: 0;
    padding-bottom: 4px;
    text-align: left;
  }
  body.com_hikashop .container .body .hikashop_checkout_coupon, body.com_hikashop .container .body .hikashop_checkout_status, body.com_hikashop .container .body .hikashop_checkout_shipping {
    float: none;
    clear: both;
    width: auto;
  }
}
@media (max-width: 768px) {
  body .subheader .pixxnews .row {
    flex: 0 0 100%;
  }
  body .body .blocks .block, body .body .blocks .hikashop_module {
    flex: 0 0 100%;
  }
  body .body .intro.twocol {
    padding-bottom: 20px;
  }
  body .body .intro.twocol .description, body .body .intro.twocol .image {
    flex: 0 0 100%;
  }
  body .body .intro.twocol .description {
    order: 2;
    padding-right: 0;
  }
  body .body .intro.twocol .image {
    order: 1;
  }
  body .body .intro.twocol .image .img {
    height: 300px;
  }
  body.com_hikashop .container .body .hikashop_products_listing .hikashop_products .hikashop_product {
    flex: 0 0 50%;
  }
}
@media (max-width: 640px) {
  body .header .left {
    flex: 0 0 100%;
    border-right: none;
  }
  body .header .mainmenu ul.nav.mod-menu {
    column-count: 1;
  }
  body .header .mainmenu ul.nav.mod-menu > li > a {
    margin-bottom: 8px;
    font-size: 20px;
  }
  body .header .mainmenu ul.nav.mod-menu li {
    padding-bottom: 5px;
  }
  body .header .mainmenu ul.nav.mod-menu li.parent > a:after {
    content: "";
    padding-left: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  body .header .mainmenu ul.nav.mod-menu li.open.parent > a:after {
    content: "";
  }
  body .header .mainmenu ul.nav.mod-menu ul {
    display: none;
  }
  body .header .mainmenu ul.nav.mod-menu li.active > ul, body .header .mainmenu ul.nav.mod-menu li.open > ul {
    display: block;
  }
  body .header .mainmenu .mobile {
    display: block !important;
  }
  body .header .mainmenu .mobile ul {
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
    margin: 0;
    border-top: 1px #ddd solid;
  }
  body .header .mainmenu .mobile ul li.lang-active {
    font-weight: bold;
  }
  body .header .right {
    display: none;
  }
  body .body .columns.columns3 .column, body .body .columns.columns2 .column {
    flex: 0 0 100%;
  }
  body .body .item-page {
    padding-left: 0;
    padding-right: 0;
  }
  body .footer-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 520px) {
  body .container .body .moduletable_menu.viac ul.nav.mod-menu > li > ul {
    column-count: 1;
  }
  body.com_hikashop .container .body .hikashop_products_listing .hikashop_products .hikashop_product {
    flex: 0 0 100%;
    padding: 25px 0;
  }
  body.com_hikashop .container .body .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_container {
    margin: 0;
  }
  body.com_hikashop .container .body .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_subcontainer {
    padding: 0;
  }
  body.com_hikashop .container .body .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_product_image img {
    max-width: 100%;
  }
  body.com_search .search-results dt {
    flex: 0 0 100%;
    padding: 25px 15px;
  }
}
@media (max-width: 420px) {
  body .header .mainmenu {
    flex: 0 0 80px;
    height: 107px;
  }
  body .header .mainmenu .menubutton {
    margin-top: 34px;
  }
  body .header .mainmenu ul.nav.mod-menu {
    top: 107px;
  }
  body .body .blocks .block_icons .icon.icon1_1, body .body .blocks .block_icons .icon.icon1_2, body .body .blocks .block_icons .icon.icon2_1, body .body .blocks .block_icons .icon.icon2_2 {
    flex: 0 0 100%;
  }
  body .body .intro h1 {
    font-size: 32px;
  }
  body .body .intro.twocol {
    padding-bottom: 10px;
  }
  body .body .intro.twocol .image .img {
    height: 200px;
  }
  body .footer ul.nav.mod-menu {
    display: block;
    text-align: center;
  }
  body .footer ul.nav.mod-menu li {
    padding-bottom: 5px;
  }
}
a.chronoforms6_credits {
  display: none;
}
