.bs-popover {
    background: #333;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    left: 190px;
    padding: 5px;
    position: absolute;
    width: 600px;
    z-index: 1000 !important;
    display: none;
    top: 92px;
}
.bs-popover-bg{
    background: url("fullscreen.png") left top transparent;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}
.gui-popover {
    background: none repeat scroll 0 0 #333333;
    top: 0px;
}
.gui-progressbar {
    background: url("http://assets.webshopapp.com/smashing-prints/bg-btn.png") no-repeat scroll 0 0 #76C61B;
}
.gui-progressbar .gui-indicator .gui-progress {
    background: url("http://assets.webshopapp.com/smashing-prints/gui-progressbar-sprite.png") no-repeat scroll 0 -38px transparent;
}

.bs-popover {
  dislay: inline !important;
}
.bs-popover-content {
  width: 575px;
  height: 250px;
  border-radius: 5px 5px 5px 5px;
  padding: 10px;
  z-index: 1000 !important;
}
.bs-popover-content p {
  float: left;
    font-size: 14px;
    line-height: 137%;
    text-align: left;
    width: 69%;
  margin: 2px 2px;
}


.up-popover {
    background: #333;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    left: 190px;
    padding: 5px;
    position: absolute;
    width: 600px;
    z-index: 1000 !important;
    display: none;
    top: 92px;
}

.up-popover-bg{
    background: url("fullscreen.png") left top transparent;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}
.up-popover {
  dislay: inline !important;
}
.up-popover-content {
  width: 580px;
  height: 100%;
  border-radius: 5px 5px 5px 5px;
  padding: 10px;
  z-index: 1000 !important;
  background: none repeat scroll 0 0 #FFFFFF;
}
.up-popover-content p {
  float: left;
    font-size: 14px;
    line-height: 137%;
    text-align: left;
    width: 69%;
  margin: 2px 2px;
}

.gui a.gui-button-large {
margin-top:15px;
}

.bestelbtn {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 150px;
    left: 722px;
    position: absolute;
    top: -355px;
    z-index: 999;
}

#fullscreen {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background: url("fullscreen.png") left top transparent;
    z-index: 9998;
    margin: 0 auto;
}

.gui-popover {
  z-index: 1001 !important;
  top: 0px !important;
}
/* .gui-button-large { 
  display: none !important;
} */
.gui-button-large1 { 
  margin: 5px !important;
}

a.gui-button-large1 {
    background: url("https://assets.webshopapp.com/smashing-prints/gui-sprite.png") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #8D8D8D;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 #F2F2F2;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}