/*!
Theme Name: Brawn 2023
Theme URI: http://underscores.me/
Author: Brawn Media
Author URI: https://www.brawnmediany.com/
Description: Brawn Media custom theme.
Version: 1.0.0
License: GNU GPL v2 or later
Text Domain: brawn

This file only provides theme information. All style related source files can be found in the /assets/src/styles directory. Please do not edit below this line.
*/
div#main-header {
    background-color: #fff;
    .row {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
}


.prdctfltr_filter_inner span.prdctfltr_widget_title {
    font-size: 16px;
    text-transform: uppercase;
    color: rgb(90, 94, 154);
    font-weight: 600;
}

.prdctfltr_filter_inner > .prdctfltr_filter {
    border-bottom: solid 1px #b6b7d5;
}



.prdctfltr_filter_inner span.prdctfltr_widget_title {
    font-size: 16px;
    text-transform: uppercase;
    color: rgb(90, 94, 154);
    font-weight: 600;
}

.prdctfltr_filter_inner > .prdctfltr_filter {
    border-bottom: solid 1px #b6b7d5;
}


body.page-template-page-sale-items  .products li img {
    max-width: 100%;
    transition: all .2s cubic-bezier(.63,.37,.85,1.32);
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    border: 1px solid #f5f5f5;
    border-radius: 1.25rem;
    overflow: hidden;
}

body.page-template-page-sale-items  .products li img:hover {
        border: 3px solid #fedf00;
    transform: scale(1.05);
    transform-origin: center;
    transition: all .2scubic-bezier(.63,.37,.85,1.32);

}

body.page-template-page-sale-items  .woocommerce ul.products li.product a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}


body.page-template-page-sale-items  .woocommerce ul.products li.product .view-details {
    background-color: #ff0000 !important;
    color: #fff !important;
    order: 5;
    
    border: 1px solid #f5f5f5;
    border-radius: .75rem;
    color: #063b31;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 auto;
    padding: .5em 1em;
    text-align: center;
    transition: all .2scubic-bezier(.63,.37,.85,1.32);
    width: auto;
}



#zen-agency-algolia-search-results-container .zen-agency-product.on-sale::before {
    content: "On Sale";
    position: absolute;
    top: 15px;
    right: 15px;
    background: #e84300;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 9px;
    border-radius: 50px;
    z-index: 10;
}

.woocommerce-error-message {
    padding: 1em 2em 1em 3.5em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid #7f54b3;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    border-top-color: #b81c23;
    margin: 0;
    margin-bottom: 12px;
}
.woocommerce-error-message::before{
    font-family: WooCommerce;
    content: "\e016";
    color: #b81c23;
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}

.force-hide {
	display: none !important;
}
.local-delivery > * {
    cursor: pointer;
}