/*
Theme Name: WR Nitro Child
Theme URI: http://www.woorockets.com/themes/nitro
Author: WooRockets Team
Author URI: http://www.woorockets.com/
Description: Nitro - the only WordPress eCommerce theme you will need for any WooCommerce projects. Nitro theme comes with ready to use layouts for different ecommerce industries such as fashion, electronics, furniture, digital, sports, jewelry and other. Nitro represents what WooCommerce customers want to see in a theme including intuitive design (UX), robust performance (loading speed) and eCommerce functionalities (boosting sales).
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: wr-nitro
Text Domain: wr-nitro

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
/* HEADER CSS */
.sticky-row {
    box-shadow: 0px 1px 6px 0px rgba(32,33,36,0.28);
}
/* Footer */
@media screen and (min-width: 480px) {
.wr-desktop .widget_nav_menu li a {
    padding: 4px 0px !important;
}
}
.footer .bot {
    padding: 15px 0 !important;
    border-top: 0px solid rgba(255,255,255,0.1) !important;
}
.footer {
    border-top: 2px solid #343434;
}  
.widget-title {
    border-bottom: 1px solid #5C87B1;
    width: fit-content;
    padding-bottom: 5px;
}
.contactofooter:hover {
	color: #5C87B1;
}
.footer .top {
    padding: 35px 0 35px !important;
}
#wr-back-top {
    left: 30px !important;
	right:auto !important
}