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

.single-post .post-single-page .meta-post-categories, .single-post .post-single-page .entry-meta , .single-post .comments-area{
	display: none;
}
strong, b {
    font-weight: 700;
}
.cuw-offer .cuw-product-image img, .cuw-product .cuw-product-image img {
	margin: 0 !important;
	height: 100%;
	width: auto;
	max-width: 250px;
}
.cuw-offer .cuw-product-image {
	text-align: center;
}
.cuw-offer-cta-text {
	font-weight: 700;
	font-size: 16px;
}
.swatchly-swatch.swatchly-selected {
    border-width: 3px !important;
    border-color: #000000 !important;
    border-style: solid !important;
}
.custom-checkbox-label input {
    display:none;
}
.custom-checkbox-label {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    border: 2px solid rgb(221, 221, 221);
    padding: 10px 20px;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 5px;
}
.custom-checkbox-label.selected{
	border-color: #000000;
}
.custom-checkbox-label:hover{
	border-color: #000000;
}
.bogo-qnt-wrap .custom-checkbox-label .texts2 {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    align-items: flex-end;
    justify-content: space-between;
}
.bogo-qnt-wrap .custom-checkbox-label .texts2 .popular {
    background-color: red;
    border-radius: 25px;
    padding: 0px 10px;
	color: #ffffff;
}
.bogo-qnt-wrap .custom-checkbox-label .texts {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    justify-content: space-between;
}
.single_variation_wrap .single_add_to_cart_button {
    width: 160px;
	font-size: 18px;
}
.bogo-gifts-wrap .gift-txt {
    color: #000000;
    font-weight: 700;
}
.single_variation_wrap .wd-buy-now-btn {
	font-size: 18px;
}
.wd-buy-now-btn:after {
    position: absolute;
    top: calc(50% - 9px);
    inset-inline-start: calc(50% - 9px);
    opacity: 0;
    z-index: 2;
    transition: opacity 0s ease;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-left-color: currentColor;
    border-radius: 50%;
    vertical-align: middle;
    animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
}
.loading.wd-buy-now-btn:after {
    opacity: 1;
    transition: opacity .25s ease;
    --wd-anim-state: running;
}
.bogo-gifts-wrap {
	margin-bottom: 20px;
}
.gifts {
	display: flex;
	gap: 10px;
}
.gift {
	cursor:pointer;
	border: 1px solid #dae8c7;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.gift:hover {
	border: 1px solid #000000;
}
.gift.selected {
	border-width: 3px;
	border-color: #dac087;
}
#antras3x2 {
	margin-top: 10px;
}
.whb-top-bar {
	margin-bottom: -4px;
	margin-top: -3px;
}
.vat-text{
	display:none;
}
.single-product .vat-text {
	display:block;
	font-size: 14px;
}
.bogo-qnt-wrap .custom-checkbox-label .texts2 del {
	margin-right:10px;
}
.bogo-qnt-wrap .custom-checkbox-label .texts2 del span{
	font-weight: 600;
	color: grey;
}
.shopping-cart-widget-body .vat-text{
	display:none;
}   
.woocommerce-mini-cart .remove:after {
    font-size: 14px !important;
}
.woocommerce-mini-cart .remove {
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
	color: #fff !important;
	background-color: #333 !important;
}
.woocommerce-mini-cart .remove:hover {
    background-color: #777777 !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    color: #ffffff !important;
}
.variation .variation-Discount {
	display:none;
}
.shopping-cart-widget-footer .woocommerce-mini-cart__buttons .btn-cart {
	display:none !important;
}
.cart-info span.quantity {
    display: flex !important;
    gap: 5px;
}