.pld-common-wrap {
    display: flex !important;
    align-items: center
}

.pld-like-dislike-wrap {
    display: flex !important;
    align-items: center;
}


.pld-like-dislike-trigger {
    align-items: center;
    display: flex;
}


.fa-thumbs-up::before {
    content: "" !important;
    background-image: url(/wp-content/uploads/2023/03/Frame2.svg) !important;
    width: 20px !important;
    height: 20px !important;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}


.fa-thumbs-down::before {
    content: "" !important;
    background-image: url(/wp-content/uploads/2023/03/Frame3.svg) !important;
    width: 20px !important;
    height: 20px !important;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}



a.pld-prevent.pld-undo-trigger .fa-thumbs-up::before {
    content: "" !important;
    background-image: url(/wp-content/uploads/2023/05/Слой_x0020_18.svg) !important;
    width: 20px !important;
    height: 20px !important;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}


a.pld-prevent.pld-undo-trigger .fa-thumbs-down::before {
    content: "" !important;
    background-image: url(/wp-content/uploads/2023/05/Слой_x0020_19.svg) !important;
    width: 20px !important;
    height: 20px !important;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

#rating img {
    width: 18px !important;
    border-radius: 0px !important;
    margin: 0px !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14) !important;
}


.pld-like-dislike-wrap {
    display: inline-block;
    margin-bottom: 0px;
}





.goods {
    padding: 0px;
}


.icon_social img {
    filter: invert(60%);
}

.categories {
    list-style-type: none;
    display: flex;
    font-size: var(--fz-3);
    font-weight: 500;
    color: rgb(110, 110, 110);
}

.categories ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    font-size: var(--fz-3);
    font-weight: 300;
    margin: 0;
}

.categories li {
    margin-left: 15px;
}

.post_content {
    text-align: justify;
}

.categories li a {
    font-weight: inherit;
    color: var(--dark-light-color);
}

a {
    color: var(--dark-color);
}

.submenu {
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.submenu h2 {
    font-size: var(--fz-2);
    font-weight: 500;
}

.submenu span {
    font-weight: 600;
}

.points_and_sign_out h2 {
    font-size: var(--fz-3);
}

.back_and_share {
    display: flex;
    align-items: center;
}

.back {
    display: flex;
    align-items: baseline;
    margin-right: 50px;
    cursor: pointer;
}

.back:hover {
    opacity: 0.6;
}

.back img {
    margin-right: 10px;
}


.share {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.share:hover {
    opacity: 0.6;
}

.share h2 {
    margin-left: 10px;
}

.click_hide {
    display: none;
}

/*Всплывающий фильтр*/


.zag_popup {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.zag_popup h2 {
    font-size: 19px;
    font-weight: 500;
}

.zag_popup img {
    margin-right: 10px;
}

.icon_social {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.f {
    background: white;
    padding: 9px 15px 9px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}

.f img {
    width: 11px;
}

.t {
    background: white;
    padding: 10px 10px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}

.t img {
    width: 23px;
}

.r {
    background: white;
    padding: 10px 10px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}

.r img {
    width: 22px;
}

.p {
    background: white;
    padding: 5px 7px 5px 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}

.p img {
    width: 16px;
}

.f:hover {
    opacity: 0.7;

}

.t:hover {
    opacity: 0.7;
}

.r:hover {
    opacity: 0.7;
}

.p:hover {
    opacity: 0.7;
}

.icon_social-margin {
    margin-right: 15px;
}

.close {
    width: 100%;
    display: flex;
    justify-content: center;
}

.btn-close {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: var(--fz-1);
    font-weight: 500;
    color: var(--dark-color);
    background: var(--primary-color);
    padding: 0 40px;
    border-radius: var(--border-radius-1);
    border: none;
    cursor: pointer;
    transition: background .3s ease-in-out, color .3s ease-in-out;
}

.btn-close:hover {
    background: var(--primary-color-hover);
}
.btn-close:active {
    background: var(--dark-color);
    color: var(--primary-color);
    transition: none;
}

/*---------*/
.blog_post {
    padding: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-bottom: 3px solid white;
}

.post {
    width: 50%;
}


.blog_post img {
    width: 100%;
    border-radius: 16px;
    margin: 20px 0;
    box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.14);
}

.blog_post h1 {
    font-size: 37px;
    text-align: center;
    margin-bottom: 50px;
}

.blog_post h2 {
    margin-top: 40px;
}

.blog_post p {
    margin-bottom: 40px;
    font-size: 20px;
}

.tags_date {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 60px;
}

.tags {
    display: flex;
    width: 80%;
}



.date h3 {
    font-size: var(--fz-3);
    font-weight: 500;
    color: var(--dark-light-color);
    white-space: nowrap;
}

.music {
    background: #F2F2F2;
    border-radius: 10px;
    padding: 0 20px 0 20px;
    margin-top: 60px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 1px 2px 5px rgb(155, 155, 155);
}

.play {
    display: flex;
    align-items: center;
}

.play img {
    margin-right: 10px;
}

.play h3 {
    font-size: 19px;
    font-weight: 500;
    color: black;
}

.wp-block-scb-sound-cloud {
    margin-bottom: 30px;
}

.wp-block-scb-sound-cloud .mainWidget iframe {
    border: 1px solid var(--dark-light-color) !important;
    border-radius: calc(var(--border-radius-1) / 2) !important;
    box-shadow: var(--box-shadow-4) !important;
}

/*Лайки и дизлайки*/
.like_author {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#rating {
    display: flex;
}

#rating button {
    border: none;
    background: rgba(0, 0, 0, 0);
}

.like {
    display: flex;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
}

.like img {
    width: 15px;
    transform: rotate(190deg);
    margin-right: 10px;
}

.like span {
    font-size: 19px;
    font-weight: 500;
    color: rgb(92, 92, 92);
}

.dislike {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dislike img {
    width: 15px;
    margin-right: 10px;
}

.dislike span {
    font-size: 19px;
    font-weight: 500;
    color: rgb(92, 92, 92);
}

/*---------------*/

.author h3 {
    font-size: 22px;
    font-weight: 500;
}

/*Слайдер товаров*/
.product_slider {
    width: 100%;
    max-width: 1920px;
    margin-inline: auto;
    padding: 100px;
}

.product_slider h2 {
    font-size: 37px;
    margin-bottom: 50px;
}

.product_slider h2>span {
    color: #A0FFF4;
}

.swiper-button-next-best-selling, .swiper-button-prev-best-selling {
    top: 20px;
    bottom: 70px;
}

.swiper-button-next-best-selling {
    padding-right: 0;
    right: -65px;
}

.swiper-button-prev-best-selling {
    padding-left: 0;
    left: -65px;
}

.slider {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sale {
    background: #A0FFF4;
    border-radius: 25px;
    position: absolute;
    top: 30px;
    left: -50px;
}

.sale h3 {
    font-size: 19px;
    font-weight: 500;
    margin: 1px 35px 1px 35px;
}

.product_price {
    margin: 0 20px 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price {
    display: flex;
    align-items: center;
    background: #0000;
    border-radius: 25px;

}

.amount {
    color: #4D4D4D !important;
}

.discount_price {
    background: #A0FFF4;
    border-radius: 25px;
    padding: 3px 15px 3px 15px;
}

.discount_price h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    padding-right: 10px;
}

.basic_price {
    padding: 3px 25px 3px 15px;
}

.basic_price h3 {
    font-size: 19px;
    font-weight: 500;
    color: #9b9b9b;
    margin: 0;
}

.save {
    font-size: 16px;
    font-weight: 500;
}

/*рейтинг*/
.star_rating {
    display: flex;
    padding: 10px 20px 0 20px;
    align-items: center;
}

.rating-mini {
    display: flex;
    font-size: 0;
}

.rating-mini span {
    padding: 0;
    font-size: 25px;
    line-height: 1;
    color: lightgrey;
}

.rating-mini>span:before {
    content: '★';
}

.rating-mini>span.active {
    color: #A0FFF4;
}

.number_reviews h4 {
    font-size: 15px;
    font-weight: 500;
    color: #9b9b9b;
    margin: 0 0 0 12px;
    padding: 0;
}

/*--------------------*/

@media screen and (max-width: 1640px) {

    .post {
        width: 80%;
    }

    .product-sr {
        width: 300px;
    }

    .product-sr img {
        width: 230px;
        height: 230px;
    }

    .product-sr_description h2 {
        font-size: 16px;
    }

    .discount_price h3 {
        font-size: 14px;
    }

    .basic_price h3 {
        font-size: 12px;
    }

    .save {
        font-size: 12px;
    }
}

@media screen and (max-width: 1440px) {
    
    .post {
        width: 100%;
    }

    .product_slider {
        padding-inline: 40px;
    }

    .swiper-button-next-best-selling, .swiper-button-prev-best-selling {
        top: 15px;
        bottom: 60px;
    }
    .swiper-button-next-best-selling {
        right: -15px;
    }
    .swiper-button-prev-best-selling {
        left: -15px;
    }

}

@media screen and (max-width: 1240px) {

    .slider {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 40px;
        column-gap: 40px;
    }

    .product-sr {
        width: auto;
    }
}

@media screen and (max-width: 960px) {
    .blog_post {
        padding: 100px 30px 100px 30px;
    }

    .post {
        width: 90%;
    }
}

@media screen and (max-width: 760px) {
    .slider {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 720px) {
    .blog_post {
        padding: 100px 30px 100px 30px;
    }

    .post {
        width: 100%;
    }
}




@media screen and (max-width: 1024px) {
    .back {
        margin-right: 0px !important;
    }

    .submenu {
        height: 35px;
    }

    .submenu h2 a {
        display: block !important;
    }

    .post h1 {
        text-align: left;
        font-size: 22px !important;
        margin-bottom: 20px !important;
    }

    .tags_date li,
    .tags_date li a {
        font-size: 14px !important;
    }

    .categories li {
        margin-left: 0px !important;
    }

    .categories > ul li {
        margin-left: 15px !important;
    }

    .date h3 {
        font-size: 14px !important;
    }

    .blog_post {
        padding: 140px 20px 50px 20px !important;
    }

    .post img,
    .post-card img {
        width: 100% !important;
        height: 100% !important;
        border-radius: 12px !important;
    }

    .submenu .title-post-main {
        display: none;
    }

    .product_slider {
        padding: 50px 20px !important;
        width: 100% !important;
    }

    .product_slider>h2 {
        text-align: left;
        font-size: 22px !important;
        margin-bottom: 20px !important;
    }

    .swiper {
        margin: -20px !important;
    }

    .swiper-slide.swiper-slide-best-selling {
        padding: 0 20px !important;
    }


}


.ess-total-share.ess-social-networks, .ess-all-networks.ess-social-networks, .ess-social-network-lists .ess-text, .ess-social-network-lists .ess-social-count{
	display:none!important;
}

.ess-social-network-lists{
	display: flex!important;
flex-wrap: wrap!important;
	justify-content: space-between!important;
}


.popup .off_canvas-container li {
  border-bottom: 0px solid rgba(75, 75, 75, 0.212)!important;
}

.popup .account-icon_close {
    height: 35px;
    padding: 0 20px !important;
}

.share-title{
display: flex !important;
flex-wrap: wrap !important;
text-align: center;
align-items: center;
justify-content: center;
	margin-bottom: 40px;
}

.share-title svg{
  margin-right: 16px;
}
.share-title h3{
font-size: 22px;
font-weight: 500;
}

#ess-main-wrapper .ess-social-network-lists .ess-social-networks {
  margin: 0!important;
}

.popup .off_canvas-container {
  padding-top: 90px!important;
}

#ess-main-wrapper #ess-wrap-inline-networks.ess-inline-networks-container {
  margin-bottom: 00px;
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
}

#ess-main-wrapper{
  width: 100%!important;
}
.popup .off_canvas-container ul {
  margin: auto!important;
  max-width: 290px!important;
  width: 100%!important;
  min-width: 220px!important;
}

.ess-social-network-link {
  width: 50px!important;
}

#ess-main-wrapper .ess-social-network-lists .ess-social-networks {
  height: 62px!important;
}

.icon_social {
  margin-bottom: 90px!important;
}

#ess-main-wrapper .ess-social-network-lists .ess-social-networks .ess-icon {
  color: #4d4d4d!important;
	background-color: #fff!important;
}

.main_header {
  position: fixed!important;
  width: 100%!important;
}