/*

Theme Name: Astra Child
Description: Astra Child Theme
Version: 1.0
Author: Me
Template: astra
*/

/*Add your own styles here:*/

/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@import url("../astra/style.css");

.woocommerce-product-search button {
    width: 200px!important;
    border: 1px solid #fff;
    margin-left: 15px;
}

@media all and (max-width: 480px) {
    .site-main {
        margin-top: 150px;
    }
}