.top-panel {
  background-color: white;
  padding: 20px;

}
.main-frame{
  width: 100%;
  height: 100vh;
}
.iframe-wrap{
  margin: auto;
}
.iframe-wrap.desctop{
  width: 100%;
}
.iframe-wrap.tablet{
  width: 770px;
}
.iframe-wrap.tablet.landscape{
  width: 1024px;
}
.iframe-wrap.mobile{
  width: 350px;
}
.iframe-wrap.mobile.landscape{
  width: 640px;
}
.devices {
  font-size: 40px;
  color: lightgray;
  height: 42px;
  position: absolute;
  right: 20px;
  top: 21px;
  background-color: white;
  display: inline-block;
}
.device:hover, .device.active {
  color: black;
}
.device {
  vertical-align: middle;
  line-height: 40px;
}
.devices .icon-mobile:before{
  vertical-align: top;
  font-size: 24px;
  line-height: 50px;
}
.device.landscape i:before{
  transform: rotate(90deg);
}
.device i:before{
  transition: all 400ms;
}
.devices .rotate {
  opacity: 0;
  transition: opacity 500ms;
}
.devices .rotate.active {
  opacity: 1;
}
.devices .rotate i:before{
  vertical-align: top;
  font-size: 20px;
  line-height: 50px;
  color: gray;
  cursor: pointer;
}
.devices .rotate:hover i:before{
  color: black;
}
@media (max-width: 997px) {
  .devices {
    position: fixed;
    width: 60px;
    height: 200px;
    top: 100px;
    border: 1px solid lightgray;
    text-align: center;
    border-radius: 3px;
  }
  .device {
    vertical-align: top;
    margin-top: 10px;
    display: inline-block;
  }
  .device .icon-mobile:before, .devices .rotate i:before {
    line-height: 40px;
  }
}
.clrfx {
  clear: both;
}
#buyButton {
  background-color: #df2151;
  color: white;
  line-height: 42px;
  border-radius: 3px;
  text-transform: uppercase;
  border: none;
  position: relative;
}

#product_options{
  display: inline-block;
  position: relative;
}

#buyButton .cart-text{
  padding: 0 10px;
}

#buyButton .price_container{
  border-left: 1px solid #b90e39;
  display: inline-block;
  height: 42px;
  padding: 0 10px;
}
.editablecombinations {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #df2151;
  border-radius: 3px;
  color: white;
}
.attrgroup {
  position: relative;
  text-align: left;
  padding: 10px 15px 10px 10px;
  border-bottom: 1px solid #b90b37;
  font-size: 13px;
  white-space: nowrap;
  color: #fff;
}
.editablecombinations .attrgroup:hover {
    background: #b90b37;
}
.product-select {
  background: white;
  border: 1px solid lightgray;
  line-height: 42px;
  height: 42px;
  padding: 0 10px;
  border-radius: 3px;
}
.text-center {
  width: 100%;
  text-align: center;
}
