/*
 Theme Name:   Playrex Child
 Theme URI:    https://wordpress.vecurosoft.com/playrex/
 Description:  This is a child theme for Playrex WordPress Theme
 Author:       Vecurosoft
 Author URI: http://vecurosoft.com/
 Template:     playrex
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  playrex-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.sticky_store_notification {
position: fixed;
top: 0;
z-index: 9999;
background-color: #f05936;
top: 0px;
width: 100%;
text-align: center;
color: #fff;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
font-weight: 600;
}

.woocommerce-invalid-required-field input, .woocommerce-invalid input {
	border: 2px solid red !important;
}
