@import url('https://fonts.googleapis.com/css?family=Titillium+Web');

body { font-family: 'Titillium Web', sans-serif; }

.box {
    background-color: #f9f9f9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#add-to-cart {
    background: #27ae60;
}
#add-to-cart h1 span { font-weight: bold;}

#renderer>canvas.rendering {
    margin: 0 auto;
    position: relative;
}


button.zoom-out,.controls button.reset,button.rotate-left,button.rotate-right,button.move-up,button.move-down,button.move-left,button.move-right,button.reset-full,#remove-background,#add-image,
button.zoom-in {
    filter: brightness(67%);
}

#share-via-email .share-via-email-icon, #save-sample .save-sample-icon, #add-to-cart .add-to-cart-icon {
    filter: brightness(60%);
    }

@media only screen and (min-width: 800px) {
#page-sidebar { width: 320px; }
}



@media only screen and (max-width: 465px){

body {overflow: visible;}

 #page-sidebar, #page-content {
  display: block;
  position: relative;
  width: 100% !important;
  clear: both;
  top:0;
  right: 0;
  overflow: visible;
  z-index: 10;
 }

 #add-to-cart {
  display:block;
 }

 .columns .column.main {
  width: 100%;
  padding: 6px;
 }

 #product-info-price{
  bottom: 39px;
 }

 #page-content>div, #page-content{
  max-height: 300px;
 }

 section#page-sidebar::after {
    content: "";
    background: transparent;
    width: 100%;
    height: 400px;
    position: absolute;
 }
 
#renderer>canvas {
    position: relative;
    margin: 0 auto;
  }   
 
}

.box {
    border: solid 1px #f9f9f9 !important;
}

.product-search-result>div.name {
    height: 15px;
    line-height: 15px;
    width: 125%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product-search-result {
    text-align: center;
    width: 113px;
    height: 125px;
    margin: 2px;
    font-size: 8pt;
    cursor: pointer;
    display: inline-block;
}