.zl_product_list,
.zl_product_list:hover {
    border: none;
}
.zl_product_list:hover {
    cursor: pointer;
    transform: translateY(-10px);
}
.zl_product_list_title a {
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}
@media (min-width: 992px) {
    .zl_product_list_title {
        height: 75px;
    }

    .zl_product_list_price {
        height: 30px;
    }
}
.zl_product_state {
    border-radius: 5px;
    font-size: 14px;
    padding: 3px 10px;
}
@media (min-width: 992px) {
    .zl_product_list_image {
        height: 255px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .zl_product_list_price {
        height: 51px;
    }
}
@media (max-width: 767px) {
    .zl_product_list_price ~ a {
        display: inline-block;
    }
    .zl_product_list_price ~ a i {
        display: none;
    }
}

.zl_categories .row div[class^="col"] > ul > li {
    list-style: none;
    line-height: 20px !important;
    padding: 0 15px 0 0;
    margin: 0 0 15px 0;
    position: relative;
}
@media (min-width: 1200px) {
    .zl_categories .row div[class^="col"] > ul > li {
        width: 49%;
        display: inline-block;
        margin: 0 0 32px 0;
    }
}
.zl_categories .row div[class^="col"] > ul > ul > li:after,
.zl_categories .row div[class^="col"] > ul > li:after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-size: 1rem;
    display: inline-block;
    color: #ff6600;
    right: 15px;
    line-height: 20px !important;
    position: absolute;
    font-weight: 600;
}
.zl_categories .row div[class^="col"] > ul > ul > li {
    list-style: none;
    line-height: 20px !important;
    padding: 0 0 0 15px;
    width: 100%;
    margin: 0 0 15px 0;
    display: inline-block;
}
@media (min-width: 992px) {
    .zl_categories .row div[class^="col"] > ul > ul > li {
        margin: 0 0 32px 0;
    }
}
@media (max-width: 767px) {
    .zl_categories .row div[class^="col"] > ul > li {
        width: 100%;
    }
}

button.minAmount,
button.plusAmount {
    display: inline-block;
    transform: translateY(-2px);
    height: 42px;
}
button.minAmount.minAmountActive:hover {
    background-color: #FF6600 !important;
    color: #fff !important;
    opacity: 1;
}
button.plusAmount:hover {
    background-color: #FF6600 !important;
    color: #fff !important;
    opacity: 1;
}
button.minAmount,
button.minAmount:hover,
button.minAmount:focus {
    background: #eeeeee;
    border: 1px solid rgba(209, 211, 212, 1);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
button.minAmount.minAmountActive {
    background-color: #000;
    color: #fff;
}
button.plusAmount {
    background-color: #000;
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#nOrderAmount {
    width: calc(100% - 120px);
    display: inline-block;
    border-radius: 0;
    border: 1px solid rgba(209, 211, 212, 1);
    margin-left: -5px;
    margin-right: -5px;
}
.adjustAmountCart {
    position: relative;
}
.Item_Count_Input {
    width: calc(100% - 90px);
    display: inline-block;
}
.adjustAmountCartClear {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
/*
.zl_categories .row div[class^="col"] > ul > li {
    list-style-type: none;
}
.zl_categories .row div[class^="col"] > ul > li > a {
    margin: 15px 0;
    padding: 25px;
    position: relative;
    background-color: #fff;
    display: inline-block;
    width: 49%;
    box-shadow: rgba(149,157,165,0.2) 0px 8px 24px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    font-size: 1.3rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.zl_categories .row div[class^="col"] > ul > li > a:hover {
    cursor: pointer;
    transform: translateY(-10px);
}
*/
ul.search-results {
    text-align: left !important;
}

.zl_productfilter ul li,
.zl_productfilter .zl_productfilters_title {
    border-color: #000;
}
.zl_productfilters_title:hover,
.zl_productfilter ul li a:not(.btn):hover {
    color: #FF6600;
}
.btn-addtocart {
    border-radius: 100px !important;
}