/** Custom css file, can be used to add your css customization */
.custom_theme_class {
    color: #4ca2d5;
}

@media only screen and (max-width: 768px) {
    .catalog-product-view .box-tocart .fieldset:before,
    .catalog-product-view .box-tocart .fieldset:after {
        display: table;
        content: "";
        line-height: 0;
        clear: both;
    }
}