

.filter-tiles .filter-title {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.product-wrapper .product-result-wrapper{
    margin-top: 20px;
}

@media screen and (max-width: 991px) {
    .filter-tiles .filter-title {
        width: 49%;
        padding: 20px 15px;
    }
}
.filter-tiles .filter-title .drop-icon {
    float: right;
    transition: 0.5s all;
    display: none;
}
@media only screen and (min-width: 992px) {
    .filter-tiles .filter-title .drop-icon {
        display: block;
    }
    .filter-tiles {
        margin-bottom: 15px;
    }
}
.filter-tiles .filter-title h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
    .filter-tiles .filter-title h5 {
        font-size: 18px;
    }
}
.filter-tiles .filter-title h5 .info-icon {
    margin-left: 10px;
    color: #7f7f7f;
    display: none;
}
@media only screen and (min-width: 992px) {
    .filter-tiles .filter-title h5 .info-icon {
        display: inline-block;
    }
}
.filter-tiles .filter-title.active .drop-icon {
    transform: rotate(180deg);
}
.filter-tiles .filter-item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.filter-tiles .filter-item label {
    margin-left: 5px;
    margin-bottom: 0;
    font-size: 16px;
    color: #7f7f7f;
    line-height: 1.6;
}
@media screen and (max-width: 991px) {
    .filter-tiles .filter-desc {
        display: none;
        width: 55%;
        position: absolute;
        right: 0;
        top: 0;
        padding-left: 30px;
        padding-top: 15px;
    }

    .result-btn, .clear-btn{
        padding: 8px 0;
    }

    .filter-tiles .filter-item input{
        margin-top: 6px;
    }
}
.filter-tiles .filter-desc .info-mobile {
    margin-bottom: 10px;
    color: #7f7f7f;
}
.filter-tiles .filter-desc .info-mobile i {
    margin-right: 10px;
}
.filter-tiles.active .filter-desc {
    display: block;
}
.filter-tiles.active .filter-title {
    background-color: #fff;
}
.filter-container.filter-open {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    width: 100%;
    background-color: #fff;
    padding: 55px 0px 45px;
    z-index: 99;
    padding-bottom: 45px;
}
@media screen and (max-width: 991px) {
    .filter-container .filter-accordion:before {
        width: 45%;
        background-color: #f2f2f2;
        content: "";
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .product-form .product-search input{
        border-left:1px solid #ddd !important;
        border-bottom:1px solid #ddd !important;
    }

    .product-form .product-sort{
        border-right:1px solid #ddd;
    }
}
.filter-top-mobile {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px 20px;
    background-color: #202020;
    color: #fff;
    z-index: 1;
}
.filter-top-mobile .filter-text {
    text-transform: uppercase;
}
.product-form {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
    .product-form {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}
.product-form .product-search {
    width: 100%;
    display: flex;
    position: relative;
}

.product-form .product-search input {
    min-height: 40px;
}

@media only screen and (min-width: 992px) {
    .product-form .product-search {
        width: calc(100% - 230px);
    }
}
.product-form .product-search:before {
    content: "";
    position: absolute;
    top: -1px;
    background-color: #ddd;
    width: 100%;
    height: 1px;
}
@media only screen and (min-width: 992px) {
    .product-form .product-search:before {
        display: none;
    }
}
.product-form .product-search input {
    width: 100%;
    font-size: 16px;
    outline: none;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #ddd;
    border-top: 0;
    max-width: 100%;
    margin: 0;
}
@media only screen and (min-width: 992px) {
    .product-form .product-search input {
        border-top: 1px solid #ddd;
    }
}
.product-form .product-search button {
    background-color: #202020;
    border: 0;
    outline: 0;
    appearance: none;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
@media only screen and (min-width: 992px) {
    .product-form .product-search button {
        margin-left: 10px;
    }
}
.product-form .product-sort {
    width: 100%;
    display: flex;
    align-items: center;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
@media only screen and (min-width: 992px) {
    .product-form .product-sort {
        width: auto;
        border-left: 0;
        border-top: 0;
    }
}
.product-form .product-sort .filter-mobile {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-form .product-sort .filter-mobile i {
    margin-right: 10px;
}
.product-form .product-sort select {
    height: 40px;
    outline: none;
    padding-right: 20px;
    padding-left: 10px;
    width: 50%;
    border: 1px solid #ddd;
    border-top: 0;
    min-height: 40px;
}
@media only screen and (min-width: 992px) {
    .product-form .product-sort select {
        width: auto;
        border-top: 1px solid #ddd;
    }
}
.load-more {
    width: 100%;
    text-align: center;
}
.load-more__btn {
    background-color: #202020;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
}
.load-more__btn:hover,
.load-more__btn:focus {
    color: #fff;
    text-decoration: none;
}
.product-tile {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
    .product-tile {
        flex-wrap: nowrap;
    }
}
@media screen and (max-width: 1025px) {
    .product-tile__image-container {
        display: flex;
    }
}


.product-tile__image {
    margin-right: 15px;
    background-color: #f2f2f2;
    position: relative;
    min-width: 120px;
    width:120px;
    min-height: 110px;
    max-width: 210px;
}
@media only screen and (min-width: 768px) {
    .product-tile__image {
        width: 160px;
        max-width: 160px;
        height: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .product-tile__image {
        width: 210px;
        min-width: 210px;
        min-height: 210px;
    }
}
.product-tile__image img {
    width: 100%;
    padding: 20px 5px;
    max-height: 200px;
    width: auto;
}
@media only screen and (min-width: 992px) {
    .product-tile__image img {
        max-width: 100%;
        padding: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media only screen and (min-width: 1200px) {
    .product-tile__image img {
        padding: 30px 5px;
    }
}
.product-tile__desc {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .product-tile__desc {
        width: calc(100% - 180px);
    }
}
@media only screen and (min-width: 1200px) {
    .product-tile__desc {
        width: 100%;
    }
}
.product-tile__desc label {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.2;
    display: none;
}
.product-tile__name {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
}
.product-tile__disc {
    width: 100%;
}
.product-tile__btn {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.product-tile__btn .view-detail-btn{
    transition: .2s;
}

.product-tile__btn .view-detail-btn:hover{
    letter-spacing: .1px;
    transition: .2s;
    text-decoration: none;
    box-shadow: 3px 5px 10px #999;
    text-indent: -4px;
}
@media only screen and (min-width: 1200px) {
    .product-tile__btn {
        margin-left: 20px;
        width: auto;
        display: block;
    }
}
.product-tile__btn .quote {
    color: #c50b20;
    width: 100%;
    display: block;
    white-space: nowrap;
    padding: 0px 20px;
    margin-bottom: 0px;
}
@media only screen and (min-width: 992px) {
    .product-tile__btn .quote {
        margin-bottom: 10px;
    }
}
.product-tile__btn .view-detail-btn {
    background-color: #c50b20;
    color: #fff;
    width: 100%;
    display: block;
    white-space: nowrap;
    padding: 10px 20px;
    text-transform: uppercase;
}
.product-tile__btn a {
    text-decoration: none;
}

.product-tile__features{
    margin-top: 15px;
}

@media only screen and (min-width: 768px) {
    .product-tile__features{
        margin-top: 10px;
    }
}

.product-tile__features ul ul {
    padding-left: 0;
}

.product-tile__features ul {
    padding-left: 18px;
    margin-bottom: 0;
    margin-left: 0;
}
.filter-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 15px;
}

.result-btn{
    width: 50%;
    text-align: center;
}
@media screen and (max-width: 991px) {

    .product-tile__btn{
        margin-bottom: 15px;
    }
    .filter-wrapper{
        overflow-x: hidden;
        max-width: 100vw;
        height: 100%;
    }
    .filter-btn {
        margin-bottom: 0;
        position: fixed;
        bottom: 0;
        z-index: 100;
        background-color: #fff;
        left: 0;
        flex-direction: row-reverse;
        border-top: 1px solid #ddd;
        padding: 0;
        justify-content: space-between;
    }

    .product-form .product-sort select{
        border:0;
        margin: 0;
        /* border-right:1px solid #ddd !important; */
        border-left:1px solid #ddd !important;
        border-bottom:0px !important;
    }
}
.filter-btn button {
    appearance: none;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 16px;
    padding: 0;
    cursor: pointer;
}
.filter-btn .apply-btn button {
    background-color: #202020;
    color: #fff;
    padding: 5px 20px;
    text-transform: uppercase;
    margin: 0;
}
@media screen and (max-width: 991px) {
    .filter-btn .apply-btn {
        width: 50%;
        text-align: center;
    }
    .filter-btn .apply-btn button {
        width: 100%;
        padding: 10px 20px;
    }
}
.filter-btn .clear-btn button {
    color: #7f7f7f;
}
@media screen and (max-width: 991px) {
    .filter-btn .clear-btn {
        width: 50%;
        text-align: center;
    }
    .filter-btn .clear-btn button {
        width: 100%;
        padding: 10px 20px;
    }

    .product-wrapper .result-count{
        position: absolute;
        right: 30px;
        top: -40px;
        font-size: 13px;
    }
}
@media only screen and (min-width: 992px) {
    .product-wrapper .card-container {
        border-left: 1px solid #ddd;
    }
}
body.filter-overflow {
    height: 100vh;
    overflow: hidden;
}

.product-wrapper .result-count{
    text-align: right;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1025px) {
    .product-wrapper{
        padding: 0 15px;
    }
}


.product-wrapper .result-count .product-count-span{
    margin-right: 5px;
}



 /* need to remove after HTML changes */

 .filter-btn .apply-btn{
     display: none;
 }