/*

Theme Name: Regrow Hair

Theme URI: http://zoomwebmedia.com/

Author: ZWM-Achyut

Author URI: http://zoomwebmedia.com/

*/

	

.navbar-collapse li.current_page_item > a, .navbar-collapse li.current_page_ancestor > a, .navbar-collapse li.current-menu-item > a, .navbar-collapse li.current-menu-ancestor > a {

	color: #ffea00;

	text-transform: uppercase;

	text-align: center;

	}



.woocommerce-billing-fields input[type=text],input[type=tel],input[type=email]{

	 padding: 10px;

	

}



button.single_add_to_cart_button.button.alt{

	background: #eadf4f !important;

    box-sizing: border-box;

    padding: 15px 24px;

    display: inline-block;

    text-decoration: none!important;

    vertical-align: top;

    font: normal 13px 'Roboto', sans-serif;

    color: #333433 !important;

    text-transform: uppercase;

}

.woocommerce .quantity .qty {

    height: 46px;

}

.secImg img {

    margin-right: 15px;

}
.footbox > ul > li:last-child > a{ border: 0;}
a.readmore {
    background: #599f49 !important;
    font: normal 15px 'Roboto', sans-serif;
    color: #fff!important;
    border-radius: 0;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 7px 27px;
}

/* Make it a marquee */
.marquee {
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 50s linear infinite;
}
p.microsoft.marquee a {
    color: red;
    font-weight:bold;
    
}


.marquee:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0%   { text-indent: 27.5em }
    100% { text-indent: -105em }
}

/* Make it pretty */
.microsoft {
    padding-left: 1.5em;
    position: relative;
    font: 16px 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

/* ::before was :before before ::before was ::before - kthx */
.microsoft:before, .microsoft::before {
    z-index: 2;
    content: '';
    /*position: absolute;*/
    top: -1em; left: -1em;
    width: .5em; height: .5em;
    box-shadow: 1.0em 1.25em 0 #F65314,
        		1.6em 1.25em 0 #7CBB00,
        		1.0em 1.85em 0 #00A1F1,
        		1.6em 1.85em 0 #FFBB00;
}

.microsoft:after, .microsoft::after {
    z-index: 1;
    content: '';
    top: 0; left: 0;
    width: 2em; height: 2em;
    background-image: linear-gradient(90deg, white 70%, rgba(255,255,255,0));
}