@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

.contact1 {
    padding: 0rem 7% 1.4rem;
}

.contact1 h2 {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 3rem;
}

.contact1 p {
    text-align: center;
    max-width: 30rem;
    margin: auto;
    font-weight: 100;
    line-height: 1.6;
}

.product {
    margin-bottom: 40px;
}

.product .product-grid {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    height: 350px;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.product .product-grid .sale {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px;
    z-index: 100;
    background: #BA4545;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.product .product-grid .inner {
    display: table;
    height: 350px;
    width: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    .product .product-grid .inner {
        opacity: 1;
        background: transparent;
    }
}

.product .product-grid .inner p {
    display: table-cell;
    vertical-align: middle;
}

.product .product-grid .inner p .icon {
    padding: 7px 10px;
    color: #fff;
    background: #BA4545;
}

.product .product-grid .inner p .icon:hover, .product .product-grid .inner p .icon:focus {
    color: #BA4545;
    background: #fff;
}

.product .desc h3 {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 24px;
}

.product .desc h3 a {
    color: #000;
}

.product .desc .price {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.product:hover .product-grid, .product:focus .product-grid {
    -webkit-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
}

.product:hover .inner, .product:focus .inner {
    opacity: 1;
}

.product:hover .desc h3 a, .product:focus .desc h3 a {
    color: #BA4545;
}

.product-carousel {
    margin-bottom: 7em;
}

.js .animate-box {
    opacity: 0;
}