/*
Theme Name: Biaxol (Woodmart child theme)
Description: Biaxol child theme
Author: Biaxol
Author URI: https://biaxol.co.uk/
Template: woodmart
Version: 1.0.0
*/

/* Skew search bar in header and hero button on home page */

.wd-search-form,
.wd-header-search-form,
.wd-display-form,
.elementor-element .elementor-element-8e0334 {
    transform: skewX(-10deg);
}

/* But not for results */
.search-results-wrapper {
    transform: skewX(10deg) !important;
}

/* Remove margin for list items so it looks more narrow */
.single-product-page.product ul li {
    margin: 0;
}

/* Add to cart button style in single product page */
.single_add_to_cart_button {
    transform: skewX(-10deg) scaleX(.955);
    border-radius: 3px !important;
}

/* Quantiy input/button style */

.quantity input {
    font-size: 16px;
    border: none !important;
    border-bottom: 1px solid #999 !important;
}

.quantity input:hover {
    color: #000 !important;
    background: transparent !important;
}

.quantity input {
    width: 4.2em;
}

@media only screen and (max-width: 766px) {

    .elementor-2 .elementor-element.elementor-element-1237cc12:not(.elementor-motion-effects-element-type-background),
    .elementor-2 .elementor-element.elementor-element-1237cc12>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-image: url("https://d3jt02fwies983.cloudfront.net/bxl-uk/2024/05/13153528/mobile-banner-img.png");
        background-image: image-set(url("https://d3jt02fwies983.cloudfront.net/bxl-uk/2024/05/13153528/mobile-banner-img.avif") 1x,
                url("https://d3jt02fwies983.cloudfront.net/bxl-uk/2024/05/13153528/mobile-banner-img.webp") 1x,
                url("https://d3jt02fwies983.cloudfront.net/bxl-uk/2024/05/13153528/mobile-banner-img.png") 1x);
    }

}

@media only screen and (min-width: 1168px) {

    .elementor-2 .elementor-element.elementor-element-1237cc12:not(.elementor-motion-effects-element-type-background),
    .elementor-2 .elementor-element.elementor-element-1237cc12>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-image: url("https://d3jt02fwies983.cloudfront.net/bxl-uk/2024/04/07124721/hero-banner-desktop-scaled.jpg");
        background-image: image-set(url("https://d3jt02fwies983.cloudfront.net/bxl-uk/2024/04/07124721/hero-banner-desktop-scaled.avif") 1x,
                url("https://d3jt02fwies983.cloudfront.net/bxl-uk/2024/04/07124721/hero-banner-desktop-scaled.webp") 1x,
                url("https://d3jt02fwies983.cloudfront.net/bxl-uk/2024/04/07124721/hero-banner-desktop-scaled.jpg") 1x);
    }

}

.widget_product_brands ul li a:before,
.widget_product_categories ul li a:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 12px;
    vertical-align: middle;
    background-color: #ccc;
    transform: skewX(-10deg);
}

.widget_product_brands ul li,
.widget_product_categories ul li {
    border-bottom: 1px solid #ccc;
    padding: .4rem 0;
    font-weight: 800;
}

.widget-title {
    border-bottom: 3px solid #000;
    font-style: italic;
}

.wd-header-nav {
    font-style: italic;
}

.wd-nav.wd-nav-main>li>a {
    font-size: 24px !important;
}

.wd-nav>li:is(.wd-has-children, .menu-item-has-children)>a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    width: 6px;
    height: 6px;
    background-color: #ccc;
    transform: skewX(-15deg);
}

.wd-event-hover:hover>.wd-dropdown {
    background-color: #000;
    width: 300px;
    font-style: normal !important;
}

.wd-sub-menu li {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.429;
    border-bottom: 1px solid #353535;
    padding: .3rem 4rem .3rem 1rem;
}

.wd-add-btn>a:hover span {
    transform: translateY(0%) translateZ(0) !important;
}

.wd-add-btn-replace .add-to-cart-loop:before {
    content: '' !important;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    border: 2px solid #286d9b !important;
    background: #fff !important;
    border-radius: 2rem !important;
}

.widget_price_filter .ui-slider .ui-slider-handle:after {
    display: none;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    width: 15px !important;
    height: 15px !important;
    margin-top: -7.5px !important;
    margin-left: -7.5px !important;
    background: #fff !important;
}

.wd-product.product-list-item .wd-add-btn>a {
    transform: skewX(-10deg) scaleX(.955);
    border-radius: 3px !important;
}

.wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    content: '' !important;
}

.omnisend_newsletter_checkbox_field {
	margin-top: 1rem;
}

table th {
	font-family: 'Plus Jakarta Sans' !important;
}

.wd-dropdown.wd-dropdown-register {
    background-color: #fff !important;
}

.whb-header-bottom {
    position: relative;
    z-index: -1;
}