/*
Theme Name: SM55 - EnFold Child
Version: 1.0
Description: A child theme of Enfold
Template: enfold
Author: Administrator
*/
@import url("../enfold/style.css");
/* Your awesome customization starts here */

/* General Custom CSS */
.home .title_container { display: none; }
.home main.template-page.content { padding-top: 0; }


.template-shop .page-thumb {
    padding-bottom: 30px;
}

.template-shop .page-thumb img {
    max-width: 400px;
	width: auto;
	max-height:150px;
}

.product .images.nickx_product_images_with_video.loading {
    max-height: none !important;
}

.main_color .summary div p {
    margin-bottom: 25px;
}

.logo {
	max-width: 200px;
	padding-top:25px; 
}

.iconlist_icon.avia-font-entypo-fontello  {
	background-color:#ffffff!important; 
	border:1px solid #ffffff; color:#719430!important; 
}

#top .variations td.label {
    width: 77px;
    text-align: left;
    font-size: 18px;
}

#after_full_slider_1 {
	background-color: #f6f4f2;
}

.avia_textblock.bestseller-column {
    padding: 2.75rem 1.75rem;
}


.single_variation_wrap {
    margin: 10px 0px 20px 10px;
}

.slideshow_align_caption {
	text-shadow: 1px 1px 1px #ffffff,
	-1px 1px 1px #ffffff,
	1px -1px 1px #ffffff,
	-1px -1px 1px #ffffff;
}

.wcppec-checkout-buttons
{
	max-width: 240px!important;
}

#top form.cart .button.disabled { background-color: #666; cursor: not-allowed;}

#top .avia-post-nav {
	height: 130px;
	padding: 10px 15px;
}

#top .avia-post-nav:hover {
    background: #fff;
    color: #333;	
	box-shadow: 2px 2px 4px 0px #ddd;
}

.thumbnail_container {
    height: 250px;
    margin: auto;
    display: flex;
}

#top .thumbnail_container img {
	margin: auto;
	width: auto;
    max-height: 230px;
}

#top .product div.images img { width: auto; max-height: 530px; margin: 0 auto; }

.woocommerce #wrap_all ul.products li.product a img {
    width: auto;
    height: 240px;
	margin: 0 auto;
	padding: 15px 10px;
}

.thumbnail_container {
	justify-content: center;
}

.sidebar section#media_image-2 img {
    margin: 0 auto;
}

.woocommerce .products .product h2 {
	min-height: 50px;
    font-weight: bold;
}

.products .woocommerce_de_versandkosten a {
	display: inline !important;
}

.products .woocommerce-de_price_taxrate,
.wgm-info.woocommerce-de_price_taxrate {
    display: inline-block !important;
    padding-left: 5px;
}

#top .product_column_4 .products .product {
	width: 24%;
}
	
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
	.title_container .breadcrumb { top: 15px; }
	
	.responsive #top #wrap_all .container {
		width: 95%;
		max-width: 95%;		
	}
	
	#menu-item-shop .cart_dropdown_link {
		padding: 0 0 0 38px;
	}
	
	.responsive #top .logo { width: 50%; }
	.responsive #top #wrap_all .main_menu { width: 44%; }
	
	
	.responsive #top .av-logo-container .avia-menu { width: 100%; }
	
	.responsive.html_cart_at_menu #top .main_menu .menu>li:last-child { float: none; }
}


#top #wrap_all #header .av-menu-button > a { margin-right: 5px; }

#menu-item-shop.cart_dropdown { border: none; padding:0; }

#menu-item-shop .cart_dropdown_link { padding: 0; }

#header .avia_mega_div {border-top: 1px solid #2a2e30; }

#top div ul.product_list_widget li a { color: #f1f1f1; }

.dropdown_widget_cart dl.variation .variation-Lieferzeit, .dropdown_widget_cart .wgm-info.woocommerce-de_price_taxrate, p.jde_hint { display: none !important; }

.header_color div { border-color: #747474 !important; }

#top .dropdown_widget .buttons .button { width: 50%; text-align: left; padding: 0 3%;}

#top .dropdown_widget .buttons .button.checkout { text-align: right; }

#top div.woocommerce-message {
	border-color: #2d7752;
    background-color: #2d775230;
    color: #000000;
}

#top div.woocommerce-error a.button, #top div.woocommerce-message a.button {
	background: #000;
}

#top .main_color .quantity input.plus, #top .main_color .quantity input.minus {
	background: #e1e1e1;
}

/** checkout **/
.angelleye_ppcp fieldset {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

li.wc_payment_method.payment_method_angelleye_ppcp img {
    float: right !important;
}

legend.express-title, .angelleye_ppcp .express-divider {
    display: none !important;
}

.angelleye_ppcp { height: 40px !important; }


/** PRODUCT SINGLE PAGE **/
#nickx-gallery {
	display: none !important;
}

.single-product-main-image {
	width: 50%;
}

.inner-wrapper {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 20px;
}

.product-details-column {
	width: 100%;
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

.images-holder {
	max-width: 100%;
	transition: opacity .9s ease-in-out;
	opacity: 1;
}

.product-details-content {
	padding: 20px;
}

.product-main-container .images-wrapper {
	max-width: 100%;
}

.product-main-container .product-images {
	position: relative;
}

.product-details-content {
	max-width: 520px;
	width: 100%;
}

.product-details-content .product-name {
	margin-bottom: 25px;
}

.product-title .product-subname {
	margin-bottom: 10px;
}

.product-details-content .product-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.product-details-content .product-short-description {
	font-size: 14px;
	line-height: 24px;
	max-width: 380px;
	width: 100%;
	letter-spacing: .36px;
	color: #767676;
	margin-bottom: 27px;
}

.read-more-link {
	display: inline-block;
	position: relative;
	z-index:99;
	margin: 30px 0 10px;
	line-height: 13px;
	text-decoration: none;
	border-bottom: 1px solid currentColor !important;
}

.product-details-content .product-price {
	margin-bottom: 20px;
	color: #000;
	font-size: 30px;
	letter-spacing: 2.5px;
}

.product-meta-info {
	font-size: 14px;
	letter-spacing: .36px;
	line-height: 24px;
	margin-top: 22px;
	max-width: 100%;
}

.add-to-cart-wrapper {
	margin-bottom: 10px;
}

.product-ingredients {
	display: block;
	flex-direction: row;
	align-items: center;
	background-color: #212426;
}

.product-anwendung {
	background-color: #f0ece8;
}

.product-anwendung.dark-bg {
	background-color: #212426;
}

.product-ingredients-column .ingredient-title, .product-ingredients-column .ingredient-text {
	color: #fff;
	line-height: 2.5;
}

.product-ingredients-column {
	width: 100%;
	justify-content: center;
	text-align: center;
}

.product-anwendung .howto-title, .product-anwendung .howto-text {
	color: #666666;
	line-height: 2.5;
}

.product-anwendung.dark-bg .howto-title, .product-anwendung.dark-bg .howto-text {
	color: #f2f2f2;
}

.product-ingredients-column.column-details {
	padding: 30px 40px;
	transition: height .3s ease;
}

.product-ingredients-column .product-ingredients-content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	max-height: 100%;
	opacity: 1;
	overflow: auto;
	text-align: center;
	width: 100%;
}

.product-ingredients-column .ingredient-item:first-child {
	border-top: 0;
	display: block;
	margin: 0 0 13px;
	padding-top: 0;
}

.woocommerce-tabs.wc-tabs-wrapper { display: none; }

.product-highlights, .product-all-ingredients {
	margin-top: 1rem;
	padding: 26px 0 48px;
	width: 100%;
	background-color: #f0f0f0;
}

.product-all-ingredients {
	margin-top: 0;
	background-color: #fff2e6;
}
	
.product-brand .col img {
	max-height: 140px;
}

.product-all-ingredients .col-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.product-long-desc {
	background-color: #e1e1e1;
	padding: 20px 0;
	position: relative;
}

.product-long-desc .col-wrapper {
    flex-wrap: wrap;
}

.fadeout {
	position: absolute;
	bottom: 6em;
	height: 6em;
	width: 100%;
	display: none;
	background: -webkit-linear-gradient(
		rgba(225, 225, 225, 0) 0%,
		rgba(225, 225, 225, 1) 100%
	); 
	background-image: -moz-linear-gradient(
		rgba(225, 225, 225, 0) 0%,
		rgba(225, 225, 225, 1) 100%
	);
	background-image: -o-linear-gradient(
		rgba(225, 225, 225, 0) 0%,
		rgba(225, 225, 225, 1) 100%
	);
	background-image: linear-gradient(
		rgba(225, 225, 225, 0) 0%,
		rgba(225, 225, 225, 1) 100%
	);
	background-image: -ms-linear-gradient(
		rgba(225, 225, 225, 0) 0%,
		rgba(225, 225, 225, 1) 100%
	);
}

.small .fadeout { display: block; }

.product-long-desc .col-wrapper {
	line-height: 2;
}

.product-long-desc h3 {
	margin-top: 30px;
}

.product-all-ingredients h3 {
	width: 40%;
	padding-right: 30px;
	align-self: flex-start;
}

.product-highlights .col {
	margin-bottom: 50px;
	padding: 0 20px;
	position: relative;
	text-align: center;
	width: 100%;
}

.product-highlights .text-holder {
	padding-bottom: 8px;
	position: relative;
}

.product-highlights .text-holder p, .product-all-ingredients p {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 24px;
}

.column-image { width: 100%; }

.product-brand h3 {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.product-brand h3 {
		margin-top: 0;
	}

	.product-details-content {
		padding: 20px;
	}

	.product-details-column {
		width: 50%;
	}

	.product-ingredients-column.column-details {
		width: 50%;
		padding: 30px 80px;
		transition: padding .3s ease;
	}

	.product-ingredients-column .product-ingredients-content {
		display: block;
		max-width: 480px;
		text-align: left;
	}

	.product-ingredients-column .ingredient-item {
		display: block;
		width: 100%;
		padding-top: 51px;
	}

	.col-wrapper {
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		width: 100%;
	}
	
	.product-brand .col-wrapper {
		display: flex;
		justify-content: space-between;
		align-content: center;
		justify-content: center;
		align-items: center;
	}
	
	.product-brand .col-wrapper .col {
		padding: 30px; 
	}
	
	.product-highlights {
		padding: 20px 0;
	}

	.product-highlights .col {
		align-items: center;
		display: flex;
		flex-wrap: initial;
		justify-content: initial;
		text-align: initial;
		margin-bottom: 0;
		max-width: 333px;
		transition: opacity .6s cubic-bezier(.645, .045, .355, 1);
		padding: 0 20px;
	}

	.product-highlights .media-holder {
		align-items: center;
		display: flex;
		justify-content: center;
		margin-right: 20px;
	}

	.product-highlights .text-holder {
		display: flex;
		align-items: center;
		padding-bottom: 0;
		width: 100%;
		position: relative;
	}

	.column-details {
		width: 50%;
	}

	.column-image {
		height: auto;
		align-items: center;
		display: flex;
		justify-content: center;
		width: 50%;
	}

}

@media (min-width: 1024px) {
	.product-ingredients { display: flex; }

	.column-image img {
		margin-bottom: -7px;
	}

	.product-ingredients-column.column-details {
		padding: 30px 120px;
	}
}

.sidebar {
	display: none !important;
}

.no-img .product-ingredients-column.column-details { width: 100%; }
.no-img .product-ingredients-column .product-ingredients-content { margin: 0 auto; text-align:center; }

.small {
height: 8em;
overflow:hidden;
}
.big {
	height: auto;
}
