/*
Theme Name: Holler Druck Order
Description: Child theme of Enfold
Version: 1.0
Author: 48DESIGN
Author URI: https://www.48design.de
Template: enfold
*/

/* header and menu */
#header_main #av-burger-menu-ul > li > a,
#header_main .main_menu .av-main-nav > li > a {
	font-size: 16px;
}

.html_visible_cart .cart_dropdown {
	right: 0;
}

@media only screen and (min-width: 768px) {
	.html_visible_cart .cart_dropdown {
		right: 3rem;
	}
}

@media only screen and (max-width: 505px) {
	.responsive #top .av-main-nav #menu-item-search.menu-item-avia-special {
		display: none;
	}
}

.ajax_search_excerpt .product-sku {
	display: block;
}

#top div .av_ajax_search_entry_view_all {
	border: 1px solid var(--enfold-header-color-bg2)
}

/* content */
.woocommerce-cart .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
	background-color: var(--enfold-header-color-bg);
}

/* products */
.products .product h2,
h2.woocommerce-loop-product__title {
	font-size: 1.25rem;
	font-weight: bold;
}

#top .price .lusfw-sku,
#top .price .lusfw-quota {
	font-size: 0.75rem;
}

.template-shop .product_meta {
	display: flex;
	flex-wrap: wrap;
	column-gap: 0.75rem;
	row-gap: 0.5rem;
}

.product .single-product-summary p.stock {
	font-size: 1rem;
	font-weight: bold;
}

#top.woocommerce-shop .product .thumbnail_container img {
	aspect-ratio: 16/9;
	object-fit: cover;
}

#top.woocommerce-shop .product h2.woocommerce-loop-product__title {
	min-height: 2.5lh;
}

@media only screen and (max-width: 990px) {
	#top.woocommerce-shop .product h2.woocommerce-loop-product__title {
		min-height: 3.5lh;
	}
}

/* Enfold WooCommerce fixes */
.woocommerce form .password-input {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative
}
.woocommerce form .password-input input {
	padding-right: 2.5rem !important;
	margin-bottom: 0;
}
.woocommerce form .password-input input::-ms-reveal {
	display: none
}
.woocommerce form .show-password-input {
	background: transparent;
	border: 0;
	color: #222;
	cursor: pointer;
	font-size: inherit;
	padding: 0;
	position: absolute;
	right: .7em;
	top: 50%;
	transform: translateY(-50%);
}
.woocommerce form .show-password-input.display-password {
	color: #999
}
.woocommerce form .show-password-input::after {
	font-family: 'entypo-fontello';
	speak: never;
	-webkit-font-smoothing: antialiased;
	content: "";
	margin-top: -2px;
	vertical-align: middle;
	display: inline-block
}

#top .woocommerce-info {
    display: flex;
    align-items: center;
}

#top .woocommerce-info a {
    margin: 1rem;
}

table.my_account_orders th {
    vertical-align: middle;
}

/* shop and cart */
.cart_dropdown .woocommerce-mini-cart__buttons {
	display: flex;
	align-items: center;
    justify-content: space-around;
}

.cart.lusfw-ajax-cart-form {
    display: flex;
    align-items: center;
}

.cart.lusfw-ajax-cart-form span.avia-svg-icon {
	display: none;
}

#top .avia_cart_buttons .show_details_button {
    width: 100%;
}

#top .avia_cart_buttons:not(:has(form)) .show_details_button {
	width: 49%;
}

#top .avia_cart_buttons:has(.lusfw-ajax-cart-form) .button-mini-delimiter {
	display: none;
}

#top .cart .quantity {
    margin: 0 3% 0 0;
}
.single-product .summary .cart {
    display: flex;
    align-items: center;
}
.single-product .added_to_cart.wc-forward {
    margin: 0 0 0 3%;
}

ul.woocommerce-error {
	padding: 3%;
}
ul.woocommerce-error li {
	display: flex;
	align-items: center;
}
ul.woocommerce-error li a.button {
	margin-left: 1rem;
}

#top ul.dhl-co-times > li {
	min-width: 3rem;
}

#top ul.dhl-co-times label {
	padding: 0.3rem;
}

/* forms */
.wc-blocks-components-select .wc-blocks-components-select__expand {
	display: none;
}

#top.woocommerce-page select {
	width: 100%;
}

.dhl-co-times label {
	color: #444;
}

ul.dhl-co-times input[type=radio]:checked ~ label, ul.dhl-co-preffered-time input[type=radio]:checked ~ label {
	color: #222;
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
	padding-left: 4.5em;
}

/* DHL plugin fixes */
.dhl-co-table .dhl-co-tr:nth-child(2),
.dhl-co-table .dhl-co-tr:nth-child(3) {
	display: none;
}