/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*hide duplicated addons total row*/
.single-product-page #product-addons-total {
	display:none;
}

/*change variation options design*/
.single-product-page .wd-swatch {
	border: 2px solid #d8d8d8;
	border-radius: 2px !important;
	padding: 6px 8px;
}
.single-product-page [class*="wd-swatches"].wd-bg-style-1 .wd-swatch.wd-bg:is(.wd-active,:hover:not(.wd-disabled)):after, .single-product-page [class*="wd-swatches"].wd-bg-style-1 :is(.wd-swatch-wrap a:hover,.wd-swatch-wrap.wd-active) .wd-swatch.wd-bg:after, .single-product-page [class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text:is(.wd-active,:hover:not(.wd-disabled)):after, .single-product-page [class*="wd-swatches"].wd-text-style-1 :is(.wd-swatch-wrap a:hover,.wd-swatch-wrap.wd-active) .wd-swatch.wd-text:after {
    opacity: 0;
}
.single-product-page [class*="wd-swatches"].wd-bg-style-1 .wd-swatch.wd-bg:is(.wd-active,:hover:not(.wd-disabled)), .single-product-page [class*="wd-swatches"].wd-bg-style-1 :is(.wd-swatch-wrap a:hover,.wd-swatch-wrap.wd-active) .wd-swatch.wd-bg, .single-product-page [class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text:is(.wd-active,:hover:not(.wd-disabled)), .single-product-page [class*="wd-swatches"].wd-text-style-1 :is(.wd-swatch-wrap a:hover,.wd-swatch-wrap.wd-active) .wd-swatch.wd-text {
    border-color: #242424;
}
.single-product-page .wd-swatch {
	width: auto !important;
    height: auto !important;
}
.single-product-page .wd-swatch-bg {
	width:14px;
	height:14px;
	margin-right:8px;
}
.single-product-page .wd-swatch.wd-bg .wd-swatch-text {
	display:block;
	font-size: var(--wd-swatch-text-size);
}
.single-product-page .wd-size-xxl .wd-swatch {
	width: var(--wd-swatch-w) !important;
    height: var(--wd-swatch-h) !important;
}
.single-product-page .wd-size-xxl .wd-swatch.wd-bg .wd-swatch-text {
	display:none;
}
.single-product-page .wd-size-xxl .wd-swatch-bg {
	width:100%;
	height:100%;
	margin-right:0;
}
