/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
/****** hide recaptcha banner ******/
.grecaptcha-badge 
{
    display: none !important;
}

/****** Woocommerce ******/
/*** disable/hide ***/
.woocommerce-product-details__short-description
{
	display: none !important;
}

li#tab-title-reviews
{
	display: none !important;
}
div#tab-reviews
{
	display: none !important;
}

li#tab-title-description
{
	display: none !important;
}
div#tab-description
{
	display: none !important;
}

li#tab-title-additional_information
{
	display: none !important;
}
div#tab-additional_information
{
	display: block !important;
}

div#tab-additional_information
{
	border: none !important;
}
span.onsale
{
	display: none !important;
}

/*** main page (shop entry) ***/
#top .products .product-category
{
	border: none;
	padding: 2.5%;
}

#top .products .product-category img
{
	/*width: 45%;
	margin: 5% 0% 10% 27%;*/
	border-radius: 50%;
}

.category-image-wrapper
{
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	margin-bottom: 5%;
}

h2.woocommerce-loop-category__title 
{
    text-align: center;
    color: #222222 !important;
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: initial !important;
}

/*** category page ***/
.archive .page-thumb
{
	display: none;
}

.archive .product-sorting
{
	display: none;
}

.template-shop .page-title
{
	display: block;
}

h1.woocommerce-products-header__title.page-title
{
	text-transform: uppercase;
	font-size: 30px;
}

.tax-product_cat header.woocommerce-products-header
{
	padding-top: 100px;
	margin-bottom: -3%;
}

.tax-product_cat .term-description p
{
	font-size: 15px;
	width: 80%;
	line-height: 1.65em;
}

.tax-product_cat .term-description p:last-child
{
	margin-bottom: 7%;
}

/*#top .thumbnail_container img
{
	width: 45%;
	margin: 5% 0% 10% 27%;
}*/

.tax-product_cat .thumbnail_container
{
	border: 1px solid #e1e1e1;
	border-radius: 50%;
}

li.product.type-product.status-publish.instock.product_cat-flacon.has-post-thumbnail.shipping-taxable.product-type-simple
{
	padding: 2.5%;
}

.tax-product_cat div .products .product
{
	margin: 0 5% 5% 0;
    width: 30%;
}

/*** product page ***/
.single-product .template-shop
{
	padding-top: 100px;
	padding-bottom: 100px;
}

i.fa.fa-file-pdf.fa-lg
{
	display: none;
}

a.theme-btn.theme-button
{
	border-radius: 3px;
	padding: 10px;
	font-size: 12px;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 3px 0;
	line-height: 1.2em;
	position: relative;
	font-weight: normal;
	text-align: center;
	max-width: 100%;
	padding: 15px 30px 13px;
	min-width: 139px;
	background-color: #47a8d5;
	color: #FFF;
}

a.theme-btn.theme-button:hover
{
	background-color: #47a8d5;
	opacity: 0.9;
	cursor: pointer;
}

.woocommerce-print-products.link-wrapper
{
	display: inline;
	margin-left: 37%;
}

.woocommerce-print-products.link-wrapper.quotation
{
	margin-left: 4%;
}

#top div.product .woocommerce-tabs .panel
{
	padding-left: 0 !important;
}

#top div.product .woocommerce-tabs
{
	margin: 0px 0 6% 0;
}

table.woocommerce-product-attributes.shop_attributes
{
	margin-left: -1%;
}

span.posted_in 
{
    color: #222222;
    font-size: 20px;
    line-height: 1.1em;
    text-transform: uppercase;
    font-weight: 600;
}

h1.product_title.entry-title
{
	text-transform: uppercase;
	font-size: 30px;
}

div table.shop_attributes th
{
    text-transform: initial;
    width: 200px;
    color: #666666;
    font-weight: initial;
    font-size: 15px;
    letter-spacing: initial;
}

div table.shop_attributes td
{
	font-style: normal;
    color: #666666;
    font-size: 15px;
}

.template-shop .single-product-main-image .images a
{
	border-radius: 50%;
}

.woocommerce-product-gallery__wrapper img
{
	/*width: 45% !important;
	margin: 5% 0% 10% 27% !important;*/
	border-radius: 50%;
}

.product-template-default .template-shop .images a
{
	padding: 0;
}

.product-template-default a.avia-post-nav.avia-post-prev.with-image 
{
    display: none !important;
}

.product-template-default a.avia-post-nav.avia-post-next.with-image 
{
    display: none !important;
}

.main_color tr:first-child, .main_color .pricing-table
{
	border-top: 1px solid #e6e6e6;
}

.main_color tr, .main_color .pricing-table>li, .main_color .pricing-extra
{
	border-bottom: 1px solid #e6e6e6;
}

tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_hypertexte
{
	display: none;
}

@media only screen and (max-width: 700px)
{
	.woocommerce-print-products.link-wrapper
	{
		margin-left: initial !important; 
		display: initial;
    	float: left;
    	width: 100%;
    	margin-bottom: 10%;
	}
}

/****** quotation ******/
.quotation_column {
  float: left;
  width: 50%;
  padding-right: 5%;
}

.quotation_row:after {
  content: "";
  display: table;
  clear: both;
}

.quotation_column br
{
	display: none !important;
}

.quotation_column:first-child
{
	margin-bottom: 4%;
}

.quotation_column p.quotation_informations
{
    font-size: 12px;
    margin-top: 15%;
}

.page-id-3763 div#after_section_1
{
	border: none;
}

.page-id-3763 .content, .sidebar
{
	padding-bottom: 0px;
}

input#product 
{
    background-color: #e8e8e8 !important;
}


/****** cookie notice ******/
span#cn-close-notice
{
	display: none;
}
#cookie-notice .cn-button 
{
    margin: 0 0 0 10px;
    display: inline-block;
    color: #fff;
    background: #47a8d5;
}