.ProductsListComponent {
    padding: 3rem 0;
}

.ProductsListComponent h2 {
    font-family: 'Hollie Script Pro', serif;
    color: #8d8d8d;
    font-weight: 300;
    margin-bottom: 2rem;
    position: relative;
}

.ProductsListComponent h2 > span, .ProductsListComponent h2 b {
    color: #5ca353;
    font-weight: 300;
}

.ProductsListComponent .box, .ProductsListComponent .box1 {
    margin-bottom: 2rem;
}

.ProductsListComponent .box a:hover, .ProductsListComponent .box1 a:hover {
    text-decoration: none;
}

.ProductsListComponent .box .image, .ProductsListComponent .box1 .image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 20em;
}

.ProductsListComponent .box h3, .ProductsListComponent .box1 h3 {
    color: #5ca353;
    font-weight: 400;
}

.ProductsListComponent .box h6, .ProductsListComponent .box1 h6 {
    color: #f7f7f7;
}

.ProductsListComponent .box:hover h4, .ProductsListComponent .box:hover h6, .ProductsListComponent .box1:hover h4, .ProductsListComponent .box1:hover h6 {
    text-decoration: none;
}

.ProductsListComponent .box {
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    display: block;
    transition: all 0.3s ease-out; 
    height: 100%;
}

.ProductsListComponent .box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.ProductsListComponent .box:hover .text .info {
    text-decoration: none;
}

.ProductsListComponent .box:hover .text .info > h4, .ProductsListComponent .box:hover .text .info > h6 {
    text-decoration: none;
    color: #5ca353;
}

.ProductsListComponent .box > .text {
    text-decoration: none;
    padding: 1rem 1.5rem 1rem;
    font-weight: 100;
}

.ProductsListComponent .box > .text h4 {
    color: #7b8a9f;
    font-weight: 300;
    text-decoration: none;
}

.ProductsListComponent .box > .text h6 {
    color: #73839a;
    font-weight: 100;
    font-size: .8rem;
}

.ProductsListComponent .box > .text .info {
    position: absolute;
    bottom: 2rem;
    left: 1.5rem;
    right: 1.5rem;
    border-top: 1px solid #f1f3f7;
}

.ProductsListComponent .box > .text .info > h6 {
    text-decoration: none;
    position: relative;
    padding-left: 1.5rem;
    font-weight: 100;
    font-size: .8rem;
    padding-top: 5px;
    color: #5ca353;
}

.ProductsListComponent .box > .text .info > h6::before {
    content: ' ';
    background-image: url(/images/pin_icon_small.svg?78d127a72a75907f74cdd37ffd908f65);
    background-repeat: no-repeat;
    position: absolute;
    top: -2px;
    left: 0;
    bottom: 0;
    background-size: contain;
    width: 2rem;
    height: 2rem;
}

.ProductsListComponent .box > .text .info > h6 > .icons {
    float: right;
    margin-top: -10px;
}

.ProductsListComponent .box > .text .info > h6 > .icons > img {
    height: 1rem;
    margin-left: .4rem;
}

