/*
 Theme Name:   Kuestenglueck
 Description:  Theme Kuestenglueck
 Author:       pictibe
 Author URI:   https://www.pictibe.de
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.woodmart-logo img { padding: 10px 0; }
.wunschliste_icon { display: block; flex: none; }
.woodmart-shopping-cart { padding: 5px; border: 1px solid rgba(0,0,0,.17); border-radius: 5px; }
.woodmart-shopping-cart:hover { background: rgba(0,0,0,.05); }

.zusatzheaderzeile { display: block; width: 100%; text-align: center; background: white; padding: 10px; }
.zusatzheaderzeile img { width: 100%; max-width: 1222px; }

body .grecaptcha-badge { display: none !important; visibility: hidden !important; }


/* BLOG */
body.single-post .post-single-page .article-inner { padding-right: 5%; }
.article-inner .post-date, .entry-header .post-date, .entry-meta .meta-author { display: none !important; }


.product-grid-item .product-title {  font-weight: 600; color: #394657; }

/* PRODUKTSEITE */
.product-image-summary .summary { padding-top: 15px; padding-bottom: 15px; background: white; }
.product-image-summary .summary .summary-inner { padding: 15px; }
.summary-inner .price { margin-bottom: 0; font-size: 160%; }
.wgm-info { font-size: 85%; }
.summary-inner .wgm-info.shipping_de { font-size: 120%; color: #7fbc53; display: inline-block; font-weight: 600; }
.single-product .summary-inner .wd-before-add-to-cart { margin-bottom: 0 !important; }
.single-product .summary-inner .wgm-info.woocommerce-de_price_taxrate, .wgm-info.woocommerce_de_versandkosten { display: inline-block; }
.single-product .summary-inner .wgm-info.shipping_de { display: block !important; }

.single-product button.single_add_to_cart_button { padding: 10px 30px; font-size: 15px; }

.single-product-page .wd-fbt-wrap { width: 101%; margin: 50px 0 75px 0; padding: 25px; }


/*Warenkorb Button effekt*/

button.single_add_to_cart_button { padding: 18px 40px !important; font-size: 17px !important; animation-name: horizontal-shaking; animation-duration: 8s; animation-iteration-count: infinite; }

/* CHECKOUT */
.cart-actions .coupon .button { background: #cacaca; color: #394657; }


/*SIDEBAR*/
.sidebar-container{ border: solid 2px #dbd5d9 !important; padding: 20px; }
.sidebar-container .socialincontent li{ list-style: none !important; display: inline-block; padding: 0 10px;}
.textwidget > ul:not(.menu) > li::before{ display: none !important; }


/*FOOTER*/
.wd-prefooter { padding-bottom: 0 !important; }
.wd-prefooter input[type="email"] { width: 100% !important ; }

.wd-prefooter input[type="text"], .wd-prefooter input[type="email"], .wd-prefooter input[type="search"] { background: #fff !important; }

.footer-container .menu-footer li { display: inline-block !important; padding: 0 10px !important; }

a.scrollToTop { right: 49%; }

@media screen and (max-width: 960px) {
	
	body.single-post .post-single-page .article-inner { padding-right: 0; }
	.woodmart-shopping-cart { border: 0; }
	.whb-column .whb-text-element.reset-mb-10 { display: inline-block; flex: none; }
}


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

	
   
}

@keyframes horizontal-shaking {
0% { transform: translateX(0) }
4% { transform: translateX(8px) }
8% { transform: translateX(-8px) }
12% { transform: translateX(8px) }
16% { transform: translateX(0) }
20% { transform: translateX(0) }
24% { transform: translateX(8px) }
28% { transform: translateX(-8px) }
32% { transform: translateX(8px) }
36% { transform: translateX(0) }
50% { transform: translateX(0) }
75% { transform: translateX(0) }
100% { transform: translateX(0) }
}