* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    list-style: none;
    line-height: 1;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}
html {
    font-size: 62.5%;
}
body {
    /*color: #575757;*/
    color: #000;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    background-color: #fff;
    word-wrap: break-word;
    background-image: url('../img/bg.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


a,
button {
    cursor: pointer;
}




.spacing {
    flex-shrink: 1;
    width: 100%;
    height: 100%;
}




.wrapper {
    width: 100%;
    position: relative;
    /*padding-top: 14rem;*/
}




.main {
    width: 100%;
}















.home-categories {
    padding: 0 6rem;
    margin-top: 10rem;
    margin-top: 6rem;
}
.home-category {
    position: relative;
    margin-top: 10rem;
    border-radius: 0;

}
.home-category:first-child {
    margin-top: 0;
}



.home-category-heading {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 6rem;
}



.home-category-title {
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.2;
    /*opacity: .4;*/
}
.home-category__content {

}


.home-cat-products {
    width: 100%;
    flex-shrink: 1;
}
.home-cat-products-title {
    display: block;
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 4rem;
}
.home-category__content > .woocommerce {

}
























@media all and (max-width: 1000px) {






* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    list-style: none;
    line-height: 1;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}
html {
    font-size: 62.5%;
}
body {
    /*color: #575757;*/
    color: #000;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    background-color: #fff;
    word-wrap: break-word;
    background-image: url('../img/bg.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


a,
button {
    cursor: pointer;
}




.spacing {
    flex-shrink: 1;
    width: 100%;
    height: 100%;
}




.wrapper {
    width: 100%;
    position: relative;
    /*padding-top: 14rem;*/
}




.main {
    width: 100%;
}















.home-categories {
    padding: 0 6rem;
    margin-top: 10rem;
    margin-top: 6rem;


    padding: 0 2rem;
}
.home-category {
    position: relative;
    margin-top: 10rem;
    border-radius: 0;

}
.home-category:first-child {
    margin-top: 0;
}



.home-category-heading {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 3.6rem;
}



.home-category-title {
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.2;
    /*opacity: .4;*/
}
.home-category__content {

}


.home-cat-products {
    width: 100%;
    flex-shrink: 1;
}
.home-cat-products-title {
    display: block;
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 4rem;
}
.home-category__content > .woocommerce {

}






}



























