/*
Theme Name: Mirasat Child Theme
Theme URI: http://mirasat.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Mirasat
Template: mirasat
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: mirasat

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Magicline Styling */
/* Shop */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 2px solid #2390ce;
}
.woocommerce .product.ltx-wc-new.product.ltx-wc-new .item:after {
    border-color: transparent #2390ce transparent;
}

/* Media Queries */
@media (max-width: 768px) {
    .copyright-block {
        padding: 32px 0 100px;
    }
}
