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



/* WooCommerce jQuery animation overwrite on specific elements */
#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: 0;
    padding: 20px;
    background-color: #9797971C;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
}

.specifications-table {
    width: 100%;
    border-collapse: collapse;
	margin-bottom: 0px!important;

}

.specifications-table td {
    padding: 10px;
    border: 1px solid var(--brdcolor-gray-300);
    text-align: left;
}

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


.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;
}

/* Checkout Styling

tr.woocommerce-shipping-totals.shipping th {
    display: none !important;
} */

tr.woocommerce-shipping-totals.shipping td {
    padding: 15px 0px !important;
}

.selected_service_point.service_point.selector_type-modal {
    background-color: #fff;
}

.powered_by_shipmondo {
    display: none;
}

#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;
}

.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;
}

/*
.shipmondo-modal.service_points_modal {
  position: fixed !important;
  z-index: 999999 !important;
} */

/***************/

.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;
}



/* 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;
}

/* Blog Archives */

.wd-post-meta {
    display: none !important;
}

/* Single product pages */

.wd-all-open-title.title.tab-title-description {
    display: none;
}

#meta-box ul {
	list-style: none;
	list-style-type: none;
}

#meta-box ul li:before {
	content: "\f107";
    font-family: "woodmart-font";
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	background-color: #00a552;
	border-radius: 100px;
	padding: 4px;
	margin: 0 8px 0 0;
}