.product-page{
	display: flex;
	flex-wrap: wrap;
	column-gap: 10%;
	margin:80px 0;
	justify-content: center;
	align-items: center;
	font-family: 'Geologica';
}

.pp-left{
	flex:0 0 36%;
	position: relative;
	display: flex;
    column-gap: 40px;
}

.pp-center{
	flex:0 0 36%;
	width:36%;
}


.pc-one-item{
	display: flex;
	justify-content: space-around;
}

.product-page-tabs.open{
	position: fixed;
}

.product-page-tabs.fixed{
	position: fixed;
    top: 0;
    z-index: 20;
    background: var(--newgreen);
    width: 100%;
    left: 0;
    height: 40px;
    margin: 0;
    border-bottom: none;
    box-shadow: 0px 14px 20px #0000000d;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    height: 50px;
    margin: 0 auto;
    column-gap: 15px;
    justify-content:  center;
}

.pp-code{
border-radius: 6px;
    background: #ffe5ce52;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 15px;
    height: 24px;
    display: flex;
    align-items: center;
    font-family: 'Geologica';
    font-weight: 500;
    font-size: 16px;
}

.product-tab-content{
	display: none;
}
.product-tab-content.active{
	display: block;
}


.pp-left a img{
	width:100%;
	border-radius: 7px;
}

.pp-name {
    flex: 0 0 69%;
}

.pp-name h1 {
    font-size: 28px;
    line-height: 30px;
    font-family: 'Geologica';
    margin: 0px;
    padding: 0;
    color: #303030;
    font-weight: 500;
}

.pp-buy-link{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: var(--newgreen);
	border-radius: 5px;
	color:white;
	font-size:18px;
	text-decoration: none;
	flex:0 0 100%;
	padding:12px 12px 12px 15px;
	width: 186px;
}

.pp-buy-link img{
	width:26px;
}


.pp-buy{
	width: 180px;
}

.pp-set{
	display: flex;
	align-items: center;
	padding:0;
	border-radius: 8px;
	font-size: 16px;
	justify-content: space-between;
}

.pp-set-left{
display: flex;
    align-items: center;
    padding: 0;
    border-radius: 8px;
    font-size: 16px;
    justify-content: flex-start;
}


.pp-set a img{
	width:50px;
}


.ppa-content {
    width:100%;
}



.pp-sets-columns{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding:0 15px;
	margin-bottom: 15px;
}

.pp-sets-block-title{
	font-size:20px;
	font-weight: 500;
	position: relative;
	padding-left: 40px;
	margin: 20px 0;
}

.pp-sets-block-title:before{
	content: "";
    width: 22px;
    height: 22px;
    background: url(/assets/img/filters-product.svg);
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 2px;
}


.ppa-title{
	font-size:20px;
	font-weight: 500;
	position: relative;
	padding-left: 40px;
	margin: 20px 0;
}


.pps{
	font-size: 14px;
	font-weight: bold;
	color:#303030;
}

.pps-1{
	flex:0 0 90px;
}

.pps-2{
	flex:0 0 90px;
}

.pps-3{
	flex:0 0 100px;
}



.pps-5{
	flex:0 0 120px;
}

.pps-6{
	width:200px;
	margin-left: 25px;
}

.pp-set-quantity {
    display: flex;
    border-radius: 8px;
    background: #efefef;
    padding: 5px 10px;
    justify-content: space-between;
    align-items: center;
    width: 220px;
}

.the-breadcrumbs-product{
	background: #f7f8fa;padding:12px 0;
}

.the-breadcrumbs-product .mobile-breadcrumbs{
	display: none;
}

.the-breadcrumbs-product ul, .the-breadcrumbs-product .breadcrumbs {
	margin:0;
}


.the-breadcrumbs-product ul li a{
	color:#3f3f3f;
}


.category-info.inner{
	margin-top: 40px;
}

.pp-set-quantity input {
    background: #efefef;
    font-size: 18px;
    font-weight: 500;
    border: none;
    font-family: "Nunito Sans";
    text-align: center;
    flex: 0 0 60px;
    display: flex;
    width: 60px;
    height: 42px;
}
.pp-set-quantity a{
    display: flex;
    flex: 0 0 30px;
    background: var(--newgreen);
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 500;
    border-radius: 6px;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 30px;
    line-height: 30px;
}

.pp-set .pp-buy-link img{
	width:28px;
}


.pp-attribute{
	display: flex;
	justify-content: space-between;
	padding:15px 0;
	align-items: center;
	border-bottom: 1px solid #f1f1f1;
}

.ppa-content .pp-attribute:last-child{
	border-bottom: none;
}


.product-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin:40px 0 0;
}

.ppp-content{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.ppp-content-left{
	flex:0 0 560px;
}

.ppp-content-right{
	flex:0 0 410px;
}


.payments{
	display: flex;
	margin:15px 0 0;
	column-gap: 22px;
	align-items: center;
	justify-content: space-between;
}

.pp1-left{
	display: flex;
    align-items: center;
    column-gap: 30px;
}


.ppa-name{
	font-size: 18px;
	color:#3f3f3f;
	font-weight: 400;
	flex:0 0 36%;
}

.ppa-value {
    font-size: 18px;
    color: #4b4b4b;
    font-weight: 300;
    text-align: right;
    flex: 0 0 64%;
}

.pp-brand{
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 2px solid #efefef;
    overflow: hidden;
    justify-content: space-between;
    padding: 10px 15px;
    width: calc(100% - 30px);
    margin: 30px 0;
}

.brand-logo{
	display: flex;
    align-items: center;
}

.pp-brand img{
	width: 80px;
	margin-left: -10px;
}

.pp-brand span{
	font-size: 16px;
}

.pps-4{
    flex: 0 0 154px;
    font-size: 30px;
    font-weight: bold;
}

.pps-4 span{
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 3px;
}

.pp-buttons{
	display: flex;
	align-items: center;
	column-gap: 20px;
}


.pp-present-text{
	font-size: 14px;
	font-weight: 400;
	flex:0 0 80%;

}

.pp-present-icon{
	position: relative;
}

.pp-present-icon:before{
content: "";
    width: 40px;
    height: 40px;
    background: url(/assets/img/gift2.svg);
    background-size: 100%;
    right: -492px;
    top: -34px;
    position: absolute;
    transform: rotate(340deg);
}

.pp-present {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background: #ffe5ce7a;
    border-radius: 4px;
    padding: 15px;
    align-items: center;
    margin: 30px 0;
    column-gap: 25px;
}

.pp-present img{
	width: 60px;
	border-radius: 8px;
}

.pp-like a {
display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #404040;
    padding: 5px 10px;
    border-radius: 6px;
    border: 2px solid #f1f1f1;
    font-family: 'Geologica';
    height: 26px;
    column-gap: 17px;
}

.pp-like img{
	width: 28px;
}

.badges{

      display: flex;
       align-items: flex-start;
      column-gap: 20px;
      margin: 0 0 15px;
     
}

.brand-country{
	display: flex;
	align-items: center;
	column-gap: 20px;margin-left: 25px;
}

.brand-country img{
	width: 24px;
}

.all-product a{
display: flex;
    text-decoration: none;
    align-items: center;
    color: #303030;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 9px 15px;
    justify-content: space-between;
    width: 180px;
}

.all-product a img{
	width: 16px;
}

.badge{
   
  	    margin-bottom: 15px;
    column-gap: 15px;
    padding: 4px 10px;
    background: #ff91333d;
    color: #222;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    border-radius: 6px;
    font-weight: 600;
}

.badge img{
	width: 24px;
}

.pp-left-carousel img{
	width: 100px;
}

.pp-left-carousel{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100px;
}

.ppl-item {
	margin-bottom: 30px;
}

.ppa-content{
	margin-top: 0;
}

.ptc-tabs {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	align-items: center;
	margin: 40px 0;
}


.ptc-tabs .ptc-item a{
	background: #f1f1f1;
	border-radius: 4px;
	color:#2f2f2f;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	padding:10px 30px;
}


.ptc-tabs .ptc-item.active a{
	color: white;
	background: #4c4c4c;

}

.badge.pp-ean {
    width: 140px;
    background: #dfdfdf3d;
}

.pp-sets{
	background: #f7f8fa;
	padding:20px;
	border-radius: 4px;
	
	width: calc(100% - 40px);
}

.old-price{
	font-size: 14px;
    font-weight: 400;
    color: #777;
}

.real-price{
	line-height: 16px;
	margin-top: 10px;
}

.pcr-title{
	    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
}



.pcr-shops-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pcr-shops-title img{
	width: 32px;
}


.pcr-method {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0px;
	padding: 0px;
	border-radius: 6px;
	background: #f7f8fa;
	border:2px solid #f7f8fa;
	flex:0 0 16%;
	column-gap: 20px;
}

.pcr-method div {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	flex:0 0 224px;
}


.method-np img{
	border-radius: 6px;
	width: 44px;
}

.method-up img{
	border-radius: 6px;
	width: 44px;
}


.method-price {
    font-size: 11px;
    color: #239f28;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color: #239f28;
}

.method-me img{
	border-radius: 6px;
	width: 44px;
}

.method-name{
	font-size: 18px;
	font-weight: bold;
	color:#303030;
}

.method-sub {
    font-size: 14px;
    font-weight: 400;
    color: #606060;
    width: 100%;
    text-align: left;
}

.ppp-content-right{
	flex: 0 0 320px;
}


.product-container{
	background: #f7f8fa;
	padding:25px;

	margin: 70px 0;
}


.pcrc-img img{
	width: 50px;
}

.pcrc-item{
	display: flex;
	align-items: center;
	border-radius: 6px;
	padding:12px;
	background: #f7f8fa;
}

.pcrc-buy .pp-buy-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: var(--newgreen);
    border-radius: 5px;
    color: white;
    font-size: 18px;
    text-decoration: none;
    flex: 0 0 100%;
    padding: 4px 12px;
}


.pcrc-buy .pp-buy-link img{
	width: 22px;
}

.ppp-content-right {
    flex: 0 0 490px;

}

.payments-reviews .stars{
	display: flex;
	column-gap: 4px;
	align-items: center;
}

.reviews-test a {
	color:#2f2f2f;
	text-decoration: none;
}

.payments-reviews{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 204px;
}

.saved a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	color:#303030;
	column-gap: 10px;
}

.saved a img{
	width: 28px;
}

.ask-manager a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color:#303030;
	text-decoration: none;
	column-gap: 10px;
}

.ask-manager a img{
	width: 24px;
}

.product-page-tabs{
	display: flex;
	align-items: center;
	column-gap: 30px;
	border-bottom: 3px solid var(--newgreen);
	margin: 40px 0;
}


.product-page-tab a{
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	color:#303030;
	font-family: 'Geologica';
	padding:10px 20px;
	background: #f1f1f1;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 40px;
}

.product-page-tab.active a{
	background: var(--newgreen);
	color:white;
}

.product-page-tab a span{
	background: #779317;
	border-radius: 4px;
	padding:2px 5px;
	font-size:12px;
	color:white;
}

.ptc-shop{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}


.shop-info{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 40px;
}

.ptc-photo{
	width: 150px;
}

.ptc-photo img{
	border-radius: 6px;
	width: 100%;
}

.ptc-title {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Geologica';
    margin-bottom: 0;
    color: #333;
}

.ptc-info .ptc-title{
	font-size: 16px;
    font-weight: 600;
    font-family: 'Geologica';
    margin-bottom: 0;
    color: #333;
}

.ptc-subtitle{
	font-size:14px;
	color:#777;
	font-family: 'Geologica';
	font-weight: 400;
}

.ptc-map{
    position: relative;
    padding-left: 22px;
    margin-top: 10px;
}

.ptc-map a{
	font-size:12px;
	color:#333;
	font-family: 'Geologica';
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid #333;
}


.ptc-content{
	margin:30px 0;
}


.ptc-map:before{
	content: "";
	width: 20px;
	height: 20px;
	background: url('/assets/img/ptc-map.svg');
	background-size: 100%;
	position: absolute;
	left: -2px;
	top:-2px;
}

.ptc-quantity-info{
	display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
}

.ptc-quantity{
	background: #fff7ef;
    padding: 10px 20px;
    border-radius: 6px;
    font-family: 'Geologica';
    font-size: 18px;
}

.ptc-app a{
	border-radius: 6px;
    text-decoration: none;
    color: white;
    background: var(--newgreen);
    padding: 10px 20px;
    width: 130px;
    display: block;
    text-align: center;
}

.ptc-pc-content{
	display: flex;
	align-items: center;
	column-gap: 15px;
	flex-wrap: wrap;
	margin:0 0 25px;

}

.ptc-pc-title{
	    margin: 25px 0 10px;
    font-size: 18px;
    font-family: 'Geologica';
    font-weight: 400;
    color: #333;
}


.ptc-pc-content a{
	text-decoration: none;
	color:#333;
	padding:5px 10px;
	border-radius: 6px;
	text-align: center;
	font-size:16px;
	font-family: 'Geologica';
	background: #f1f1f1;
	width: 100px;
}

.ptc-pc-content a.active{
	background: var(--newgreen);
	color: white;
}

.ptc-shop.disabled .ptc-app a{
	color:#444;
	background: #f1f1f1;
}


.pp-block-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 100px;
    width: 80%;
    margin: 0 auto;
}


.pp-quantity-left{
	position: sticky;
    left: 0;
    top: 120px;
    width: 400px;
    height: 500px;
}

.pp-quantity-block{
	flex:0 0 auto;
}

.pp-quantity-left .pp-buy-link span{
	    font-size: 16px;
    font-family: 'Geologica';
}

.pp-quantity-left .pps-6 {
    width: 160px;
    margin-left: 25px;
}


.pp-quantity-left .pp-buy-link{
	width: 134px;
}

.ptc-review{
	display: flex;
	flex-wrap: wrap;
	border-radius: 6px;
	background: #f7f8fa;
	padding: 20px 30px;
	column-gap: 30px;
	align-items: center;
	margin-bottom: 30px;
}


.ptc-review-photo{
	width: 100px;
}

.ptc-review-photo img{
	width: 100%;
	border-radius: 200px;
}

.pct-review-author {
	font-size: 20px;
	font-family: 'Geologica';
	color:#2f2f2f;
}

.ptc-review-date{
	font-size: 14px;
	font-weight: 600;
	font-family: 'Geologica';
	color:#4f4f4f;
}

.ptc-review-content{
	flex:0 0 75%;
}

.ptc-review-buy{
	display: flex;
	align-items: center;
	column-gap: 10px;
	font-size:10px;
	font-weight: bold;
	font-family: 'Geologica';
	text-transform: uppercase;
}

.ptc-review-rating{
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.ptc-review-rating .stars{
	margin-top: 6px;
}

.ptc-review-rating .stars img{
	width: 16px;
}

.ptc-review-text{
	    margin: 20px 0 10px;
    font-family: 'Geologica';
    font-weight: 300;
    font-size: 14px;
}

.ptc-sub{
	display: flex;
	    align-items: center;
    column-gap: 20px;
}


.ptc-button h2{
	    font-family: 'Geologica';
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 20px;
}


.add-review .btn-add{
	display: flex;justify-content: space-between;align-items: center;column-gap: 20px;
	border-radius: 6px;
	padding:8px 12px;
	width: 200px;
	text-decoration: none;
	color: white;
	font-family: 'Geologica';
	font-weight: 500;
	font-size: 16px;
	background: var(--newgreen);
}


.add-review .btn-add img{
	width: 32px;
}


.ptc-reviews{
	margin-top: 40px;
}

.chars .pp-sets{
	padding:20px 0;
	background: none;
	width:100%;
}

.chars .pp-quantity-left .pp-buy-link {
    width: 170px;
}

.chars .pp-quantity-left .pps-6{
	margin-left: 0;
	width: 198px;
}

.chars .real-price {
    line-height: 16px;
    margin-top: 15px;
}

#fixedProductBlock.fixed{
	/*position: fixed;
	left: 278px;
	top: 150px;
	width: 400px;*/
}

#dynamicProductBlock {
       margin-left: 0;
    width: calc(100% - 510px);
}


#dynamicProductBlock.fixed {
    margin-left: 0;
    width: calc(100% - 510px);
}


#dynamicProductBlock .pp-quantity-block.fixed {

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
}

.pp-quantity-block.fixed .ptc-button{
	margin-top: 0px;
}

#fixedProductBlock .pp-sets{
	padding:0;
	background: none;
}

.pp-sets{

}


#fixedProductBlock .pp-buy-link {
    width: 174px;
}

#fixedProductBlock .pp-sets {
    padding: 0;
    background: none;
    margin-top: 30px;
}

.product-page-tabs.fixed .product-page-tab a {
	border-radius: 0;
    background: none;
    color: #ffffff;
    column-gap: 20px;
}


.product-page-tabs.fixed .product-page-tab.active a{
	background: #8aab18;
    border-radius: 4px;
}

#product_description{
	padding-bottom: 40px;
}


#dynamicProductBlock p{
	font-size: 16px;
	font-family: 'Geologica';
	font-weight: 300;
	color: #303030;
}

#dynamicProductBlock ul li{
	font-size: 16px;
	font-family: 'Geologica';
	font-weight: 300;
	color: #303030;
	list-style: none;
	position: relative;
	margin-bottom: 10px;
}

#dynamicProductBlock ul li:before{
	content: "";
	width: 20px;
	height: 20px;
	background: url('/assets/img/paws.svg');
	background-size: 100%;
	position: absolute;
	left: -30px;
	top:0;

}

span.price-title{
	    font-size: 12px;
    font-weight: 400;
    color: #777;
}

#dynamicProductBlock h2{
	    font-family: 'Geologica';
    font-size: 24px;
    color: #3f3f3f;
    font-weight: 500;
}

#product_attributes{
	padding-bottom: 0px;
	font-family: "Geologica";
}

#product_reviews{
	padding: 20px 0 50px;
}

.product-one__image img{
	border-radius: 8px;
}

@media(max-width: 1600px){
	.pp-name h1 {
	    font-size: 24px;
	    line-height: 24px;
	}
}

@media(max-width: 1400px){
	.product-container .container{
		width: 100%;
		margin: 0 auto;
	}

	    .pc-one-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pp-block-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 50px;
    width: 90%;
    margin: 0 auto;
	}

	#dynamicProductBlock.fixed {
    margin-left: 0;
    width: calc(100% - 510px);
	}

	#product_attributes{
		padding-bottom: 0;
	}

	.pcr-method {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    padding: 0px;
    border-radius: 6px;
    background: #f7f8fa;
    border: 2px solid #f7f8fa;
    flex: 0 0 20%;
    column-gap: 20px;
    flex-direction: column;
	}

	.ptc-review-photo {
    width: 88px;
	}

	.ptc-sub {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
    flex-direction: column;
	}

	    .ptc-review-rating {
        display: flex;
        align-items: center;
        column-gap: 20px;
        /* flex-direction: column; */
    }

    .ptc-review {
    display: flex;
    flex-wrap: wrap;
    border-radius: 6px;
    background: #f7f8fa;
    padding: 20px 30px;
    column-gap: 30px;
    align-items: flex-start;
    margin-bottom: 30px;
	}

	.ptc-quantity-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    margin-top: -15px;
    margin-right: 40px;
	}

	.shop-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 40px;
    width: 100%;
	}

	.ptc-info{
		width: 60%;
	}

	.ptc-shop {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 30px;
    flex-direction: column;
	}

	    .pcr-method div {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        flex: 0 0 100%;
    }
	.pp-name {
	    flex: 0 0 60%;
	}

	.pp-name h1 {
        font-size: 20px;
        line-height: 20px;
    }

    .method-name {
    font-size: 16px;
    font-weight: bold;
    color: #303030;
    font-family: 'Geologica';
	}

	    .method-sub {
        font-size: 14px;
        font-weight: 400;
        color: #606060;
        width: 100%;
        text-align: center;
        line-height: 14px;
        font-family: 'Geologica';
    }

	.method-np img {
    border-radius: 6px;
    width: 32px;
    margin-bottom: 15px;
	}
	.method-up img {
    border-radius: 6px;
    width: 32px;
      margin-bottom: 15px;
	}
	.method-me  img {
    border-radius: 6px;
    width: 32px;
      margin-bottom: 15px;
	}

	    .method-price {
        font-size: 12px;
        color: #239f28;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.2px;
        color: #239f28;
        margin-top: 15px;
        width: 100%;
        line-height: 12px;
        text-align: center;
        font-family: 'Geologica';
    }
    .pp-left-carousel{display: none;}
    .pp-left {
    flex: 0 0 40%;
    position: relative;
    display: flex;
    column-gap: 40px;
}
.product-page{column-gap: 5%;}


	
	#dynamicProductBlock .pp-quantity-block.fixed {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: end;
    flex: 0 0 100%;
	}
}

@media(max-width: 1200px){
	    .pp-name {
        flex: 0 0 100%;
    }

    .pp-buttons{
    	margin-top: 20px;
    }

    .product-page-tab a{
    	padding:10px 14px;
    	column-gap: 20px;
    }

    .product-page-tabs{
    	column-gap: 20px;
    }

    .pp-left-carousel{display: none;}
    .product-page{column-gap: 5%;}

    .pp-left {
    flex: 0 0 36%;
    position: relative;
    display: flex;
    column-gap: 40px;
	}


	.method-price {
    font-size: 10px;
    color: #239f28;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color: #239f28;
    width: 50%;
    line-height: 10px;
	}	

	.method-name {
    font-size: 14px;
    font-weight: bold;
    color: #303030;
	}

	    .method-sub {
        font-size: 12px;
        font-weight: 400;
        color: #606060;
        width: 50%;
        text-align: left;
        line-height: 10px;
        margin-bottom: 6px;
    }

	.method-np img{
		width:30px;
	}

	.method-up img {
    border-radius: 6px;
    width: 30px;
	}

	.method-me img {
    border-radius: 6px;
    width: 30px;
	}

	.pcr-method{
		column-gap: 25px;
	}

	.pc-one-item {
    display: flex;
    justify-content: space-around;
    column-gap: 20px;
    flex-wrap: wrap;
	}
}


@media(max-width: 1024px){
	
	.product-page{
		margin:0;
	}
	.pp-left-carousel{
		display: none;
	}

	
}


@media (max-width: 600px) {
    .pp-name h1 {
        font-size: 16px;
        line-height: 16px;
    }

    .pp-code {
  
    font-size: 14px;
    
    padding: 4px 15px;
   
	}

	.pp-like a{
		font-size:14px;
		padding:1px 10px;
	}

	.pp-like img {
	    width: 20px;
	    margin-top: 1px;
	}
}


.ptc-tabs-content{
	margin-top: 40px;
}

.pp-block-content table{
width: 100%;
    border: none;
    margin: 15px 0;
    border-radius: 16px;
    overflow: hidden;
}

.pp-block-content table td{
	padding:6px 12px;
}

.pp-block-content table td em{
	font-style: normal;
	font-weight: 500;
	color:#fff;
}
.pp-block-content table tr:first-child td {
    border-bottom: none;
    background: #9ec320;
    color: white;
}

.pp-block-content table tr:first-child td:first-child{
	padding:6px 25px;
}

.pp-block-content table tr:first-child td:last-child{
	padding:6px 25px;
	text-align: center;
}

.pp-block-content table tr:nth-child(2) td{
	border-bottom: none;
	border-top: none;
	background: #9ec320;
	text-align: center;
}

.pp-block-content  table tr:nth-child(n+3) td{  
  background: #fff; /* приклад стилю */
  text-align: center;
}


.pp-block-content  table tr:nth-child(n+3) td:first-child{
	padding:6px 25px;
	text-align: left;
}

.pp-block-content table tr:first-child td:first-child{
	border-bottom: none;
}

.pp-block-content  table tr:nth-child(even):nth-child(n+3) td {
  background: #9ec3201c;
}

/* непарні */
.pp-block-content  table tr:nth-child(odd):nth-child(n+3) td {
  background: #ffffff;
}


.pp-block-content h4{
	font-size: 18px;
	font-weight: 400;
}