/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       Ilógica
 Author URI:   http://ilogica.cl
 Template:     woodmart
 Version:      0.1.0
 Text Domain:  woodmart-child
*/

* {
    --wd-primary-color: #103166;
}

body {
    font-size: 16px;
    --wd-brd-radius: 12px;
}

.wd-page-title {
    display: none;
}

.whb-top-bar .wd-header-text p {
    font-size: 16px;
}

.whb-general-header-inner {
    --wd-header-general-h: 87px
}

.wd-nav.wd-style-default {
    --nav-color: #FFFFFF;
    --nav-color-active: #FFFFFF;
    --nav-color-hover: #FFFFFF;
}

.wd-nav.wd-style-default a {
    text-transform: capitalize;
    font-size: 16px;
}

.wd-copyrights {
    color: white;
    background-color: #0C254B;
}

.wd-search-form form {
    max-width: 420px;
}

.wd-search-form form input {
    border-radius: 6px;
}

input {
    border-radius: 6px;
}

select {
    border-radius: 6px;
}

footer .widget_nav_menu h2 {
    color: white;
    font-size: 16px;
    text-transform: capitalize;
}

footer p {
    color: white;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    white-space: nowrap;
    font-family: Poppins;
}

footer .widget_nav_menu ul li a {
    color: white;
    font-size: 16px;
}

footer .wp-block-social-links {
    gap: 0;
    flex-wrap: nowrap;
}

footer .wp-block-social-links li {
    background: none;
}

footer .wp-block-social-links li a {
    background: none;
    padding: 4px;
}

.wd-sidebar {
    border: 1px solid #DEE2E6;
    background-color: #F8F9FA;
    padding: 24px;
    border-radius: 12px;
}

.wd-sidebar h2 {
    font-size: 20px;
    font-weight: 700;
    color: #343A40;
    margin-block: 0 10px !important;
}

.wd-sidebar p {
    font-size: 16px;
    font-weight: 700;
    color: #103166;
    margin-block: 0 !important;
}

.wd-sidebar h5 {
    font-size: 16px;
    font-weight: 700;
    color: #103166;
}

.wd-sidebar h5::after {
    font-size: 24px !important;
}

.wd-sidebar .wd-widget {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.wd-sidebar .wd-widget .wp-widget-group__inner-blocks {
    margin-top: 12px !important;
}

.wd-sidebar .wd-widget .woodmart-price-filter ul li {
    margin-bottom: 8px !important;
}

.wd-products {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 16px;
    row-gap: 24px;
}

.wd-products .wd-product {
    height: 100%;
}

.wd-products .product-wrapper {
    border-radius: 12px;
    border: 1px solid #DEE2E6;
    background-color: #F8F9FA;
    height: inherit;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.wd-products .product-wrapper img {
    background-color: white;
    height: 200px;
}

.wd-products .product-wrapper .product-information {
    padding: 24px !important;
    text-align: left;
    flex-grow: 1;
    gap: 16px;
}

.wd-products .product-wrapper .product-information .wd-product-brands-links a {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    color: #0C254B;
}

.wd-products .product-wrapper .product-information .wd-entities-title a {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    color: #0C254B;
}

.wd-products .product-wrapper .product-information .wrapp-product-price {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #0C254B;
}

.wd-products .product-wrapper .product-information .fade-in-block {
    opacity: 1;
    position: inherit;
    top: auto;
    visibility: visible;
    padding: 0;
    margin-top: auto;
}

.wd-products .product-wrapper .product-information .fade-in-block .wd-bottom-actions {
    display: block;
}

.wd-products .product-wrapper .product-information .fade-in-block a {
    padding: 10px 16px !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    color: white !important;
    font-weight: 700 !important;
    background-color: #103166 !important;
    font-family: Poppins !important;
    width: fit-content !important;
    text-transform: capitalize;
    height: 35px !important;

}

.wd-products .product-wrapper .product-information .fade-in-block a span {
    padding: 0 !important;
    min-height: auto !important;
    font-size: 16px !important;
    color: white !important;
    font-weight: 700 !important;
    text-transform: capitalize;
    font-family: Poppins !important;

}

.wd-product.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a {
    padding: 10px 16px !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    color: white !important;
    font-weight: 700 !important;
    background-color: #103166 !important;
    font-family: Poppins !important;
    width: fit-content !important;
    text-transform: capitalize;
    height: 35px !important;

}

.wd-products .product-wrapper .product-information .fade-in-block .wd-add-btn a {
    padding: 10px 16px !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    color: white !important;
    font-weight: 700 !important;
    background-color: #103166 !important;
    font-family: Poppins !important;
    width: fit-content !important;
    text-transform: capitalize;
    height: 35px !important;
}

.wd-products .product-wrapper .product-information .fade-in-block .wd-add-btn a span {
    padding: 0 !important;
    min-height: auto !important;
    font-size: 16px !important;
    color: white !important;
    font-weight: 700 !important;
    text-transform: capitalize;
    font-family: Poppins !important;

}

.wd-products .product-wrapper .product-information .fade-in-block .wd-add-btn a::after {
    display: none;
}

.wd-products .product-wrapper .product-information .fade-in-block .wd-add-btn a::before {
    display: none;
}

.wd-products .product-wrapper .product-information .wrapp-product-price {
    align-items: start;
}

.woocommerce-shop .wd-builder-off .woocommerce-result-count {
    display: block !important;
}

body .woodmart-hover-icons:hover .wrapp-buttons {

    visibility: hidden !important;

}

body .woodmart-hover-icons:hover .wrapp-buttons {

    opacity: 0 !important;

}

body .product p.wc-gzd-additional-info,

body .product-quick-view p.wc-gzd-additional-info {

    display: none;

}

body .woodmart-hover-icons .woodmart-buttons .wd-action-btn>a {

    display: none;

}

.shop-loop-head {
    border: 1px solid #DEE2E6;
    border-radius: 12px;
    padding: 18px 24px;
}

.shop-loop-head .order_input {
    display: flex;
    align-items: center;
    gap: 8px;
}

.shop-loop-head .order_input label {
    margin: 0;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #103166;
}

.shop-loop-head .order_input select {
    padding: 10px 16px;
    border: 1px solid #DEE2E6;
    border-radius: 12px;

}

.page-numbers {
    gap: 0 !important;
}

.page-numbers li span {
    border-radius: 0 !important;
    border: 1px solid #E9ECEF !important;
}

.page-numbers li a {
    border-radius: 0 !important;
    border: 1px solid #E9ECEF !important;
}

.woocommerce-pagination {
    border: 1px solid #DEE2E6;
    border-radius: 12px;
    padding: 18px 24px;
}

.woocommerce-result-count{
    display: block !important;
}

.wd-header-cart .totalitems{
    position: absolute;
    top: 5px;
    inset-inline-end: -1px;
    z-index: 1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--wd-primary-color);
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 9px;
    line-height: 15px;
}

