/*
Theme Name: Alukas Child
Theme URI: https://alukas.presslayouts.com/
Author: PressLayouts
Description: This is a child theme for Alukas
Version: 1.0
Author URI: https://www.presslayouts.com/
Template: alukas
Text Domain: pls-theme-child
*/

/*Review Author Avatar ausblenden*/
#reviews #comments ol.commentlist li img.avatar{
	
	display:none;
}

.products-tabs .nav-tabs .nav-link{
	
	display:none !important;
}

.pls-deliver-return:before {
    
	content: "\26df" !important;
}

.pls-estimated-delivery:before{
	
	content: "\1F4E6" !important;
	
}

@media only screen and (max-width: 1024px) {
	
	div.summary form.cart .button, .woocommerce div.summary .pls_quick_buy_button{
		
		font-size:12px !important;
	}
	

}

#tab-reviews.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews {
display:block !important;
}
.tab-content-wrap{

	margin-bottom: 60px;
}

.button.single_add_to_cart_button.button.alt.single_add_to_cart_ajax_button{
	background-color: #388e3c;
}

.testimonial-avatar{
	text-align: center;
	margin-bottom: 10px;
}
.testimonial-avatar img{
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

.pls-sticky-add-to-cart-right .pls-bought-together-products{
	display: none;
}

.accordion-layout .tab-content-wrap{
	border-bottom: none !important;
}

span.outlinediv{

	background: #F5AF29;
	width: 11px;
	height: 11px;
	border-radius: 18px;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	animation: blink 2s ease 0s 900 normal forwards;
}
.aktion{
	animation: blink 2s ease 0s 900 normal forwards;
}

.littlestock {

	color: #F5AF29;

}
@keyframes blink {
	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

.rabatt-container{

	margin-bottom: 70px;
}
.price-container{
	display: flex;
	justify-content: space-between;

}

.price-itemR{
	width: 30%;
}

.price-itemL{
	width: 30%;
}
.price-itemL.rabatt{
	width: 50%;
}

@media only screen and (max-width: 1024px) {

	.rabatt-container{

		margin-bottom: 0px;
	}
	.rabatt-container p{
		margin-bottom: 10px;
	}
	.price-itemR{
		width: 44%;
	}
	.price-itemR.rabatt{
		width: 28%;
	}
	.pls-product-container{
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
}
.pls-swatches .swatch {
	padding: 14px !important;
	border-radius: 20px;
	margin-bottom: 10px;
}

.variation-swatche .reset_variations{
	display: none !important;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 0.5rem !important;
}

.woocommerce-mini-cart__buttons.buttons > a:nth-child(1){
	display:none !important
}

.xoo-wsc-notice-success, .xoo-wsc-sm-sales{
	display:none !important;
}