/*
Theme Name: Woodmart Child
Theme URI: https://woodmart.xtemos.com/
Description: Child theme para o tema Woodmart
Author: Seu Nome ou Agência
Author URI: https://seudominio.com/
Template: woodmart
Version: 1.0
*/

/* Importa o estilo do tema pai */
@import url("../woodmart/style.css");


.dn,
.mini-cart-custom-quantity-wrapper-new,
.label-cpo,
.wc-custom-field,
.single-product .cpo-disabled,
.single-product .cpo-custom-fields,
.cart .variation,
.cart-widget-side small {
    display: none;   
}

body .label-un-cot.active {
    background-color: #ab8e66 !important;
    color: #fff !important;
}

body .cart-custom-quantity-wrapper {
    justify-content: center !important;
}

body .warp-qui {
    display: flex;
    justify-content: center;
    align-items: center;
}

body.single-product .cart .warp-qui {
    justify-content: flex-start;
}

.product-image-link img {
    filter: saturate(1.3);
}

.woocommerce-product-gallery img {
    width: 100%;
    border-radius: var(--wd-brd-radius);
    filter: saturate(1.3);
}

body .whb-sticky-prepared .whb-main-header {
    position: fixed;
}

.wd-product .wd-entities-title {
    min-height: 40px;
}

.wd-product .product-wrapper {
    justify-content: space-between;
    min-height: 500px;
}

.qtd-span {
    color: var(--color-gray-800);
    font-weight: 600;
}

.cart .product-quantity {
    text-align: center;
}

.add-to-cart-success {
    color: green;
    margin-left: 10px;
    font-size: 14px;
}