@import "b.min.css";
@import "michi.css";
@font-face {
  font-family: "Bella Script";
  src: url(../fonts/bella-script.ttf);
}
body {
  font-family: "Raleway", Arial, sans-serif;
}

.nopadding {
  padding: 0 !important;
}

.loadingScreen {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 99;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 55px;
}

.persparamBox {
  display: none;
}

.productMainInfo a:hover {
  color: #DC007F;
}

.navbar-default .navbar-nav > li > a {
  color: #5b5c5e;
}

html, body, .fullwidth-container {
  height: 100%;
}

#wrapper {
  min-height: 46%;
}

.productBox .qAddToFavorite {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.4em;
  color: white;
  padding: 0.7em;
}
.productBox .qAddToFavorite.active {
  color: #DC007F;
}
.productBox .qAddToFavorite:hover {
  cursor: pointer;
}

.btn.btn-primary {
  padding: 15px 12px;
  color: white;
  background: #7b7b7b;
  border-color: #7b7b7b;
  border-radius: 3px;
  line-height: 1px;
}
.btn.btn-primary:hover {
  background: #616160;
  border-color: #616160;
}

.none {
  display: none;
}

.clearfix {
  clear: both;
}

.productView {
  width: 100%;
  clear: both;
  margin: 1em 0.4em;
  background: #F7F6F6;
  position: relative;
  padding: 5em 1em;
}
.productView .thumbs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 1em 0;
}
.productView .thumbs .thumb {
  width: 40%;
  display: inline-table;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.productView .thumbs .thumb:hover {
  cursor: pointer;
}
.productView .thumbs .thumb:nth-of-type(even) {
  margin-left: 1em;
}
.productView .thumbs .thumb.active {
  border: 1px solid black;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}
.productView .thumbs .thumb img {
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.productView .description .productName {
  font-size: 1.4em;
  font-weight: 500;
  position: relative;
}
.productView .description .productName .favorite {
  position: absolute;
  right: 10px;
  top: 3px;
}
.productView .description .productName .favorite.active {
  color: #DC007F;
}
.productView .description .productName .favorite:hover, .productView .description .productName .favorite:active, .productView .description .productName .favorite:visited {
  cursor: pointer;
  color: #616160;
  text-decoration: none;
}
.productView .closeProductView {
  position: absolute;
  right: 23px;
  top: 10px;
  font-size: 28px;
  z-index: 99;
}
.productView .closeProductView:hover {
  cursor: pointer;
}
.productView .imageViewer img {
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.qButton {
  padding: 15px 40px;
  color: white;
  background: #7b7b7b;
  border-color: #7b7b7b;
  border-radius: 3px;
  line-height: 1px;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
}
.qButton:hover, .qButton:active, .qButton:focus {
  background: #616160;
  border-color: #616160;
  color: white;
  text-decoration: none;
}

.qDragButton {
  color: white;
  background: #7b7b7b;
  border-color: #7b7b7b;
  border-radius: 3px;
  line-height: 26px;
  font-size: 14px;
  width: 100px;
  height: 28px;
  text-align: center;
}
.qDragButton:hover, .qDragButton:active, .qDragButton:focus {
  background: #616160;
  border-color: #616160;
  color: white;
  text-decoration: none;
}
.qDragButton.v {
  position: absolute;
  bottom: -30px;
  left: -50px;
}
.qDragButton.v:hover {
  cursor: e-resize;
}
.qDragButton.h {
  position: absolute;
  top: -14px;
  right: -102px;
}
.qDragButton.h:hover {
  cursor: n-resize;
}

.draggableContainerLineal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.draggableContainerLineal .draggableContainment {
  width: 100%;
  height: 100%;
}

.qButtonToggle {
  padding: 8px 15px;
  color: white;
  background: #7b7b7b;
  border-color: #7b7b7b;
  border-radius: 3px;
  line-height: 1px;
  font-size: 14px;
  text-transform: uppercase;
}
.qButtonToggle:hover, .qButtonToggle:active, .qButtonToggle:focus {
  color: white;
  background: #7b7b7b;
  border-color: #7b7b7b;
  text-decoration: none;
}
.qButtonToggle.active {
  background: #494948;
}

.qToggle {
  color: #DC007F;
}

.modal-header h3 {
  text-align: center;
}

.modal-footer {
  text-align: center;
}

.link {
  color: #7b7b7b;
  font-weight: 600;
}
.link:hover, .link:active, .link:focus {
  color: #484847;
  text-decoration: underline;
  cursor: pointer;
}

.largeIcon {
  font-size: 1.4em;
}

.qImageContainer {
  overflow: hidden;
  background: white;
}

.showNotice {
  position: absolute;
  background: #EDEEEF;
  width: 170px;
  right: -130px;
  z-index: 99;
  padding: 3px 10px;
}
@media (max-width: 1480px) {
  .showNotice {
    width: 50%;
    top: -30px !important;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 767px) {
  .showNotice {
    width: 100%;
  }
}
.showNotice h3 {
  font-size: 20px;
  color: #DC007F;
}
.showNotice h3 .fa-long-arrow-left {
  font-size: 40px;
  position: absolute;
  left: -35px;
}
@media (max-width: 1480px) {
  .showNotice h3 .fa-long-arrow-left {
    display: none;
  }
}
.showNotice h3 .fa-long-arrow-up {
  font-size: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  top: -30px;
}
@media (max-width: 1200px) {
  .showNotice h3 .fa-long-arrow-up {
    top: -50px;
  }
}
@media (min-width: 1481px) {
  .showNotice h3 .fa-long-arrow-up {
    display: none;
  }
}

#qImageBoxOverlay {
  width: 100%;
  background: black;
  position: absolute;
  opacity: 0.8;
}

.selectVariantWindow {
  position: absolute;
  top: 0;
  background: #edeeef;
  padding-bottom: 2em;
}
.selectVariantWindow .variant-description {
  margin-top: 5px;
}
.selectVariantWindow .qErrorWindow {
  color: red;
}
.selectVariantWindow:hover {
  cursor: default;
}

.qCategory a.active {
  text-decoration: underline;
}

.qChannel {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  z-index: 99;
  background-image: linear-gradient(#DC007F 70%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 5px 19px;
  background-repeat: repeat-y;
}

.qLinealV {
  top: 0;
  height: 100%;
  width: 1px;
  background-repeat: repeat-y;
  background-size: 5px 19px;
  background-image: linear-gradient(black 70%, rgba(255, 255, 255, 0) 0%);
}

.qLinealH {
  left: 0;
  height: 1px;
  width: 100%;
  background-repeat: repeat-x;
  background-size: 19px 5px;
  background-image: linear-gradient(to right, black 70%, rgba(255, 255, 255, 0) 0%);
}

.qLinealV, .qLinealH {
  position: absolute;
  z-index: 99999;
  background-position: right;
}

.boxwrapper {
  min-height: 300px;
}

.favorites {
  color: #616160;
}
.favorites:hover, .favorites:active, .favorites:visited {
  cursor: pointer;
  color: #616160;
  text-decoration: none;
}
.favorites .badge {
  background: #616160;
}

.productData .categoryProductBox {
  padding-bottom: 1em;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.dotted {
  background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
}

#qImageBox {
  width: 100%;
  max-height: 500px;
  margin: 0 auto;
  display: block;
  background-color: #edeeef;
  position: relative;
}
#qImageBox:hover {
  cursor: url("https://stolen-elephant.de/images/cursor_hand.png"), move !important;
}

.qRelative {
  position: relative;
}

.qImageOverflowTop, .qImageOverflowBottom {
  width: 100%;
  position: absolute;
  opacity: 1;
  z-index: 99;
  background: #fff;
  top: 0;
  cursor: default;
}
.qImageOverflowTop.active, .qImageOverflowBottom.active {
  opacity: 0.5;
}

.qImageOverflowLeft, .qImageOverflowRight {
  height: 100%;
  position: absolute;
  opacity: 1;
  z-index: 99;
  background: #fff;
  top: 0;
  cursor: default;
}
.qImageOverflowLeft.active, .qImageOverflowRight.active {
  opacity: 0.5;
}

.qNoVariantChosen {
  width: 100%;
  border-left: 1px solid #edeeef;
  border-right: 1px solid #edeeef;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  font-size: 30px;
}

.qHide {
  display: none !important;
}

#qImageBox .qImageBoxImage {
  left: 0;
  pointer-events: none;
  position: relative;
  top: 0;
  -moz-user-select: none;
}

#qImageBox #qImageBoxImage.mirror img {
  transform: scaleX(-1);
}

#jumptotop {
  color: #DC007F;
}

.productPicture {
  position: relative;
}

body.fixed-header #header #mainnav.fadeIn {
  padding: 7px 0;
}

.productData.productBox {
  float: left;
  position: relative;
}
.productData.productBox a {
  height: 300px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #616160;
}

#mainnav .navbar-nav .badge {
  background: #DC007F !important;
}

#header .header-box {
  padding: 7px 0;
}

.categoryList {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
.categoryList .categoryBox {
  margin-top: 1em;
  width: 25%;
}
@media (max-width: 576px) {
  .categoryList .categoryBox {
    width: 50%;
  }
}
.categoryList .categoryBox .title {
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  color: #616160;
  margin-top: 1em;
  font-weight: 600;
}
.categoryList .categoryBox .title a:hover {
  color: #828383;
}
.categoryList .categoryBox .more {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  color: #7b7b7b;
}
.categoryList .categoryBox .more a:hover {
  color: #828383;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 1em;
}

.separator::before, .separator::after {
  content: "";
  flex: 1;
  border-bottom: 2px solid #000;
}

.separator::before {
  margin-right: 0.25em;
}

.separator::after {
  margin-left: 0.25em;
}

.bg-grey {
  background: #f7f8f9;
  margin-top: 2em;
  margin-bottom: 1em;
}
.bg-grey .container {
  background: #edeeef;
  padding: 1em 0;
}

.productListBox {
  margin: 1em 0;
  width: 80%;
  margin-left: 10%;
  display: flex;
  justify-content: space-between;
}
.productListBox .productBox {
  width: 33.33%;
}
.productListBox .productBox .imageQuad {
  display: block;
  width: 90%;
  margin-left: 5%;
  padding-top: 90%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-hightlight {
  font-weight: 700;
  color: #616160;
}

@media (min-width: 768px) {
  .collapse.navbar-collapse.navbar-ex1-collapse.container.container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .collapse.navbar-collapse.navbar-ex1-collapse.container.container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .collapse.navbar-collapse.navbar-ex1-collapse.container.container {
    width: 1170px;
  }
}

.search-box {
  text-align: right;
}
.search-box #searchParam {
  float: none;
  max-width: 200px;
}
@media (max-width: 1200px) {
  .search-box {
    margin-bottom: 1em;
  }
}

.imageCircle {
  display: block;
  width: 88%;
  margin-left: 5%;
  padding-top: 88%;
  border: 2px solid #484847;
  background: #E6E7ED;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.intro-text {
  text-align: center;
  width: 80%;
  margin-left: 10%;
  text-transform: uppercase;
  color: #7b7b7b;
}
.intro-text .intro-title {
  margin-bottom: 1em;
  font-size: 1.4em;
  color: #828383;
}
.intro-text .intro-icons {
  margin-top: 1em;
  display: flex;
  justify-content: center;
}
.intro-text .intro-icons .icon {
  margin: 0 1em;
  font-size: 22px;
  background: #DC007F;
  width: 38px;
  height: 38px;
  border-radius: 20px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .intro-text {
    width: 100%;
    margin-left: 0%;
  }
}

#header.sub-header {
  border-bottom: 1px solid #eee;
}
#header.sub-header .header-box {
  padding: 0;
}

#header:not(.sub-header) .search-col {
  float: left;
}
@media (min-width: 1200px) {
  #header:not(.sub-header) .search-col {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  #header:not(.sub-header) .search-col .phone-number {
    display: none;
  }
}
#header:not(.sub-header) .search-col .phone-number .number {
  font-family: Arial, sans-serif;
  color: #DC007F;
  line-height: 3.5rem;
}
#header:not(.sub-header) .search-col form.form.search #searchParam {
  height: 2.5rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
#header:not(.sub-header) .search-col form.form.search button[type=submit] {
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  margin-left: 0.5rem;
  padding: 0;
  background-color: #828383;
  border: 0;
}
#header:not(.sub-header) .search-col form.form.search button[type=submit]:hover, #header:not(.sub-header) .search-col form.form.search button[type=submit]:active, #header:not(.sub-header) .search-col form.form.search button[type=submit]:focus {
  background-color: #8f9090;
}

#mainnav {
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  border: 0;
}
#mainnav #navigation li {
  margin-top: 35px;
  margin-right: 0.7em;
}
#mainnav #navigation li.active a {
  background: #DC007F;
}
#mainnav #navigation li a {
  padding: 10px 12px;
  color: white;
  background: #7b7b7b;
  border-radius: 3px;
  line-height: 1px;
}
#mainnav #navigation li a:hover {
  background: #616160;
}
@media (max-width: 991px) {
  #mainnav #navigation li {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  #mainnav #navigation {
    margin-top: 20px;
  }
}

body .float-left {
  float: left;
  margin-left: 5px;
}
body .twitter-share-button a {
  color: white;
  background: #1B95E0;
  padding: 3px 7px;
  border-radius: 3px;
  font-size: 13px;
}
body .twitter-share-button a:hover {
  text-decoration: none;
}
body .page-logo img {
  margin-top: 10px;
  max-width: 105px;
  width: 100%;
}
body .startSlider {
  overflow: hidden;
  margin: 0px;
  position: relative;
}
body .startSlider .slide {
  width: 100%;
  position: relative;
}
body .startSlider .slide .imageText {
  position: absolute;
  top: 20%;
  right: 0px;
  width: 40%;
}
body .slick-dots li {
  width: 10px;
}
body .slick-dots li button {
  padding: 0;
}
body .slick-dots li.slick-active button:before {
  background-color: #C53187;
}
body .slick-dots li button:before {
  content: "";
  border-radius: 50%;
  height: 15px;
  width: 15px;
  background-color: #a1a2a4;
  border: 2px solid white;
}
body .qOptionsTab {
  margin: 0 -15px;
  padding: 10px 0;
  background-color: #edeeef;
  font-weight: bold;
}
body .qHeaderText {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
body .details-col-middle {
  background: #edeeef;
  padding-bottom: 5rem;
}
body .spacer {
  height: 3px;
  margin: 15px 0;
  background-image: linear-gradient(to right, white 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 3px;
  background-repeat: repeat-x;
}
body .spacer-h {
  min-height: 18rem;
  width: 3px;
  margin: 0 auto;
  background-image: linear-gradient(to bottom, white 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 3px 7px;
  background-repeat: repeat-y;
}
body .product-box-dark {
  background-color: #5b5c5e;
  color: white;
}

footer#footer {
  background-color: #5b5c5e;
  color: white;
}
footer#footer .spacer {
  margin: 25px 0;
}
footer#footer .payment-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 0;
  padding: 0 7rem;
  margin-bottom: 3rem;
}
footer#footer .payment-methods img {
  margin: auto 0;
  border-radius: 0.2rem;
  width: 100%;
}
footer#footer .social-icons li {
  padding: 0;
  border-radius: 50%;
  background-color: #edeeef;
}
footer#footer .social-icons li a {
  font-size: 3rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer#footer .social-icons li a i {
  color: #5b5c5e !important;
}
footer#footer .footer-box-title {
  text-align: center;
  font-weight: 700 !important;
  font-size: 1.2rem;
}
footer#footer ul li {
  text-align: center;
}
footer#footer ul li a {
  font-size: 1.2rem;
  color: white;
  text-transform: uppercase;
}

body #productPrice .price {
  font-weight: bold;
}
body .tobasket .input-group {
  width: unset;
}
body .tobasketFunction .input-group {
  float: right;
}
body .product-box-dark .radio label {
  display: flex;
}
body .product-box-dark .radio label a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  background-color: #828383;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
body .product-box-dark #toBasket {
  border: unset;
  font-size: 17px;
  background: white;
  color: #DC007F;
  border-radius: 6px;
}
body .product-box-dark #toBasket img {
  width: 3rem;
}
body .product-box-dark .dropdown-wrapper {
  width: 100%;
}
body .product-box-dark .dropdown-wrapper input {
  padding: 3rem 1rem;
  width: 100%;
  font-size: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.6rem;
  min-width: unset !important;
}
@media (max-width: 1200px) {
  body .product-box-dark .dropdown-wrapper input {
    font-size: 1.5rem;
  }
}
body .product-box-dark .variant-description {
  font-size: 1.7rem;
  display: flex;
  align-items: center;
}
body .product-box-dark .variant-description i {
  font-size: 3rem;
}

@media (max-width: 1024px) {
  .qButton {
    padding: 15px 20px;
  }
  .container {
    width: 100%;
  }
  #qImageBoxImage {
    min-height: 350px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
  .qImageContainer {
    padding: 0;
  }
  .qCategory a {
    font-size: 16px;
  }
  body.fixed-header #header #mainnav.fadeIn {
    padding: 1em;
  }
}
@media (max-width: 360px) {
  body .startSlider .slide .imageText {
    position: absolute;
    top: 35%;
    right: 20px;
    width: 50%;
  }
  .container-fluid #footer {
    margin-left: -15px;
    margin-right: -15px;
  }
  #navigation {
    margin: 0;
  }
  .navbar-collapse {
    padding-left: 0;
    width: 100% !important;
  }
  .container {
    width: 360px;
  }
  .productListBox {
    width: 100%;
    margin-left: 0;
    display: block;
  }
  .productListBox .productBox {
    width: 100%;
  }
  .qButtonToggle {
    padding: 3px 15px;
  }
  .mobileMargin {
    margin-top: 1em;
  }
  h3 {
    font-size: 20px;
  }
  #qImageBoxImage {
    min-height: 375px;
  }
}

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