@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,latin-ext);
body {
  font-family: 'Open Sans', sans-serif;
}

/* helper classes */
.lightGray {
  /* background-color: #f1f0ee; */
  background-color: #eee;
}

.navHeight {
  height: 50px;
}

.narrower {
  padding: 0 70px;
}

.pixiLogo.header {
  margin-bottom: 15px;
  position: relative;
}

.pure .pixiLogo.header {
  margin-bottom: 0;
}

.pixiLogo {
  margin: 0 0 20px;
}

footer .pixiLogo {
  margin: 0;
}

.blackDivider {
  margin: 15px 0;
  height: 0;
  border-bottom: 2px solid #ababab;
  width: 40%;
}

.bold {
  font-weight: bold;
}

.yellow-bg {
  background-color: RGB(255, 244, 202);
}

.orange-bg {
  background-color: RGB(243, 209, 190);
}

.green-bg {
  background-color: RGB(200, 208, 187);
}

.light-brown-bg {
  background-color: RGB(215, 199, 190);
}

.white-bg {
  background-color: white;
}

.light-gray-bg {
  background-color: RGB(233, 233, 233);
}

.inline-block {
  display: inline-block;
}

.buttons span, .buttons h3 {
  padding: 20px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

@media all and (min-width: 500px) {
  .p-r-55p {
    padding-right: 55%;
  }
  .p-r-40p {
    padding-right: 40%;
  }
  .p-r-30p {
    padding-right: 30%;
  }
  .p-r-20p {
    padding-right: 20%;
  }
}

@media all and (max-width: 600px) {
  .col-xxs-12 {
    width: 100%;
  }
}

@media all and (max-width: 500px) {
  .col-xxs-offset-0 {
    margin-left: 0;
  }
  .acceptCookies .cc_btn {
    margin: 20px 0;
  }
}

@media all and (max-width: 555px) {
  .pixipont-info .right-cont-small {
    width: 100%;
    text-align: center;
  }
  .pixipont-info .right-cont-small .buttons {
    margin: 0 auto;
    max-width: 230px;
  }
  .pixipont-info .left-cont-big {
    width: 100%;
  }
  .contact-partners, .contactform textarea {
    width: 100% !important;
  }
}

/* helper classes end */
/* styles */
/* affix navbar */
#nav {
  border: none;
  margin-bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  height: 50px;
  z-index: 1000;
}

#nav.affix {
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  position: fixed;
}

#nav #bs-example-navbar-collapse-1 {
  -webkit-box-shadow: 1px 1px 15px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 15px -1px rgba(0, 0, 0, 0.1);
}

#nav.affix {
  border: none;
}

.acceptCookies {
  width: 100%;
  position: fixed;
  font-size: 16px;
  bottom: 0;
  left: 0;
  background: RGB(243, 209, 190);
  padding: 15px 20px;
  text-align: center;
  z-index: 9999;
}

.cc_container {
  width: 90%;
  margin: 0 auto;
}

.acceptCookies .cc_message {
  float: left;
  width: 79%;
  padding: 15px 0 0;
  text-align: left;
}

.acceptCookies .cc_more_info {
  white-space: nowrap;
}

.acceptCookies .cc_btn {
  float: right;
  padding: 15px 25px;
  background: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  width: 133px;
  margin: 15px 0;
}

.cc_btn:hover {
  background-color: #fff4ca;
  text-decoration: none;
}

/* affix navbar end */
ul.nav.navbar-nav li.active a {
  text-decoration: underline;
}

/* header start */
.fullWidthHeader {
  background-position: center;
  background-size: cover !important;
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 600px;
  position: relative;
}

.fullWidthHeader .preHead {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#openReg {
  background-image: url("../images/backgrounds/login-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 140%;
  position: relative;
  z-index: 1;
}

#openReg .btn {
  padding: 16px 20px;
  height: 50px;
  font-weight: bold;
}

#openReg .loginDropdown {
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  text-align: left;
  list-style: none;
  padding: 10px 20px;
  margin-bottom: 0;
}

#openReg .loginDropdown li {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
  -webkit-transition: margin-left 0.2s linear;
  transition: margin-left 0.2s linear;
}

#openReg .loginDropdown li:hover {
  margin-left: -5px;
}

#openReg .loginDropdown li a {
  text-decoration: none;
}

#openReg.loggedIn {
  background-image: none;
}

#openReg.loggedIn:hover .loginDropdown {
  display: block;
}

@media all and (min-width: 768px) {
  .no-right-padding {
    margin-right: -15px;
  }
}

a#openReg {
  background-image: none;
  color: #f3d1be;
}

#callout {
  padding-top: calc((100vh - 34px) / 2);
  padding-bottom: calc((100vh - 34px) / 2);
  z-index: 2;
}

#callout a .btn {
  color: #333;
}

.buttons a .btn {
  color: #333;
}

/* .fullWidthHeader.index {
          overflow: hidden;
          background-image: url('/images/backgrounds/header.jpg');
  } */
.fullWidthHeader.index {
  overflow: hidden;
  background-image: url("../images/backgrounds/header-elozokiadasok.jpg");
  background-position: center center;
  background-size: cover !important;
  background-repeat: no-repeat;
}

.fullWidthHeader.magazin {
  overflow: hidden;
  background-image: url("../images/backgrounds/piximagazin-header.jpg");
  background-position: 180px 0;
  background-size: cover !important;
  background-repeat: no-repeat;
}

.fullWidthHeader.cart {
  background-image: url("../images/backgrounds/header_shopbag.jpg");
  background-size: cover !important;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.fullWidthHeader.pixipont {
  background-image: url("../images/backgrounds/header_shop.jpg");
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
}

.fullWidthHeader.dekor {
  background-image: url("../images/backgrounds/header-dekor.jpg");
  background-size: cover !important;
  background-position: 150px center;
  background-repeat: no-repeat;
}

.fullWidthHeader.glamglow {
  background-image: url("../images/backgrounds/header-glamglow.jpg");
  background-size: cover !important;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.fullWidthHeader.illat {
  background-image: url("../images/backgrounds/header-illat.jpg");
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
}

.fullWidthHeader.arc_testapolo {
  background-image: url("../images/backgrounds/header-testapolas.jpg");
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
}

.fullWidthHeader.user {
  background-image: url("../images/backgrounds/header-eddigirendeles.jpg");
  background-size: cover !important;
  background-position: top center;
  background-repeat: no-repeat;
}

.fullWidthHeader.rates {
  background-image: url("../images/backgrounds/header-rates.jpg");
  background-size: cover !important;
  background-position: 360px center;
  background-repeat: no-repeat;
}

.fullWidthHeader.edit {
  background-image: url("../images/backgrounds/header-adatmodositas.jpg");
  background-size: cover !important;
  background-position: 260px center;
  background-repeat: no-repeat;
}

.fullWidthHeader.rolunk {
  background-image: url("../images/backgrounds/header-rolunk.jpg");
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
}

.fullWidthHeader.kapcsolat {
  background-image: url("../images/backgrounds/header-kapcsolat.jpg");
  background-size: cover !important;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.fullWidthHeader.faq {
  background-image: url("../images/backgrounds/header-gyik.jpg");
  background-size: cover !important;
  background-position: right center;
  background-repeat: no-repeat;
}

.fullWidthHeader.goodgirl {
  overflow: hidden;
  background-image: url("../../../game/goodgirl/header.jpg");
  background-size: 50% !important;
  background-repeat: no-repeat;
  position: relative;
  background-position: right 50%;
}

.box-bg-1 {
  background-image: url("../images/content/pixibag_bg.jpg");
  background-repeat: no-repeat;
  /*background-size: 145% 145%;*/
  background-size: contain;
  background-position: bottom -50px right 0;
}

.box-bg-2 {
  background-image: url("../images/content/pure_by_banner.jpg");
}

.fullWidthHeader.cart {
  background-image: url("../images/backgrounds/header_shopbag.jpg");
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
}

@media all and (min-width: 1200px) {
  .box-bg-2 {
    /*background-size: 140%;*/
    background-size: cover;
    background-position: -5px 0;
    background-repeat: no-repeat;
  }
}

@media all and (max-width: 1199px) {
  .box-bg-2 {
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}

.cms-page {
  width: 75%;
  max-width: 900px;
  margin: 0 auto;
  padding: 35px 0 10px;
  text-align: justify;
}

.content.rolunk {
  width: 75%;
  max-width: 960px;
  margin: 0 auto;
  padding: 35px 0 10px;
  text-align: justify;
}

.info-1-bg {
  background-image: url("../images/backgrounds/info-1-header-bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
}

.info-2-bg {
  background-image: url("../images/backgrounds/info-2-header-bg.png");
  background-position: center center;
  background-size: 54%;
  background-repeat: no-repeat;
  padding-top: 100px;
}

.info-3-bg {
  background-image: url("../images/backgrounds/info-3-header-bg.png");
  background-position: right center;
  background-size: 79%;
  background-repeat: no-repeat;
  padding-top: 110px;
  margin-top: -50px;
}

.info-4-bg {
  background-image: url("../images/backgrounds/info-4-header-bg.png");
  background-position: right top;
  background-size: 70%;
  background-repeat: no-repeat;
  padding-top: 110px;
  margin-top: -50px;
}

.fullWidthHeader.pure {
  background-image: url("../images/content/pure_by_banner.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullWidthHeader.adameve {
  background-image: url("../images/header_AdamEva.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullWidthHeader.pixibox, .fullWidthHeader.simple {
  background-image: url("../images/content/mainpage_pixibox.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}

.fullWidthHeader.pixibag {
  background-image: url("../images/content/pixibag_banner.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullWidthHeader.luckybox {
  background-image: url("../images/backgrounds/header_LuckyBox_final.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullWidthHeader.hello {
  background-image: url("../images/content/hello_banner.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullWidthHeader.origins {
  background-image: url("../images/backgrounds/header-origins.jpg");
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullWidthHeader.elizabetharden {
  background-image: url("../images/backgrounds/header-elizabetharden.jpg");
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullWidthHeader.realtechniques {
  background-image: url("../images/backgrounds/header-realtechniques.jpg");
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullWidthHeader.natics {
  background-image: url("../images/backgrounds/header-natics.jpg");
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullWidthHeader.irohanature {
  background-image: url("../images/backgrounds/header-irohanature.jpg");
  background-position: 0 50px;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullWidthHeader.irohanature {
	background-image: url('../images/backgrounds/header-irohanature.jpg');
	background-position: 0 50px;
	background-size: cover;
	background-repeat: no-repeat;
}
.fullWidthHeader.erborian {
	background-image: url('../images/backgrounds/header-erborian.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.fullWidthHeader.checkout {
  background-image: url("../images/backgrounds/header_checkout.jpg");
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullWidthHeader.thanksforshopping {
  background-image: url("../images/backgrounds/header_thanksforshopping.jpg");
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullWidthHeader.rundown {
  background-image: url("../images/backgrounds/header-legkozelebb.jpg");
  background-position: 100px center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullWidthHeader.successfull, .fullWidthHeader.ordered {
  background-image: url("../images/backgrounds/header-successful.jpg");
  background-position: 100px center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullWidthHeader.boxes.box-pixi {
  background-position: 0 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullWidthHeader.boxes.box-bag {
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1px) and (max-width: 700px) {
  .fullWidthHeader.boxes.box-pixi {
    background-position: center 38px !important;
  }
}

.pureByPixibox-bg {
  background-image: url("../images/backgrounds/beige-footer.jpg");
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 70vh;
  padding-bottom: 20px;
}

.pixibox-footer-bg {
  background-image: url("../images/backgrounds/pixibox-footer.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 70vh;
  padding: 30px 20px 20px;
  margin-top: 50px;
}

.pixibox-footer-bg .row {
  clear: both;
}

.pixibag-footer-bg {
  background-image: url("../images/backgrounds/pixibag-footer.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 70vh;
  padding: 0 40px 20px;
}

.rundown section {
  margin-top: 15px;
}

.rundown section p {
  width: 66%;
}

.rundown section p.blackDivider {
  width: 40%;
}

.boxesToRight .box {
  cursor: pointer;
}

.boxesToRight .box.pixibag {
  margin: 0;
  height: 310px;
  background-image: url("../images/content/pixibag_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.boxesToRight .box.pure {
  margin: 0;
  height: 310px;
  background-image: url("../images/content/pure_by_banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.boxesToRight .box.pixibox {
  margin: 0;
  height: 310px;
  background-image: url("../images/backgrounds/pure-box2-bg.jpg");
  background-color: RGB(239, 239, 239);
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.fullWidthHeader.markak, .fullWidthHeader.boxes {
  background-image: url("../images/backgrounds/header-elozokiadasok.jpg");
}

.fullWidthHeader.info {
  background-image: url("../images/backgrounds/header_pixidoboz.jpg");
  background-position: left top;
}

.fullWidthHeader.box-main {
  display: none;
}

@media all and (min-width: 768px) {
  .fullWidthHeader.markak, .fullWidthHeader.boxes {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.newestPixiBox {
  padding: 0;
  position: relative;
}

.newestPixiBox-bg {
  background-color: #eee;
  clear: both;
}

.newestPixiBox-bg .products .light {
  font-size: 13px;
}

.pureTitle {
  font-size: 50px;
  margin-bottom: 15vmin;
  font-family: serif;
  letter-spacing: 10px;
}

.pureSubTitle {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 20px;
  margin-bottom: 5vmin;
}

/* header end */
#bs-example-navbar-collapse-1 {
  background-color: white;
  height: auto !important;
}

#bs-example-navbar-collapse-1 a {
  font-size: 12px;
  color: black;
  text-transform: uppercase;
}

/* .buttons span {
          font-weight: 700;
  } */
.box {
  padding: 20px;
  margin: 20px 35px;
}

.index .box.pixipure, .index .box.pixibag {
  margin: 0;
}

.box .pixiBoxTitle {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}

h3.pixiBoxTitle {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}

.box .pixiBoxSubTitle {
  font-size: 15px;
  margin-top: -10px;
  font-weight: 300;
}

.preHead .box .info .pixiBoxTitle {
  text-shadow: 2px 1px 1px white;
}

.box .about {
  font-size: 12px;
  font-weight: 400;
  padding-right: 15%;
}

.about-intro {
  width: 33%;
  font-size: 12px;
  font-weight: 400;
  padding: 40px 0 25px;
}

.top-intro {
  position: relative;
}

.top-intro .pixiLogo {
  margin-bottom: 15px;
}

.box .next {
  font-weight: 400;
  font-size: 12px;
  margin-top: 20px;
}

.box .buttons {
  margin: 30px 0 0;
}

.box .buttons span, .box .buttons a {
  padding: 20px;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  display: inline-block;
}

.pixibox {
  padding: 20px 20px 0;
}

.pixibag, .pure {
  padding: 20px 20px 40px;
}

.pixibag.box {
  padding: 20px;
  position: relative;
}

.pixibag.box .pixiLogo {
  margin: 0 0 30px;
  width: 100%;
  max-width: 250px;
}

.pixipure.box {
  padding: 20px;
}

.pixipure.box .pixiLogo {
  margin: 0 0 20px;
}

.pixipure.box .pixiBoxSubTitle {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 15px;
  margin-bottom: 150px;
}

@media all and (min-width: 500px) {
  .pixibag.box, .pixipure.box {
    margin: 0;
  }
}

.brands {
  padding: 30px 0;
  position: relative;
  margin: 0;
}

.brands .inline-block {
  vertical-align: middle;
}

.brands .inline-block .buttons i {
  display: block;
  height: 60px;
  width: 60px;
  font-size: 35px;
  text-align: center;
  padding-top: 13px;
}

.brands .carousel-inner, .brands .item, .brands #brandsCarousel {
  height: 100%;
  margin: 0 auto;
  /*width: 100%;*/
}

.brands .item {
  position: relative;
  /*width: 100%;*/
  margin: 30px 10px;
}

.brands .item > a {
  display: inline-block;
  max-height: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  min-height: 125px;
}

.brands .carousel-items {
  width: 100%;
  height: 155px;
  overflow: hidden;
  position: relative;
  /* margin: 0 auto; */
  display: block;
}

.brands .carousel-controls {
  width: 100%;
  float: left;
  z-index: 100;
  display: block;
  position: relative;
  top: -140px;
}

#newIssuesCarousel .carousel-controls {
  top: -214px;
}

.brands .carousel-controls .carousel-control {
  position: absolute;
  width: 60px;
  top: -10px;
}

.products {
  padding-top: 15px;
  padding-bottom: 30px;
}

.products .bold {
  margin-bottom: 0;
}

.products .light {
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 15px;
}

a.pixiLink {
  color: RGB(243, 209, 190);
}

.steps .stepNumber {
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 3px;
}

.steps .stepName {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
}

.steps .aboutStep {
  font-size: 12px;
  font-weight: 300;
  text-align: justify;
}

.steps .myPixiBox {
  color: RGB(243, 209, 190);
}

.steps .col-xs-10.col-xs-offset-1.col-sm-5.col-sm-offset-0 .box {
  padding-top: 0;
}

@media all and (max-width: 500px) {
  .steps .stepNumber, .steps .stepName, .steps .aboutStep {
    text-align: center;
  }
  .steps .myPixiBox {
    text-align: center;
    margin: 25px 0 0;
    display: block;
  }
  .steps .myPixiBox br {
    display: none;
  }
}

@media (max-width: 594px) {
  .top-intro .buttons span.next-order {
    width: 72%;
    padding: 12px 20px 11px;
  }
  .box.pixibag .buttons span.next-order, .box.pixipure .buttons span.next-order {
    width: 72%;
    padding: 12px 20px 11px;
  }
  .top-intro .buttons a {
    width: 18%;
    min-width: 70px;
  }
  .box.pixibag .buttons a, .box.pixipure .buttons a {
    width: 18%;
    min-width: 70px;
  }
}

@media (max-width: 420px) {
  .top-intro .buttons span.next-order {
    width: 100%;
    padding: 12px 20px 11px;
    margin-left: 0 !important;
    text-align: center;
  }
  .box.pixibag .buttons span.next-order, .box.pixipure .buttons span.next-order {
    width: 100%;
    padding: 12px 20px 11px;
    margin-left: 0 !important;
    text-align: center;
  }
  .top-intro .buttons a {
    width: 100%;
    margin-bottom: 15px;
  }
  .box.pixibag .buttons a, .box.pixipure .buttons a {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media all and (min-width: 768px) {
  .steps .clear {
    clear: both;
  }
}

.brandGroups {
  padding-top: 30px;
}

.brandGroups .brandGroup {
  padding: 40px 0 30px;
  margin-bottom: 20px;
  position: relative;
}

.brandGroups .brandGroup > a {
  display: inline-block;
  width: 180px;
  background-size: contain;
  height: 130px;
  background-repeat: no-repeat;
  background-position: center;
}

.pureByPixibox .pure-order-info {
  padding-top: 45px;
}

.pureByPixibox .next-issue {
  padding: 18px 5px;
}

.pureByPixibox .next-issue .next {
  font-size: 11px;
  font-weight: 400;
}

.pureByPixibox .next-issue .next.small {
  font-weight: 300;
}

.pureByPixibox .next-issue .next.smaller {
  font-size: 11px;
  margin-top: 15px;
}

.pureByPixibox .furtherInfo .pixibox {
  padding: 0;
}

@media all and (min-width: 1200px) {
  .pureByPixibox {
    /* padding-left: calc( (100% - 1170px ) / 2); */
  }
  .pureByPixibox .boxesToRight {
    padding-left: 0;
  }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
  .pureByPixibox {
    padding-left: calc((100% - 970px) / 2);
  }
  .pureByPixibox .boxesToRight {
    padding-left: 0;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .pureByPixibox {
    padding-left: calc((100% - 750px) / 2);
  }
  .pureByPixibox .boxesToRight {
    padding-left: 0;
  }
}

@media all and (max-width: 767px) {
  .pureByPixibox .boxesToRight {
    padding-left: 0;
  }
}

@media all and (min-width: 768px) {
  .pureByPixibox .furtherInfo .pixibox {
    margin: 0 0 0 35px;
  }
}

@media all and (min-width: 500px) and (max-width: 767px) {
  .pureByPixibox .furtherInfo .pixibox {
    margin: 0 0 0 55px;
  }
}

@media all and (min-width: 768px) {
  .pureByPixibox .furtherInfo .pixibox.about {
    margin: 0;
  }
}

@media all and (min-width: 500px) and (max-width: 767px) {
  .pureByPixibox .furtherInfo .pixibox.about {
    margin: 0 0 0 55px;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .pureByPixibox .furtherInfo .pixiBoxTitle {
    font-size: 13px;
  }
}

@media all and (min-width: 768px) {
  .pureByPixibox .furtherInfo .pixiBoxTitle {
    margin-left: 20px;
  }
}

.left-cont {
  width: 60%;
  float: left;
}

.left-cont-big {
  width: 80%;
  float: left;
}

.right-cont {
  width: 40%;
  float: left;
}

.right-cont-small {
  width: 20%;
  float: left;
}

.right-cont-small .buttons span {
  width: 94%;
}

.right-padding {
  padding-right: 100px;
}

h4.brands {
  margin-left: 30px;
  text-transform: uppercase;
  font-size: 15px;
}

.brandGroup {
  padding: 0 0 30px 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brandGroup img {
  width: 134px;
  margin-right: 16px;
}

.pureByPixibox .boxesToRight .box.pixibag, .pureByPixibox .boxesToRight .box.pixibox, .pureByPixibox .boxesToRight .box.pure {
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.pureByPixibox .boxesToRight .box.pixibox {
  background-color: white;
}

.pureByPixibox .boxesToRight .box.pure .pixiLogo {
  margin-top: 0;
  width: 32%;
}

.pureByPixibox-bg .pixibox.pure-recent {
  padding-bottom: 0;
  padding-bottom: 0;
  margin: 0 0 40px 35px;
  background-color: white;
  padding-right: 40%;
}

.pureByPixibox-bg .pixibox.pure-recent .buttons {
  margin-left: -20px;
}

.fullWidth .pureByPixibox-bg .row {
  margin-left: 8px !important;
  margin-right: 0 !important;
}

.info.fullWidthHeader .pixiBoxTitle, .markak.fullWidthHeader .pixiBoxTitle {
  font-weight: 600;
}

.info.fullWidthHeader .blackDivider, .markak.fullWidthHeader .blackDivider {
  border-bottom-color: black;
  border-bottom-width: 1px;
}

.pureByPixibox .pixiBoxTitle {
  font-weight: 600;
}

.pureByPixibox .blackDivider {
  border-bottom-color: black;
  border-bottom-width: 1px;
}

.pixibox-footer-bg .box.pixibox, .pixibag-footer-bg .box.pixibox {
  padding: 20px 120px 40px 20px;
  margin-right: 0;
  margin-bottom: 40px;
  margin-left: -15px;
}

.pixibox-footer-bg .box.pixibox .buttons, .pixibag-footer-bg .box.pixibox .buttons {
  margin-left: -20px;
  margin-bottom: -20px;
}

.preHead .info .description {
  text-shadow: 2px 1px 1px white;
}

#order {
  margin: 50px 0 20px;
}

.gyik {
  text-align: justify;
}

.gyik li {
  text-transform: uppercase;
  font-weight: bold;
  padding: 30px 0 10px;
}

.gyik h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.stepz h3 {
  font-size: 18px;
}

.stepz h3 span {
  font-weight: 700;
  margin-right: 5px;
}

.toGyik {
  margin-bottom: 35px;
  margin-top: 10px;
}

.toGyik a {
  text-align: left;
  font-size: 11px;
  font-weight: 300;
  text-transform: none;
}

.contact-partners {
  width: 500px;
  padding: 10px 20px;
  background: #f7efeb;
}

.footer {
  margin-top: 0;
  padding: 20px 0;
  background: #f0e2dc;
  clear: both;
}

.footer .links {
  text-align: left;
}

.footer .links a {
  display: inline-block;
  width: auto;
  text-align: left;
  text-transform: uppercase;
  color: black;
  font-size: 13px;
}

.footer .copyright {
  padding: 10px 0;
  color: black;
  margin-bottom: 0;
  text-align: left;
}

.footer .pixiLogo {
  width: 170px;
}

.footer .logoandcopy {
  margin: 8px 0 0;
}

.footer .column {
  width: 28%;
  float: left;
  border-right: 1px dotted #888;
  min-height: 150px;
}

.footer .column2 {
  width: 22%;
  float: left;
}

.footer .social {
  margin-top: 10px;
}

.footer .naih {
  font-size: 11px;
  margin-top: 12px;
}

.footer .foot-menu li {
  list-style-type: none;
  text-transform: uppercase;
  line-height: 28px;
}

.footer .general-info li {
  list-style-type: none;
  line-height: 28px;
}

.footer .social a {
  padding: 0 7px 0 0;
}

@media all and (max-width: 767px) {
  /* {
          position: absolute;
          left: 30%;
          top: 0;
          width: inherit;
          height: inherit;
          box-shadow: none;
      }*/
  .footer .links {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .footer .links a {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .footer ul.foot-menu {
    margin-left: -10px;
  }
  .footer ul.general-info {
    margin-left: -20px;
  }
  .fullWidthHeader.kapcsolat {
    background-position: bottom center;
  }
  .fullWidthHeader.faq {
    background-position: center center;
  }
  .fullWidthHeader.rolunk {
    background-position: -200px center;
  }
}

.modal-backdrop {
  background-color: transparent;
}

#regModal {
  background-color: rgba(215, 214, 214, 0.95);
}

#regModal .modal-content {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 70px 40px;
}

#regModal .modal-content .modal-header {
  text-align: right;
  padding: 10px 0;
  border: none;
}

#regModal .modal-content .modal-header .close {
  background-image: url("../images/icons/modal-close.png");
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
}

#regModal .modal-content .formTitle {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}

#regModal .modal-content .formTitle.formSubtitle {
  font-weight: 400;
  text-transform: none;
  margin-top: 15px;
}

#regModal .modal-content .sameAs {
  padding-left: 10px;
}

#regModal .modal-content .buttons.login {
  padding: 20px 0;
}

#regModal .modal-content .buttons.login span {
  font-weight: bold;
  font-size: 15px;
  padding: 25px 30px;
}

#regModal .modal-content #login a {
  color: #333333;
}

#regModal .modal-content #login a p {
  margin: 0;
}

#regModal .modal-content #login a ~ p {
  margin-bottom: 0;
}

#regModal .modal-content .blackDivider {
  margin: 0;
  width: 80%;
  border-color: #696969;
  clear: both;
  border: none;
  height: 35px;
}

#regModal .modal-content .form-group label {
  font-size: 12px;
  font-weight: 200;
}

#regModal .modal-content .pixiInput {
  border-radius: 0;
  height: 40px;
  border: none;
  width: 100%;
}

#regModal .modal-content #register .form-group {
  margin-bottom: 3px;
}

#regModal .modal-content #register .smaller {
  font-size: 10px;
}

#regModal .modal-content #register .deliveryInfo {
  margin: 0;
  padding: 20px 50px 0 0;
  font-size: 12px;
  line-height: 22px;
}

#regModal .modal-content #register .deliveryInfo .bigger {
  font-size: 14px;
}

#regModal .modal-content #register .sameAs, #regModal .modal-content #register .sameAsBilling {
  display: inline-block;
  vertical-align: middle;
}

#regModal .modal-content #register .sameAs {
  width: 90%;
}

#regModal .modal-content #register .sameAsBilling {
  width: 10%;
  position: relative;
  text-align: right;
}

#regModal .modal-content #register .acceptAggrement {
  position: relative;
}

#regModal .modal-content #register .acceptAggrement input {
  left: 20px;
}

#regModal .modal-content #register .acceptAggrement p {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}

#regModal .modal-content #register .buttons.register span {
  padding: 25px 30px;
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
}

#offerModal {
  background-color: rgba(215, 214, 214, 0.95);
}

#offerModal .modal-content {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 70px 40px;
}

#offerModal .modal-content .modal-header {
  text-align: right;
  padding: 10px 0;
  border: none;
}

#offerModal .modal-content .modal-header .close {
  background-image: url("../images/icons/modal-close.png");
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
}

#offerModal .modal-content .formTitle {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}

#offerModal .modal-content .formTitle.formSubtitle {
  font-weight: 400;
  text-transform: none;
  margin-top: 15px;
}

#offerModal .modal-content .sameAs {
  padding-left: 10px;
}

#offerModal .modal-content .buttons.login {
  padding: 20px 0;
}

#offerModal .modal-content .buttons.login span {
  font-weight: bold;
  font-size: 15px;
  padding: 25px 30px;
}

#offerModal .modal-content #login a {
  color: #333333;
}

#offerModal .modal-content #login a p {
  margin: 0;
}

#offerModal .modal-content #login a ~ p {
  margin-bottom: 0;
}

#offerModal .modal-content .blackDivider {
  margin: 45px 0;
  width: 20%;
  border-color: #696969;
}

#offerModal .modal-content .form-group label {
  font-size: 12px;
  font-weight: 200;
}

#offerModal .modal-content .pixiInput {
  border-radius: 0;
  height: 40px;
  border: none;
  width: 100%;
}

#offerModal .modal-content #register .form-group {
  margin-bottom: 3px;
}

#offerModal .modal-content #register .smaller {
  font-size: 10px;
}

#offerModal .modal-content #register .deliveryInfo {
  margin: 0;
  padding: 20px 50px 0 0;
  font-size: 12px;
  line-height: 22px;
}

#offerModal .modal-content #register .deliveryInfo .bigger {
  font-size: 14px;
}

#offerModal .modal-content #register .sameAs, #offerModal .modal-content #register .sameAsBilling {
  display: inline-block;
  vertical-align: middle;
}

#offerModal .modal-content #register .sameAs {
  width: 90%;
}

#offerModal .modal-content #register .sameAsBilling {
  width: 10%;
  position: relative;
  text-align: right;
}

#offerModal .modal-content #register .acceptAggrement {
  position: relative;
}

#offerModal .modal-content #register .acceptAggrement input {
  left: 20px;
}

#offerModal .modal-content #register .acceptAggrement p {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}

#offerModal .modal-content #register .buttons.register span {
  padding: 25px 30px;
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
}

#orderModal {
  background-color: rgba(215, 214, 214, 0.95);
}

#orderModal .modal-content {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 70px 40px;
}

#orderModal .modal-content .modal-header {
  text-align: right;
  padding: 10px 0;
  border: none;
}

#orderModal .modal-content .modal-header .close {
  background-image: url("../images/icons/modal-close.png");
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
}

#orderModal .modal-content .formTitle {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}

#orderModal .modal-content .formTitle.formSubtitle {
  font-weight: 400;
  text-transform: none;
  margin-top: 15px;
}

#orderModal .modal-content .sameAs {
  padding-left: 10px;
}

#orderModal .modal-content .buttons.login {
  padding: 20px 0;
}

#orderModal .modal-content .buttons.login span {
  font-weight: bold;
  font-size: 15px;
  padding: 25px 30px;
}

#orderModal .modal-content #login a {
  color: #333333;
}

#orderModal .modal-content #login a p {
  margin: 0;
}

#orderModal .modal-content #login a ~ p {
  margin-bottom: 0;
}

#orderModal .modal-content .blackDivider {
  margin: 45px 0;
  width: 20%;
  border-color: #696969;
}

#orderModal .modal-content .form-group label {
  font-size: 12px;
  font-weight: 200;
}

#orderModal .modal-content .pixiInput {
  border-radius: 0;
  height: 40px;
  border: none;
  width: 100%;
}

#orderModal .modal-content #register .form-group {
  margin-bottom: 3px;
}

#orderModal .modal-content #register .smaller {
  font-size: 10px;
}

#orderModal .modal-content #register .deliveryInfo {
  margin: 0;
  padding: 20px 50px 0 0;
  font-size: 12px;
  line-height: 22px;
}

#orderModal .modal-content #register .deliveryInfo .bigger {
  font-size: 14px;
}

#orderModal .modal-content #register .sameAs, #orderModal .modal-content #register .sameAsBilling {
  display: inline-block;
  vertical-align: middle;
}

#orderModal .modal-content #register .sameAs {
  width: 90%;
}

#orderModal .modal-content #register .sameAsBilling {
  width: 10%;
  position: relative;
  text-align: right;
}

#orderModal .modal-content #register .acceptAggrement {
  position: relative;
}

#orderModal .modal-content #register .acceptAggrement input {
  left: 20px;
}

#orderModal .modal-content #register .acceptAggrement p {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}

#orderModal .modal-content #register .buttons.register span {
  padding: 25px 30px;
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
}

#saveModal {
  background-color: rgba(215, 214, 214, 0.95);
}

#saveModal .modal-content {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 70px 40px;
}

#saveModal .modal-content .modal-header {
  text-align: right;
  padding: 10px 0;
  border: none;
}

#saveModal .modal-content .modal-header .close {
  background-image: url("../images/icons/modal-close.png");
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
}

#saveModal .modal-content .formTitle {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}

#saveModal .modal-content .formTitle.formSubtitle {
  font-weight: 400;
  text-transform: none;
  margin-top: 15px;
}

#saveModal .modal-content .sameAs {
  padding-left: 10px;
}

#saveModal .modal-content .buttons.login {
  padding: 20px 0;
}

#saveModal .modal-content .buttons.login span {
  font-weight: bold;
  font-size: 15px;
  padding: 25px 30px;
}

#saveModal .modal-content #login a {
  color: #333333;
}

#saveModal .modal-content #login a p {
  margin: 0;
}

#saveModal .modal-content #login a ~ p {
  margin-bottom: 0;
}

#saveModal .modal-content .blackDivider {
  margin: 45px 0;
  width: 20%;
  border-color: #696969;
}

#saveModal .modal-content .form-group label {
  font-size: 12px;
  font-weight: 200;
}

#saveModal .modal-content .pixiInput {
  border-radius: 0;
  height: 40px;
  border: none;
  width: 100%;
}

#saveModal .modal-content #register .form-group {
  margin-bottom: 3px;
}

#saveModal .modal-content #register .smaller {
  font-size: 10px;
}

#saveModal .modal-content #register .deliveryInfo {
  margin: 0;
  padding: 20px 50px 0 0;
  font-size: 12px;
  line-height: 22px;
}

#saveModal .modal-content #register .deliveryInfo .bigger {
  font-size: 14px;
}

#saveModal .modal-content #register .sameAs, #saveModal .modal-content #register .sameAsBilling {
  display: inline-block;
  vertical-align: middle;
}

#saveModal .modal-content #register .sameAs {
  width: 90%;
}

#saveModal .modal-content #register .sameAsBilling {
  width: 10%;
  position: relative;
  text-align: right;
}

#saveModal .modal-content #register .acceptAggrement {
  position: relative;
}

#saveModal .modal-content #register .acceptAggrement input {
  left: 20px;
}

#saveModal .modal-content #register .acceptAggrement p {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}

#saveModal .modal-content #register .buttons.register span {
  padding: 25px 30px;
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
}

.contactform, .orderform {
  width: 920px;
  margin: 0 auto;
  padding: 30px 20px 0;
}

.contactform label {
  font-size: 13px;
  font-weight: 200;
  display: block;
}

input.quicktext {
  height: 40px;
  border: none;
  width: 375px !important;
  background: #eee;
}

.checkout label {
  display: inline-block;
  margin-top: 0;
}

.checkout button {
  font-weight: bold;
  font-size: 15px;
  padding: 25px 30px;
  border-radius: 0;
  text-transform: uppercase;
}

.checkout input[type="text"] {
  height: 40px;
  border: none;
  padding: 5px 10px;
  background: #eee;
  margin-bottom: 10px;
}

.contactform textarea {
  background: #eee;
  border: none;
  width: 450px;
}

.checkoutform {
  padding: 30px 60px;
}

.formrow {
  padding: 0 0 15px;
  clear: both;
  float: left;
}

.contactform h3 {
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 0 28px;
}

.contactform button {
  padding: 25px 30px;
  background: #f3d1be;
  font-size: 15px;
  border: none;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
}

.contactform .bottom {
  clear: both;
}

.form-validate h3 {
  font-size: 16px;
  margin: 25px 0;
  text-transform: uppercase;
}

.form-validate p {
  font-size: 12px;
  margin: 0 0 20px;
}

.pixiCheckbox label {
  display: inline-block;
  background-color: white;
  border: 1px solid #ddd;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  z-index: 1;
  position: relative;
}

.pixiCheckbox label span {
  display: block;
  width: 12px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 0;
  bottom: 0;
  border-radius: 50%;
}

.pixiCheckbox input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
}

.pixiCheckbox input:checked ~ label span {
  background-color: #8a8a8a;
}

.boxGroup .groupHeader {
  clear: both;
}

.boxGroup .groupHeader .blackDivider {
  margin-bottom: 45px;
  border-bottom-color: black;
  width: 20%;
}

.boxGroup .boxRight .buttons, .boxGroup .boxLeft .buttons {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-top: 0;
}

.boxGroup.pixiContent .boxRight .buttons, .boxGroup.pixiContent .boxLeft .buttons {
  top: 20px;
  left: 20px;
  bottom: auto;
  right: auto;
}

.boxGroup.bagContent .boxRight .buttons, .boxGroup.bagContent .boxLeft .buttons {
  bottom: 20px;
  left: 20px;
  right: auto;
}

.boxGroup.pureContent .boxRight .buttons, .boxGroup.pureContent .boxLeft .buttons {
  top: 20px;
  bottom: auto;
}

.box-eloszto .pixiContent, .box-eloszto .bagContent, .box-eloszto .pureContent {
  width: 50%;
  float: left;
}

.box-eloszto .boxy {
  width: 100%;
}

.content.boxes {
  padding-top: 20px;
}

.content.boxes .boxesSide {
  /*padding-top: 123px;*/
}

.content.boxes .boxesSide .types, .content.boxes .boxesSide .agePicker {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.boxesSide .types {
  padding-right: 17px;
}

.boxesSide .types .buttons {
  max-width: 200px;
  margin: 0 auto;
}

.boxesSide .types .buttons span {
  display: block;
}

.box-on-right .buttons span {
  display: block;
}

.boxGroup .groupHeader .pixiBoxTitle {
  font-weight: 600;
}

.boxGroup .boxLeft {
  display: block;
  z-index: 3;
}

.boxGroup .boxLeft.first {
  z-index: 1;
}

.boxGroup .boxRight {
  display: block;
  margin-bottom: 0;
  z-index: 4;
  background-position: center center;
  padding-bottom: 99px;
  min-height: 320px;
  position: relative;
}

.boxGroup .boxRight.first {
  z-index: 3;
}

.boxGroup .boxLeft {
  padding-bottom: 99px;
  min-height: 320px;
  position: relative;
}

.prodlist-item {
  background-color: rgba(255, 255, 255, 0.85);
  margin-right: 15px;
  margin-bottom: 15px;
  min-height: 115px;
  padding: 10px 20px;
}

.prodlist-item a.bold {
  display: block;
  max-height: 60px;
  overflow: hidden;
}

@media all and (min-width: 768px) {
  .boxGroup .boxLeft {
    margin-right: 20px;
  }
  .prodlist-item {
    min-height: 120px;
    background-color: rgba(255, 255, 255, 0.85);
    margin: 0 1% 1% 0;
    width: 24%;
    padding: 8px 12px;
  }
  .brands .item > div {
    width: 120px;
    /*max-width: 15%;*/
    margin: auto 2.5%;
  }
  .brandGroup .item > div {
    width: 26%;
    max-width: 28%;
    margin: auto 2.5%;
  }
}

.content.boxes .boxesSide .agePicker {
  padding-top: 20px;
}

.content.boxes .boxesSide .agePicker ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  width: 88px;
}

.content.boxes .boxesSide .agePicker li {
  line-height: 22px;
  cursor: pointer;
}

.content.boxes .boxesSide .agePicker li span {
  font-size: 13px;
  font-weight: 600;
  line-height: 12px;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.content.boxes .boxesSide .agePicker li:hover span {
  font-size: 15px;
}

.content.boxes .boxesSide .agePicker li.active span {
  border-bottom: 1px solid black;
}

/* rating heart */
/*
          add a class to the rating div to fill
          as many hearts as the point it has
          e.g.:
          div class="rating of three" will fill 3 heart
  */
/* mixin to make the classess */
.rating {
  display: block;
  text-align: left;
  padding: 5px 0 10px;
}

.product-feedback .rating {
  cursor: pointer;
}

.rating .heart {
  background-image: url("../images/icons/heart-empty.png");
  background-repeat: no-repeat;
  height: 12px;
  width: 13px;
  background-size: contain;
  display: inline-block;
  padding: 2px;
  margin-right: 2px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.rating.of.one .heart:nth-of-type(1) {
  background-image: url("../images/icons/heart-full.png");
}

.rating.of.two .heart:nth-of-type(1), .rating.of.two .heart:nth-of-type(2) {
  background-image: url("../images/icons/heart-full.png");
}

.rating.of.three .heart:nth-of-type(1), .rating.of.three .heart:nth-of-type(2), .rating.of.three .heart:nth-of-type(3) {
  background-image: url("../images/icons/heart-full.png");
}

.rating.of.four .heart:nth-of-type(1), .rating.of.four .heart:nth-of-type(2), .rating.of.four .heart:nth-of-type(3), .rating.of.four .heart:nth-of-type(4) {
  background-image: url("../images/icons/heart-full.png");
}

.rating.of.five .heart:nth-of-type(1), .rating.of.five .heart:nth-of-type(2), .rating.of.five .heart:nth-of-type(3), .rating.of.five .heart:nth-of-type(4), .rating.of.five .heart:nth-of-type(5) {
  background-image: url("../images/icons/heart-full.png");
}

/* rating heart */
/* boxes page */
#boxes .singleProduct .picture {
  height: 220px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

#boxes .singleProduct .picture img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#boxes .singleProduct .info.products {
  padding: 15px 0;
  min-height: 160px;
  text-align: center;
}

#boxes .singleProduct .info.products .name {
  margin-bottom: 0;
}

#boxes .singleProduct .info.products .rating {
  padding: 5px 0;
  display: inline-block;
}

#boxes .singleProduct .info.products .description {
  margin-bottom: 0;
}

#boxes .left .row, #boxes .right .row {
  position: relative;
}

#boxes .left .singleProduct.description {
  left: 0;
  right: 40px;
}

#boxes .right .singleProduct.description {
  right: 0;
  left: 40px;
}

#boxes .singleProduct.description {
  background-color: white;
  position: absolute;
  top: -25px;
  z-index: 10;
  padding: 10px;
  -webkit-box-shadow: 0 0 25px 5px #eee;
          box-shadow: 0 0 25px 5px #eee;
  width: 40%;
}

#boxes .singleProduct.description .quarter {
  display: inline-block;
  width: 49%;
  padding: 10px;
  max-height: 250px;
  vertical-align: top;
}

#boxes .singleProduct.description .quarter .picture {
  height: 230px;
}

#boxes .singleProduct.description .quarter .picture img {
  max-width: 100%;
  max-height: 100%;
}

#boxes .singleProduct.description .quarter .info {
  padding: 0;
}

#boxes .singleProduct.description .quarter p a {
  color: RGB(215, 199, 190);
}

#boxes .singleProduct.description .quarter .webpage, #boxes .singleProduct.description .quarter .product-rating {
  text-transform: uppercase;
}

#boxes .singleProduct.description .quarter .webpage {
  color: RGB(233, 233, 233);
}

#boxes .singleProduct.description .quarter .product-rating {
  color: RGB(243, 209, 190);
}

#boxes .singleProduct.description .quarter.summary {
  overflow: hidden;
}

#boxes .singleProduct.description .quarter.summary .hideScroll {
  overflow-y: auto;
  overflow-x: hidden;
  width: 265px;
  padding-right: 16px;
  height: 230px;
}

.productview {
  width: 1090px;
  margin: 0 auto;
  position: relative;
}

.productview h2 {
  font-size: 20px;
  text-align: left !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
}

.productview .description {
  width: 600px;
  float: left;
  padding: 20px;
}

.productview .description p {
  padding: 0 0 20px;
}

.productview .productpic {
  width: 360px;
  float: left;
  position: relative;
}

.productview .productpic a {
  text-align: center;
  display: block;
}

.productview img {
  max-width: 360px;
  max-height: 500px;
  margin: 0 auto;
  display: block;
}

.rating-box {
  background-color: #fff;
  padding: 18px 20px 12px;
  margin-bottom: 30px;
  display: inline-block;
  -webkit-box-shadow: 1px 1px 15px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 15px -1px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.ratings {
  border-top: 2px dotted #666;
  padding-top: 10px;
}

.productview .description .ratings p {
  padding: 0 0 10px;
  margin: 0;
}

.productview h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 15px;
}

.product-feedback {
  background-color: #e8e8e8;
  /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
  padding: 15px 20px;
  margin-bottom: 40px;
  margin-top: 20px;
}

.product-feedback .quarter p {
  padding: 0;
  margin: 0;
}

.product-feedback .text-right .close {
  background-image: url("../images/icons/transparent-close.png");
  height: 33px;
  width: 33px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  float: none;
}

.productPopup .text-right .close {
  background-image: url("../images/icons/transparent-close.png");
  height: 33px;
  width: 33px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  float: none;
}

.product-feedback .rating.white .heart {
  background-image: url("../images/icons/heart-white-empty.png");
}

.product-feedback .wannaBuy {
  padding: 5px 0 10px;
}

.product-feedback .wannaBuy .checkboxes {
  position: relative;
  display: inline-block;
  width: 75px;
}

.product-feedback .wannaBuy .checkboxes input {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  opacity: 0;
  z-index: 1;
}

.product-feedback textarea {
  resize: none;
  width: 100%;
  border: none;
}

.product-feedback .buttons {
  padding-top: 15px;
}

.product-feedback .buttons span {
  font-weight: bold;
}

.product-feedback .labelke {
  padding: 0 0 5px;
}

/*.product-feedback .wannaBuy .checkboxes label {
      display: inline-block;
      max-width: 100%;
      margin-bottom: 5px;
      width: 90px;
      vertical-align: middle;
      position: relative;
      font-weight: normal;
  }
  
  .product-feedback .wannaBuy .checkboxes label div {
      width: 20px;
      height: 20px;
      background-color: white;
      display: inline-block;
      margin-right: 3px;
      vertical-align: middle;
      padding: 3px;
  }
  
  .product-feedback .wannaBuy .checkboxes label span {
      width: 14px;
      height: 14px;
      background-color: white;
      border-radius: 7px;
      display: block;
  }
  
  .product-feedback .wannaBuy .checkboxes label span.checked {
      background-color: #8A8A8A;
  }*/
/* carousel */
.brands.boxes {
  padding-bottom: 0;
  margin: 0;
}

.brands.boxes .carousel-items, .brands.boxes .carousel-inner {
  min-height: 300px;
}

#newIssuesCarousel {
  max-height: 300px;
  position: relative;
}

#newIssuesCarousel .item {
  /*position: relative;
      display: block;*/
  width: 460px;
  padding: 0 20px;
}

#newIssuesCarousel .item-content {
  width: 100%;
  min-height: 300px;
  max-width: 100%;
  position: relative;
  margin-left: 0;
  margin-right: 9%;
  cursor: pointer;
  overflow: hidden;
}

#newIssuesCarousel .item-content .buttons {
  position: absolute;
  left: 0;
  bottom: 30px;
}

@media (min-width: 730px) and (max-width: 767px) {
  #newIssuesCarousel .item {
    width: 260px;
  }
}

@media (min-width: 768px) and (max-width: 799px) {
  #newIssuesCarousel .item {
    width: 280px;
  }
}

@media (min-width: 800px) and (max-width: 839px) {
  #newIssuesCarousel .item {
    width: 306px;
  }
}

@media (min-width: 840px) and (max-width: 879px) {
  #newIssuesCarousel .item {
    width: 320px;
  }
}

@media (min-width: 880px) and (max-width: 939px) {
  #newIssuesCarousel .item {
    width: 340px;
  }
}

@media (min-width: 940px) and (max-width: 990px) {
  #newIssuesCarousel .item {
    width: 373px;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  #newIssuesCarousel .item {
    width: 374px;
  }
}

@media (min-width: 1200px) {
  #newIssuesCarousel .item {
    width: 460px;
  }
}

/* boxes page */
/* pixipont */
.pixipont .singleProduct.buyable {
  min-height: 500px;
}

.pixipont .singleProduct.buyable .picture {
  position: relative;
}

.pixipont .singleProduct.buyable .buyMe {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pixipont .singleProduct.buyable .buyMe .basket {
  width: 27px;
  height: 20px;
  display: block;
  margin: 5px auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url("../images/icons/basket.png");
  background-size: 17px;
}

.pixipont .singleProduct.buyable .buyMe p {
  width: 100%;
}

.pixipont .singleProduct.buyable:hover .buyMe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pixipont .boxGroup .boxLeft, .pixipont .boxGroup .boxRight {
  padding-bottom: 79px;
}

.pixipont .boxGroup .boxLeft .buttons .btn, .pixipont .boxGroup .boxRight .buttons .btn {
  background-color: white;
}

.pixipont .boxGroup .boxLeft .buttons.rated .btn, .pixipont .boxGroup .boxRight .buttons.rated .btn {
  padding: 9px 20px;
  color: #d3d3d3;
}

.pixipont .boxGroup .boxLeft .buttons.rated i, .pixipont .boxGroup .boxRight .buttons.rated i {
  display: block;
  margin: 5px auto;
  color: #d3d3d3;
}

.pixipont .boxGroup .boxLeft .buttons {
  bottom: 0;
  left: 0;
}

.pixipont .boxGroup .boxRight .buttons {
  bottom: 0;
  right: 0;
}

.pixipont .box.box-on-right {
  margin-top: 0;
  margin-left: 0;
  position: relative;
}

.pixipont .box.box-on-right .myBasket {
  overflow: hidden;
  background-color: white;
  /*padding: 15px 15px 0px;*/
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.pixipont .box.box-on-right .myBasket .listOfItems {
  /*display: none;*/
  overflow-x: hidden;
  overflow-y: auto;
  /*z-index: 9999;*/
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.myBasket ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.myBasket ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pixipont .box.box-on-right .myBasket .listOfItems ul {
  padding-left: 0;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 2px solid #ababab;
  max-height: 100%;
}

.pixipont .box.box-on-right .myBasket .listOfItems li {
  list-style: none;
}

.pixipont .box.box-on-right .myBasket .listOfItems li .picture, .pixipont .box.box-on-right .myBasket .listOfItems li .info, .pixipont .box.box-on-right .myBasket .listOfItems li .pointVal {
  display: inline-block;
  vertical-align: top;
  padding: 0 2.5px;
  margin: 5px 0;
}

.pixipont .box.box-on-right .myBasket .listOfItems li .picture, .pixipont .box.box-on-right .myBasket .listOfItems li .pointVal {
  width: 20%;
}

.pixipont .box.box-on-right .myBasket .listOfItems li .info {
  width: 60%;
}

.pixipont .box.box-on-right .myBasket .listOfItems li .pointVal p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.pixipont .box.box-on-right .myBasket .listOfItems li .name {
  font-weight: bold;
  margin-bottom: 3px;
}

.pixipont .box.box-on-right .myBasket .listOfItems li .noThanks {
  text-transform: uppercase;
  color: RGB(243, 209, 190);
  font-weight: bold;
  margin-bottom: 0;
}

.pixipont .box.box-on-right .myBasket .listOfItems li .description {
  margin-bottom: 0;
  min-height: 40px;
}

.pixipont .box.box-on-right .myBasket .blackDivider {
  display: none;
}

.pixipont .box.box-on-right .basket-bg, .pixipont .box.box-on-right .star-bg {
  width: 27px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.pixipont .box.box-on-right .basket-bg {
  background-image: url("../images/icons/basket.png");
  background-size: 17px;
}

.pixipont .box.box-on-right .star-bg {
  background-image: url("../images/icons/star.png");
  background-size: 14px;
}

.pixipont .box.box-on-right p {
  font-size: 14px;
}

.pixipont .steps .info-1-bg {
  background-image: url("../images/backgrounds/pixipont-1-header-bg.png");
}

.pixipont .steps .info-2-bg {
  background-image: url("../images/backgrounds/pixipont-2-header-bg.png");
}

.pixipont .steps .info-3-bg {
  background-image: url("../images/backgrounds/pixipont-checkmarks.png");
  background-position: right center;
  background-size: 190px;
}

.pixipont .steps .box.info-4-bg {
  background-image: url("../images/backgrounds/pixipont-stars.png");
  background-size: 165px;
  margin: 0;
  padding: 20px 35% 20px 55px;
}

.pixipont .steps .info-5-bg {
  background-image: url("../images/backgrounds/pixipont-3-header-bg.png");
  background-position: top right;
}

.pixipont .steps .box {
  padding-right: 35%;
  background-repeat: no-repeat;
}

.pixipont .steps .lower .box {
  padding-top: 30%;
}

.pixipont .steps .footnote.box {
  padding-right: 20px;
}

.pixipont .steps .footnote.box p, .pixipont .steps .footnote.box span {
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
}

.pixipont .steps .footnote.box p.footnote {
  width: calc(100% - 3px);
}

.pixipont .steps .footnote.box span {
  width: 15px;
  font-size: 10px;
  margin-right: 3px;
  margin-left: -15px;
  display: inline-block;
}

.pixipont .container.shiftedLeft {
  margin-left: -15px;
}

.pixipont .container.shiftedLeft > div {
  padding-left: 0;
}

.pixipont .whenLoggedIn {
  margin-left: -15px;
}

.pixipont .stripes {
  margin: 15px 0 15px 55px;
  text-align: center;
  padding-top: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.pixipont .stripes .btn {
  background-color: white;
}

.pixipont .stripes .text-left {
  width: auto;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.pixipont .stripe-1 {
  background-image: url("../images/backgrounds/pixipont-stripe1.jpg");
}

.pixipont .stripe-2 {
  background-image: url("../images/backgrounds/pixipont-stripe2.jpg");
}

.pixipont .stripe-3 {
  background-image: url("../images/backgrounds/pixipont-stripe3.jpg");
}

/*.pixipont .box.box-on-right .myBasket:hover {
      position: absolute;
      right: 0;
      top: 0;
      width: 300px;
      height: 400px;
      box-shadow: 0px 0px 25px 5px #eee;
      z-index: 999;
  }
  
  .pixipont .box.box-on-right .myBasket:hover > p,
  .pixipont .box.box-on-right .myBasket:hover .blackDivider {
      text-align: center;
  }
  
  .pixipont .box.box-on-right .myBasket:hover > p:first-child {
      font-weight: bold;
  }
  
  .pixipont .box.box-on-right .myBasket:hover > p {
      margin: 2px auto;
  }
  
  .pixipont .box.box-on-right .myBasket:hover .basket-bg {
      display: block;
      margin: 0px auto 10px;
      width: 21px;
  }
  
  .pixipont .box.box-on-right .myBasket:hover .star-bg {
      display: none;
  }
  
  .pixipont .box.box-on-right .myBasket:hover .blackDivider {
      margin: 20px auto 15px;
      width: 25%;
  }
  
  .pixipont .box.box-on-right .myBasket:hover .listOfItems {
      display: block;
      height: calc( 100% - 65px);
  }*/
.shop-page .singleProduct.buyable .picture {
  position: relative;
}

.shop-page .singleProduct.buyable .buyMe {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}

.shop-page .singleProduct.buyable .buyMe .basket {
  width: 27px;
  height: 20px;
  display: block;
  margin: 5px auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url("../images/icons/basket.png");
  background-size: 17px;
}

.shop-page .singleProduct.buyable .buyMe p {
  width: 100%;
}

.shop-page .singleProduct.buyable:hover .buyMe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.totheshop, .addToCart {
  cursor: pointer;
}

.cart {
  font-size: 14px;
  font-weight: 400;
}

.cart table {
  margin: 0 0 30px 45px;
}

.cart table th, .cart table td {
  padding: 10px;
}

.cart .buttons {
  float: right;
  text-align: center;
}

.cart .buttons a.button {
  margin-bottom: 5px;
  display: inline-block;
}

.emptycart {
  margin: 0 0 30px 58px;
}

.notenoughpoints {
  padding: 15px 20px;
  margin: 0 0 0 45px;
  display: inline-block;
}

/* Webkit browsers only!!! (no firefox and internet explorer)
  -------------------------------------------------------------------------------------------------------------
  ::-webkit-scrollbar addresses the background of the bar itself. It is usually covered by the other elements
  ::-webkit-scrollbar-button addresses the directional buttons on the scrollbar
  ::-webkit-scrollbar-track addresses the empty space “below” the progress bar
  ::-webkit-scrollbar-track-piece is the top-most layer of the the progress bar not covered by the draggable scrolling element (thumb)
  ::-webkit-scrollbar-thumb addresses the draggable scrolling element that resizes depending on the size of the scrollable element
  ::-webkit-scrollbar-corner addresses the (usually) bottom corner of the scrollable element, where two scrollbars might meet
  ::-webkit-resizer addresses the draggable resizing handle that appears above the scrollbar-corner at the bottom corner of some elements
  -------------------------------------------------------------------------------------------------------------
  */
.styleScrollbar {
  padding-right: 8px;
  margin-right: -2px;
}

.styleScrollbar::-webkit-scrollbar {
  background-color: transparent;
  width: 6px;
}

.styleScrollbar::-webkit-scrollbar-track {
  background-color: #efefef;
}

.styleScrollbar::-webkit-scrollbar-thumb {
  width: 2px;
  margin-left: 2px;
  padding-left: 2px;
  background-color: gray;
  border-radius: 6px;
}

/* pixipont */
/* styles */
/*
  * OLD FORM STYLES
  */
.standard .register {
  min-height: 250px;
}

.standard .register p {
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
}

.standard .register select {
  font-family: "NovocentoWide-Normal";
  border: none;
  background: whiteSmoke;
  padding: 3px;
}

.standard .register table {
  font-family: "Novecentowide-Normal";
  margin: 0;
}

.standard .register table tbody td {
  padding: 5px 0;
}

.standard .register table tbody th {
  font-weight: normal;
}

.standard .register table tbody td.italic {
  font-family: "ems-italic";
}

.standard .register table .no-order {
  text-align: center;
  font-family: "ems-italic";
}

.standard .regColumn {
  float: left;
  margin: 0 15px 0 0;
}

.regColumnBig, .regColumnSmall {
  float: left;
  margin: 0 15px 0 0;
}

#birth_date, #billing_zip_code, #zip_code {
  width: 60px;
}

#billing_street, #street {
  width: 350px;
}

#billing_city, #city {
  width: 257px;
}

.required, .label[for="simple_subscribe-simple"] {
  font-family: "ems-regular";
  font-size: 14px;
}

label[for="simple_subscribe-simple"] {
  font-family: "ems-regular";
  font-size: 14px;
  margin: 0 0 0 4px;
}

label[for="simple_subscribe-subscribe"] {
  font-family: "ems-regular";
  font-size: 14px;
  margin: 0 0 14px 4px;
}

#simple_subscribe-simple {
  margin-right: 10px;
}

#simple_subscribe-subscribe {
  margin: 0 10px 10px 0;
}

.standard .register p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 10px 0 18px;
}

/*
  * OLD FORM
  */
.new-form {
  min-height: 250px;
  margin: 30px 50px;
}

.new-form p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.new-form select {
  font-family: "NovocentoWide-Normal";
  border: none;
  background: whiteSmoke;
  padding: 3px;
}

.new-form input[type="text"] {
  font-family: 'Open Sans', sans-serif;
  height: 40px;
  font-size: 14px;
  border: none;
  width: 375px !important;
  background: #eee;
  padding: 5px 10px;
}

.new-form .regRow {
  padding: 10px 0;
}

.new-form label {
  display: inline-block;
}

.new-form table {
  font-family: "Novecentowide-Normal";
  margin: 0;
}

.new-form table tbody td {
  padding: 5px 0;
}

.new-form table tbody th {
  font-weight: normal;
}

.new-form table tbody td.italic {
  font-family: "ems-italic";
}

.new-form table .no-order {
  text-align: center;
  font-family: "ems-italic";
}

.regColumn, .regColumnBig, .regColumnSmall {
  float: left;
  margin: 0 15px 0 0;
}

#birth_date, #billing_zip_code, #zip_code {
  width: 60px;
}

#billing_street, #street {
  width: 350px;
}

#billing_city, #city {
  width: 257px;
}

#billing_name, #phone, #email, #password_reg_confirm, #password_reg, #first_name, #last_name, #emaillogin, #password {
  width: 230px;
}

.required, .label[for="simple_subscribe-simple"] {
  font-family: "ems-regular";
  font-size: 14px;
}

label[for="simple_subscribe-simple"] {
  font-family: "ems-regular";
  font-size: 14px;
  margin: 0 0 0 4px;
}

label[for="simple_subscribe-subscribe"] {
  font-family: "ems-regular";
  font-size: 14px;
  margin: 0 0 14px 4px;
}

#simple_subscribe-simple {
  margin-right: 10px;
}

#simple_subscribe-subscribe {
  margin: 0 10px 10px 0;
}

.new-form p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 10px 0 18px;
}

#acceptAggrement-error {
  display: block;
  float: right;
  width: 160px;
  background-color: transparent;
  font-size: 12px;
  font-weight: 200;
}

label.error {
  color: red;
}

#captcha-element input[type="text"] {
  width: 50% !important;
  float: right;
}

#captcha-element img {
  margin-left: 15px;
}

input:-webkit-autofill {
  background-color: white;
}

.rates {
  padding-top: 20px;
}

.ratesTable {
  padding: 20px;
  display: block;
  width: 90%;
  margin: 0 0 0 30px;
}

.ratesTable th {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.ratesTable td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.ratesTable td.number {
  text-align: center;
  width: 138px;
}

.ratesTable .date {
  text-align: center;
}

.ordersTable {
  padding: 20px;
  display: block;
  width: 80%;
  margin: 0 auto;
}

.ordersTable th, .ordersTable td {
  padding: 5px 15px;
}

.pixipont-prod {
  width: 25%;
  float: left;
  height: 440px;
  margin-bottom: 10px;
  margin-top: -35px;
  position: relative;
}

.pixipont .boxGroup .pixipont-prod .buttons {
  position: relative;
  margin: 10px auto;
  text-align: center;
}

.prodname {
  text-align: center;
  margin: 15px auto;
  width: 85%;
}

ul.errors {
  padding: 0 0 0 5px;
  margin: 0;
}

.errors li {
  color: #bb0000;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

label#terms-error {
  width: 100%;
  background: transparent;
  border: none;
  font-size: 12px;
  font-weight: 200;
  padding-left: 10px;
}

.next-order {
  opacity: 0.75;
  filter: alpha(opacity=75);
  font-size: 12px;
  text-transform: uppercase;
}

.box .buttons span.next-order {
  font-weight: normal !important;
  cursor: auto;
  margin-left: 15px;
  background: #eee;
}

.tip {
  padding: 10px 20px 10px 44px;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-image: url("../images/ico-tip.png");
}

.pixipont-info .right-cont-small {
  padding-top: 50px;
}

.message-panel {
  background: #f7efeb;
  padding: 15px 20px;
  width: 50%;
  margin: 25px auto 0;
  text-align: center !important;
}

.message-panel h2 {
  text-transform: uppercase;
}

.message-panel p {
  margin: 0;
}

a.marionnaud {
  width: 110px;
  height: 82px;
  text-align: center;
  display: inline-block;
  color: #702785;
  background: rgba(255, 255, 255, 0.7) url("../images/marionnaud.png") no-repeat top center;
  padding: 61px 0 0;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 2px 1px 1px white;
}

.productview a.marionnaud {
  position: absolute;
  right: 20px;
  top: 15px;
}

.popup.singleProduct a.marionnaud {
  position: absolute;
  right: 20px;
  top: -15px;
  z-index: 99;
}

.content {
  padding-bottom: 0;
}

.content.order form {
  padding: 20px 0 0;
}

.content.order form label {
  margin-bottom: 5px;
  display: block;
}

.content.order .order-details {
  border: 3px double #ddd;
  display: inline-block;
  padding: 10px 20px;
}

.content.order form select.pixiInput {
  width: 375px !important;
  background: #eee;
  border: none;
}

.content.order form textarea.pixiInput {
  background: #eee;
  border: none;
  width: 375px !important;
  height: 80px !important;
  margin-bottom: 15px;
}

.content.order form p {
  margin: 15px 0 10px;
  width: 90%;
}

@media (max-width: 450px) {
  .prodlist-item {
    min-height: 72px;
    background-color: rgba(255, 255, 255, 0.85);
    margin: 0 1% 1% 0;
    width: 100%;
    padding: 8px 12px;
  }
  .footer .naih {
    margin-bottom: 12px;
  }
}

@media (min-width: 1px) and (max-width: 991px) {
  .content {
    width: 100% !important;
  }
  .cms-page {
    width: 90%;
    margin: 0 auto;
  }
  .gyik {
    width: 90%;
    margin: 0 auto;
    padding: 0 15px 0 0;
  }
  .contactform, .orderform {
    width: 90%;
    margin: 0 auto;
    padding: 30px 2% 0;
  }
}

#subscribeModal {
  background-color: rgba(215, 214, 214, 0.95);
}

#subscribeModal .modal-content {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 70px 40px;
}

#subscribeModal .modal-content .modal-header {
  text-align: right;
  padding: 10px 0;
  border: none;
}

#subscribeModal .modal-content .modal-header .close {
  background-image: url("../images/icons/modal-close.png");
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
}

#subscribeModal .modal-content .formTitle {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}

#subscribeModal .modal-content .formTitle.formSubtitle {
  font-weight: 400;
  text-transform: none;
  margin-top: 15px;
}

#subscribeModal .modal-content .sameAs {
  padding-left: 10px;
}

#subscribeModal .modal-content .buttons.login {
  padding: 20px 0;
}

#subscribeModal .modal-content .buttons.login span {
  font-weight: bold;
  font-size: 15px;
  padding: 25px 30px;
}

#subscribeModal .modal-content #login a {
  color: #333333;
}

#subscribeModal .modal-content #login a p {
  margin: 0;
}

#subscribeModal .modal-content #login a ~ p {
  margin-bottom: 0;
}

#subscribeModal .modal-content .blackDivider {
  margin: 45px 0;
  width: 20%;
  border-color: #696969;
}

#subscribeModal .modal-content .form-group label {
  font-size: 12px;
  font-weight: 200;
}

#subscribeModal .modal-content .pixiInput {
  border-radius: 0;
  height: 40px;
  border: none;
  width: 100%;
}

#subscribeModal .modal-content #register .form-group {
  margin-bottom: 3px;
}

#subscribeModal .modal-content #register .smaller {
  font-size: 10px;
}

#subscribeModal .modal-content #register .deliveryInfo {
  margin: 0;
  padding: 20px 50px 0 0;
  font-size: 12px;
  line-height: 22px;
}

#subscribeModal .modal-content #register .deliveryInfo .bigger {
  font-size: 14px;
}

#subscribeModal .modal-content #register .sameAs, #subscribeModal .modal-content #register .sameAsBilling {
  display: inline-block;
  vertical-align: middle;
}

#subscribeModal .modal-content #register .sameAs {
  width: 90%;
}

#subscribeModal .modal-content #register .sameAsBilling {
  width: 10%;
  position: relative;
  text-align: right;
}

#subscribeModal .modal-content #register .acceptAggrement {
  position: relative;
}

#subscribeModal .modal-content #register .acceptAggrement input {
  left: 20px;
}

#subscribeModal .modal-content #register .acceptAggrement p {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}

#subscribeModal .modal-content #register .buttons.register span {
  padding: 25px 30px;
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
}

.moreTop {
  margin-top: 45px;
}

#accept-error {
  clear: both;
  display: block;
  width: 100%;
  margin: 10px;
  background: none;
  border: none;
}

#accept_offer-error {
  clear: both;
  display: block;
  width: 100%;
  margin: 10px;
  background: none;
  border: none;
  font-size: 12px;
  float: right;
}

.infotext {
  width: 75%;
  padding: 25px 25px 35px;
  margin: 0 auto;
}

.smalltext {
  font-size: 11px;
  margin-top: 22px;
}
/*# sourceMappingURL=main.css.map */
