/*--- standard variables ---*/
/*--- switch themes ---*/
/* #####################################################################################################
   This stylesheet is used for theme specific variables

   1 Munnichs

   ##################################################################################################### */
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)";

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.fixedBottomWrapper {
  font-size: 13px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 120;
  -webkit-transition: transform 400ms ease;
  -moz-transition: transform 400ms ease;
  -o-transition: transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 150%, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0, 150%, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 150%, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 150%, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 150%, 0) scale3d(1, 1, 1);
}
.fixedBottomWrapper.show {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
@media only screen and (max-width: 767px) {
  .fixedBottomWrapper {
    padding: 20px 3%;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .fixedBottomWrapper {
    box-shadow: 0 2px 8px #cccccc;
    position: fixed;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: auto;
    background: #fafafa;
    width: 100%;
    max-width: 495px;
    height: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  .fixedBottomWrapper {
    left: auto;
    right: 30px;
  }
}
.fixedBottomWrapper .fixedBottomWrapper__size {
  float: left;
  width: 25%;
  position: relative;
}
.fixedBottomWrapper .fixedBottomWrapper__size select {
  outline: 0;
  width: 100%;
  border: none;
  color: white;
  background: #f8f8f8;
  text-indent: 5px;
  font-size: inherit;
  font-weight: bold;
  height: 44px;
}
.fixedBottomWrapper .fixedBottomWrapper__bttn {
  float: right;
  width: 70%;
  margin: 0;
  height: 44px;
  line-height: 43px;
  font-size: inherit;
  font-weight: bold;
  background: #f8f8f8;
  padding: 0 0.5em;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fixedBottomWrapper .fixedBottomWrapper__left {
  float: left;
  width: 30%;
  background: white;
  height: 100%;
  text-align: center;
}
.fixedBottomWrapper .fixedBottomWrapper__left > img {
  padding: 15px;
}
.fixedBottomWrapper .fixedBottomWrapper__right {
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .fixedBottomWrapper .fixedBottomWrapper__right {
    width: 70%;
    float: right;
    padding: 20px;
  }
}
.fixedBottomWrapper .fixedBottomWrapper__right .fixedBottomWrapper__title,
.fixedBottomWrapper .fixedBottomWrapper__right .fixedBottomWrapper__price {
  display: block;
}
.fixedBottomWrapper .fixedBottomWrapper__right .fixedBottomWrapper__title {
  float: left;
  max-width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fixedBottomWrapper .fixedBottomWrapper__right .fixedBottomWrapper__price {
  float: right;
  font-size: 18px;
  max-width: 25%;
}
.fixedBottomWrapper .fixedBottomWrapper__right .fixedBottomWrapper__top {
  margin-bottom: 15px;
}
.fixedBottomWrapper .closeButton {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px;
}
