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


#wcpa_img_preview .wcpa_img_check {
	width: 40px!important;
	height: 40px!important;
}
.woocommerce-checkout .shop_table {
	background-color: transparent!important;
}
.wooco-minus, .wooco-plus, .wooco-qty-label {
	display: none!important;
}
.wd-post-cat.wd-style-with-bg {
    display: none!important;
}
.wd-single-post-header .wd-post-meta{
    display: none!important;
}
/* Button kasse*/
.postid-27134 #wd-add-to-cart {
    display: none;
}
.postid-27146 #wd-add-to-cart {
    display: none;
}
.postid-27151 #wd-add-to-cart {
    display: none;
}
.postid-27223 #wd-add-to-cart {
    display: none;
}
.postid-27222 #wd-add-to-cart {
    display: none;
}
.postid-27220 #wd-add-to-cart {
    display: none;
}
.postid-27219 #wd-add-to-cart {
    display: none;
}
.tnp-subscription input.tnp-submit, 
.tnp-profile input.tnp-submit, 
.tnp-unsubscribe button.tnp-submit, 
.tnp-reactivate button.tnp-submit {
    background-color: var( --e-global-color-primary )!important;
}
/* === Shipping methods in cart/checkout === */

/* Responsive layout for shipping methods list */
.woocommerce-shipping-totals .woocommerce-shipping-methods {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce-shipping-totals .woocommerce-shipping-methods li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fafafa;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.woocommerce-shipping-totals .woocommerce-shipping-methods li label {
    display: inline-flex;
    align-items: flex-start;
    gap: 4px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Radio button color: primary theme color */
.woocommerce-shipping-totals .woocommerce-shipping-methods input[type=radio].shipping_method {
    accent-color: var(--wd-primary-color);
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin: 0;
    cursor: pointer;
}

/* Highlight selected method */
.woocommerce-shipping-totals .woocommerce-shipping-methods li:has(input[type=radio]:checked) {
    border-color: var(--wd-primary-color);
    background: rgba(var(--wd-primary-color-rgb, 131, 29, 51), 0.05);
}

.wd-post-cat.wd-style-with-bg
/* Responsive: stack label text on small screens */
@media (max-width: 768px) {
    .woocommerce-shipping-totals .woocommerce-shipping-methods li {
        padding: 10px;
    }
    .woocommerce-shipping-totals .woocommerce-shipping-methods li label {
        font-size: 13px;
        white-space: normal;
    }
}
