/* -------------------------
   OGÓLNE: opis SEO
------------------------- */

.descr-seo ul {
  margin-left: 20px !important;
  padding: 0 0 0 20px !important;
}

.descr-seo li {
  margin-bottom: 6px;
}

.descr-seo p {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
}

/* -------------------------
   FAQ
------------------------- */

.descr-seo-faq {
  margin-bottom: 12px;
  background: #f5f5f5;
  border: 1px solid #e2e2e2;
}

.descr-seo-faq summary {
  position: relative;
  display: flex;
  align-items: center;
  padding: 18px 60px 18px 18px;
  font-size: 18px;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}

.descr-seo-faq summary::-webkit-details-marker {
  display: none;
}

.descr-seo-faq summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #999999;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translateY(-50%);
}

.descr-seo-faq[open] summary::after {
  content: "–";
}

.descr-seo-faq__content {
  padding: 15px;
  background: #ffffff;
}

.descr-seo-faq__content p {
  margin: 0 !important;
}

.descr-seo-faq__content p:last-child {
  margin-bottom: 0 !important;
}

/* -------------------------
   ROLL / ACCORDION
------------------------- */

.roll-why-1016 {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e0e0e0;
}

.roll-why-1016 > summary {
  position: relative;
  padding: 14px 44px 4px 16px;
  list-style: none;
  cursor: pointer;
  user-select: none;
  outline: none;
}

.roll-why-1016 > summary::-webkit-details-marker {
  display: none;
}

.roll-why-1016 > summary::marker {
  content: "";
}

.roll-why-1016 > summary h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
}

.roll-why-1016 > summary::after {
  content: "▾";
  position: absolute;
  right: 14px;
  top: 50%;
  font-size: 22px;
  line-height: 1;
  color: #da484c;
  opacity: 0.8;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
}

.roll-why-1016[open] > summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.roll-why-1016__content {
  padding: 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}

.roll-why-1016 > summary:hover,
.roll-why-1016 > summary:focus-visible {
  background: #fafafa;
}

.roll-why-1016 ul {
  margin: 0;
  padding: 0 !important;
  list-style: none !important;
}

/* -------------------------
   LISTA CECH PRODUKTU
------------------------- */

.product-prop1028 {
  margin: 0;
  padding: 0;
  list-style: none !important;
}

.product-prop1028 li {
  position: relative;
  padding-left: 44px;
  margin: 12px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  list-style-type: none !important;
}

.product-prop1028 li::before {
  content: "\f005";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  background: #cccccc;
  border-radius: 50%;
}

@media (max-width: 767px) {
  body .product-prop1028 li {
    font-size: 13px !important;
    line-height: 20px !important;
  }
}

/* -------------------------
   CENA
------------------------- */

.woocommerce-Price-amount {
  color: #d83b40 !important;
}

.cena-label {
  font-size: 16px;
  color: #d83b40;
  font-weight: 600;
  margin-right: 4px;
}

/* MODUŁ ZLICZAJĄCY DESECZKI */
.product-colors{
	padding:10px 15px;
	border:1px solid rgba(0,0,0,.1);
	margin:15px 0 -5px;
}

.product-top .product-info{
	display:flex;
	flex-direction:column;
}

table.variations #mc_boards_input{
	height:44px;
	width:100%;
	max-width:75%;
	padding:0 10px;
	border:1px solid rgba(0,0,0,.3);
	cursor:pointer;
	background:#f8f8f8;
}

.mc-boards-input-wrap{
	position:relative;
	width:100%;
	max-width:75%;
}

.mc-boards-note{
	display:none;
	position:absolute;
	left:0;
	top:calc(100% + 6px);
	z-index:20;
	background:#fff;
	border:1px solid #d83b40;
	color:#d83b40;
	font-size:12px;
	line-height:1.35;
	padding:7px 10px;
	border-radius:4px;
	box-shadow:0 3px 10px rgba(0,0,0,.08);
	white-space:normal;
	width:max-content;
	max-width:260px;
}

.mc-boards-note.show{
	display:block;
}

.mc-result{
	margin-top:-20px;
	margin-bottom:20px;
	display:block;
	width:100%;
}

.mc-result .product-info-important{
	margin:0;
}

.calc_result_info{
	display:none!important;
}

.variations_form.cart{
	padding: 0 15px 0;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.product-calc-prowadnice{
	margin: 0;
	border: none;
}

.product-add-to-cart{
	margin-top: 15px;
	border: 1px solid rgba(0,0,0,.1);
}

		   .mc-boards-input-wrap{
	position: relative;
	width: 100%;
	max-width: 75%;
}

.mc-boards-note{
	display: none;
	position: absolute;
	left: 0;
	top: calc(100% + 10px);
	z-index: 9999;
	min-width: 220px;
	max-width: 260px;
	background: #f3f3f3;
	border: 1px solid #8f8f8f;
	border-radius: 3px;
	box-shadow: 0 2px 8px rgba(0,0,0,.18);
	color: #222;
	font-size: 13px;
	line-height: 1.35;
	padding: 12px 14px 12px 44px;
	box-sizing: border-box;
}

.mc-boards-note.show{
	display: block;
}

.mc-boards-note:before{
	content: "";
	position: absolute;
	top: -8px;
	left: 22px;
	width: 14px;
	height: 14px;
	background: #f3f3f3;
	border-top: 1px solid #8f8f8f;
	border-left: 1px solid #8f8f8f;
	transform: rotate(45deg);
}

.mc-boards-note:after{
	content: "!";
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	background: #f39c12;
	border-radius: 3px;
}

@media (max-width: 767px){
	.mc-boards-input-wrap{
		max-width: 100%;
	}

	table.variations #mc_boards_input{
		height:34px;
		max-width:100%;
	}

	.mc-boards-input-wrap{
		max-width:100%;
	}

	.product-info-important{
		margin-bottom:10px;
	}

	.calc-content{
		padding-bottom:0;
	}

	.product-add-to-cart{
		margin-bottom:12px;
	}
}