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

.price,
.woocommerce-Price-amount,
.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal,
.woocommerce-checkout-review-order-table tfoot,
.woocommerce-checkout-review-order-table .order-total {
    display: none !important;
}

.wd-add-btn,
.add_to_cart_button {
    display: none !important;
}

.comment-form .submit {
    background-color: var(--wd-primary-color) !important;
}

/* Botão 1: Senha atual */
.password-input button.show-password-input:after {
  content: "Mostrar senha";
}

/* Botão 2: Nova senha */
.password-input button.show-password-input:nth-of-type(1)::after {
  content: "Mostrar senha";
}

/* Botão 3: Confirmar senha */
.password-input button.show-password-input:nth-of-type(1)::after {
  content: "Mostrar senha";
}

button[name="save_account_details"], button[name="save_address"], button[name="track"], .return-to-shop .button {
    color: var(--wd-title-color) !important;
}

.woocommerce-product-gallery img {
	background: white;
}

.shop-content-area {
	margin-top: 40px !important;
}

body .product-grid-item .product-image-link img,
body .product-grid-item .hover-img img, 
body .widget-product-wrap .widget-product-img img,
body .suggestion-thumb img,
body .pswp__img
{
    background: white !important;
}

.wd-side-hidden, body .sidebar-container.wd-inited  {
    background-color: #000000 !important;
}

body .owl-nav>div[class*="next"], body .owl-nav>div[class*="prev"] {
	background: #000000e6 !important;
	padding: 12px !important;
	border-radius: 50% !important;
}

@media (max-width: 1024px) {
    body div[class*="wd-carousel-spacing"] .owl-nav>div[class*="next"], body div[class*="wd-carousel-spacing"] .owl-nav>div[class*="prev"] {
        background: #000000e6 !important;
        padding: 12px !important;
        border-radius: 50% !important;
    }
}
