/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.single-product.layout-full .images img {
max-width: 250px;
}


.right-btns .back-btn, .right-btns .s-over-btn, .left-btns .button {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e05d22 0%, #d94412 100%) repeat scroll 0 0 !important;
    border-radius: 4px !important;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26) !important;
    color: #ffffff !important;
    display: inline-block !important;
    filter: none !important;
    float: left !important;
    padding: 11px 14px 10px !important;
    margin: 5px !important;
}