article#add-to-cart {
    background-color:#000;
    color:#fff;
    transition: color .15s ease-in-out, background-color .15s ease-in-out;

    border-radius: 30px;
    padding:5px 40px;
    -webkit-box-shadow: none;
    box-shadow: none;

    width:initial;
}

article#add-to-cart:hover {
    background-color:#dcd3bc;
    color:#000;
}

article#add-to-cart img {
    display:none;
}

body .box,
body input,
body select,
body textarea,
.styled-select {
    border-radius: 15px !important;
    padding:5px;
}
.styled-select>ul {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

body input, body button.new {
    font-size: 20px;
    padding:5px;
}

img.font-img {
    max-width: 65%;
}

body .colour-panel {
    max-height:120px;
}

body .layer-controls.surface {
    border:none;
}

@media only screen and (max-width: 767px) {
    section#page-sidebar {
        /*top:300px;*/
    }
    section#page-content {
        /*top:-300px;*/
    }


    #renderer>canvas.rendering {
        max-height:300px;
    }
}

