* {
    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: #001514;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    background-color: #fff;
    word-wrap: break-word;
}

a,
button {
    cursor: pointer;
}
/*img {
    display: block;
    max-width: 100%;
    height: auto;
}*/




.popup-img-wrap {
    display: none;
}



.popup-img-wrap {
    position: fixed;
    z-index: 990;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}
.popup-img-wrap-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-img-wrap .popup-img {
    max-width: 50rem;
    height: auto;
    display: block;
    padding: .1rem;
    background-color: #fff;
}
.popup-close {
    position: absolute;
    top: 0;
    font-size: 1.4rem;
    z-index: 995;
    font-weight: 700;
    letter-spacing: .3rem;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /*background-color: #98011D;*/
    padding: 0 1.2rem;
    height: 8rem;
}
.popup-close i {
    margin-left: 1rem;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border-radius: 10rem;
    background-color: #df2935;
    transition: .4s;
    color: #fff;
}
.popup-close:hover i {
    transform: rotate(90deg);
    background-color: #98011D;
}






.page-columns {
    display: flex;
    width: 100%;
    /*margin-top: 12rem;*/
}

.page-columns__right {
    /*margin-left: 30rem;*/
    /*width: calc(100% - 30rem);*/
    width: 100%;
}




.wrapper {
    width: 100%;
    position: relative;
}


.flex-row.flex-row--home {
    z-index: 50;
    position: relative;
}



.block {
    box-shadow: 0 .1rem 3rem rgba(0, 0, 0, .3);
    padding: 6rem 0;
    background-color: #fff;
    position: relative;
}
.block:nth-child(even) {
    /*background-color: rgba(0, 0, 0, .03);*/
}
.block__title {
    /*text-transform: uppercase;*/
}

.block.home-cats {
    /*margin: 1.2rem 0 0;*/
}

.product-cat {
    /*margin: 6rem 0 7.2rem;*/
}
.product-cat__title {
    margin-bottom: 3.4rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    /*text-align: left;*/
}
.product-cat__title i {
    margin-right: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 10rem;
    font-size: 2.4rem;
    color: #df2935;
    border: .2rem solid #df2935;
}
.product-cat__title .icon-heart {
    color: #df2935;
    padding-top: .2rem;
}
.product-cat__title span {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: .8rem;
    text-align: center;
    /*font-weight: 400;*/
    border-radius: 100rem;
    padding: 1.4rem 2.8rem 1.4rem 3.6rem;
    color: rgba(0, 0, 0, .6);
    /*text-transform: uppercase;*/
    display: inline-block;
    /*color: #2f2c32;*/
    font-weight: 700;
    background-color: #FFBE0B;
    /*letter-spacing: -.2rem;*/
}
/*.product-cat--bestsellers {
    border-top: 1.4rem solid #ec9a29;
    margin: 4.8rem 3.6rem 0;
    padding: 4.8rem 0 0;
}
*/

.block .woocommerce {
    width: 100%;
    padding: 0 3.6rem;
}






























































































































































































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




.popup-img-wrap {
    display: none;
}



.popup-img-wrap {
    position: fixed;
    z-index: 990;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}
.popup-img-wrap-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-img-wrap .popup-img {
    max-width: 50rem;
    height: auto;
    display: block;
    padding: .1rem;
    background-color: #fff;
}
.popup-close {
    position: absolute;
    top: 0;
    font-size: 1.4rem;
    z-index: 995;
    font-weight: 700;
    letter-spacing: .3rem;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /*background-color: #98011D;*/
    padding: 0 1.2rem;
    height: 8rem;
}
.popup-close i {
    margin-left: 1rem;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border-radius: 10rem;
    background-color: #df2935;
    transition: .4s;
    color: #fff;
}
.popup-close:hover i {
    transform: rotate(90deg);
    background-color: #98011D;
}






.page-columns {
    display: flex;
    width: 100%;
    /*margin-top: 12rem;*/
}

.page-columns__right {
    /*margin-left: 30rem;*/
    /*width: calc(100% - 30rem);*/
    width: 100%;
}




.wrapper {
    width: 100%;
    position: relative;
}


.flex-row.flex-row--home {
    z-index: 50;
    position: relative;
}



.block {
    box-shadow: 0 .1rem 3rem rgba(0, 0, 0, .3);
    padding: 3.6rem 2rem;
    background-color: #fff;
    position: relative;
}
.block:nth-child(even) {
    /*background-color: rgba(0, 0, 0, .03);*/
}
.block__title {
    /*text-transform: uppercase;*/
}

.block.home-cats {
    /*margin: 1.2rem 0 0;*/
}

.product-cat {
    /*margin: 6rem 0 7.2rem;*/
}
.product-cat__title {
    margin-bottom: 3.4rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    /*text-align: left;*/
}
.product-cat__title i {
    margin-right: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 10rem;
    font-size: 2.4rem;
    color: #df2935;
    border: .2rem solid #df2935;
}
.product-cat__title .icon-heart {
    color: #df2935;
    padding-top: .2rem;
}
.product-cat__title span {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: .8rem;
    text-align: center;
    /*font-weight: 400;*/
    width: 100%;
    line-height: 1.3;
    border-radius: 100rem;
    padding: 1.4rem 2.8rem 1.4rem 3.6rem;
    color: rgba(0, 0, 0, .6);
    /*text-transform: uppercase;*/
    display: inline-block;
    /*color: #2f2c32;*/
    font-weight: 700;
    background-color: #FFBE0B;
    /*letter-spacing: -.2rem;*/
}
/*.product-cat--bestsellers {
    border-top: 1.4rem solid #ec9a29;
    margin: 4.8rem 3.6rem 0;
    padding: 4.8rem 0 0;
}
*/

.block .woocommerce {
    width: 100%;
    padding: 0;
}



}





