* {
    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: #000;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    background-color: #fff;
    word-wrap: break-word;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    /*background-image: url('http://localhost/pirmsk/wp-content/themes/pirmsk/img/common/bg.jpg');*/
}


a,
button {
    cursor: pointer;
}




.wrapper {
    width: 100%;
    position: relative;
    padding-top: 12rem;
}




.main {
    width: 100%;
    /*padding-top: 14rem;*/
}







.section-top {
    margin-top: 6rem;
}

.section-top__title {
    font-size: 4rem;
    font-weight: 700;
    padding: 0 6rem;
    color: rgba(0, 0, 0, .3);
}

.section-top #top-sections {
    margin-top: 4.8rem;
}







.section-catalog {
    background-color: rgba(0, 0, 0, .04);
    padding: 6rem;
    width: 100%;
    margin-top: 6rem;
}
.section-catalog__title {
    font-size: 4rem;
    font-weight: 700;
    color: rgba(0, 0, 0, .3);
}

.posts-wrap {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-top: 4.8rem;
}

.categories-nav {
    flex-shrink: 0;
    width: auto;
    max-width: 30rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: sticky;
    top: 10rem;
}
.categories-nav.mobile {
    display: none;
}
.categories-nav .cat-item {
    margin-top: .6rem;
}
.categories-nav .cat-item:first-child {
    margin-top: 0;
}
.categories-nav > .cat-item > a {
    color: rgba(0, 0, 0, .7);
    border-radius: 1.2rem;
    background-color: rgba(0, 0, 0, .06);
    display: flex;
    font-size: 1.4rem;
    font-weight: 700;
    height: 4rem;
    align-items: center;
    padding: 0 2.4rem .1rem;
}
.categories-nav .children {
    margin-top: .6rem;
    padding-left: 2.4rem;
}
.categories-nav > li > .children {
    margin-bottom: 1rem;
}
.categories-nav .children > li > a {
    color: rgba(0, 0, 0, .7);
    border-radius: 1.2rem;
    /*background-color: rgba(0, 0, 0, .06);*/
    display: flex;
    font-size: 1.4rem;
    font-weight: 700;
    /*height: 3rem;*/
    min-height: 2.4rem;
    height: auto;
    padding-left: 1.2rem;
    border-left: .2rem solid rgba(0, 0, 0, .12);
    align-items: center;
    border-radius: 0;
    /*padding: 0 2.4rem .1rem;*/
}






.pagination-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 3.6rem;
}
.pagination {
    display: flex;
    align-items: stretch;
}
.page-numbers {
    margin-left: 1.6rem;
    font-size: 1.8rem;
    display: block;
    font-weight: 400;
    color: #4f4f50;
    transition: .2s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.page-numbers:first-child {
    margin-left: 0;
}
.page-numbers:hover {
    color: #000;
}
.page-numbers.dots {

}
.page-numbers.current {
    color: #000;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: .7rem;
    background-color: rgba(0, 0, 0, .12);
}
.page-numbers.prev {

}
.page-numbers.next {

}



.catalog-view-all {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    letter-spacing: .2rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border-radius: .8rem;
    width: 100%;
    margin-top: 3.6rem;
    height: 4rem;
    padding: 0 1.2rem;
    background-color: #0C6EE6;
}


.posts {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-shrink: 1;
    padding-left: 6rem;
}

.post {
    width: calc(50% - 3rem);
    margin-top: 3.6rem;
    border-radius: 1.2rem;
    background-color: rgba(0, 0, 0, .05);
    position: relative;
    overflow: hidden;
}









.post .post-contacts {
    position: absolute;
    background-color: #fff;
    left: 1.2rem;
    top: 1.2rem;
    right: 1.2rem;
    bottom: 7.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .8rem;
    padding: 0;
    opacity: 0;
    transition: .3s;
    pointer-events: none;
}
.post .post-contacts.on {
    opacity: 1;
    pointer-events: auto;
}
.post .post-contacts-details {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.post .post-contacts__1,
.post .post-contacts__2 {
    display: flex;
    align-items: center;
}
.post .post-contacts__1 {

}
.post .post-contacts__2 {

}
.post .contacts-item {

}
.post .post-contacts__1 .contacts-item {
    width: auto;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    margin-left: 2.4rem;
}
.post .post-contacts__1 .contacts-item:first-child {
    margin-left: 0;
}
.post .post-contacts__1 .contacts-item--address,
.post .post-contacts__1 .contacts-item--time {
    display: none;
}
.post .post-contacts__1 .contacts-item__icon {
    width: 4rem;
    height: 4rem;
    border-radius: 1.2rem;
    background-color: rgba(0, 0, 0, .1);
    font-size: 1.8rem;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.post .post-contacts__1 .contacts-item__icon i {
    font-family: Fontello;
}
.post .post-contacts__1 .contacts-item__label {
    margin-left: 1.2rem;
    font-size: 1.4rem;
    color: #000;
    display: none;
}

.post .post-contacts__2 {
    margin-left: .6rem;
}
.post .post-contacts__2 .contacts-item {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    margin-left: .6rem;
}
.post .post-contacts__2 .contacts-item:first-child {
    margin-left: 0;
}
.post .post-contacts__2 .contacts-item__icon {
    width: 4rem;
    height: 4rem;
    border-radius: 1.2rem;
    background-color: rgba(0, 0, 0, .1);
    color: #000;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.post .post-contacts__2 .contacts-item__icon i {
    font-family: Fontello;
}
.post .post-contacts-map {
    display: none;
}
.post .post-contacts-map.on {
    display: block;
}










#top-sections .post {
    width: 100%;
    margin: 0;
}

.post:first-child,
.post:nth-child(2) {
    margin-top: 0;
}
.post:nth-child(even) {
    margin-left: 3.6rem;
}

.post .post__heading {
    display: flex;
    align-items: flex-start;
    position: relative;
    background-color: #000;
    overflow: hidden;
    padding: 2.4rem;
}

.post .post__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .3;
}

.post .post__thumb-wrap {
    overflow: hidden;
    position: relative;
    width: 10rem;
    flex-shrink: 0;
    z-index: 50;
    border-radius: .8rem;
}
.post .post__thumb-wrap:after {
    padding-top: 100%;
    content: '';
    display: block;
}
.post .post__thumb-wrap .wp-post-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post .post__title {
    flex-shrink: 1;
    width: 100%;
    padding-left: 1.2rem;
    position: relative;
    z-index: 50;
}
.post .post__name {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
}
.post .post__shortdesc {
    margin-top: .4rem;
    font-size: 1.3rem;
    line-height: 1.3;
    color: #fff;
}

.post .post__tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.7rem;
}
.post .post__tags > a {
    display: flex;
    margin-right: .6rem;
    margin-bottom: .6rem;
    flex-shrink: 0;
    /*padding: 0 .6rem;*/
    /*height: 1.6rem;*/
    font-size: 1rem;
    color: #fff;
    /*background-color: rgba(255, 255, 255, .2);*/
    align-items: center;
    /*border-radius: 50rem;*/
    font-weight: 700;
    opacity: .6;
}
.post .post__tags > a:before {
    content: '#';
}

.post .wpcr_aggregate {
    width: 100%;
    margin-top: .1rem;
}
.post .wpcr_aggregate .wpcr_inline {

}
.post .wpcr_aggregate .wpcr_inline .wpcr_stars {
    display: none !important;
}
.post .wpcr_aggregate .wpcr_inline .wpcr_averageStars {
    margin: 0 !important;
}
.post .wpcr_aggregate .avg-inline {
    display: none !important;
}



.post .post__content {
    padding: 1.2rem 2.4rem 2.4rem;
    position: relative;
}

.post .post__details {
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.post .post__detail {
    display: flex;
    align-items: center;
    width: 50%;
}
.post .post__detail-icon {
    width: 3.4rem;
    height: 3.4rem;
    background-color: rgba(0, 0, 0, .1);
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100rem;
}
.post .post__detail-icon:before {
    font-family: 'Fontello';
    font-size: 1.6rem;
}
.post .post__age .post__detail-icon:before {
    content: '\E800';
}
.post .post__price .post__detail-icon:before {
    content: '\E83F';
}
.post .post__detail-text {
    flex-shrink: 1;
    width: 100%;
    padding-left: .6rem;
}
.post .post__detail-label {
    font-weight: 700;
    font-size: 1.2rem;
}
.post .post__detail-value {
    font-size: 1.4rem;
    margin-top: .4rem;
}


.post .post__excerpt {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: .1rem solid rgba(0, 0, 0, .1);
}
.post .post__excerpt p {
    font-size: 1.3rem;
    line-height: 1.4;
}



.post .post__actions {
    margin-top: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post .post__link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border-radius: .8rem;
    width: calc(50% - .6rem);
    height: 3.4rem;
    padding: 0 1.2rem;
    
}
.post .post__link--more {
    background-color: #0C6EE6;
}
.post .post__link--join {
    background-color: #E46707;
    transition: .2s;
}
.post .post__link--join.on {
    background-color: #D55005;
}


.catalog-under-tgl {
    display: none;
}














.section-blog {
    padding: 6rem;
}
.section-blog__title {
    font-size: 4rem;
    color: rgba(0, 0, 0, .3);
    font-weight: 700;
}




.section-blog .postgrid {
    margin-top: 4.8rem;
}





.postgrid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.post-news {
    position: relative;
    width: calc(25% - 2.7rem);
    margin-left: 3.6rem;
    margin-top: 3.6rem;
}
.post-news:first-child,
.post-news:nth-child(2),
.post-news:nth-child(3),
.post-news:nth-child(4) {
    margin-top: 0;
}
.post-news:nth-child(4n-3) {
    margin-left: 0;
}
.post-news .post__img-wrap {
    border-radius: 1.2rem;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000;
}
.post-news .post__img-wrap:before {
    content: '';
    padding-top: 60%;
    display: block;
}
.post-news .post__img-wrap .wp-post-image {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .4s;
}
/*.post-news:hover .post__img-wrap .wp-post-image {
    filter: saturate(100%) !important;
    opacity: .6;
    transform: scale(1.1);
}*/
.post-news .post__details {
    margin-top: 1.2rem;
}
.post-news .post__title {
    font-family: Montserrat;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
}
.post-news .post__content {
    margin-top: .8rem;
}
.post-news .post__content > p {
    font-size: 1.4rem;
    color: rgba(0, 0, 0, .7);
    line-height: 1.3;
}
/*.post-news .post__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}*/














































.section-booking {
    position: relative;
    padding: 12rem 6rem;
    background-image: url('../img/page/home/booking/bg.jpg');
    background-position: center center;
    background-size: cover;
    /*background-color: #f7bf38;*/
}
.section-booking:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
}

.booking__form-wrap {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 10;
}

.booking__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    flex-shrink: 1;
    margin-right: 6rem;
    padding-right: 6rem;
    border-right: .5rem solid #fff;
}
.booking__title {
    font-size: 5rem;
    font-weight: 400;
    /*letter-spacing: 1rem;*/
    /*text-transform: uppercase;*/
    line-height: 1.2;
    font-weight: 700;
    display: block;
    color: rgba(0, 0, 0, .7);
    color: #fff;
}

.booking__desc {
    font-size: 3.2rem;
    display: block;
    margin-top: 3rem;
    padding-top: 2rem;
     border-top: .2rem solid rgba(0, 0, 0, .06);
    font-weight: 400;
    text-transform: uppercase;
    font-family: Oswald;
    line-height: 1.3;
    color: rgba(0, 0, 0, .5);
}

.wpcf7 {
    flex-shrink: 0;
    width: 40rem;

    /*background-color: rgba(0, 0, 0, .4);*/
    z-index: 5;
    position: relative;
}
.wpcf7 .screen-reader-response {
    display: none;
}
.wpcf7-form {
    width: 100%;
}
.form__row {
    margin-bottom: 1.2rem;
}
.wpcf7-form-control-wrap {
    display: block;
}
.form__field {
    display: block;
    font-size: 1.4rem;
    color: #111;
    padding: 0 1.2rem;
    display: flex;
    align-items: center;
    font-weight: 700;
    width: 100%;
    height: 4rem;
    border-radius: 1.2rem;
    /*border-bottom: .3rem solid rgba(0, 0, 0, .07);*/
    background-color: #fff;
}
.form__input {
    font-family: Montserrat;
}
.form__field::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .6);
    font-weight: 700;
}
.form__field:-ms-input-placeholder {
    color: rgba(0, 0, 0, .6);
    font-weight: 700;
}
.form__field::-ms-input-placeholder {
    color: rgba(0, 0, 0, .6);
    font-weight: 700;
}
.form__field::placeholder {
    color: rgba(0, 0, 0, .6);
    font-weight: 700;
}

.form__row--captcha {
    font-size: 1.6rem;
    font-weight: 700;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    white-space: pre-wrap;
    flex-wrap: wrap;
    color: #fff;
}
.form__row--captcha .wpcf7-form-control-wrap {
    display: flex;
    color: #fff;
    font-size: 1.6rem;
    align-items: center;
}
.form__captcha {
    padding: 0;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3rem;
}

.cf7ascaptcha {
    display: flex;
    color: #fff;
    align-items: center;
    white-space: pre-wrap;
}
.cf7ascaptcha .wpcf7-form-control-wrap.cf7as-captchcode {
    display: flex;
    align-items: center;
    align-self: center;
}
.cf7ascaptcha .wpcf7-form-control.wpcf7-text {
    display: block;
    font-size: 1.4rem;
    color: #111;
    padding: 0 1.2rem;
    display: flex;
    align-items: center;
    font-weight: 700;
    width: 100% !important;
    flex-shrink: 1;
    margin: 0 0 0 1.2rem !important;
    height: 4rem;
    border-radius: 1.2rem;
    /*border-bottom: .3rem solid rgba(0, 0, 0, .07);*/
    background-color: #fff;
    color: #000;
}



.form__row--button {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
}
.form__button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgba(0, 0, 0, .6);
    background-color: #f7bf38;
    /*border-radius: .5rem;*/
    padding: 0 3.6rem;
    height: 4rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 1.2rem;
    letter-spacing: 0rem;
    /*background-color: #111;*/
    /*font-family: Oswald;*/
    transition: .2s;
    font-family: 'Montserrat';
}
.form__button:hover {
    
}

.wpcf7-not-valid-tip {
    display: block !important;
    flex-shrink: 1;
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 1rem !important;
    margin-top: .4rem;
}
.form__row--captcha .wpcf7-not-valid-tip {
    margin-left: .5rem;
}
.wpcf7-response-output {
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 1.2rem;
    border: none !important;
    margin: 2rem 0 0 !important;
    padding: 0 !important
}
































.home-categories {
    /*padding: 0 3.6rem;*/
    /*margin-top: 6rem;*/
    /*background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-image: url('http://localhost/sushiprime/wp-content/uploads/2021/05/sushi-sushi-tunets-ryba-krab-ogurets-palochki.jpg');*/
}
.home-category {
    position: relative;
    /*background-color: rgba(0, 0, 0, .9);*/
}
.home-category:nth-child(odd) {
    background-color: rgba(0, 0, 0, .03);
}

.home-category__content {
    position: relative;
    z-index: 20;
    /*background-color: rgba(0, 0, 0, .95);*/
    padding: 8rem 6rem 9rem;
}

.home-category-heading {
    display: flex;
    margin-bottom: 4.8rem;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.home-category-title {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.home-category-title-icon-wrap {
    overflow: hidden;
    position: relative;
    border-radius: 300rem;
    width: 8rem;
    background-color: #FFF6E3;
    flex-shrink: 0;
}
.home-category-title-icon-wrap:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.home-category-title-icon {
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: contain;
}
.home-category-title-label {
    position: relative;
    z-index: 5;
    font-size: 4.2rem;
    margin-left: 2.4rem;
    font-weight: 700;
    color: #2A2D34;
    color: rgba(42, 45, 52, .4);
    flex-shrink: 0;
}
.home-category-title:first-letter {
    color: #F44708;
}
.home-category-title-spacing {
    width: 100%;
    flex-shrink: 1;
    margin-left: 2.4rem;
    margin-right: 2.4rem;
    border-top: .8rem dotted rgba(0, 0, 0, .12);
    height: .8rem;
    margin-top: .4rem;
}
.home-category-title-translit {
    position: relative;
    z-index: 5;
    font-size: 5.6rem;
    font-weight: 700;
    color: #2A2D34;
    color: rgba(42, 45, 52, .12);
    flex-shrink: 1;
}











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

.delivery-info {
    display: none;
}


.block {
    padding: 0 3.6rem;
}
.block__title {
    /*text-transform: uppercase;*/
}

.block.home-cats {
    margin: 4.8rem 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: center;
}
.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: 4.8rem;
    text-align: left;
    /*text-transform: uppercase;*/
    display: inline-block;
    color: #000;
    font-weight: 700;
    letter-spacing: -.2rem;
    text-shadow: 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916;
}
.product-cat--bestsellers {
    border-top: .2rem solid rgba(255, 255, 255, .2);
    margin: 4.8rem 3.6rem 0;
    padding: 4.8rem 0 0;
}


















































.section-comments {
    position: relative;
    padding: 3.6rem 0 0;
}

.comments__title {
    font-size: 4rem;
    color: rgba(0, 0, 0, .3);
    font-weight: 700;
    margin-top: 6rem;
    padding-top: 4rem;
    display: block;
    border-top: .8rem solid rgba(0, 0, 0, .04);
}

.section-comments:before {
    content: '\e806';
    font-family: Fontello;
    font-size: 50rem;
    position: absolute;
    color: rgba(0, 0, 0, .05);
    z-index: -1;
    transform: rotate(-25deg);
    top: 0;
    right: 0;
}
.section-comments:after {
    content: '\f164';
    font-family: Fontello;
    color: rgba(0, 0, 0, .05);
    font-size: 30rem;
    position: absolute;
    z-index: -1;
    transform: rotate(-25deg);
    bottom: -10rem;
    left: 20rem;
}
.section-comments__title {
    font-size: 6.6rem;
    font-weight: 100;
    line-height: 1.1;
    font-family: Montserrat;
    display: block;
    margin-bottom: 3.6rem;
}
.section-comments__comments {
    display: flex;   
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 0 !important;
}
.section-comments__comment {
    width: 100%;
    margin-top: 1.2rem !important;
    padding: 3.6rem;
    background-color: #FFF7D3;
    display: flex;
    position: relative;
    border-radius: 1.2rem;
}
.section-comments__comment:first-child {
    margin-top: 0 !important;
}

.section-comments__comment:before {
    content: '';
    position: absolute;
    top: 0rem;
    left: 0;
    margin-top: 3.6rem;
    margin-left: -3.2rem;
    border: 1.6rem solid transparent;
    border-top: 1.6rem solid #FFF7D3;
    border-right: 1.6rem solid #FFF7D3;
}
.section-comments__avatar {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: rgba(0, 0, 0, .3);
    font-size: 2.4rem;
    font-weight: 100;
    border-radius: 20rem;
    width: 6rem;
    height: 6rem;
    margin-right: 2.4rem;
}
.section-comments__author-1 {
    display: none;
}
.section-comments__details {
    flex-shrink: 1;
    width: 100%;
    border-left: .1rem solid rgba(0, 0, 0, .12);
    padding-left: 2.4rem;
}
.section-comments__details .wpcr_averageStars {
    margin-bottom: 1.2rem;
}
.section-comments__details .wpcr_averageStars[data-wpcravg="0"] {
    display: none !important;
}
.section-comments__text {
    line-height: 1.5;
}
.section-comments__meta {
    margin-top: 2rem;
    display: flex;
    align-items: center;
}
.section-comments__author {
    font-weight: 700;
    display: block;
    color: rgba(0, 0, 0, .6);
}
.section-comments__date {
    font-weight: 700;
    display: block;
    color: rgba(0, 0, 0, .2);
    margin-left: 2rem;
}
.section-comments__link {
    display: flex;
    text-align: center;
    align-self: flex-start;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -5rem;
    font-family: Montserrat;
    color: #fff;
    padding: 0 2.4rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .3rem;
    background-color: #b19994;
    transition: .2s;
    height: 5rem;
}
.section-comments__link:hover {
    background-color: #2a2b2a;
}

.comment-respond {
    margin-top: 6rem;
    width: 100%;
}
.commenting__title {
    display: block;
    font-size: 2.6rem;
    font-weight: 700;
}
.comment-respond .logged-in-as {
    margin-bottom: 1.2rem;
}
.comment-respond .required-field-message {
    display: none;
}
.commenting {
    margin-top: 2.4rem;
    width: 100%;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 1.2rem;
    padding: 2.4rem;
}
.commenting .wppcr_rating {
    margin-bottom: 1.2rem;
}
.commenting__name,
.commenting__text {
    background-color: rgba(255, 255, 255, 1);
    color: #2a2b2a;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    border-radius: .9rem;
    padding: 1.2rem;
    width: 100%;
    font-family: Montserrat;
}
.commenting__field::-webkit-input-placeholder {
    color: #2a2b2a;
}
.commenting__field:-ms-input-placeholder {
    color: #2a2b2a;
}
.commenting__field::-ms-input-placeholder {
    color: #2a2b2a;
}
.commenting__field::placeholder {
    color: #2a2b2a;
}
.commenting__text {
    height: 15rem;
    line-height: 1.5;
}
.commenting__name {
    margin-top: .6rem;
}
.comment-respond .anr_captcha_field {
    margin-top: 2.4rem;
}
.math-captcha-form {
    display: flex;
    align-items: center;
    margin-top: .6rem;
}
.math-captcha-form label {
    line-height: 1;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: .8rem;
}
.math-captcha-form span {
    line-height: 1;
    font-size: 1.6rem;   
}
.math-captcha-form input {
    background-color: rgba(255, 255, 255, .6);
    color: #2a2b2a;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    border-radius: .9rem;
    padding: 1.2rem;
    width: 7rem;
    text-align: center;
    font-family: Montserrat;
}
.commenting .form-submit {
    margin-top: .6rem;
}
.commenting #submit {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 2.4rem;
    font-family: Montserrat;
    color: #fff;
    padding: 0 3.6rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0rem;
    background-color: #F44708;
    transition: .2s;
    height: 4rem;
    font-weight: 700;
    border-radius: 1.2rem;
    cursor: pointer;
}
.commenting #submit:hover {
    
}


























































































































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





.wrapper {
    width: 100%;
    position: relative;
    padding-top: 12rem;


    padding-top: 6rem;
}




.main {
    width: 100%;
    /*padding-top: 14rem;*/
}







.section-top {
    margin-top: 6rem;
}

.section-top__title {
    font-size: 4rem;
    font-weight: 700;
    padding: 0 6rem;
    color: rgba(0, 0, 0, .3);


    padding: 0 2rem;
    font-size: 3.6rem;
}

.section-top #top-sections {
    margin-top: 4.8rem;


    margin-top: 3.6rem;
}







.section-catalog {
    background-color: rgba(0, 0, 0, .04);
    padding: 6rem;
    width: 100%;
    margin-top: 6rem;


    padding: 6rem 2rem;
}
.section-catalog__title {
    font-size: 4rem;
    font-weight: 700;
    color: rgba(0, 0, 0, .3);


    font-size: 3.6rem;
}

.posts-wrap {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-top: 4.8rem;


    margin-top: 3.6rem;
}



.categories-nav {
    flex-shrink: 0;
    width: auto;
    max-width: 30rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: sticky;
    top: 10rem;


    position: fixed;
    background-color: #fff;
    z-index: 300;
    top: 6rem;
    bottom: 0;
    right: 0;
    padding: 3.6rem;
    align-items: flex-end;
    overflow-y: auto;
    box-shadow: 0 0 5rem rgba(0, 0, 0, .3);
    transition: .3s;
    opacity: 0;
    transform: translateX(3rem);
    pointer-events: none;


    display: none !important;
}
.categories-nav.mobile {
    display: flex !important;
}
.categories-nav.on.mobile {
    
}
.categories-nav.on {


    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}
.categories-nav .cat-item {
    margin-top: .6rem;
}
.categories-nav .cat-item:first-child {
    margin-top: 0;
}
.categories-nav > .cat-item > a {
    color: rgba(0, 0, 0, .7);
    border-radius: 1.2rem;
    background-color: rgba(0, 0, 0, .06);
    display: flex;
    font-size: 1.4rem;
    font-weight: 700;
    height: 4rem;
    align-items: center;
    padding: 0 2.4rem .1rem;
}
.categories-nav .children {
    margin-top: .6rem;
    padding-left: 2.4rem;
}
.categories-nav > li > .children {
    margin-bottom: 1rem;
}
.categories-nav .children > li > a {
    color: rgba(0, 0, 0, .7);
    border-radius: 1.2rem;
    /*background-color: rgba(0, 0, 0, .06);*/
    display: flex;
    font-size: 1.4rem;
    font-weight: 700;
    /*height: 3rem;*/
    min-height: 2.4rem;
    height: auto;
    padding-left: 1.2rem;
    border-left: .2rem solid rgba(0, 0, 0, .12);
    align-items: center;
    border-radius: 0;
    /*padding: 0 2.4rem .1rem;*/
}




.posts {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-shrink: 1;
    padding-left: 6rem;


    padding-left: 0;
}

.post {
    width: calc(50% - 3rem);
    margin-top: 3.6rem;
    border-radius: 1.2rem;
    background-color: rgba(0, 0, 0, .05);
    position: relative;
    overflow: hidden;


    width: 100%;
    margin-top: 2rem;
}









.post .post-contacts {
    position: absolute;
    background-color: #fff;
    left: 1.2rem;
    top: 1.2rem;
    right: 1.2rem;
    bottom: 7.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .8rem;
    padding: 0;
    opacity: 0;
    transition: .3s;
    pointer-events: none;


    bottom: 6.8rem;
}
.post .post-contacts.on {
    opacity: 1;
    pointer-events: auto;
}
.post .post-contacts-details {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.post .post-contacts__1,
.post .post-contacts__2 {
    display: flex;
    align-items: center;
}
.post .post-contacts__1 {

}
.post .post-contacts__2 {

}
.post .contacts-item {

}
.post .post-contacts__1 .contacts-item {
    width: auto;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    margin-left: 2.4rem;
}
.post .post-contacts__1 .contacts-item:first-child {
    margin-left: 0;
}
.post .post-contacts__1 .contacts-item--address,
.post .post-contacts__1 .contacts-item--time {
    display: none;
}
.post .post-contacts__1 .contacts-item__icon {
    width: 4rem;
    height: 4rem;
    border-radius: 1.2rem;
    background-color: rgba(0, 0, 0, .1);
    font-size: 1.8rem;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.post .post-contacts__1 .contacts-item__icon i {
    font-family: Fontello;
}
.post .post-contacts__1 .contacts-item__label {
    margin-left: 1.2rem;
    font-size: 1.4rem;
    color: #000;
    display: none;
}

.post .post-contacts__2 {
    margin-left: .6rem;
}
.post .post-contacts__2 .contacts-item {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    margin-left: .6rem;
}
.post .post-contacts__2 .contacts-item:first-child {
    margin-left: 0;
}
.post .post-contacts__2 .contacts-item__icon {
    width: 4rem;
    height: 4rem;
    border-radius: 1.2rem;
    background-color: rgba(0, 0, 0, .1);
    color: #000;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.post .post-contacts__2 .contacts-item__icon i {
    font-family: Fontello;
}
.post .post-contacts-map {
    display: none;
}
.post .post-contacts-map.on {
    display: block;
}










#top-sections .post {
    width: 100%;
    margin: 0;
}

.post:first-child {
    margin-top: 0;
}
.post:nth-child(2) {
    margin-top: 0;


    margin-top: 2rem;
}
.post:nth-child(even) {
    margin-left: 3.6rem;


    margin-left: 0;
}

.post .post__heading {
    display: flex;
    align-items: flex-start;
    position: relative;
    background-color: #000;
    overflow: hidden;
    padding: 2.4rem;


    padding: 2rem;
}

.post .post__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .3;
}

.post .post__thumb-wrap {
    overflow: hidden;
    position: relative;
    width: 10rem;
    flex-shrink: 0;
    z-index: 50;
    border-radius: .8rem;
}
.post .post__thumb-wrap:after {
    padding-top: 100%;
    content: '';
    display: block;
}
.post .post__thumb-wrap .wp-post-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post .post__title {
    flex-shrink: 1;
    width: 100%;
    padding-left: 1.2rem;
    position: relative;
    z-index: 50;
}
.post .post__name {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;


    font-size: 1.6rem;
    line-height: 1.2;
}
.post .post__shortdesc {
    margin-top: .4rem;
    font-size: 1.3rem;
    line-height: 1.3;
    color: #fff;


    margin-top: .2rem;
}

.post .post__tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.7rem;
}
.post .post__tags > a {
    display: flex;
    margin-right: .6rem;
    margin-bottom: .6rem;
    flex-shrink: 0;
    /*padding: 0 .6rem;*/
    /*height: 1.6rem;*/
    font-size: 1rem;
    color: #fff;
    /*background-color: rgba(255, 255, 255, .2);*/
    align-items: center;
    /*border-radius: 50rem;*/
    font-weight: 700;
    opacity: .6;
}
.post .post__tags > a:before {
    content: '#';
}

.post .wpcr_aggregate {
    width: 100%;
    margin-top: .1rem;
}
.post .wpcr_aggregate .wpcr_inline {

}
.post .wpcr_aggregate .wpcr_inline .wpcr_stars {
    display: none !important;
}
.post .wpcr_aggregate .wpcr_inline .wpcr_averageStars {
    margin: 0 !important;
}
.post .wpcr_aggregate .avg-inline {
    display: none !important;
}



.post .post__content {
    padding: 1.2rem 2.4rem 2.4rem;
    position: relative;


    padding: 1.2rem 2rem 2rem;
}

.post .post__details {
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.post .post__detail {
    display: flex;
    align-items: center;
    width: 50%;
}
.post .post__detail-icon {
    width: 3.4rem;
    height: 3.4rem;
    background-color: rgba(0, 0, 0, .1);
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100rem;
}
.post .post__detail-icon:before {
    font-family: 'Fontello';
    font-size: 1.6rem;
}
.post .post__age .post__detail-icon:before {
    content: '\E800';
}
.post .post__price .post__detail-icon:before {
    content: '\E83F';
}
.post .post__detail-text {
    flex-shrink: 1;
    width: 100%;
    padding-left: .6rem;
}
.post .post__detail-label {
    font-weight: 700;
    font-size: 1.2rem;
}
.post .post__detail-value {
    font-size: 1.4rem;
    margin-top: .4rem;
}


.post .post__excerpt {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: .1rem solid rgba(0, 0, 0, .1);
}
.post .post__excerpt p {
    font-size: 1.3rem;
    line-height: 1.4;
}



.post .post__actions {
    margin-top: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post .post__link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border-radius: .8rem;
    width: calc(50% - .6rem);
    height: 3.4rem;
    padding: 0 1.2rem;
    
}
.post .post__link--more {
    background-color: #0C6EE6;
}
.post .post__link--join {
    background-color: #E46707;
    transition: .2s;
}
.post .post__link--join.on {
    background-color: #D55005;
}



.catalog-under-tgl {


    display: flex;
    height: 6rem;
    font-size: 1.4rem;
    letter-spacing: .2rem;
    font-weight: 700;
    background-color: #E46707;
    border-radius: 1.2rem;
    margin-top: 2.4rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
}















.section-blog {
    padding: 6rem;


    padding: 6rem 2rem;
}
.section-blog__title {
    font-size: 4rem;
    color: rgba(0, 0, 0, .3);
    font-weight: 700;


    font-size: 3.6rem;
}




.section-blog .postgrid {
    margin-top: 4.8rem;


    margin-top: 3.6rem;
}





.postgrid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.post-news {
    position: relative;
    width: calc(25% - 2.7rem);
    margin-left: 3.6rem;
    margin-top: 3.6rem;


    width: 100%;
    margin-top: 3rem;
    margin-left: 0;
}
.post-news:first-child {
    margin-top: 0;
}
.post-news:nth-child(2),
.post-news:nth-child(3),
.post-news:nth-child(4) {
    margin-top: 0;


    margin-top: 3rem;
}
.post-news:nth-child(4n-3) {
    margin-left: 0;
}
.post-news .post__img-wrap {
    border-radius: 1.2rem;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000;
}
.post-news .post__img-wrap:before {
    content: '';
    padding-top: 60%;
    display: block;


    padding-top: 50%;
}
.post-news .post__img-wrap .wp-post-image {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .4s;
}
/*.post-news:hover .post__img-wrap .wp-post-image {
    filter: saturate(100%) !important;
    opacity: .6;
    transform: scale(1.1);
}*/
.post-news .post__details {
    margin-top: 1.2rem;
}
.post-news .post__title {
    font-family: Montserrat;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
}
.post-news .post__content {
    margin-top: .8rem;
}
.post-news .post__content > p {
    font-size: 1.4rem;
    color: rgba(0, 0, 0, .7);
    line-height: 1.3;
}
/*.post-news .post__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}*/














































.section-booking {
    position: relative;
    padding: 12rem 6rem;
    background-image: url('../img/page/home/booking/bg.jpg');
    background-position: center center;
    background-size: cover;
    /*background-color: #f7bf38;*/


    padding: 8rem 2rem;
}
.section-booking:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
}

.booking__form-wrap {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 10;


    flex-direction: column;
}

.booking__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    flex-shrink: 1;
    margin-right: 6rem;
    padding-right: 6rem;
    border-right: .5rem solid #fff;


    margin-right: 9;
    padding-right: 9;
    border-right: none;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: .5rem solid #fff;
}
.booking__title {
    font-size: 5rem;
    font-weight: 400;
    /*letter-spacing: 1rem;*/
    /*text-transform: uppercase;*/
    line-height: 1.2;
    font-weight: 700;
    display: block;
    color: rgba(0, 0, 0, .7);
    color: #fff;


    font-size: 3.6rem;
}

.booking__desc {
    font-size: 3.2rem;
    display: block;
    margin-top: 3rem;
    padding-top: 2rem;
     border-top: .2rem solid rgba(0, 0, 0, .06);
    font-weight: 400;
    text-transform: uppercase;
    font-family: Oswald;
    line-height: 1.3;
    color: rgba(0, 0, 0, .5);
}

.wpcf7 {
    flex-shrink: 0;
    width: 40rem;

    /*background-color: rgba(0, 0, 0, .4);*/
    z-index: 5;
    position: relative;


    width: 100%;
}
.wpcf7 .screen-reader-response {
    display: none;
}
.wpcf7-form {
    width: 100%;
}
.form__row {
    margin-bottom: 1.2rem;
}
.wpcf7-form-control-wrap {
    display: block;
}
.form__field {
    display: block;
    font-size: 1.4rem;
    color: #111;
    padding: 0 1.2rem;
    display: flex;
    align-items: center;
    font-weight: 700;
    width: 100%;
    height: 4rem;
    border-radius: 1.2rem;
    /*border-bottom: .3rem solid rgba(0, 0, 0, .07);*/
    background-color: #fff;
}
.form__input {
    font-family: Montserrat;
}
.form__field::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .6);
    font-weight: 700;
}
.form__field:-ms-input-placeholder {
    color: rgba(0, 0, 0, .6);
    font-weight: 700;
}
.form__field::-ms-input-placeholder {
    color: rgba(0, 0, 0, .6);
    font-weight: 700;
}
.form__field::placeholder {
    color: rgba(0, 0, 0, .6);
    font-weight: 700;
}

.form__row--captcha {
    font-size: 1.6rem;
    font-weight: 700;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    white-space: pre-wrap;
    flex-wrap: wrap;
    color: #fff;
}
.form__row--captcha .wpcf7-form-control-wrap {
    display: flex;
    color: #fff;
    font-size: 1.6rem;
    align-items: center;
}
.form__captcha {
    padding: 0;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3rem;
}



.form__row--button {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
}
.form__button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgba(0, 0, 0, .6);
    background-color: #f7bf38;
    /*border-radius: .5rem;*/
    padding: 0 3.6rem;
    height: 4rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 1.2rem;
    letter-spacing: 0rem;
    /*background-color: #111;*/
    /*font-family: Oswald;*/
    transition: .2s;
    font-family: 'Montserrat';
}
.form__button:hover {
    
}

.wpcf7-not-valid-tip {
    display: block !important;
    flex-shrink: 1;
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 1rem !important;
    margin-top: .4rem;
}
.form__row--captcha .wpcf7-not-valid-tip {
    margin-left: .5rem;
}
.wpcf7-response-output {
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 1.2rem;
    border: none !important;
    margin: 2rem 0 0 !important;
    padding: 0 !important
}
































.home-categories {
    /*padding: 0 3.6rem;*/
    /*margin-top: 6rem;*/
    /*background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-image: url('http://localhost/sushiprime/wp-content/uploads/2021/05/sushi-sushi-tunets-ryba-krab-ogurets-palochki.jpg');*/
}
.home-category {
    position: relative;
    /*background-color: rgba(0, 0, 0, .9);*/
}
.home-category:nth-child(odd) {
    background-color: rgba(0, 0, 0, .03);
}

.home-category__content {
    position: relative;
    z-index: 20;
    /*background-color: rgba(0, 0, 0, .95);*/
    padding: 8rem 6rem 9rem;
}

.home-category-heading {
    display: flex;
    margin-bottom: 4.8rem;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.home-category-title {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.home-category-title-icon-wrap {
    overflow: hidden;
    position: relative;
    border-radius: 300rem;
    width: 8rem;
    background-color: #FFF6E3;
    flex-shrink: 0;
}
.home-category-title-icon-wrap:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.home-category-title-icon {
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: contain;
}
.home-category-title-label {
    position: relative;
    z-index: 5;
    font-size: 4.2rem;
    margin-left: 2.4rem;
    font-weight: 700;
    color: #2A2D34;
    color: rgba(42, 45, 52, .4);
    flex-shrink: 0;
}
.home-category-title:first-letter {
    color: #F44708;
}
.home-category-title-spacing {
    width: 100%;
    flex-shrink: 1;
    margin-left: 2.4rem;
    margin-right: 2.4rem;
    border-top: .8rem dotted rgba(0, 0, 0, .12);
    height: .8rem;
    margin-top: .4rem;
}
.home-category-title-translit {
    position: relative;
    z-index: 5;
    font-size: 5.6rem;
    font-weight: 700;
    color: #2A2D34;
    color: rgba(42, 45, 52, .12);
    flex-shrink: 1;
}











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

.delivery-info {
    display: none;
}


.block {
    padding: 0 3.6rem;
}
.block__title {
    /*text-transform: uppercase;*/
}

.block.home-cats {
    margin: 4.8rem 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: center;
}
.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: 4.8rem;
    text-align: left;
    /*text-transform: uppercase;*/
    display: inline-block;
    color: #000;
    font-weight: 700;
    letter-spacing: -.2rem;
    text-shadow: 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916, 0 0 .2rem #faa916;
}
.product-cat--bestsellers {
    border-top: .2rem solid rgba(255, 255, 255, .2);
    margin: 4.8rem 3.6rem 0;
    padding: 4.8rem 0 0;
}


















































.section-comments {
    position: relative;
    padding: 3.6rem 0 0;
}

.comments__title {
    font-size: 4rem;
    color: rgba(0, 0, 0, .3);
    font-weight: 700;
    margin-top: 6rem;
    padding-top: 4rem;
    display: block;
    border-top: .8rem solid rgba(0, 0, 0, .04);


    font-size: 3.6rem;
}

.section-comments:before {
    content: '\e806';
    font-family: Fontello;
    font-size: 50rem;
    position: absolute;
    color: rgba(0, 0, 0, .05);
    z-index: -1;
    transform: rotate(-25deg);
    top: 0;
    right: 0;


    display: none;
}
.section-comments:after {
    content: '\f164';
    font-family: Fontello;
    color: rgba(0, 0, 0, .05);
    font-size: 30rem;
    position: absolute;
    z-index: -1;
    transform: rotate(-25deg);
    bottom: -10rem;
    left: 20rem;


    display: none;
}
.section-comments__title {
    font-size: 6.6rem;
    font-weight: 100;
    line-height: 1.1;
    font-family: Montserrat;
    display: block;
    margin-bottom: 3.6rem;
}
.section-comments__comments {
    display: flex;   
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 0 !important;
}
.section-comments__comment {
    width: 100%;
    margin-top: 1.2rem !important;
    padding: 3.6rem;
    background-color: #FFF7D3;
    display: flex;
    position: relative;
    border-radius: 1.2rem;


    padding: 2.4rem 1.2rem;
    margin-top: 2rem !important;
}
.section-comments__comment:first-child {
    margin-top: 0 !important;
}

.section-comments__comment:before {
    content: '';
    position: absolute;
    top: 0rem;
    left: 0;
    margin-top: 3.6rem;
    margin-left: -3.2rem;
    border: 1.6rem solid transparent;
    border-top: 1.6rem solid #FFF7D3;
    border-right: 1.6rem solid #FFF7D3;


    margin-top: 2rem;
    margin-left: -1.6rem;
    border: .8rem solid transparent;
    border-top: .8rem solid #FFF7D3;
    border-right: .8rem solid #FFF7D3;
}
.section-comments__avatar {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: rgba(0, 0, 0, .3);
    font-size: 2.4rem;
    font-weight: 100;
    border-radius: 20rem;
    width: 6rem;
    height: 6rem;
    margin-right: 2.4rem;


    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    margin-right: 1.2rem;
}
.section-comments__author-1 {
    display: none;
}
.section-comments__details {
    flex-shrink: 1;
    width: 100%;
    border-left: .1rem solid rgba(0, 0, 0, .12);
    padding-left: 2.4rem;


    padding-left: 1.2rem;
}
.section-comments__details .wpcr_averageStars {
    margin-bottom: 1.2rem;
}
.section-comments__details .wpcr_averageStars[data-wpcravg="0"] {
    display: none !important;
}
.section-comments__text {
    line-height: 1.5;
}
.section-comments__meta {
    margin-top: 2rem;
    display: flex;
    align-items: center;
}
.section-comments__author {
    font-weight: 700;
    display: block;
    color: rgba(0, 0, 0, .6);
}
.section-comments__date {
    font-weight: 700;
    display: block;
    color: rgba(0, 0, 0, .2);
    margin-left: 2rem;
}
.section-comments__link {
    display: flex;
    text-align: center;
    align-self: flex-start;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -5rem;
    font-family: Montserrat;
    color: #fff;
    padding: 0 2.4rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .3rem;
    background-color: #b19994;
    transition: .2s;
    height: 5rem;
}
.section-comments__link:hover {
    background-color: #2a2b2a;
}

.comment-respond {
    margin-top: 6rem;
    width: 100%;
}
.commenting__title {
    display: block;
    font-size: 2.6rem;
    font-weight: 700;
}
.comment-respond .logged-in-as {
    margin-bottom: 1.2rem;
}
.comment-respond .required-field-message {
    display: none;
}
.commenting {
    margin-top: 2.4rem;
    width: 100%;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 1.2rem;
    padding: 2.4rem;
}
.commenting .wppcr_rating {
    margin-bottom: 1.2rem;
}
.commenting__name,
.commenting__text {
    background-color: rgba(255, 255, 255, 1);
    color: #2a2b2a;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    border-radius: .9rem;
    padding: 1.2rem;
    width: 100%;
    font-family: Montserrat;
}
.commenting__field::-webkit-input-placeholder {
    color: #2a2b2a;
}
.commenting__field:-ms-input-placeholder {
    color: #2a2b2a;
}
.commenting__field::-ms-input-placeholder {
    color: #2a2b2a;
}
.commenting__field::placeholder {
    color: #2a2b2a;
}
.commenting__text {
    height: 15rem;
    line-height: 1.5;
}
.commenting__name {
    margin-top: .6rem;
}
.comment-respond .anr_captcha_field {
    margin-top: 2.4rem;
}
.math-captcha-form {
    display: flex;
    align-items: center;
    margin-top: .6rem;
}
.math-captcha-form label {
    line-height: 1;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: .8rem;
}
.math-captcha-form span {
    line-height: 1;
    font-size: 1.6rem;   
}
.math-captcha-form input {
    background-color: rgba(255, 255, 255, .6);
    color: #2a2b2a;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    border-radius: .9rem;
    padding: 1.2rem;
    width: 7rem;
    text-align: center;
    font-family: Montserrat;
}
.commenting .form-submit {
    margin-top: .6rem;
}
.commenting #submit {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 2.4rem;
    font-family: Montserrat;
    color: #fff;
    padding: 0 3.6rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0rem;
    background-color: #F44708;
    transition: .2s;
    height: 4rem;
    font-weight: 700;
    border-radius: 1.2rem;
    cursor: pointer;
}
.commenting #submit:hover {
    
}




}




