/*
Theme Name: Flowers Boutique Child
Theme URI: http://flowers-boutique.ancorathemes.com/
Description: Flowers Boutique Child - Multipurpose and Multiskin Responsive Wordpress theme
Author: Acnorathemes
Author URI: http://ancorathemes.com/
Template: flowers-boutique
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: flowers-boutique-child
*/

/*Write your style*/

@import url("../flowers-boutique/style.css");

.sku_wrapper {
	display:none;
}
.homeHelloParagraph
{
	background-color:rgba(214,214,214,0.26);
	color:black;
}

.panel_middle {
	
	display:none;
}
.product_meta {
	
	display:none;
}
.get {
	
	display:none;
}
.grecaptcha-badge { visibility: hidden; }


div.wpcf7-response-output {
	color: #5a5959;
	font-weight: bold;
	background-color: rgba(255,255,255,0.7);
	
}

.scroll_to_top {
	position: fixed !important;
	z-index: 9999 !important;
	display:block;
	width: 3em;
	height: 3em;
	line-height: 3em;
	text-align:center;
	bottom: -4em;
	right: 3.2em;
	background: #fff;
	border:none;
	cursor: pointer;
	-webkit-transition: all ease 1.5s;
	   -moz-transition: all ease 1.5s;
	    -ms-transition: all ease 1.5s;
	     -o-transition: all ease 1.5s;
	        transition: all ease 1.5s;
	filter: alpha(opacity=0);
	opacity: 0;
}
.scroll_to_top.show {
	filter: alpha(opacity=100);
	opacity: 1;
	bottom: 8.3em;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	font-family: inherit;
	
	
}
.product_title {
	font-family: "Playfair Display";
	font-weight: bold;
}
h3 a {
	font-weight: bold;
	
}
.menu_main_nav > li > a {
	font-weight: bold;
}
.top_panel_wrap li li > a {
    
    font-size: 1.2em;
   
}
#white_text_cart_popup
{
	color: white;
}
.woosb-item-child
{
	display: none;
}