/*
Theme Name: Action Security Cameras
Version: 1.1
Description: A child theme of Sabino
Template: sabino
Author: Action Security Cameras
*/
@import url("../sabino/style.css");

/* Hide sidebar on homepage and static pages only */
.hide-sidebar #secondary {
    display: none !important;
}
.hide-sidebar #primary {
    width: 100% !important;
    float: none !important;
}

/* Product short description on shop pages */
.product-excerpt {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
    margin: 5px 0 0 0;
    padding: 0 5px;
}
