.woocommerce-message {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: column-reverse !important;
    margin-top: 3rem !important;
    align-items: flex-start;
    border-top-color: #f7f6f7 !important;
    border-radius: 20px;
    padding: 1em 2em 1.6em 3.5em !important;
}

.woocommerce-page .woocommerce-message .button {
    margin-top: 12px;
    color: #fff !important;
    background-color: #9a6a4f;
}

@media screen and (min-width: 768px) {
    .woocommerce-message {
        margin-bottom: 4rem !important;
    }
}

@media screen and (min-width: 1140px) {
    .woocommerce-message {
        flex-direction: row-reverse !important;
        padding: 1.3rem 2em 1.2rem 3.5em !important;
        margin-top: 3rem !important;
        justify-content: flex-end !important;
        gap: 1.5rem !important;
        align-items: stretch !important;
        max-width: 700px;
    }

    .woocommerce-message::before {
        top: 1.4em !important;
    }

    .woocommerce-page .woocommerce-message .button {
        margin-top: -5px;
    }
}

.cat-wrap {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-evenly;
    margin-bottom: 0.4rem;
}

.cat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 105px; /* Adjust the width as needed */
    border-radius: 50%; /* Creates the rounded circle */
    background-color: white; /* Sets the white background */
    padding: 10px;
    font-weight: 600;
}

.cat-image {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain;
    border-radius: 50%; /* Keeps the image inside a circle */
}

@media screen and (min-width: 768px) {
    .cat-wrap {
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 1140px) {
    .cat-item {
        width: 160px; /* Adjust the width as needed */
    }

    .cat-image {
        width: 90px !important;
        height: 104px !important;
    }

    .cat-wrap {
        margin-top: 0.5rem;
        margin-bottom: 1.6rem;
    }
}

.category_item_image > img {
    height: 60px !important;
    object-fit: contain;
}

.elementor-column-gap-default
    > .elementor-row
    > .elementor-column
    > .elementor-element-populated
    > .elementor-widget-wrap {
    padding: 0 0 0 0 !important;
}

fieldset.jet-checkboxes-list-wrapper label {
    margin-right: 10px;
}

.elementor-4082 .elementor-element.elementor-element-618fec8 .jet-smart-filters-select.jet-filter .jet-select {
    margin-top: 27px;
    max-width: 100% !important;
}

@media screen and (min-width: 768px) {
    .elementor-4082 .elementor-element.elementor-element-618fec8 .jet-smart-filters-select.jet-filter .jet-select {
        margin-top: 0px;

        margin-left: 10px;
    }

    .jet-smart-filters-select .jet-select__control {
        height: 45px !important;
        max-width: 90% !important;
        padding-right: 20px !important;
    }

    fieldset.jet-checkboxes-list-wrapper label {
        margin-top: 0;
    }

    .jet-smart-filters-select.jet-filter .jet-select {
        max-width: 100% !important;
    }
}

/* .kn-fwrap{
    margin-right: 40px;
} */

.kn-fwrap .jet-checkboxes-list-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.kn-fwrap .jet-search-filter__input-wrapper {
    width: 78% !important;
}

.kn-fwrap .apply-filters__button {
    width: 18% !important;
}

.kn-filter {
    padding-bottom: 0.7rem;
}

.kn-fwrap .jet-filter-label {
    font-weight: bold !important;
    margin-top: 1rem !important;
}

.kn-fwrap .jet-search-filter {
    display: flex !important;
    justify-content: space-between !important;
}

.kn-fwrap .jet-smart-filters-search .jet-search-filter__submit {
    margin-top: 0 !important;
}

.kn-fwrap button {
    padding: 0 0.5rem !important;
}

.kn-fwrap .jet-color-image-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
    margin-bottom: 1rem;
}

.kn-fwrap .jet-checkboxes-list__row {
    width: 31.5%;
    font-size: 15px !important;
}

.kn-fwrap .jet-color-image-list__row {
    width: 33% !important;
    font-size: 15px !important;
}

.kn-fwrap .jet-color-image-list__color {
    width: 20px !important;
    height: 20px !important;
}

.kn-fwrap .jet-remove-all-filters__button {
    font-size: 16px !important;
    margin-bottom: 1rem;
    margin-top: 8px;
}

.kn-fwrap button.jet-remove-all-filters__button {
    padding: 11px 20px 8px 20px !important;
}

@media screen and (min-width: 500px) {
    .kn-fwrap .jet-checkboxes-list__row {
        width: 21.5%;
    }

    .kn-fwrap .jet-color-image-list__row {
        width: 23% !important;
    }
}

@media screen and (min-width: 800px) {
    .kn-fwrap .jet-checkboxes-list__row {
        width: 15.5%;
    }

    .kn-fwrap .jet-color-image-list__row {
        width: 13% !important;
    }
}

@media screen and (min-width: 768px) {
    .elementor-widget-jet-smart-filters-search .jet-search-filter__submit {
        font-size: 1rem !important;
    }
}

@media screen and (min-width: 1025px) {
    .kn-fwrap .jet-checkboxes-list__row {
        width: 46.5%;
    }

    .kn-fwrap .jet-color-image-list__row {
        width: 49% !important;
    }

    .kn-fwrap {
        padding-right: 20px !important;
    }
}

@media screen and (min-width: 1700px) {
    .kn-fwrap .jet-checkboxes-list__row {
        width: 31.5%;
    }

    .kn-fwrap .jet-color-image-list__row {
        width: 33% !important;
    }

    .kn-fwrap {
        padding-right: 30px !important;
    }
}

.jet-listing-dynamic-field__content {
    padding-top: 8px !important;
    font-size: 18px !important;
    line-height: 1.2em !important;
}

.elementor-widget-theme-site-logo .elementor-widget-container {
    padding-top: 15px !important;
    margin-top: 0 !important;
}

@media screen and (min-width: 1025px) {
    .elementor-widget-theme-site-logo .elementor-widget-container {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
}

.kn-prod th{
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left !important;
}

.kn-prod th label{
    padding-top: 6px !important;
    font-weight: 600 !important;
}

.kn-prod tr{
    display: flex;
    flex-direction: column;
}

.kn-prod td{
    padding: 0 !important;
}

.wpo-options-container{
    max-width: 100% !important;
    
}

.wpo-options-container input[type=text]{
    height: 45px !important;
}

.woocommerce-breadcrumb{
    display: none;
}