/* Large Tablets */
@media handheld, screen and (max-width: 1024px) {
    .middle-container {
        padding-top: 0;
    }
    /* Ajax Cart Pro */
    #ajaxcartpro-add-confirm.ajaxcartpro-box-show {
        display: block !important;
    }
    /* Button Styling */
    .button,
    .button2,
    .form-button,
    .form-button-alt,
    button,
    input[type="button"],
    input[type="submit"] {
        -webkit-appearance: none !important;
    }
}
/* Small Tablets */
@media handheld, screen and (max-width: 768px) {
    .mobile-hide {
        display: none;
    }
    #main {
        padding: 50px 1% 30px;
        width: 98%;
    }
    .col-2-left-layout .col-main,
    .col-2-right-layout .col-main {
        max-width: 100%;
    }
}
/* Mobile */
@media handheld, screen and (max-width: 480px) {
}
