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

:root {
    --blue-dem: #145390;
    --blue-trans-dem: rgba(20, 83, 144, 0.25);
    --wd-primary-color: var(--blue-dem) !important;
    --wd-nscroll-drag-bg: var(--blue-dem) !important;
    --wd-nscroll-drag-bg-hover: var(--blue-dem) !important;
    --btn-accented-bgcolor: var(--blue-dem) !important;
    --btn-accented-bgcolor-hover: var(--blue-dem) !important;

}

#comments {
	display: none;
}

.wc_payment_methods,
.woocommerce-shipping-totals {
    display: none !important;
}

.wd-carousel-wrap .wd-carousel-item {
    display: flex;
    flex-direction: column;
    height: auto !important;
    min-height: 100%;
}

 .wd-product {
    height: 100%;
}

 .wd-product .product-wrapper {
    height: 100%;
    justify-content: space-between;
}

.product-element-top,
.product-image-link {
    height: 100%;
}

.product-image-link img {
    height: 100%;
    object-fit: contain;
}

.woocommerce-order-overview__total.total {
    border-inline-end: none !important;
}

.woocommerce-order-overview__payment-method.method {
    display: none;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-of-type(2),
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-of-type(3) {
    display: none;
}

.wd-footer {
    background-color: var(--blue-dem) !important;
}

.wd-nav-scroll-drag::before {
    background: var(--blue-dem) !important;
    background-color: var(--blue-dem) !important;
}

.wd-grabbing>.wd-nav-scroll-drag::before {
    background: var(--blue-dem) !important;
    background-color: var(--blue-dem) !important;
}

.whb-row .whb-15gpizzco6rgn8ee92oe.wd-tools-element > a > .wd-tools-icon {
    color: var(--blue-dem) !important;
    background-color: var(--blue-trans-dem) !important;
}

.widget_price_filter [class*="price_slider_amount"] .button {
    background-color: var(--blue-dem) !important;
}

.wd-checkout-steps {
    display: none !important;
}

.d-none {
    display: none !important;
}

.cat-design-side .wd-cat-wrap .wd-cat-inner .wd-cat-thumb .wd-cat-image img {
        height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

.woocommerce-bacs-bank-details {
    display: none !important;
}

.otgs-development-site-front-end {
    display: none !important;
}