/*
Theme Name: Webbe Realty Child
Description: This is a child theme for Webbe Realty Theme
Author: WEBBE.vn
Template: webberealty
Version: 1.0

*/


/*************** ADD CUSTOM CSS HERE.   ***************/
.box-image {
    position: relative;
    height: 270px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    background-size: cover;
}
.thumb--items {
    max-width: calc(25% - 4px);
    width: 100%;
    margin-right: 5px;
    cursor: pointer;
    margin-bottom: 60px;
    z-index: 99;
    background-color: #c69c6d;
    padding: 5px;
}
.thumb--items.active {
    border: 1px solid #c31010;
}
.box-text.box-text-products {
    background-color: #c69c6d;
	margin-top:55px
}
.thumb--wrap {
    position: absolute;
    bottom: 0;
    display: flex;
    background-color: #c69c6d;
}
.woocommerce-loop-product__title a {
    color: white;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}