.inner-pages {
  padding: 20px;
  margin: 0px 35px;
}

.pixiInput {
  border-radius: 0px;
  height: 40px;
  border: 1px solid #ababab;
  width: 100% !important;
}

.buttons button {
  font-weight: bold;
  font-size: 15px;
  padding: 25px 30px;
  border-radius: 0;
}

label,
.required {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  display: inline;
}

#Megrendelem {
  padding: 20px;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

input[type="checkbox"].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type="checkbox"].css-checkbox + label.css-label:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 3px;
  font-size: 70px;
  color: #e0d1ba;
}

input[type="checkbox"].css-checkbox + label.css-label {
  width: 20px;
  height: 20px;
  display: block !important;
  line-height: 21px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 21px;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #333333;
  float: left;
  /* margin-right: 15px; */
  position: relative;
  top: 0px;
  left: 15px;
}

input[type="checkbox"].css-checkbox:checked + label.css-label:before {
  content: "\2022";
  position: absolute;
  top: -2px;
  left: 3px;
  font-size: 29px;
  color: #333333;
}

input[type="checkbox"].css-checkbox:checked + label.css-label {
  /*background: #e0d1ba;*/
}
label.css-label {
  content: "";
  //background: black;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkboxes span {
  float: left;
}

.popup.singleProduct {
  cursor: pointer;
}

.backToTop {
  position: fixed;
  right: 15px;
  z-index: 9999;
  border-radius: 0;
  background-color: RGB(243, 209, 190);
  border: none;
  bottom: 110px;
  color: black;
  font-size: 14px;
}

.backToTop:hover,
.backToTop:active,
.backToTop:focus {
  color: #fff;
  background-color: RGB(243, 209, 190);
  border: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  background-color: RGB(243, 209, 190);
  outline: none;
  outline-offset: 0;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: none;
}

#regModal,
#orderModal {
  background-color: rgba(233, 233, 233, 0.95);
}

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

.btn-success:active:focus {
  color: #ffffff;
  background-color: RGB(243, 209, 190);
  border-color: #494f57;
}

h2 {
  font-size: 160%;
  margin: 15px auto 25px;
}

.magazin h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.magazin .row {
  margin: 0 auto;
}

.magazinbox {
  width: 48%;
  margin-top: 40px;
}

.magazinbox:nth-child(even) {
  float: right;
}

.magazinbox:nth-child(odd) {
  float: left;
}

@media (min-width: 1px) and (max-width: 767px) {
  .magazinbox {
    width: 96%;
    margin: 0 auto;
    height: 464px;
    overflow: hidden;
    margin-top: 40px;
    float: none;
  }

  .magazinbox:nth-child(even) {
    float: left;
  }

  .magazinbox:nth-child(odd) {
    float: left;
  }
  
  .magazinbox:last-child {
    margin-bottom: 20px;
  }
  
	.collapse {
    	display: block !important;
	}
	
}

.next-order.btn {
  display: inline-block;
  text-align: left;
}

.preHead {
  overflow: hidden;
}

.preHead .info {
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 20px 5px;
  display: inline-block;
  width: 100%;
  box-shadow: 1px 1px 15px -1px rgba(0, 0, 0, 0.1);
}

.box-pixi .preHead .info,
.box-bag .preHead .info {
  background: none transparent;
  box-shadow: none;
  padding: 0;
  display: none;
}

.box-pure .preHead .info {
  display: none;
  margin-left: 60%;
}

.adameve .preHead .info {
  background: rgba(255, 255, 255, 0.9);
}


.lucky-decor {
    background-image: url("../images/backgrounds/header_LuckyBox.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
	background-size: cover;
	min-height: 590px;
	margin-top: 40px;
}

.box-pixi .pixiLogo.header,
.box-bag .pixiLogo.header,
.box-pure .pixiLogo.header {
  display: none;
}

.index .pixibag.box, .index .pixipure.box {
  position: relative;
}

.index .pixibag.box .buttons, .index .pixipure.box .buttons {
    position: absolute;
    bottom: 22px;
    left: 20px;
}

.right-cont .pixibag.box .buttons, 
.right-cont .pure.box .buttons, 
.right-cont .pixibox.box .buttons {
  position: absolute;
  bottom: 22px;
  left: 20px;
}

.index .height1 {
  height: 440px;
}

.box.pixibox .pixiBoxTitle {
  margin-top: 10px;
  margin-bottom: 25px;
}

.top-intro.box.pixibox .pixiBoxTitle {
  width: 30%;
  margin: 0 !important;
}

.newestPixiBox .container {
  float: left;
  width: 310px;
  padding-top: 10vmin;
  margin: 0 0 30px 30px;
  position: relative;
  z-index: 1;
}

.actual-boxpic {
  width: 100%;
  height: 610px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
}
.clear {
  clear: both;
}
.longtext {
  width: 100%;
  padding: 3% 0 0 0;
}

.boxesContent {
	padding: 0 0 0 35px; 
	margin: 0 auto; 
	width: 100%; 
	max-width: 1500px;
}

.boxy {
  width: 45%;
  float: left;
  margin: 0 20px 20px 0;
}

.boxdate {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-transform: uppercase;
  font-size: 14px;
  background: #fff;
  padding: 20px;
  z-index: 10;
}

.bagContent .boxdate {
  top: 0;
  bottom: auto;
}

.regRow {
  clear: both;
}
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
  position: relative;
  overflow: hidden;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
  width: 20000em;
  position: relative;

  /* Optional, required in this case since it's a <ul> element */
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
  /* Required only for block elements like <li>'s */
  float: left;
  display: block;
  min-height: 125px;
}
.carousel-inner {
  padding: 0 100px;
}

.godown {
  background: url("../images/arrow-scroll.png") no-repeat;
  width: 73px;
  height: 102px;
  display: inline-block;
  margin: 0 20px;
}

.fullWidthHeader.bulgari {
  background-size: 1170px !important;
  background-color: #fff;
  background-position-y: 51px;
  background-image: url("/game/bulgari/bulgari2/1a.jpg");
  background-repeat: no-repeat;
}

.bulgari-header {
}

.bulgari-header .preHead {
  height: auto !important;
  min-height: auto !important;
}

.bulgari-img {
  width: 1170px;
  margin: 0 auto;
  display: block;
}

.bulgari-1 {
  margin: 51px auto 0;
}

@media (max-width: 1200px) {
  .nav > li > a {
    padding: 10px;
  }

  .bulgari .steps img {
    width: 100% !important;
  }
}

.VueCarousel-navigation button {
  width: 60px;
  transform: none !important;
}

.VueCarousel-navigation-prev {
  position: absolute;
  left: -50px;
}

#regModal.in {
  display: block;
}

#saveModal.in {
  display: block;
}

/**
 * pretty-checkbox.css
 *
 * A pure CSS library to beautify checkbox and radio buttons
 *
 * Source: https://github.com/lokesh-coder/pretty-checkbox
 * Demo: https://lokesh-coder.github.io/pretty-checkbox
 *
 * Copyright (c) 2017 Lokesh rajendran
 */

.pretty * {
  box-sizing: border-box;
}
.pretty input:not([type="checkbox"]):not([type="radio"]) {
  display: none;
}
.pretty {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1;
}
.pretty input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.pretty .state label {
  position: initial;
  display: inline-block;
  font-weight: 400;
  margin: 0;
  text-indent: 1.5em;
  min-width: calc(1em + 2px);
}
.pretty .state label:after,
.pretty .state label:before {
  content: "";
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  display: block;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc((0% - (100% - 1em)) - 8%);
  background-color: transparent;
}
.pretty .state label:before {
  border-color: #bdc3c7;
}
.pretty .state.p-is-hover,
.pretty .state.p-is-indeterminate {
  display: none;
}
@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: scale(7);
    transform: scale(7);
  }
  38% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  55% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  72% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  81% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
  }
  89% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes tada {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: scale(7);
    transform: scale(7);
  }
  38% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  55% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  72% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  81% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
  }
  89% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes jelly {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jelly {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-200px) rotate(-45deg);
    transform: translateZ(-200px) rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }
}
@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-200px) rotate(-45deg);
    transform: translateZ(-200px) rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #bdc3c7;
  }
  100% {
    box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #bdc3c7;
  }
  100% {
    box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
  }
}
.pretty.p-default.p-fill .state label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.pretty.p-default .state label:after {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.pretty.p-default input:checked ~ .state label:after {
  background-color: #bdc3c7 !important;
}
.pretty.p-default.p-thick .state label:after,
.pretty.p-default.p-thick .state label:before {
  border-width: calc(1em / 7);
}
.pretty.p-default.p-thick .state label:after {
  -webkit-transform: scale(0.4) !important;
  -ms-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}
.pretty.p-icon .state .icon {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}
.pretty.p-icon .state .icon:before {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.pretty.p-icon input:checked ~ .state .icon {
  opacity: 1;
}
.pretty.p-icon input:checked ~ .state label:before {
  border-color: #5a656b;
}
.pretty.p-svg .state .svg {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}
.pretty.p-svg .state svg {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.pretty.p-svg input:checked ~ .state .svg {
  opacity: 1;
}
.pretty.p-image .state img {
  opacity: 0;
  position: absolute;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  top: 0;
  top: calc((0% - (100% - 1em)) - 8%);
  left: 0;
  z-index: 0;
  text-align: center;
  line-height: normal;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.pretty.p-image input:checked ~ .state img {
  opacity: 1;
}
.pretty.p-switch input {
  min-width: 2em;
}
.pretty.p-switch .state {
  position: relative;
}
.pretty.p-switch .state:before {
  content: "";
  border: 1px solid #bdc3c7;
  border-radius: 60px;
  width: 2em;
  box-sizing: unset;
  height: calc(1em + 2px);
  position: absolute;
  top: 0;
  top: calc((0% - (100% - 1em)) - 16%);
  z-index: 0;
  transition: all 0.5s ease;
}
.pretty.p-switch .state label {
  text-indent: 2.5em;
}
.pretty.p-switch .state label:after,
.pretty.p-switch .state label:before {
  transition: all 0.5s ease;
  border-radius: 100%;
  left: 0;
  border-color: transparent;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.pretty.p-switch .state label:after {
  background-color: #bdc3c7 !important;
}
.pretty.p-switch input:checked ~ .state:before {
  border-color: #5a656b;
}
.pretty.p-switch input:checked ~ .state label:before {
  opacity: 0;
}
.pretty.p-switch input:checked ~ .state label:after {
  background-color: #5a656b !important;
  left: 1em;
}
.pretty.p-switch.p-fill input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important;
}
.pretty.p-switch.p-fill input:checked ~ .state label:before {
  opacity: 0;
}
.pretty.p-switch.p-fill input:checked ~ .state label:after {
  background-color: #fff !important;
  left: 1em;
}
.pretty.p-switch.p-slim .state:before {
  height: 0.1em;
  background: #bdc3c7 !important;
  top: calc(50% - 0.1em);
}
.pretty.p-switch.p-slim input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important;
}
.pretty.p-has-hover input:hover ~ .state:not(.p-is-hover) {
  display: none;
}
.pretty.p-has-hover input:hover ~ .state.p-is-hover {
  display: block;
}
.pretty.p-has-hover input:hover ~ .state.p-is-hover .icon {
  display: block;
}
.pretty.p-has-focus input:focus ~ .state label:before {
  box-shadow: 0 0 3px 0 #bdc3c7;
}
.pretty.p-has-indeterminate
  input[type="checkbox"]:indeterminate
  ~ .state:not(.p-is-indeterminate) {
  display: none;
}
.pretty.p-has-indeterminate
  input[type="checkbox"]:indeterminate
  ~ .state.p-is-indeterminate {
  display: block;
}
.pretty.p-has-indeterminate
  input[type="checkbox"]:indeterminate
  ~ .state.p-is-indeterminate
  .icon {
  display: block;
  opacity: 1;
}
.pretty.p-toggle .state.p-on {
  opacity: 0;
  display: none;
}
.pretty.p-toggle .state .icon,
.pretty.p-toggle .state .svg,
.pretty.p-toggle .state img,
.pretty.p-toggle .state.p-off {
  opacity: 1;
  display: inherit;
}
.pretty.p-toggle .state.p-off .icon {
  color: #bdc3c7;
}
.pretty.p-toggle input:checked ~ .state.p-on {
  opacity: 1;
  display: inherit;
}
.pretty.p-toggle input:checked ~ .state.p-off {
  opacity: 0;
  display: none;
}
.pretty.p-plain input:checked ~ .state label:before,
.pretty.p-plain.p-toggle .state label:before {
  content: none;
}
.pretty.p-plain.p-plain .icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.pretty.p-round .state label:after,
.pretty.p-round .state label:before {
  border-radius: 100%;
}
.pretty.p-round.p-icon .state .icon {
  border-radius: 100%;
  overflow: hidden;
}
.pretty.p-round.p-icon .state .icon:before {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.pretty.p-curve .state label:after,
.pretty.p-curve .state label:before {
  border-radius: 20%;
}
.pretty.p-smooth .icon,
.pretty.p-smooth .svg,
.pretty.p-smooth label:after,
.pretty.p-smooth label:before {
  transition: all 0.5s ease;
}
.pretty.p-smooth input:checked + .state label:after {
  transition: all 0.3s ease;
}
.pretty.p-smooth input:checked + .state .icon,
.pretty.p-smooth input:checked + .state .svg,
.pretty.p-smooth input:checked + .state img {
  -webkit-animation: zoom 0.2s ease;
  animation: zoom 0.2s ease;
}
.pretty.p-smooth.p-default input:checked + .state label:after {
  -webkit-animation: zoom 0.2s ease;
  animation: zoom 0.2s ease;
}
.pretty.p-smooth.p-plain input:checked + .state label:before {
  content: "";
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.5s ease;
}
.pretty.p-tada:not(.p-default) input:checked + .state .icon,
.pretty.p-tada:not(.p-default) input:checked + .state .svg,
.pretty.p-tada:not(.p-default) input:checked + .state img,
.pretty.p-tada:not(.p-default) input:checked + .state label:after,
.pretty.p-tada:not(.p-default) input:checked + .state label:before {
  -webkit-animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  opacity: 1;
}
.pretty.p-jelly:not(.p-default) input:checked + .state .icon,
.pretty.p-jelly:not(.p-default) input:checked + .state .svg,
.pretty.p-jelly:not(.p-default) input:checked + .state img,
.pretty.p-jelly:not(.p-default) input:checked + .state label:after,
.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
  -webkit-animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}
.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
  border-color: transparent;
}
.pretty.p-rotate:not(.p-default) input:checked ~ .state .icon,
.pretty.p-rotate:not(.p-default) input:checked ~ .state .svg,
.pretty.p-rotate:not(.p-default) input:checked ~ .state img,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:after,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
  -webkit-animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
  border-color: transparent;
}
.pretty.p-pulse:not(.p-switch) input:checked ~ .state label:before {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
}
.pretty input[disabled] {
  cursor: not-allowed;
  display: none;
}
.pretty input[disabled] ~ * {
  opacity: 0.5;
}
.pretty.p-locked input {
  display: none;
  cursor: not-allowed;
}
.pretty input:checked ~ .state.p-primary label:after,
.pretty.p-toggle .state.p-primary label:after {
  background-color: #428bca !important;
}
.pretty input:checked ~ .state.p-primary .icon,
.pretty input:checked ~ .state.p-primary .svg,
.pretty.p-toggle .state.p-primary .icon,
.pretty.p-toggle .state.p-primary .svg {
  color: #fff;
  stroke: #fff;
}
.pretty input:checked ~ .state.p-primary-o label:before,
.pretty.p-toggle .state.p-primary-o label:before {
  border-color: #428bca;
}
.pretty input:checked ~ .state.p-primary-o label:after,
.pretty.p-toggle .state.p-primary-o label:after {
  background-color: transparent;
}
.pretty input:checked ~ .state.p-primary-o .icon,
.pretty input:checked ~ .state.p-primary-o .svg,
.pretty input:checked ~ .state.p-primary-o svg,
.pretty.p-toggle .state.p-primary-o .icon,
.pretty.p-toggle .state.p-primary-o .svg,
.pretty.p-toggle .state.p-primary-o svg {
  color: #428bca;
  stroke: #428bca;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
  background-color: #428bca !important;
}
.pretty.p-switch input:checked ~ .state.p-primary:before {
  border-color: #428bca;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-primary:before {
  background-color: #428bca !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-primary:before {
  border-color: #245682;
  background-color: #245682 !important;
}
.pretty input:checked ~ .state.p-info label:after,
.pretty.p-toggle .state.p-info label:after {
  background-color: #5bc0de !important;
}
.pretty input:checked ~ .state.p-info .icon,
.pretty input:checked ~ .state.p-info .svg,
.pretty.p-toggle .state.p-info .icon,
.pretty.p-toggle .state.p-info .svg {
  color: #fff;
  stroke: #fff;
}
.pretty input:checked ~ .state.p-info-o label:before,
.pretty.p-toggle .state.p-info-o label:before {
  border-color: #5bc0de;
}
.pretty input:checked ~ .state.p-info-o label:after,
.pretty.p-toggle .state.p-info-o label:after {
  background-color: transparent;
}
.pretty input:checked ~ .state.p-info-o .icon,
.pretty input:checked ~ .state.p-info-o .svg,
.pretty input:checked ~ .state.p-info-o svg,
.pretty.p-toggle .state.p-info-o .icon,
.pretty.p-toggle .state.p-info-o .svg,
.pretty.p-toggle .state.p-info-o svg {
  color: #5bc0de;
  stroke: #5bc0de;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-info-o label:after {
  background-color: #5bc0de !important;
}
.pretty.p-switch input:checked ~ .state.p-info:before {
  border-color: #5bc0de;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-info:before {
  background-color: #5bc0de !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-info:before {
  border-color: #2390b0;
  background-color: #2390b0 !important;
}
.pretty input:checked ~ .state.p-success label:after,
.pretty.p-toggle .state.p-success label:after {
  background-color: #5cb85c !important;
}
.pretty input:checked ~ .state.p-success .icon,
.pretty input:checked ~ .state.p-success .svg,
.pretty.p-toggle .state.p-success .icon,
.pretty.p-toggle .state.p-success .svg {
  color: #fff;
  stroke: #fff;
}
.pretty input:checked ~ .state.p-success-o label:before,
.pretty.p-toggle .state.p-success-o label:before {
  border-color: #5cb85c;
}
.pretty input:checked ~ .state.p-success-o label:after,
.pretty.p-toggle .state.p-success-o label:after {
  background-color: transparent;
}
.pretty input:checked ~ .state.p-success-o .icon,
.pretty input:checked ~ .state.p-success-o .svg,
.pretty input:checked ~ .state.p-success-o svg,
.pretty.p-toggle .state.p-success-o .icon,
.pretty.p-toggle .state.p-success-o .svg,
.pretty.p-toggle .state.p-success-o svg {
  color: #5cb85c;
  stroke: #5cb85c;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
  background-color: #5cb85c !important;
}
.pretty.p-switch input:checked ~ .state.p-success:before {
  border-color: #5cb85c;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-success:before {
  background-color: #5cb85c !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-success:before {
  border-color: #357935;
  background-color: #357935 !important;
}
.pretty input:checked ~ .state.p-warning label:after,
.pretty.p-toggle .state.p-warning label:after {
  background-color: #f0ad4e !important;
}
.pretty input:checked ~ .state.p-warning .icon,
.pretty input:checked ~ .state.p-warning .svg,
.pretty.p-toggle .state.p-warning .icon,
.pretty.p-toggle .state.p-warning .svg {
  color: #fff;
  stroke: #fff;
}
.pretty input:checked ~ .state.p-warning-o label:before,
.pretty.p-toggle .state.p-warning-o label:before {
  border-color: #f0ad4e;
}
.pretty input:checked ~ .state.p-warning-o label:after,
.pretty.p-toggle .state.p-warning-o label:after {
  background-color: transparent;
}
.pretty input:checked ~ .state.p-warning-o .icon,
.pretty input:checked ~ .state.p-warning-o .svg,
.pretty input:checked ~ .state.p-warning-o svg,
.pretty.p-toggle .state.p-warning-o .icon,
.pretty.p-toggle .state.p-warning-o .svg,
.pretty.p-toggle .state.p-warning-o svg {
  color: #f0ad4e;
  stroke: #f0ad4e;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
  background-color: #f0ad4e !important;
}
.pretty.p-switch input:checked ~ .state.p-warning:before {
  border-color: #f0ad4e;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-warning:before {
  background-color: #f0ad4e !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-warning:before {
  border-color: #c77c11;
  background-color: #c77c11 !important;
}
.pretty input:checked ~ .state.p-danger label:after,
.pretty.p-toggle .state.p-danger label:after {
  background-color: #d9534f !important;
}
.pretty input:checked ~ .state.p-danger .icon,
.pretty input:checked ~ .state.p-danger .svg,
.pretty.p-toggle .state.p-danger .icon,
.pretty.p-toggle .state.p-danger .svg {
  color: #fff;
  stroke: #fff;
}
.pretty input:checked ~ .state.p-danger-o label:before,
.pretty.p-toggle .state.p-danger-o label:before {
  border-color: #d9534f;
}
.pretty input:checked ~ .state.p-danger-o label:after,
.pretty.p-toggle .state.p-danger-o label:after {
  background-color: transparent;
}
.pretty input:checked ~ .state.p-danger-o .icon,
.pretty input:checked ~ .state.p-danger-o .svg,
.pretty input:checked ~ .state.p-danger-o svg,
.pretty.p-toggle .state.p-danger-o .icon,
.pretty.p-toggle .state.p-danger-o .svg,
.pretty.p-toggle .state.p-danger-o svg {
  color: #d9534f;
  stroke: #d9534f;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
  background-color: #d9534f !important;
}
.pretty.p-switch input:checked ~ .state.p-danger:before {
  border-color: #d9534f;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-danger:before {
  background-color: #d9534f !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-danger:before {
  border-color: #a02622;
  background-color: #a02622 !important;
}
.pretty.p-bigger .icon,
.pretty.p-bigger .img,
.pretty.p-bigger .svg,
.pretty.p-bigger label:after,
.pretty.p-bigger label:before {
  font-size: 1.2em !important;
  top: calc((0% - (100% - 1em)) - 35%) !important;
}
.pretty.p-bigger label {
  text-indent: 1.7em;
}
@media print {
  .pretty .state .icon,
  .pretty .state label:after,
  .pretty .state label:before,
  .pretty .state:before {
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

.pixi-loading {
  text-align: center;
  padding: 50px;
  width: 100%;
  margin: 20px 0;
  clear: both;
}

.shopproductview {
  margin: 0 auto;
  position: relative;
}

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

.shopproductview .description {
  width: 60%;
  float: left;
  padding: 20px;
}

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

.shopproductview .productpic {
  width: 40%;
  float: left;
  position: relative;
}

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

.shopproductview img {
  margin: 0 auto;
  display: block;
  width: 100%;
}

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

.shopproductview h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 15px 0 15px 0;
  border-bottom: 2px dotted #666;
  padding: 15px 0;
  background: transparent;
}

.shopproductview .price {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.shopproductview .buttons {
  margin-bottom: 15px;
}

.navbar-nav > li.dropdown {
  position: relative;
  display: block;
}

.navbar-nav > li > a {
  padding: 15px 14px;
}

.navbar-nav > li > ul {
  width: 100%;
  min-width: 100px;
  display: none;
  position: absolute;
  z-index: 100;
  background: #fff;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 1px 1px 15px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 15px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 15px -1px rgba(0, 0, 0, 0.1);
}

.navbar-nav > li > ul a {
  display: block;
  width: 100%;
  padding: 10px;
  text-decoration: none;
}

.navbar-nav > li > ul a {
  padding: 15px 15px;
}

.navbar-nav > li > ul a:hover {
  background: #f6e5db;
}

.navbar-nav > li.dropdown:hover > ul {
  display: block;
}

.VueCarousel-slide {
  text-align: center;
}

.row:before,
.row:after {
  display: initial;
}

.stepz {
  padding: 30px 0 30px;
}

.stepz h2 {
  text-align: center;
}

.order-steps {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.order-steps .step {
  width: 30%;
  text-align: center;
}

.order-steps .step .pic img {
  max-width: 100px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

h2.pixiBoxTitle {
  margin-top: 20px;
}

h3.pixiBoxTitle {
  line-height: 1.3;
}

.fullWidthHeader.product {
    height: 50px !important;
    min-height: 50px !important;
}

.fullWidthHeader.magazin-blog-post {
  height: 50px;
}

.magazin {
  padding: 0 30px;
}

.magazin h2 {
  text-align: left;
  font-size: 30px;
}

.magazin h3 {
  font-size: 24px;
  margin: 0;
}

.content.magazin h3 {
  margin: 65px 0 0 0;
}

.magazin .boxGroup {
  margin-top: 45px;
}

.magazin .productview {
  margin: 45px auto;
}

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

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

ul.years li {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

ul.years li span {
  font-size: 22px;
  color: #ccc;
}

ul.years li a {
  padding: 0 12px;
}

.center {
  text-align: center;
}

.buttons.center {
  margin-bottom: 50px;
  margin-top: 10px;
}

.buttons a {
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  padding: 20px 35px;
  color: #000;
}

.loginDropdown a {
  padding: 0;
}

.info h2 {
  font-size: 20px;
}

.info h3 {
  font-size: 16px;
  margin-bottom: 15px;
}

.info.products h3 {
  text-transform: initial;
  font-size: 14px;
}

.lucky img {
  float: right;
  padding-left: 6%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.placeholder {
	clear: both;
	height: 40px;
}

.top-intro .textpart {
	width: 33%;
	font-size: 12px;
	font-weight: 400;
	float: left;
	padding: 20px 0 25px;
}

.intro-pic {
	float: right;
	width: 65%;
}


@media(min-width: 855px) and(max-width: 1199px) {
    .box.pixibox .buttons {
        width: 388px;
    }
}

@media (max-width: 767px) {
    .boxGroup .groupHeader .blackDivider {
        width: 40%;
    }

    .boxGroup .groupHeader .pixiBoxTitle {
        text-align: left;
    }
    .brands .item > div {
        width: 125px;
        max-width: 100%;
        margin: auto 1%;
    }

    .acceptCookies .cc_message {
        float: left;
        width: 60%;
        padding: 15px 0 0;
        text-align: left;
    }
    .footer .narrower {
        padding: 0;
    }
    .left-cont-big {
        width: 68%;
    }
    .right-cont-small {
        width: 30%;
        margin-right: 10px;
    }
    .boxGroup .boxRight,
    .boxGroup .boxLeft {
        margin-bottom: 10%;
    }
    .prodlist-item {
        min-height: 150px;
        background-color: rgba(255, 255, 255, 0.85);
        margin: 0 1% 1% 0;
        width: 30%;
        padding: 8px 12px;
    }
    .content.boxes .boxesSide {
        padding-bottom: 40px;
        text-align: center;
    }
    .content.boxes .boxesSide .types,
    .content.boxes .boxesSide .agePicker {
        padding-top: 0;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
    }
    .content.boxes .boxesSide .types {
        padding-right: 0;
        text-align: right;
    }
    .content.boxes .boxesSide .agePicker ul {
        margin-left: 30px;
        margin-right: auto;
    }

    .pixipont .box.box-on-right .buttons {
        margin: 0 auto;
        max-width: 200px;
    }

    .pixipont .box.box-on-right p {
        margin: 0 auto 20px;
        text-align: center;
    }
	
	.infotext {
	  width: 94% !important;
	  padding: 25px 25px 35px;
	}
}

@media(max-width: 1159px) {
    .preHead .container {
        padding: 0;
    }

    .top-intro {
        margin-bottom: 20px;
    }

    .nav {
        width: 100%;
        position: absolute;
        top: 50px;
        left: 0;
    }

    .navbar-collapse .nav {
        display: none;
    }

    .navbar-collapse.in .nav {
        display: block;
        height: auto;
    }

    .navHeight {
        height: auto;
    }

    #nav .container {
        width: 100%;
        position: relative;
        background: #fff;
    }
    .navbar-collapse {
        width: 100%;
        position: relative;
        padding-right: 0;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-nav > li {
        float: none;
        width: 100%;
        background: #fff;
    }
    .navbar-toggle {
        display: block;
    }
}

@media(min-width: 754px) and(max-width: 1110px) {
    .productview {
        width: 100%;
    }
    .productview .productpic {
        width: 35%;
    }
    .productview .description {
        width: 65%;
        z-index: 100;
        position: relative;
    }
}

@media(min-width: 754px) and(max-width: 854px) {

    .box.pixibox .buttons {
        width: 333px;
    }
    .box .about {
        padding-right: 7%;
    }
}

@media (min-width: 972px) {
	.index .box.pixibag,
	.index .box.pixipure {
        height: 470px;
    }
}

@media (max-width: 971px) {
	
	.index .box.pixibag,
	.index .box.pixipure {
        height: 500px;
    }
}

@media(max-width: 850px) {
    .footer .column {
        width: 200px;
        float: left;
        border-right: 1px dotted #888;
        min-height: 150px;
    }

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

@media (max-width: 1000px) { 
    .index .pixibag.box .buttons,
    .index .pixipure.box .buttons {
        width: 88%;
    }

}
@media (max-width: 753px) {  
    .index .pixibag.box,
    .index .pixipure.box {
        min-height: 592px;
    }


    .box .about {
        padding-right: 7%;
    }
    .about-intro {
        width: 45% !important;
    }

    .box-bg-1 {
        background-size: 120%;
        background-position: bottom 0 right 0;
    }

    .productview,
    .productview .productpic,
    .productview .description {
        width: 100%;
    }
	
	.order-steps {
	  width: 100%;
	  flex-direction: column;
	  justify-content: space-between;
	  padding: 30px 100px 30px;
	}

	.order-steps .step {
	  width: 100%;
	  text-align: center;
	}
}

@media(max-width: 700px) {
    .footer .column2 {
        width: 48%;
        float: left;
    }

    .footer .column2 ul {
        margin-left: 0;
    }

    .footer .column2:nth-child(2) {
        margin-bottom: 30px;
    }

    .footer .column2:nth-child(3) {
        margin-top: 20px;
    }

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

    .footer ul.general-info {
        border-left: 1px dotted #888;
    }
}

@media(max-width: 602px) {
    .prodlist-item {
        min-height: 111px !important;
        background-color: rgba(255, 255, 255, 0.85);
        margin: 0 1% 1% 0;
        width: 48%;
        padding: 8px 12px;
    }
	
    .about-intro {
        width: 100% !important;
    }

    .pixipont-prod {
        width: 50%;
    }
    .index .pixibag.box {
        width: 100%;
        margin: 0 0 25px;
    }

    .index .pixipure.box {
        width: 100%;
        margin: 0;
    }

    .index .pixibag.box {
        min-height: 520px;
    }

    .index .pixipure.box {
        min-height: 580px;
    }

    .actual-boxpic {
        width: 100% !important;
    }

    .pixibox-footer-bg .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .fullWidthHeader.dekor,
    .fullWidthHeader.illat {
        background-position: center 150px;
    }

    .fullWidthHeader.rolunk {
        background-position: -400px center;
    }
	
	.about-intro  {
        padding: 0;
    }
}

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

@media (min-width: 621px) and (max-width: 767px) {
    .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;
    }
	.box.pixibag .buttons a, .box.pixipure .buttons a {
        width: 100%;
		margin-bottom: 15px;
    }
	
	.index .box.pixibag, .index .box.pixipure {
	    height: 600px;
	}
}

@media (max-width: 620px) {
  .boxy {
    width: 100%;
    float: left;
    margin: 0 0px 20px 0;
  }
  .boxesContent {
    padding: 0;
  }
  
  .left-cont, .right-cont {
    width: 100%;
	float: left;
  }
  
  .box-eloszto .pixiContent, .box-eloszto .bagContent, .box-eloszto .pureContent {
    width: 100%;
	float: left;
  }
  
  .introductionboxes {
    width: 100%;
	float: left;
	margin-bottom: 8px;
  }
  
  .index .pixibag.box, .index .pixipure.box {
	height: auto !important;
	min-height: initial;
  }
  .index .pixibag.box .buttons, .index .pixipure.box .buttons {
      position: relative;
	  bottom: initial;
	  left: initial !important;
  }
}

@media(max-width: 500px) {
    /*.pixipont .box.box-on-right .myBasket:hover {
	    position: absolute;
	    left: 0%;
	    top: 0;
	    width: inherit;
	    height: inherit;
	    box-shadow: none;
	}*/
    .left-cont-big {
        width: 100%;
    }

    .left-cont-big .box {
        margin: 0 auto;
    }

    .right-cont-small {
        width: 100%;
        text-align: center;
    }
    .right-cont-small .buttons {
        max-width: 230px;
        margin: 0 auto !important;
    }

    .longtext {
        width: 95% !important;
    }
	
	.order-steps {
	  width: 100%;
	  padding: 0;
	  display: block;
	}

	.order-steps .step {
	  width: 100%;
	  padding: 20px;
	  margin-bottom: 30px;
	}
}

@media(max-width: 450px) {
    .pixipont-prod {
        width: 100%;
    }
    #newIssuesCarousel .item {
        width: 310px;
        overflow: hidden;
        padding: 0;
        margin-left: -20px;
    }
    .newestPixiBox .container {
        width: 92% !important;
    }

    .box {
        margin-left: 0;
        margin-right: 0;
    }

    .brandGroup {
        margin-left: -20px;
        margin-right: -20px;
        padding: 0 0 10px;
    }

    .fullWidthHeader.pixibox {
        background-position: top center;
    }

    .fullWidthHeader.magazin {
        background-position: -315px 140px;
    }

    .fullWidthHeader.kapcsolat {
        background-position: bottom center !important;
    }

    .pixiLogo.header {
        width: 100%;
        margin-bottom: 35px;
        margin-left: auto;
        margin-right: auto;
    }

    .top-intro {
        margin-bottom: 40px;
    }

    .index .pixibag.box {
        margin: 0 0 25px;
    }

    .index .pixipure.box {
        margin: 0;
    }
    .pixipure.box .buttons {
        left: 20px !important;
    }

    .box .buttons {
        width: auto !important;
    }

    .pixibox .about-intro {
        width: 100% !important;
        font-size: 13px;
        padding: 0;
    }

    .left-cont {
        width: 100%;
    }

    .content.boxes .boxesSide {
        padding-top: 0;
        padding-bottom: 0;
    }

    .pixipont .singleProduct.buyable {
        min-height: 400px;
        border-bottom: 1px solid #ddd;
    }

    #regModal .modal-content #register .acceptAggrement p {
        margin-left: 30px;
        margin-top: -26px;
    }

    .headerImage {
        margin-top: -50px;
    }

    .pixipont .whenLoggedIn {
        margin-left: 0;
    }

    .pixipont .stripes {
        margin: 15px 0;
    }

    .right-cont {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .right-cont-small #order,
    .right-cont-small .toGyik,
    .right-cont-small .buttons {
        margin: 15px auto;
        width: 80%;
    }

    .pureByPixibox .pure-order-info {
        margin: 0 auto;
        text-align: center;
    }
    .pureByPixibox .boxesToRight {
        padding-left: 0;
        margin-left: -20px;
        margin-right: -20px;
    }

    .brandGroup img {
        width: 88px;
        margin-right: 6px;
    }

    input.quicktext {
        width: 80% !important;
    }

    .contactform,
    .orderform {
        width: 95%;
        margin-left: 20px;
    }

    .contactform textarea {
        width: 90%;
    }

    .contact-partners {
        width: 90%;
    }

    .acceptCookies .cc_btn {
        float: left;
    }

    .acceptCookies .cc_message {
        width: 100%;
    }

    .footer .row {
        margin-left: 0 !important;
    }
    .footer .column2 {
        width: 190px;
        float: none;
        margin: 0 auto;
        padding: 10px 0 0;
        border-top: 1px dotted #888;
    }

    .footer .column2 ul {
        margin-left: 0;
    }

    .footer .column2:nth-child(2) {
        margin-bottom: 0;
    }

    .footer .column2:nth-child(3) {
        margin-top: 0;
    }

    .footer .column {
        width: 190px;
        float: none;
        min-width: 200px;
        min-height: 125px;
        margin: 10px auto 0;
        border-right: none;
        padding-left: 14px;
    }

    .footer .column .logoandcopy,
    .footer .column .social {
        width: 200px;
        margin: 0 auto;
    }

    .footer ul.general-info {
        border-left: none;
    }
}


/* comment in the end */
