.woocommerce form .form-row-3 {
	width:20%;
	margin-left:6%;
}
.woocommerce-MyAccount-content .optional {
	display:none;
}
.woocommerce-MyAccount-content p.form-row {
	margin-bottom: 25px;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link {
	border-bottom: solid 0.5px #C3C4C4;
    padding: 10px 0px;
    color: #000;
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 13px;
	line-height: 21px;
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding-right: 80px;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a {
	color: black;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a:hover,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a:active, 
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a:focus,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active a {
	color: #00BEA0;
}
.woocommerce-MyAccount-content {
	padding: 40px;
}
.account-subheader {
	color: #000;
	font-weight: 600;
	font-size: 24px;
	line-height:34px;
	font-family: 'Poppins';
	margin-bottom: 30px;
    margin-top: 80px;
}
.account-header {
	color: #000;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	line-height: 52px;
	margin-bottom: 70px;
	margin-top: 10px;
}
.woocommerce form .form-row label {
	font-family: 'Poppins';
	color:#000;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
}
.woocommerce form .form-row .woocommerce-input-wrapper .input-text, .password-input .input-text {
	background: #FFFFFF;
    border: 0.5px solid #C4C4C4;
    box-sizing: border-box;
    height: 60px;
    padding: 20px;
	margin-bottom: 25px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #00bea0;
    color: #fff;
    width: 296px;
    height: 56px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-top: 30px !important;
    border: 2px solid #00bea0;
    border-radius: 0px;
    transition: all 0.3s;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: transparent;
    color: #00bea0;
}

@media only screen and (max-width: 1160px) {
	.woocommerce-address-fields .form-input-group, .woocommerce-input-wrapper input, .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100% !important;
	}
	.woocommerce form .form-row-3 {
		margin-left: 0px;
	}
	.woocommerce-MyAccount-navigation ul {
		padding-right: 10px;
	}

}

.order-number {
	color: #000;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	line-height: 52px;
}
.order-item-qty-labelproduct-name {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	color: #000;
}
.woo-user-navmenu {
	float: left;
    display: block;
    width: 30%;
}
.woocommerce-MyAccount-navigation {
    float: none !important; 
    width: 100% !important;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	color: #000;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
	border:none!important;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders.is-active a{
	color: #000;
}

.order-status-status {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	color: #00BEA0;
}
.single-order-block p {
	color: #000;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
}
.order-product-category {
	margin-bottom:0px;
	color:#000;
}
.order-product-category a {
	color: #000;
}
.order-product-name {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	color: #000;
	line-height: 36px;
}
.order-item-qty {
    margin-top: 40px;
    margin-bottom: 30px;
}
.order-item-qty-label {
	display:inline-block;
}
.order-item-qty-qty {
	padding: 5px 25px;
    background-color: white;
    font-weight: 700;
    font-size: 16px;
    border: #C4C4C4 solid 1px;
    margin-left: 20px;
}
p.order-product-total {
	max-width: 500px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #C4C4C4;
	font-family: 'Poppins';
	font-style: normal;
	color: #000;
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	padding-bottom: 30px;
}
.order-product-price {
	margin-bottom: 0px;
}
.order-status {
	margin-bottom: 30px;
    margin-top: 30px;
}
.order-date {
	margin-top: 30px;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    right: 20px;
    top: 20px;
}
#shipping_country_field, #billing_country_field {
	display:none;
	visibility: hidden;
}
.woo-user-navmenu .woocommerce-MyAccount-navigation li.submenu-title {
	color: #000;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    border: none!important;
    display: block;
    margin-top: 25px;
    margin-bottom: 0px; 
}
#shipping_address_3_field, #billing_address_3_field {
	width: 20%;
    float: right;
}
#vat_number_field, #regon_number_field, #shipping_first_name_field, #shipping_last_name_field, #billing_first_name_field, #billing_last_name_field{
	width: 47%;
}
#vat_number_field, #shipping_first_name_field, #billing_first_name_field {
	float:left;
}
#regon_number_field, #shipping_last_name_field, #billing_last_name_field {
	float:right;
}
 .woo-user-navmenu .woocommerce-MyAccount-navigation .submenu-title {
	border-bottom:none;
}
.order-checkmark-box {
	display:block;
	width: 30px;
	height:30px;
	background: #FFFFFF;
	border: 1px solid #C4C4C4;
}
.order-checkmark-box.active {
	background-image: url('../img/icon/mark.png');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.order-delivery-row {
	display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
.order-shipping-method {
	display: flex;
    flex-direction: row;
    width: 300px;
    align-items: center;
}
.order-shipping-method-customer, .order-shipping-method-pickup {
	margin-left: 30px;
	margin-bottom: 0px;
}
.woo-user-navmenu a.btn-primary {
  	width: 100%;
  	display: block;
  	position: relative;
  	background-color: #00bea0;
  	border-color: #00bea0;
  	border-radius: 0px;
  	padding: 4px;
  	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	float: left;
	text-align: left;
	padding-left: 20px;
	z-index: 5;
}
.
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  	box-shadow: none;
}

@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }

}
@media (max-width: 1300px) { 
.dystrybutor-point-point {
	max-width: 100%;
}

	.order-buttons {
		display: flex;
    	flex-direction: column;
	}

	}
@media (max-width: 768px) {
	#shipping_address_3_field, #billing_address_3_field, #vat_number_field, #regon_number_field {
		width: 100%;
	}
	.page-content .woocommerce form .form-row input.input-text {
		height: 50px;
	}
	.account-subheader{
		font-size: 18px;
		line-height: 28px;
	}
	.woocommerce form .form-row label {
		margin-bottom: 5px;
		font-size: 12px;
		line-height: 18px;
	}
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
		width: 100%;
	}
	.account-header {
		margin-top: 30px;
		font-size: 32px;
	}
  .woo-user-navmenu {
	width: 100%;
  	display: block;
  	position: relative;
}
  #wooCollapse {
	  margin-bottom: 40px;
	border: 1px solid #00bea0;
	background-color: white;
	background-color: white;
	padding-bottom: 35px;
	padding-right: 30px;
	}
	.order-number {
		margin-top: 120px;
	}
	.submenu-title {
		font-size: 16px;
	}
	.submenu-title:first-child {
		margin-top: 30px;
	}
	.order-item-qty {
	  margin-top: 15px;
	  margin-bottom: 10px;
	}
	.product-block {
		border-bottom: 1px solid #C4C4C4;
	}
	.order-product-info {
		margin-top:35px;
	}
	.order-product-name, .single-order-block p.order-product-total, .order-dystrybutor-title, .order-dostawa-title {
		font-size: 18px !important;
		line-height: 30px !important;
	}
	.single-order-block p {
	  font-size: 12px !important;
	  line-height: 18px !important;
	}
	.order-number {
		font-size: 32px;
		line-height: 42px;
	}
	.order-status {
	  margin-bottom: 0px !important;
	  margin-top: 0px !important;
	}
	.order-date {
		margin-bottom: 0px !important;
		}
		.order-product-name {
			margin-top: 30px!important;
		}
	.woo-user-navmenu a.btn-primary[aria-expanded="false"]::after {
		content: url("../img/icon/mark.svg");
		width: 100%;
		height: 100%;
		text-align: right;
		position: absolute;
		right: 20px;
		z-index: 11;
	} 
	.woo-user-navmenu a.btn-primary[aria-expanded="true"]::after {
		  content: url("../img/icon/mark.svg");
		  width: 100%;
		  height: 100%;
		  text-align: right;
		  position: absolute;
		  right: 20px;
		  top: -4px;
		  transform: rotateX(180deg);
		  z-index: 11;
	}
	.dystrybutor-point {
		display: flex;
	    flex-direction: column;
	}
	.order-text {
		width: 100%;
	}


}
btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary:hover {
	color: #fff;
	background-color: #00bea0;
	border-color: #00bea0;
	box-shadow: none;
}
.page-content-woocommerce {
	background-color: #fff;
	border: 1px #00BEA0 solid;
}

.order-dostawa-title, .order-dystrybutor-title{
	color: #000;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 30px;
}
.order-dystrybutor-data, .order-dostawa-data {
	color: #000;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
}
.order-item-qty-sum {
	font-weight: 700;
}
.order-item-qty-label strong {
	font-weight: 700;

}
.order-pickup-address {
	margin-top: 30px;
	margin-bottom: 30px;
}

.order-pickup-address {
	border-bottom: 1px solid #C4C4C4;
	padding-bottom: 40px;
	margin-bottom: 100px;
}

.order-dystrybutor-data strong {
	font-weight: 700;
}
.woocommerce-MyAccount-content{
	background-color:#F4F4F4;
}
.woocommerce-MyAccount-content .completed {
	opacity:0.3;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a:hover, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a:active, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a:focus, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active a {
  color: #00BEA0;
}

.topfarmer-button {
    background-color: #00bea0;
    color: #fff;
    width: 296px;
    height: 56px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px !important;
    border: 2px solid #00bea0;
    transition: all 0.3s;
}
.topfarmer-button:hover {
    background-color: transparent;
    color: #00bea0;
}
.topfarmer-button-light {
    background-color: transparent;
    color: #00bea0;
    width: 296px;
    height: 56px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px !important;
    border: 2px solid #00bea0;
    transition: all 0.3s;
}
.topfarmer-button-light:hover {
    background-color: #00bea0;
    color: #fff;
}

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    display: flex;
    align-content: center;
}

.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
	background-color: #fff;
    border: 1px solid #C4C4C4;
}

.container-checkbox input:checked ~ .checkmark {
  background-color: #00bea0;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.container-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.label-checkbox {
	font-family: 'Poppins';
	color: #000;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
}
.order-buttons .border-top-frame {
	padding-top: 40px;
    border-top: solid 1px #C4C4C4;
    margin-top: 30px;
}
.order-shipping-method .dystrybutor {
	float: left;
}
.top-dystrybutor p, .user-review p {
	color: #000;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
}
.dystrybutor-point-point {
	border: solid 1px #C4C4C4;
	color: #C4C4C4;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	background-color:white;
	width: 420px;
	border-radius:0px;
	text-align:left;
}
.dystrybutor-point-point:hover {
	color:#C4C4C4;
}
.dystrybutor-point-point:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 190 160 / 16%);
}
.order-delivery-row {
	margin-top:50px;
}
.order-shipping-method.dystrybutor {
	width: unset;
}
.dystrybutor-point {
	margin-top: 30px;
}
.points-counter {
	text-align:center;
	background-color: white;
    width: 120px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.5px solid #C4C4C4;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
}
.top-points-name {
	color: #000;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	margin-top: 50px;
    margin-bottom: 30px;
}

.top-points-header {
	color: #000;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	width: 200px;
}
p.points-sum {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: #000;
}


.top-points {
	display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 20px;
}

.top-points.sum {
	margin-top: 40px;
    border-top: 1px solid #C4C4C4;
    padding-top: 40px;
   	max-width: 320px;
}

.sum .points-counter {
	color: #000;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
}
.points-description, .dystrybutor-podsumowanie-wstep p {
	margin-top: 30px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #000;
}
.order-product-category, .review-subtitle, .review-content {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color:#000;
}

.top-dystrybutor-program .top-points.sum {
	max-width: 420px;
	margin-top: 40px;
    border-top: none;
	padding-top: 0px; 
}
.top-dystrybutor-program .top-points {
	justify-content: space-between;
	max-width: 420px;
    align-items: center;
}
.top-dystrybutor-program .top-points-header {
	width: unset;
	margin-bottom: 0px;
}
.rabat .points-sum {
	font-weight: 300;
}
.top-dystrybutor-program .points-description {
	margin-bottom: 40px;
    margin-top: 20px;
}
.top-dystrybutor-program .top-points-name {
	color: #000;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.top-dystrybutor-program section {
	padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 0.5px solid #C4C4C4;
}
.top-dystrybutor-program {
	max-width: 800px;
}
.points-number {
	color: #000;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
}
.top-dystrybutor-prezenty .points-description {
    margin-bottom: 0px;
    margin-top: 40px;
}
.gift-img {
	margin-top: 25px;
}
.prezenty-lista .container-checkbox {
    margin-top: 25px;
	padding-left:0px;
}
.prezenty-lista .checkmark {
	right: 10px;
	left:auto;
}

.prezenty-lista .label-checkbox {
    font-weight: 300;	
}
.top-dystrybutor-wybor .points-description {
	margin-top:0px;
	margin-bottom:0px;
}

.points-description {
	color: #000;
	font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}
.prezenty-lista {
	margin-top: 15px;
    margin-bottom: 15px;
}
.page-template-page-woo-opinie .woocommerce::before {
    content: " ";
    display: table;
}
.page-template-page-woo-opinie .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
}
.order-number-small-review {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color:#000;
}
form .hidden {
	display:none;
	visibility:hidden;
}

#opinia_description {
	background: #FFFFFF;
	border: 0.5px solid #C4C4C4;
	padding: 20px;
	max-width: 460px;
}
#opinia_description::placeholder{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #C4C4C4;
}
*,*:focus,*:hover{
    outline:none;
}

.order-number-small {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: #000000;
	margin-bottom: 20px;
}
.reviews-block {
	margin-top:100px;
}
.review-products-block {
	max-width:800px;
	border-bottom: 0.5px solid #C4C4C4;
	padding-bottom: 40px;
}
.user-review {
	max-width:800px;
	border-bottom: 0.5px solid #C4C4C4;
	padding-bottom: 10px;
    margin-top: 50px;
}
.post-review-block .order-product-name {
	margin-bottom: 20px;
}
.page-template-page-woo-topdystrybutor .woocommerce-MyAccount-content {
	float: right;
    width: 68%;
}
.page-template-page-woo-topfarmer .woocommerce-MyAccount-content {
	float: right;
    width: 68%;
}
.dystrybutor-podsumowanie-wstep {
	padding-top: 25px;
}

.points-header {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	max-width: 360px;
}
.points-client {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.points-inner {
	display: flex;
    align-items: center;
}
.inner-header {
	
}

.top-points-details {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	color: #000;
}

.inner-header {
	margin-top: 40px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	color: #000;
}

.inner-counter {
	margin-bottom: 10px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 21px;
	color:black;
}
.points-client-box {
	border-bottom: 0.5px solid #C4C4C4;
	padding-bottom: 15px;
}
.top-points-inner {
	max-width: 500px;
}
.top-points-details::after {
	content: url("../img/icon/arrow-button-left.svg");
	width: 100%;
	height: 100%;
	text-align: right;
    position: relative;
    right: 0px;
    top: 5px;
} 
.top-points-details span {
	padding-right: 20px;
}
.top-points-details:hover {
	color: #000;
}
.points-counter {
	margin-right: 15px;
}
.top-dystrybutor .points-counter {
	margin-right: 0px;
}
.points-client[aria-expanded="true"] .top-points-details {
	opacity: 0.2;
}

@media screen and (max-width:1000px){
	#opinia_description {
		max-width: 100% !important;
	}
}

@media screen and (max-width:768px){
	.dystrybutor-podsumowanie-wstep p{
		font-weight: 300;
		font-size: 12px;
		line-height: 18px;
	}
	.order-number-small-review {
		font-weight: 600;
		font-size: 18px !important;
		line-height: 28px !important;
	}
	.order-product-category, .review-subtitle, .review-content {
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 300;
		font-size: 12px;
		line-height: 18px;
		color:#000;
	}
	.inner-changed-box .inner-counter {
		width: 33.33333%;
	}
	.order-number-small {
		font-weight: 600;
		font-size: 32px;
		line-height: 42px;
	}
	.page-template-page-woo-opinie .woocommerce-MyAccount-content, .page-template-page-woo-topdystrybutor .woocommerce-MyAccount-content, .page-template-page-woo-topfarmer .woocommerce-MyAccount-content {
		width: 100% !important;
	}
	.woo-user-navmenu {
		padding-right: 0px;
		padding-left:0px;
	}
	.top-dystrybutor p {
		color: #000;
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 300;
		font-size: 12px;
		line-height: 18px;
	}
	.top-points-name {
		font-weight: 300;
		font-size: 18px;
		line-height: 30px;
	}
	.points-counter {
		width: 104px;
		height: 26px;
		font-weight: 700;
		font-size: 12px;
		line-height: 18px;
	}
	.sum .points-counter{
		font-weight: 600;
		font-size: 18px;
		line-height: 28px;
		width: 105px;
		height: 52px;
	}
	.gift-img {
		width: 100%;
	}
	.point-description, .user-review p  {
		color: #000;
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 300;
		font-size: 12px;
		line-height: 18px;
	}
	.top-dystrybutor-podsumowanie .order-number, .top-farmer-podsumowanie .order-number {
		margin-top: 0px;
	}
	.points-header {
		font-weight: 300;
		font-size: 12px;
		line-height: 18px;
	}
	.points-client-box .points-counter {
	  width: 104px;
	  height: 52px;
	  font-weight: 700;
	  font-size: 16px;
	  line-height: 26px;
	}
	.points-client-box .points-client {
	  display: flex;
	  justify-content: space-between;
	  align-items: flex-start;
	  flex-direction: column;
	}
	.order-number {
		margin-top: 50px;
	}
	.top-dystrybutor-program p.points-sum {
		font-weight: 600;
		font-size: 18px;
		line-height: 28px;
	}
	.top-dystrybutor-program .top-points.sum {
		margin-top: 10px;
	}
	.topfarmer-button {
		width: 100%;
	}
	input.points-counter {
		height: 52px;
	}
	.top-dystrybutor-program {
		max-width: 800px;
		margin-top: 100px; 
	}
	.top-dystrybutor-program .top-points-name {
		font-size: 18px !important;
		line-height: 28px !important;
	}
	.top-dystrybutor-program p.points-sum {
		font-weight: 300; 
	}
	.points-number {
		font-size: 18px !important;
		line-height: 28px !important;
	}
	.top-dystrybutor-program .points-counter {
		font-size: 18px !important;
		line-height: 28px !important;
	}
}
