/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.wd-coupon-form, .wd-checkout-coupon-inner, .woocommerce-billing-fields, #ship-to-different-address, #shipping_company_field {
	display: none;
}

/* WooCommerce jQuery animation overwrite on specific elements */
.shipping_address, #carrier_dropoff-description {
	display: block!important;
	overflow: visible!important;
	height: unset!important;
	padding-bottom: unset!important;
	margin-top: unset!important;
	margin-bottom: unset!important;
	padding-top: unset!important;
}

.specifications-container {
    margin: 20px 0;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.specifications-table {
    width: 100%;
    border-collapse: collapse;
}

.specifications-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.specifications-table tr:nth-child(even) {
    background-color: #f2f2f2;
}


.energimaerke-sign-container {
    display: inline-block;
    align-items: center;
    position: relative;
	line-height: 1.55;
}

.energimaerke-sign {
    color: white;
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
    order: 2;
	min-width: 50px;
    text-align: right;
    padding-right: 6px;
	padding-left: 6px;
}

.energimaerke-triangle {
    width: 1rem;
    aspect-ratio: 1 / 1.9;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: rotate(180deg);
    z-index: 0;
    height: 100%;
    position: relative;
    order: 1;
}

.produktdatablad-link a {
	font-size: 12px;
	font-family: var(--wd-title-font);
	padding-right: 6px;
	color: grey;
}

.energimaerke-wrapper {
	display: flex;
    flex-direction: column;
    align-items: end;
}

.product-grid-item .energimaerke-wrapper {
	position: absolute;
    bottom: 0;
    right: 0;
}

#orddd-lite-checkout-fields {
	background: #f4f4f4;
    padding: 30px;
    margin-bottom: 30px;
	margin-top: 30px;
    border-radius: 5px;
}

.custom-checkout-footer #payment {
	background: #f4f4f4;
    padding: 30px;
    border-radius: 5px;
}

#orddd-lite-checkout-fields #e_deliverydate {
	background: white!important;
}

.widget_shopping_cart p.woocommerce-mini-cart__total.total > span > bdi:after, .ex-moms  {
    content: 'ex. moms';
    color: grey;
    font-size: 12px;
    margin-left: 4px;
}

.carrier-dropoff-container {
	background: #f4f4f4;
    padding: 30px;
    margin-top: 30px;
	margin-bottom: 30px;
    border-radius: 5px;
}

.carrier_dropoff_description, .orddd_lite_field_note {
	font-size: 12px;
}

#carrier_dropoff_field {
	margin-bottom: 0px;
}

#order_comments {
	border-radius: 5px;
}

.wd-header-wishlist .wd-tools-icon:before, .wd-wishlist-icon>a:before, .wd-empty-wishlist:before, .wd-my-account-links .wishlist-link a:before, .wd-nav-mobile .menu-item-wishlist>a:before {
    content: "\f116"!important;
}

.global-message {
    border-bottom: 1px solid #e2e2e2;
}

.hide-energy .energimaerke-sign-container {
	display: none;
}

.hide-energy .produktdatablad-link {
	display: none;
}

/* Cart */

.woocommerce-cart  p.woocommerce-shipping-destination {
	display:none;
}

/* Label */

span.attribute-label.product-label.label-term-gen-6.label-attribute-pa_label {
    background-color: #000;
    color: #fff;
}

span.attribute-label.product-label.label-term-gen-7.label-attribute-pa_label {
    background-color: #000;
    color: #fff;
}

span.attribute-label.product-label.label-term-ekstra-stor-model.label-attribute-pa_label {
    background-color: #1a2c84;
    color: #fff;
}

span.attribute-label.product-label.label-term-stor-model.label-attribute-pa_label {
    background-color: #1a2c84;
    color: #fff;
}

span.attribute-label.product-label.label-term-mellem-model.label-attribute-pa_label {
    background-color: #1a2c84;
    color: #fff;
}


span.attribute-label.product-label.label-term-lille-model.label-attribute-pa_label {
    background-color: #1a2c84;
    color: #fff;
}

/* Kontaktformular */

input.wpcf7-form-control.wpcf7-text {
    border-radius: 5px !important;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    border-radius: 5px !important;
}

.wd-nav.wd-style-bg>li>a:before {
		background-color: #d6d6d6;
}

/* Takkeside */

div#sfwc-order-details {
    margin-bottom: 30px !important;
}