.home_categories_wrapper {
    z-index: 1
}

.home_categories_wrapper *,
.home_categories_wrapper *:before,
.home_categories_wrapper *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(max-width: 980px) {
    .home_categories_wrapper .home_categories {
        display: flex;
        flex-direction: column
    }
}

.home_categories_wrapper .home_categories .hc_item {
    width: 16.66667%;
    height: 100%;
    float: left;
    margin: 0;
    transition: all .2s ease;
    position: relative;
    border: 1px solid #fff;
    background-color: #000;
    overflow: hidden
}

@media(max-width: 980px) {
    .home_categories_wrapper .home_categories .hc_item {
        width: 100% !important;
        height: 269px;
        border-left: 0px;
        border-right: 0px
    }
}

@media(max-width: 768px) {
    .home_categories_wrapper .home_categories .hc_item {
        width: 100% !important;
        height: 148px;
        border-left: 0px;
        border-right: 0px
    }
}

.home_categories_wrapper .home_categories .hc_item img.hc_img {
    opacity: 0
}

.home_categories_wrapper .home_categories .hc_item .img-abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw !important;
    height: 101%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -22vw bottom
}

@media(max-width: 980px) {
    .home_categories_wrapper .home_categories .hc_item .img-abs {
        width: 100% !important;
        height: 100%;
        background-position: center
    }
}

.home_categories_wrapper .home_categories .hc_item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 6, 6, .2);
    top: 0;
    left: 0;
    transform: scaleX(1);
    transform-origin: center center;
    transition: all .3s ease
}

.home_categories_wrapper .home_categories .hc_item a {
    width: 100%;
    display: block;
    height: 100%;
    z-index: 2;
    position: relative
}

.home_categories_wrapper .home_categories .hc_item .hc_info_w {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media(max-width: 980px) {
    .home_categories_wrapper .home_categories .hc_item .hc_info_w {
        margin-top: 10px
    }
}

.home_categories_wrapper .home_categories .hc_item .hc_info_w>p {
    font-family: "DM Serif Display", sans-serif;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 5px
}

.home_categories_wrapper .home_categories .hc_item .hc_info_w>h2 {
    font-family: "DM Serif Display", sans-serif;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 400;
    transition: all .2s linear
}

.home_categories_wrapper .home_categories .hc_item.hc_half {
    width: 50% !important
}

@media(max-width: 980px) {
    .home_categories_wrapper .home_categories .hc_item.hc_half {
        width: 100% !important
    }
}

.home_categories_wrapper .home_categories .hc_item.hc_half .hc_info_w>h2 {
    font-size: 3.75rem;
    transition: all .2s linear
}

@media(max-width: 980px) {
    .home_categories_wrapper .home_categories .hc_item.hc_half .hc_info_w>h2 {
        font-size: 2.5rem
    }
}

.home_categories_wrapper .home_categories .hc_item.hc_half .img-abs {
    background-position: center bottom
}
.home_categories_wrapper .home_categories .hc_item .img-abs{
    transition:all .3s ease;
}
#carousel .caption a{
    transition:all .3s ease-in;
}
#carousel .caption a:hover{
    background-color:#dea146;
    color:#fff !important;
}
#homeproduct picture,#homeproduct img{
    width:100%;
}
/*# sourceMappingURL=front.css.map */