body {
    font-family: 'Nunito', sans-serif;
}
*{
    box-sizing: border-box;
    outline: none;
}
.main-header {
    padding: 14px 0;
}
.wa-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2bb741;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 24px;
    border-radius: 6px;
}
.wa-btn a:hover, .wa-btn a:focus {
    color: #fff;
    opacity: .6;
}
.pr-wa-btn a {
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
    background: #2bb741;
    padding: 7px 20px;
    color: #fff;
    border-radius: 6px;
}
.pr-wa-btn a:hover, .pr-wa-btn a:focus {
    color: #fff;
    opacity: .6;
}
.wa-btn {
    padding-right: 20px;
}
ul.main_categories_list {
    display: inline-block;
    list-style: none;
    padding: 15px;
    margin: 15px;
    background: #f5f5f5;
    border-radius: 15px;
}
a {
    color: #000;
    text-decoration: none;
}
html {
  --scrollbarBG: #CFD8DC;
  --thumbBG: #90A4AE;
}
h2 {
    font-size: 30px;
    font-weight: normal;
}
.calcs.flex {
    align-items: unset;
}
body .nav-links>a, body .nav-links>span {
    position: relative;
    float: left;
    padding: 5px 12px;
    margin-left: -1px;
    line-height: 1.42857;
    color: #000;
    text-decoration: none;
    background-color: #fafafa;
    border: 1px solid #0089cc;
}
.summary.entry-summary h1 {
    font-size: 24px;
}
.woocommerce ul#shipping_method li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    line-height: 1.2;
}
.woocommerce ul#shipping_method li bdi {
    display: none;
}
.woocommerce ul#shipping_method li input {
    margin: 1px .4375em 0 0;
}
.form-group.input-serach input {
    background: #fff;
}
.promo-page-top.flex {
    justify-content: unset;
}
.promo-pt-right {
    padding-left: 100px;
}
.promo-thumb img {
    border-radius: 15px;
}
.promo-pt-left {
    width: 32%;
}
.promo-pt-right {
    width: 68%;
}
article.promo-detail {
    padding-bottom: 100px;
}
.calc-left {
    width: 50%;
}
.calc-right {
    width: 45%;
    background: #f5f5f5;
    padding: 30px;
    border-radius: 20px;
    font-size: 20px;
}
h3.result-title {
    font-weight: normal;
    font-size: 40px;
    margin: 0 0 40px;
}
.left_calc {
    width: 50%;
}
.right_calc {
    width: 50%;
    margin-bottom: 15px;
}
.calc-right .left_calc {
    width: 100%;
}
.calc-right .right_calc {
    width: 100%;
}
.calc-right input[type="text"] {
    height: fit-content;
    font-size: 26px;
    padding: 10px 0;
    color: #08c;
}
input#rashet, button {
    background: #08c;
    border-radius: 7px;
    padding: 10px 15px;
    border: none;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
}
input#r1 {
    width: 100%;
}
.right_calc select, #allbecalc select {
    background: #f5f5f5;
    border: none;
    padding: 8px 10px;
    border-radius: 10px;
    height: 36px;
    cursor: pointer;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, select, input[type="number"], input[type="tel"] {
    padding: 8px 10px;
    background: #f5f5f5;
    border: none;
    border-radius: 10px;
}
.calc-left.flex input[type="text"] {
    height: 36px;
}
.form-inner.flex {
    padding: 30px;
    border-radius: 20px;
    align-items: unset;
    box-shadow: 0px 0px 19px #00000021;
    margin-bottom: 70px;
}
.h-item-left {
    width: 25%;
}
.h-item-right {
    width: 75%;
    padding-left: 40px;
}
.h-item.flex {
    align-items: unset;
    margin-bottom: 50px;
}
.h-item.flex h3 {
    font-weight: normal;
    font-size: 24px;
    margin-top: 0;
}
.h-item.flex img {
    border-radius: 15px;
    opacity: .7;
}
.h-item.flex .rmore {
    padding-top: 20px;
}
.h-item.flex .rmore i {
    transform: translate(6px, 0px);
}
.h-item.flex .entry-tags {
    display: none;
}
.pop-over {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff0a;
    backdrop-filter: blur(8px);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}
.pop-over.active {
    display: flex;
}
.pop-inner {
    width: 100%;
    max-width: 360px;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 1px 3px 11px #00000038;
    position: relative;
}
form.wpcf7-form.init input {
    background: #f5f5f5;
    border: none;
    border-radius: 10px;
    margin-top: 5px;
    min-height: 36px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #08c;
    border-radius: 7px;
    padding: 10px 30px;
    color: #fff;
    font-size: inherit;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:active {
    border: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #08c;
    margin: 30px 0;
    border-radius: 7px;
}
input[type="submit" i] {
    border: none;
}
.pop-close {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    opacity: .6;
}
.pop-close:hover {
    color: #08c;
    opacity: 1;
}
form.wpcf7-form label {
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}
.calc-ic {
    width: 60px;
    height: 60px;
    margin: 0 auto 50px;
    background: #444;
}
.calc-ic.one {
    background: url(https://pprcshop.ru/img/kotel-otopleniya1.svg) center no-repeat;
    background-size: contain;
}
a.calc:hover .calc-ic.one {
    background: url(https://pprcshop.ru/img/kotel-otopleniya2.svg) center no-repeat;
    background-size: contain;
}
.calc-ic.two {
    background: url(https://pprcshop.ru/img/vodyanoi-pol1.svg) center no-repeat;
    background-size: contain;
}
a.calc:hover .calc-ic.two {
    background: url(https://pprcshop.ru/img/vodyanoi-pol2.svg) center no-repeat;
    background-size: contain;
}
.calc-ic.three {
    background: url(https://pprcshop.ru/img/sekcii-radiatora1.svg) center no-repeat;
    background-size: contain;
}
a.calc:hover .calc-ic.three {
    background: url(https://pprcshop.ru/img/sekcii-radiatora2.svg) center no-repeat;
    background-size: contain;
}
.calc-ic.four {
    background: url(https://pprcshop.ru/img/cerculyacionnyi-nasos1.svg) center no-repeat;
    background-size: contain;
}
a.calc:hover .calc-ic.four {
    background: url(https://pprcshop.ru/img/cerculyacionnyi-nasos2.svg) center no-repeat;
    background-size: contain;
}
.catalog-left {
    overflow-y: auto;
}
.catalog-left::-webkit-scrollbar {
  width: 11px;
}
.catalog-left {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.catalog-left::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.catalog-left::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}


input#alg_checkout_files_upload_button_1 {
    border: none;
    padding: 10px 20px;
    border-radius: 15px;
    cursor: pointer;
    background: #f5f5f5;
}
p#billing_country_field {
    display: none;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details, ul.wc-bacs-bank-details.order_details.bacs_details {
    padding: 0;
}
.woocommerce ul.order_details li {
    margin-bottom: 10px;
}
tr.d-none {
    display: none;
}
#place_order {
    background: #08c;
    border-radius: 7px;
}
.woocommerce-checkout #payment div.form-row {
    padding: 20px 0;
}
.cart-forms {
    width: 48%;
}
.cart-items {
    width: 48%;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    border-radius: 15px;
    background-color: #f5f5f5;
}
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #f5f5f5;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
th.product-name {
    width: 30%;
}
.woocommerce form .form-row input.input-text {
    height: 36px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
}
textarea#order_comments {
    height: 112px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    background: #f5f5f5;
    border: none;
    border-radius: 10px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: normal; 
    border-top: 1px solid #eee;
}
.checkout-wrap.flex {
    align-items: unset;
    box-shadow: 0px 0px 19px #00000021;
    padding: 0 30px;
    border-radius: 20px;
    margin-bottom: 40px;
}
.woocommerce a.button.wc-backward {
    padding: 0 20px;
}
.sec-brands {
    padding: 70px 0;
}
.term-description {
    padding: 0 0 40px;
}
.cart-empty.woocommerce-info {
    border-radius: 7px;
    margin: 2em 0;
}
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none;
}
#tab-description {
    overflow: hidden;
    position: relative;
    transition: .3s;
}
.d-toggler span {
    cursor: pointer;
}
.d-toggler {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
    background: #fff;
}
span.close i {
    transform: rotate(180deg);
}
.d-toggler:before {
    content: "";
    position: absolute;
    height: 70px;
    bottom: 100%;
    width: 100%;
    background: linear-gradient(0deg, white, #ffffff00);
}
.d-toggler span.close {
    display: none;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin: 2em 0;
    position: relative;
    background-color: #f7f6f7;
    padding: 15px;
    border-radius: 7px;
}
.cart-empty.woocommerce-info:before {
    display: none;
}
.brand-img {
    max-width: 117px;
    margin: 0 auto;
}
.sec-brands .owl-controls {
    display: none;
}
.catalog-left span.pr-count {
    display: none;
}
.megamenu .widget_nav_menu li {
    line-height: 1.17;
    margin-bottom: 10px;
}
.catalog-nav-wrap {
    position: fixed;
    background: #ffffff;
    display: flex;
    width: 96%;
    border-radius: 20px;
    top: 90px;
    left: 2%;
    height: calc(100% - 150px);
    box-shadow: 0px 0px 19px #00000021;
    transform: translateY(-9000px);
    overflow: hidden;
}
.catalog-nav-wrap.active {
    max-width: 1400px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.catalog-left {
    width: 300px;
    box-shadow: 0px 0px 36px #00000030;
    position: relative;
}
.catalog-right {
    width: calc(100% - 300px);
    padding: 30px;
    overflow-y: auto;
}
.catalog-right>a {
    font-size: 18px;
    font-weight: 700;
}
.catalog-right ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 10px -.5%;
}
.catalog-right>ul>li ul {
    display: block;
}
.catalog-right>ul>li ul>li>a {
    padding: 3px;
}
.catalog-right>ul>li ul {
    padding-left: 18px;
    list-style: disc;
    color: #898989;
}
.catalog-right>ul>li ul a {
    font-size: 12px;
}
.woocommerce a.remove {
    color: #08c!important;
}
.woocommerce a.remove:hover {
    background: #08c;
}
.catalog-right ul a {
    padding: 13px 20px 13px 0;
    display: inline-block;
}
.catalog-right>ul>li {
    width: 24%;
    background: #f5f5f5;
    margin: .5%;
    border-radius: 10px;
    padding: 0 10px;
}
ul.main_categories_list>li>ul {
    position: absolute;
    left: 300px;
    top: 0;
    background: #fff;
    display: none;
    height: 100%;
    width: calc(100% - 300px);
}
ul.main_categories_list>li>ul>li {
    width: 100%;
    list-style: none;
}
ul.main_categories_list>li>ul>li>a, ul.main_categories_list>li>a {
    display: inline-block;
    padding: 5px;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.logo {
    width: 200px;
    transition: .3s;
}
.fixed .logo {
    width: 170px;
}
.head-right.flex {
    width: calc(100% - 300px);
}
.top-search {
    max-width: 300px;
}
.top-search .form-group.form-category {
    display: none;
}
.top-search i.hide.close-form.fa.fa-times {
    display: none;
}
span.order-call {
    display: block;
    cursor: pointer;
}
form.form-inline.woo-search {
    position: relative;
    padding-right: 38px;
}
button.pull-right.btn-search {
    position: absolute;
    right: 0;
    width: 38px;
    height: 35px;
    border: none;
    cursor: pointer;
    background: #08c url(https://pprcshop.ru/img/search.svg)center no-repeat;
    border-radius: 0px 5px 5px 0;
    background-size: 20px;
    top: -1px;
}
.top-search input[type="text"] {
    border-radius: 5px 0 0 5px;
    border: 1px solid #08c;
}
@keyframes pulsed{
    0%{
        -moz-box-shadow:0 0 0 0 rgba(0,136,204,.7);
        box-shadow:0 0 0 0 rgba(0,136,204,.7)
    }
    10%{
        -moz-box-shadow:0 0 0 15px rgba(0,136,204,0);
        box-shadow:0 0 0 15px rgba(0,136,204,0)
    }
    15%{
        -moz-box-shadow:0 0 0 0 rgba(0,136,204,0);
        box-shadow:0 0 0 0 rgba(0,136,204,0)
    }
}
.nav-toggler {
    position: relative;
    width: 25px;
    height: 17px;
    cursor: pointer;
    margin-right: 10px;
}
.nav-toggler-wrap.flex {
    background: #08c;
    height: 44px;
    padding: 0 25px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    animation: pulsed 7s infinite;
}
button.pull-right.btn-search {
    position: absolute;
    right: 0;
    width: 38px;
    height: 34px;
    border: none;
    cursor: pointer;
    background: #08c url(https://pprcshop.ru/img/search.svg)center no-repeat;
    border-radius: 0px 5px 5px 0;
    background-size: 20px;
    top: -1px;
}
span.tog-top, span.tog-bottom {
    transform-origin: left center;
}
.nav-toggler span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    transition: .3s;
}
span.tog-top {
    top: 1px;
}
span.tog-center {
    top: calc(50% - 0.5px);
}
.nav-toggler:hover span.tog-bottom {
    width: 100%;
}
span.tog-bottom {
    bottom: 0;
    width: 70%;
}
.active span.tog-top {
    transform: rotate(34deg);
}
.nav-toggler.active span.tog-center {
    width: 0px;
}
.active span.tog-bottom {
    transform: rotate(-34deg);
    width: 100%;
}
body .top-main-menu.style2 .main-menu-wapper {
    background-color: transparent!important;
}
.nav-top-menu {
    background: #fff;
}
body .header.style2 .top-main-menu.style2 .navigation-main-menu>li>a {
    color: #000;
}
body .header.style2 .top-main-menu.style2 .navigation-main-menu>li:hover, body .header.style2 .top-main-menu.style2 .navigation-main-menu>li.active {
    background-color: transparent;
}
.sec-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0px 0px 10px #0000004d;
}
body {
    padding-top: 126px;
    margin: 0;
}
.navigation-main-menu>li>a {
    padding: 0 25px 0 0;
    margin: 0 0 15px;
    border-right: none;
}
.container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.woocommerce .page-title .woocommerce-ordering .orderby {
    background: transparent;
}
.top-main-menu.style2 .navigation-main-menu>.menu-item-has-children>a:after {
    right: 6px;
    left: auto;
    top: 4px;
}
.menu-verhnee-pravoe-menyu-container ul {
    list-style: none;
    display: flex;
    padding: 0;
    white-space: nowrap;
    margin: 0;
}
.menu-verhnee-pravoe-menyu-container a {
    padding: 0 0 0 25px;
    margin: 0 0 15px;
    display: inline-block;
}
.slider-sec {
    padding-top: 40px;
}
.top-phone a {
    font-size: 18px;
    font-weight: 700;
}
.top-phone {
    text-align: right;
}
.wpb_single_image img {
    border-radius: 15px;
}
.sub-menu.megamenu {
    border-radius: 20px;
}
.option2 .megamenu .widget .widgettitle:before {
    background-color: #0088cc;
}
.xt_woofc-shortcode-count.xt_woofc-counter-type-badge {
    right: -7px;
    background: #0088cc;
    color: #fff;
}
.xt_woofc-trigger .xt_woofc-count {
    background-color: #0088cc;
}
body .xt_woofc em {
    font-style: normal;
}
.xt_woofc-product-title, .xt_woofc-price {
    font-weight: normal;
}
.xt_woofc-product-title a, .xt_woofc-product-title span.xt_woofc-product-title-inner {
    color: #000;
}
.cart-toggler {
    width: 28px;
}
.xt_woofc-cart-open .xt_woofc-checkout {
    background: #fff;
}
.xt_woofc-checkout em span {
    color: #000000;
}
.xtfw-no-touchevents .xt_woofc-cart-open .xt_woofc-checkout:not(.xt_woofc-processing):hover, .xtfw-touchevents .xt_woofc-cart-open .xt_woofc-checkout:not(.xt_woofc-processing):focus {
    background: #08c;
}
.main-header {
    transition: .3s;
}
.fixed .main-header {
    padding: 10px 0 18px 0;
}
.fixed .catalog-nav-wrap {
    top: 65px;
}
.navigation-main-menu .megamenu {
    padding: 30px;
}
.megamenu .widget .widgettitle {
    line-height: 1.5;
    padding-bottom: 10px;
}
a.calc {
    width: 23%;
    padding: 48px;
    text-align: center;
    border-radius: 20px;
    background: #e9f8ff;
    transition: .3s;
}
.calc-sec {
    padding: 50px 0;
}
a.calc:hover {
    background: #fff;
    box-shadow: 0px 0px 35px #0088cc33;
}
.scroll_top {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 126px;
    background: #0088cc94;
    border-radius: 10px;
}
.scroll_top:before {
    font-size: 24px;
    width: 40px;
    height: 40px;
}
.product-list.grid .info-orther {
    display: block;
}
.product-star {
    display: none;
}
a.added_to_cart.wc-forward {
    display: none;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 12px;
    color: #000;
    font-weight: 700;
}
.woocommerce div.product span.price bdi {
    font-size: 16px;
}
.product {
    padding: 15px;
    border-radius: 15px;
}
.product-list .product-container {
    border: 1px solid #eee;
    height: 100%;
    padding: 15px;
    padding-bottom: 70px;
    position: relative;
    border-radius: 15px;
    transition: .3s;
}
.product-container:hover {
    box-shadow: 0px 0px 10px #0000003b;
}
.product-bottom.flex {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}
.owl-stage {
    display: flex;
}
span.instock i {
    font-size: 16px;
    color: #82bf0c;
}
span.instock.out i {
    color: red;
}
.owl-stage-outer .product {
    height: 100%;
}
.woocommerce #respond form#commentform input#submit {
    padding: 0 15px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    padding: 0 0px 0 6px;
    background: #08c;
    border-radius: 5px;
}
.display-product-option>ul {
    display: none;
}
.bl-title {
    font-size: 36px;
}
.owl-stage-outer {
    padding-top: 40px;
}
.sec-hit {
    padding: 40px 0;
}
.product-list {
    float: none;
}
.owl-controls .owl-prev, .owl-controls .owl-next {
    background: #e9f8ff;
    width: 34px;
    height: 34px;
    color: #ccc;
    display: flex!important;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #08c;
}
.owl-controls .owl-prev i, .owl-controls .owl-next i {
    font-size: 14px;
}
.subcategories {
    display: none;
}
.woocommerce .cat-grid.flex .product {
    width: 18%;
    margin: 1%;
}
.top-main-menu {
    width: fit-content;
}
.cat-grid.flex .product {
    padding: 0;
}
.view-product-list .product-list.grid.flex {
    width: auto;
    margin: 50px -1%;
    justify-content: flex-start;
    align-items: stretch;
}
.row.list-product-row+form.woocommerce-ordering {
    display: none;
}
body.woocommerce div.product span.price {
    color: #000;
}
nav.navigation.pagination+form.woocommerce-ordering {
    display: none;
}
.top-main-menu, .top-main-menu .main-menu-wapper {
    position: static; 
}
.navigation-main-menu>li:nth-last-child(1) .sub-menu, .navigation-main-menu>li:nth-last-child(2) .sub-menu {
    right: auto;
    left: 0;
}
.cat-item {
    width: 18%;
    margin: 1%;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 15px;
    overflow: hidden;
    transition: .3s;
}
.cat-item:hover {
    box-shadow: 0px 0px 10px #0000003b;
}
h2.woocommerce-loop-category__title {
    font-size: 16px;
    font-weight: normal;
}
mark.count {
    background: transparent;
}
.cat-item img, .left-block img {
    margin: -15px -15px 0;
    display: block;
    width: calc(100% + 30px);
    max-width: fit-content;
}
.woocommerce-page div.product div.images {
    width: 30%;
    max-width: 340px;
    position: relative;
}
.woocommerce-page div.product div.summary {
    width: 70%;
    padding-left: 70px;
}
.woocommerce div.product form.cart .button:before {
    width: 26px;
    height: 26px;
    background: url("/img/scart-w.svg") no-repeat center;
    background-size: contain;
    content: " ";
    margin-right: 0;
    position: absolute;
    left: 7px;
    top: 4px;
}
.woocommerce div.product form.cart .button {
    padding: 0 10px 0 40px;
    background: #08c;
    border-radius: 5px;
}
form.cart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0;
    width: fit-content;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.woocommerce div.product form.cart table {
    border-width: 0;
    margin-bottom: 0;
    border-bottom: none;
    margin-top: 0;
}
td.quantity-label {
    display: none;
}
.product-meta, .summary .product_meta {
    border-bottom: none;
}
.summary.entry-summary h1 {
    line-height: 1.2;
    max-width: 600px;
}
body.woocommerce div.product .summary.entry-summary p.price {
    color: #000;
    font-size: 14px;
    margin: 30px 0;
}
body.woocommerce div.product .summary.entry-summary p.price bdi {
    font-size: 18px;
}
.product_meta>span {
    display: block;
}
span.price-lbl {
    font-weight: normal;
}
.quantity-plus, .quantity-minus {
    width: 15px;
    line-height: 28px;
    border: none;
    font-size: 24px;
    background: transparent;
    color: #000;
}
.woocommerce .quantity .qty {
    width: 56px;
    background: #f5f5f5;
    border: none;
    border-radius: 30px;
}
.woocommerce  a.woocommerce-main-image {
    border: 1px solid #eaeaea;
    padding: 0;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.woocommerce div.type-product .images:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: transparent;
    color: #000;
    margin: 0;
}
.woocommerce .woocommerce-tabs .panel {
    border: none;
    border-top: 1px solid #eee;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #08c;
    z-index: 2;
    border-bottom: 1px solid #08c;
    bottom: 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}
.woocommerce table.shop_attributes td {
    font-style: normal;
}
th.woocommerce-product-attributes-item__label {
    font-weight: 100!important;
    text-align: left;
} 
ul#menu-main-menu>li>a:hover {
    color: #08c;
}
.sidebar-left .main-content {
    float: none;
}
span.xt_woofc-shortcode-icon {
    width: 32px;
    height: 32px;
    background: url(https://pprcshop.ru/img/scart.svg)center no-repeat;
    background-size: contain;
    display: block;
}
span.xt_woofc-shortcode-icon:before {
    display: none;
}
.xt_woofc-trigger.xt_woofc-icontype-image .xt_woofc-trigger-cart-icon {
    background: url(https://pprcshop.ru/img/scart.svg)center no-repeat;
    background-size: 60%;
}
.product span.xt_woofc-shortcode-icon {
    width: 32px;
    height: 32px;
    background: url(https://pprcshop.ru/img/scart-w.svg)center no-repeat;
    background-size: 90%;
    display: block;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: flex;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after {
    margin-left: 0;
    margin-right: 5px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after {
    display: none!important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading:after {
    display: none;
}
.news-item {
    width: 31%;
    max-width: 428px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
    transition: .3s;
}
.news-img img {
    border-radius: 15px;
}
.news-item:hover {
    box-shadow: 0px 0px 10px #0000003b;
}
.news-item:hover a {
        color: #08c;
}
.news.flex {
    align-items: unset;
    padding: 70px 0;
}
.news-title {
    font-size: 16px;
    padding: 20px;
}
.post-bottom.flex {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
}
.rmore i {
    transform: translate(6px, -1px);
}
.filtr-inner {
    background: #e9f8ff;
    padding: 20px 30px 60px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    height: 88px;
    transition: .3s;
}
.filtr-inner.active:before {
    display: none;
}
.filtr-inner.active {
    height: fit-content;
    padding-bottom: 20px;
}
.filtr-inner:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(0deg, white, #ffffff00);
}
.filtr-wrap {
    padding-top: 70px;
}
.f-toggler i {
    transition: .3s;
}
.f-toggler.active i {
    transform: rotate(180deg);
}
.f-toggler span {
    padding: 30px;
    display: inline-block;
    cursor: pointer;
}
.f-toggler span:hover {
    color: #08c;
}
span.active {
    display: none;
}
.f-toggler.active span {
    display: none;
}
.f-toggler.active span.active {
    display: inline-block;
}
#footer {
    background: #e9f8ff;
    padding-top: 100px;
}
.bottom-wrap.flex {
    padding-bottom: 70px;
    align-items: unset;
}
ul.bottom-nav {
    list-style: none;
}
ul.bottom-nav a {
    padding: 5px 0;
    display: inline-block;
}
.bottom-col.last {
    padding-top: 20px;
    text-align: right;
}
.bottom-phones {
    font-size: 19px;
    font-weight: 700;
}

.cope-col.center {
    text-align: center;
}
.cope-col.last {
    text-align: right;
}
.cope-col.last span {
    transform: translateY(5px);
    display: inline-block;
}
.copy.flex {
    font-size: 12px;
}
.payment.flex img {
    width: 52px;
}
.socs.flex a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: none;
    border-radius: 15px;
    background: #e9f8ff;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 40px;
    padding: 0;
    border-radius: 10px;
}
span#reply-title {
    font-weight: 700;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #000;
}
.comment-respond input, .comment-respond textarea {
    border-radius: 5px;
}
.trademark-list li {
    display: inline-block;
    padding: 0 7px 0 5px;
    border-right: 1px dashed #0088cc42;
    margin: 5px 0;
}
.mnav-toggler-wrap {
    display: none;
}
span.d-hide {
    display: none;
}
.map-wrapper.flex {
    align-items: unset;
}
.map-left {
    width: 30%;
    padding: 20px 0;
}
.map-right {
    width: 60%;
}
.contact-it.flex {
    font-size: 18px;
    justify-content: unset;
}
.cont-ic {
    font-size: 24px;
    color: #08c;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont-tx {
    width: calc(100% - 40px);
}
.contact-it.flex {
    margin-bottom: 50px;
}
div#map {
    border-radius: 20px;
    overflow: hidden;
}
table.deliv, table.deliv th, table.deliv td {
    border: none;
}
table.deliv td {
    padding: 10px 0;
}
table.deliv td:last-child {
    text-align: right;
}
.delivery-logos.flex br {
    display: none;
}
.bl.col2 {
    width: 48%;
    margin-bottom: 4%;
    padding: 30px;
    border-radius: 20px;
    position: relative;
}
.bl.col2.blue.full {
    width: 100%;
}
.bl.col2.blue.pad-b {
    padding-bottom: 70px;
}
.bl.col2.blue {
    background: #e8f7ff;
}
.bls.flex {
    align-items: unset;
    padding-top: 70px;
}
.btn-d-load.abs {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.btn-d-load {
    font-size: 16px;
}
.btn-d-load a {
    font-size: 16px;
    color: #08c;
}
h3.blue {
    color: #08c;
}
.gal.flex img {
    border-radius: 20px;
    cursor: pointer;
}
.b-form-left {
    width: 46%;
    text-align: right;
    font-size: 18px;
}
.b-form-right {
    width: 46%;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}
h3.big {
    font-size: 40px;
}
.form-bottom.flex {
    background: #e8f7ff;
    border-radius: 20px;
    margin: 70px 0;
    padding: 30px;
}
.bls.flex.top {
    padding-top: 0;
}
.form-bottom.deliv.flex {
    margin: 0 0 70px;
}
a.link {
    border-bottom: 1px dashed;
}
span.blue {
    color: #08c;
}
ul.trademark-list {
    font-size: 12px;
}


@media screen and (max-width: 900px){
span.d-hide {
    display: inline-block;
}
.wa-btn {
    position: fixed;
    right: 0px;
    top: 20%;
    padding-right: 0;
}
.wa-btn a {
    width: 30px;
    height: 30px;
    font-size: 20px;
    border-radius: 6px 0 0 6px;
}
.h-item-left {
    width: 100%;
}
.h-item-right {
    width: 100%;
    padding-left: 0;
}
.delivery-logos.flex {
    justify-content: unset;
}
.delivery-logos.flex img {
    width: 20%;
    margin: 20px;
    box-sizing: border-box;
}
.logo, .fixed .logo {
    width: 100px;
} 
.head-right.flex {
    width: calc(100% - 110px);
}
.add-to-cart .d-hide {
    padding-right: 10px;
    line-height: 28px;
}
.product-list .product-container {
    padding-bottom: 90px;
}
.top-search {
    display: none;
}
.product-bottom.flex .add-to-cart {
    margin-top: 10px;
}
.cart-toggler {
    display: none;
}
.top-phone a {
    font-size: 12px;
    font-weight: 700;
}
.container, .fixed .main-header {
    padding: 0 10px;
}
.logo a {
    display: flex;
}
.slider-sec {
    padding-top: 10px;
}
body {
    padding-top: 52px;
}
.nav-toggler {
    width: 16px;
    height: 14px;
    margin-right: 5px;
}
.mnav-toggler-wrap .nav-toggler {
    margin-right: 0;
}
.active span.tog-top {
    transform: rotate(48deg);
}
.active span.tog-bottom {
    transform: rotate(-48deg);
}
.nav-toggler-wrap.flex {
    height: 30px;
    padding: 0 10px 0 8px;
    line-height: 1;
}
span.tog-bottom {
    bottom: 0;
}
span.tog-center {
    top: calc(50% - 1px);
}
span.tog-top {
    top: 0;
}
.main-menu.main-menu-wapper {
    display: none;
}
.mnav-toggler-wrap {
    display: flex;
}
.nav-toggler.blue span {
    background: #08c;
}
.menu-verhnee-pravoe-menyu-container {
    position: fixed;
    top: 52px;
    width: 100%;
    height: calc(100vh - 50px);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: .3s;
}
.menu-verhnee-pravoe-menyu-container.active {
    transform: translateX(0);
}
.top-main-menu.style2 {
    display: none;
}
ul#menu-verhnee-pravoe-menyu {
    flex-wrap: wrap;
    justify-content: center;
}
ul#menu-verhnee-pravoe-menyu li {
    width: 100%;
}
div#nav-top-menu .container {
    padding: 0;
}
ul#menu-verhnee-pravoe-menyu {
    font-size: 20px;
}
.sec-top {
    padding: 10px 0;
}
.nav-toggler-wrap.flex {
    font-size: 12px;
}
.top-phone {
    font-size: 12px;
    line-height: 1;
}
.calc-sec {
    padding: 30px 0;
}
a.calc {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
}
.calc-ic {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
}
.bl-title {
    font-size: 24px;
}
.owl-stage-outer {
    padding-top: 20px;
}
.product {
    padding: 5px;
}
.product span.xt_woofc-shortcode-icon {
    width: 22px;
    height: 27px;
}
.woocommerce a.button {
    height: fit-content;
}
.woocommerce div.product span.price bdi {
    font-size: 14px;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after {
    margin-left: 0;
    margin-right: 5px;
    line-height: 1;
    display: flex;
    align-items: center;
}
.sec-brands {
    padding: 0 0 40px;
}
.news-item {
    width: 100%;
    margin-bottom: 20px;
}
.news.flex {
    padding: 30px 0;
}
.bottom-col {
    width: 100%;
    text-align: center;
}
.bottom-logo {
    width: 200px;
    margin: 0 auto;
}
#footer {
    background: #e9f8ff;
    padding-top: 40px;
}
.bottom-col.m-hide {
    display: none;
}
.filtr-wrap {
    padding-top: 40px;
}
.bottom-col.last {
    padding-top: 50px;
    text-align: center;
}
.payment.flex, .socs.flex {
    justify-content: center;
}
.socs.flex a {
    margin-right: 10px;
}
.cope-col {
    width: 100%;
    text-align: center;
}
.bottom-wrap.flex {
    padding-bottom: 40px;
}
.payment.flex img {
    margin-right: 10px;
}
.cope-col.last {
    width: fit-content;
    margin: 0 auto;
}
.filtr-inner {
    padding: 20px;
}
ul.trademark-list {
    font-size: 12px;
}
.catalog-right {
    display: none;
}
.catalog-left {
    width: 100%;
}
.catalog-nav-wrap.active {
    max-width: 1400px;
    width: 100%;
    left: 0;
    transform: translateX(0);
    top: 52px;
    border-radius: 0;
    height: calc(100vh - 60px);
}
ul.main_categories_list>li>ul {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    padding-left: 15px;
    border-radius: 10px;
}
ul.main_categories_list>li>ul {
    display: none;
}
ul.main_categories_list i {
    padding-left: 5px;
    font-size: 16px;
    line-height: 1.3;
}
.woocommerce .cat-grid.flex .product {
    width: 48%;
}
.view-product-list .display-product-option {
    display: none;
}
h1 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.17;
}
.cat-item {
    width: 48%;
}
.view-product-list .product-list.grid.flex {
    margin: 10px -1%;
}
.woocommerce-page div.product div.images {
    width: 100%;
    max-width: 200px;
}
h2 {
    font-size: 20px;
}
.woocommerce-page div.product div.summary {
    width: 100%;
    padding-left: 0;
}
.calc-left {
    width: 100%;
}
.calc-right {
    width: 100%;
}
.form-inner.flex {
    padding: 15px;
    margin-bottom: 30px;
}
h3.result-title {
    font-size: 24px;
}
.left_calc {
    line-height: 1.17;
    padding-right: 10px;
}
.right_calc {
    margin-bottom: 5px;
    margin-top: 5px;
}
.calc-right input[type="text"] {
    font-size: 18px;
}
.cart-items {
    width: 100%;
}
.cart-forms {
    width: 100%;
}
.checkout-wrap.flex {
    padding: 0;
    box-shadow: none;
}
.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    display: table-row;
}
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: table-cell;
}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
}
.woocommerce table.shop_table td {
    padding: 5px;
    vertical-align: middle;
    line-height: 1.17;
}
.woocommerce-page table.shop_table_responsive tr.woocommerce-cart-form__cart-item.cart_item td.quantity-label {
    display: none;
}
tr.woocommerce-cart-form__cart-item.cart_item .quantity-plus, tr.woocommerce-cart-form__cart-item.cart_item .quantity-minus {
    display: none;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
}
.woocommerce tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity {
    min-width: 67px;
}
.woocommerce tr.woocommerce-cart-form__cart-item.cart_item .quantity .qty {
    margin-right: 0;
}
.woocommerce a.button {
    line-height: 28px;
}
.promo-pt-left {
    width: 100%;
}
.promo-pt-right {
    padding-left: 0;
    width: 100%;
}
form.woocommerce-cart-form {
    font-size: 12px;
}
.woocommerce table.shop_table {
    margin-top: 0;
}
a.scroll_top {
    display: none!important;
}
.map-left {
    width: 100%;
    padding: 20px 0;
}
.contact-it.flex {
    margin-bottom: 30px;
}
.cont-ic {
    font-size: 18px;
    width: 30px;
}
.contact-it.flex {
    font-size: 14px;
}
.map-right {
    width: 100%;
}
.bl.col2 {
    width: 100%;
    padding: 15px;
}
.gal.flex br {
    display: none;
}
.gal.flex img {
    width: 48%;
    margin-bottom: 4%;
}
.b-form-left {
    width: 100%;
    text-align: left;
    font-size: 14px;
}
.btn-d-load.abs {
    left: 15px;
}
h3.big {
    font-size: 24px;
}
.b-form-right {
    width: 100%;
    padding: 15px;
}
.form-bottom.flex {
    margin: 30px 0;
    padding: 15px;
}
.bls.flex {
    padding-top: 40px;
}
}
@media screen and (max-width: 320px){
.logo, .fixed .logo {
    width: 80px;
} 
.head-right.flex {
    width: calc(100% - 86px);
}
}