/*
Theme Name: Starpus Child
Theme URI: https://themeforest.net/user/zemez/portfolio
Author: Zemez child theme
Author URI: https://zemez.io/wordpress/
Description: Starpus - Corporate multihome WordPress theme for real life projects. Built with love and care by Zemez.
Template: starpus
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: starpus
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, grid-layout, custom-header, custom-logo, footer-widgets, flexible-header, blog
*/

#colophon .footer-area-wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media only screen and (max-width: 992px) {
 .n2-ss-layer-row-inner {
	 flex-direction: column-reverse;
 }
}

.woocommerce .product:not(.product-list) > .block_product_content a.button {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: inline-block;
    top: -30px; 
}

.woocommerce .product:not(.product-list):hover > .block_product_content a.button {
  visibility: visible;
  top: 0;
  opacity: 1;
}

.widget {
margin-bottom: 0 !important;
}