/**
 * All of the CSS for your public-facing functionality should be included in this file.
 */
.linaris_lp_price_calc_descr {
	font-size: 15px;
	position: relative;
	padding: 15px 30px;
	margin-bottom: 1rem;
	border-radius: 0.25rem;
	color: #000;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 14px 28px, rgba(0, 0, 0, 0.08) 0px -10px 30px;
	display: inline-block;
}
.summary-price-box {
	margin-bottom: 10px !important
}
.linaris_lp_price_calc_descr:after {
	content: " ";
	position: absolute;
	left: 30px;
	top: -10px;
	border-top: none;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #fff;
}
.linaris_lp_price_calc_descr a {
	color: #fd5503;
}
.linaris_lp_price_calc_descr a:hover {
	border-bottom: 1px solid #fd5503
}
.linaris_lp_level_exist {
	display: flex;
	align-items: center;
}
.linaris_lp_level_exist svg {
	width: 16px;
	margin-bottom: -3px;
	margin-left: 5px;
}
.lp_left_part {
	display: flex;
	align-items: center;
	font-size: 12px;
	font-style: italic;
}
.lp_left_part svg {
	margin-left: -5px;
	margin-right: 20px;
	width: 32px;
	opacity: 1
}
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer;
}
/* Hide the tooltip content by default */
[data-tooltip]:before, [data-tooltip]:after {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}
/* Position tooltip above the element */
[data-tooltip]:before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 290px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	background-color: #da4900;
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	font-style: italic;
}
/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -3px;
	width: 0;
	border-top: 5px solid #da4900;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}
/* Show tooltip content on hover */
[data-tooltip]:hover:before, [data-tooltip]:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lp_percent_for_mobile {
	font-size: 14px;
	border-top: 1px dashed #eaeaea;
	margin-top: 10px;
	padding-top: 10px;
	font-style: italic;
	display: none;
}
@media (max-width:420px) {
	.lp_percent_for_mobile {
		display: block
	}
	.lp_with_tooltip {
		display: none;
	}
}




.progress {
  display: block;
  width: 100%;
  height: 12px;
  position: relative;
  z-index: 5;
  padding-right: 8px;
  padding-top: 2px;
}
@media  {
  .progress {
    height: 10px;
  }
}
.progress[value] {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0;
}
.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  margin-right: 8px;
}
.progress[value]::-webkit-progress-inner-element {
  background-color: #eee;
}
.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
}
.progress[value]::-webkit-progress-bar {
  background-color: #eee;
}

.progress-circle {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 3px;
  top: -5px;
  z-index: 5;
  border-radius: 50%;
}
.progress-circle:before {
  content: "";
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  display: block;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

@media (max-width: 991px) {
  .progress-group {
    margin-left: -18px;
    margin-right: -18px;
    flex-basis: 100%;
    padding: 18px;
  }
}
@media (max-width: 768px) {
  .progress-group {
    padding: 18px 18px 0;
    margin-bottom: 12px;
  }
}
.progress-group .title {
  margin-bottom: 18px;
}
.progress-group .wrapper {
  background: white;
  border: 1px solid #eee;
  border-radius: 12px;
  height: 14px;
  display: flex;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.3));
}
.progress-group .step {
  width: 100%;
  position: relative;
}
.progress-group .step:after {
  content: "";
  height: 30px;
  width: 30px;
  background: white;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.progress-group .step:first-of-type .progress {
  padding-left: 4px;
}
.progress-group .step:first-of-type .progress[value]::-moz-progress-bar {
  border-radius: 5px 0 0 5px;
}
.progress-group .step:first-of-type .progress[value]::-webkit-progress-value {
  border-radius: 5px 0 0 5px;
}
.progress-group .step:not(:first-of-type) .progress[value]::-moz-progress-bar {
  border-radius: 0;
}
.progress-group .step:not(:first-of-type) .progress[value]::-webkit-progress-value {
  border-radius: 0;
}
.progress-group .step .progress[value] + .progress-circle {
  background: #eee;
}
.progress-group .step.step01 .progress[value]::-moz-progress-bar {
  background-color: #da4900;
}
.progress-group .step.step01 .progress[value]::-webkit-progress-value {
  background-color: #da4900;
}
.progress-group .step.step01 .progress[value="100"] + .progress-circle {
  background-color: #da4900;
}
.progress-group .step.step02 .progress[value]::-moz-progress-bar {
  background-color: #002D88;
}
.progress-group .step.step02 .progress[value]::-webkit-progress-value {
  background-color: #002D88;
}
.progress-group .step.step02 .progress[value="100"] + .progress-circle {
  background-color: #002D88;
}
.progress-group .step.step03 .progress[value]::-moz-progress-bar {
  background-color: #017AA9;
}
.progress-group .step.step03 .progress[value]::-webkit-progress-value {
  background-color: #017AA9;
}
.progress-group .step.step03 .progress[value="100"] + .progress-circle {
  background-color: #017AA9;
}
.progress-group .step.step04 .progress[value]::-moz-progress-bar {
  background-color: #03C2B2;
}
.progress-group .step.step04 .progress[value]::-webkit-progress-value {
  background-color: #03C2B2;
}
.progress-group .step.step04 .progress[value="100"] + .progress-circle {
  background-color: #03C2B2;
}
.progress-group .step.step05 .progress[value]::-moz-progress-bar {
  background-color: #05E8B0;
}
.progress-group .step.step05 .progress[value]::-webkit-progress-value {
  background-color: #05E8B0;
}
.progress-group .step.step05 .progress[value="100"] + .progress-circle {
  background-color: #05E8B0;
}

.progress-labels {
  display: flex;
  justify-content: space-between;
}
.progress-labels .label {
  text-align: center;
  text-transform: uppercase;
  margin: 12px 0;
  width: 25%;
  font-size: 11px;
  padding-right: 24px;
  font-weight: 600;
  opacity: 0.7;
}

.wplb_progress_holder {
	padding: 30px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 10px;
	margin-bottom: 20px;
	padding-bottom: 60px;
	font-size: 14px;
	margin-top: 30px;
}
.wplb_progress_holder h5 {
	margin-top: 0;
	margin-bottom: 60px;
}
.woocommerce-MyAccount-navigation {
	padding: 30px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 10px;
}
@media (max-width:420px) {
	.wplb_progress_holder h5 {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.woocommerce-MyAccount-navigation {
		padding: 0px !important;
		box-shadow: none !important;
		border-radius: 0px;
	}
}
.woocommerce-MyAccount-content a {
	color: #da4900;
}
.woocommerce-MyAccount-content p {
	margin-top: 0;
	margin-bottom: 10px;
}
.woocommerce-MyAccount-content .greeting {
	margin-bottom: 20px !important;
}
.woocommerce-MyAccount-navigation ul li:first-child  {
	border-top: none !important;
}
.woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: none !important;
}