/*
Theme Name: Reebox Child
Theme URI: https://demo.theme-sky.com/reebox/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: reebox
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: reebox-child
*/

.header-middle {
    -webkit-animation-duration: 300ms;
    -moz-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: mySticky;
    -moz-animation-name: mySticky;
    animation-name: mySticky;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    border-width: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    color:rgba(245,0,0,1) !important;
    border-color:rgba(245,0,0,1) !important;
}

.archive.woocommerce .product-label .featured {
    display: none;
}