.pf-plugin {
  width: 100%;
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  /* Chrome, Edge, and Safari */
}
@media (max-width: 767px) {
  .pf-plugin {
    margin-top: 50px;
  }
}
.pf-plugin h2 {
  text-align: center;
  font-family: "Poppins";
  font-weight: 300;
  margin-bottom: 50px;
}
.pf-plugin .palette-header {
  background-color: #55558d;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 50px;
  color: white;
}
.pf-plugin .palette-header-darker {
  color: #2D2D2D;
}
.pf-plugin .boxes {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pf-plugin .boxes {
    flex-direction: column;
  }
}
.pf-plugin .boxes a {
  background: #FFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s;
  width: 30%;
  height: 300px;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 767px) {
  .pf-plugin .boxes a {
    width: 100%;
    margin-bottom: 20px;
  }
}
.pf-plugin .boxes a .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.pf-plugin .boxes a:hover {
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05), -20px 0px 60px rgba(0, 0, 0, 0.05);
}
.pf-plugin .boxes a .box-header {
  font-size: 24px;
  font-weight: normal;
  color: #2D2D2D;
}
.pf-plugin .families-menu,
.pf-plugin .palette-list {
  display: flex;
  overflow: auto;
  width: 100%;
  margin-bottom: 10px;
	padding: 10px 15px;
}
.pf-plugin .families-menu .family-menu,
.pf-plugin .palette-list .palette-list-item {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.3s;
  font-family: "Poppins";
  font-weight: 300;
  color: #2D2D2D;
  padding: 5px 25px 5px 0;
}
.pf-plugin .families-menu .family-menu .active-menu,
.pf-plugin .palette-list .palette-list-item .active-menu {
  color: #2D2D2D !important;
  border-bottom: 2px solid #ba0c2c;

}
.pf-plugin .families-menu .family-menu .family-name,
.pf-plugin .palette-list .palette-list-item .palette-list-name {
  font-weight: 500;
  color: #AEAEAE;
  white-space: nowrap;
  transition: color 0.3s;
  text-decoration: none;
	cursor: pointer;
}
.pf-plugin .families-menu .family-menu .family-name:hover,
.pf-plugin .palette-list .palette-list-item .palette-list-name:hover {
  color: #2D2D2D;
}
.pf-plugin .single-family {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pf-plugin .single-family {
    flex-direction: column;
  }
}
.pf-plugin .single-family .header-1 {
  font-family: "Poppins";
  font-weight: 300;
}
.pf-plugin .single-family .header-2 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 20px;
}
.pf-plugin .single-family .header-3 {
  font-family: "Poppins";
  font-weight: 400;
  margin-bottom: 20px;
}
.pf-plugin .single-family .header-3 a {
  color: #2C8395;
}
.pf-plugin .single-family .left-side-color {
  width: 60%;
}
@media (max-width: 767px) {
  .pf-plugin .single-family .left-side-color {
    width: 100%;
  }
}
.pf-plugin .single-family .right-side-color {
  width: 40%;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .pf-plugin .single-family .right-side-color {
    width: 100%;
    padding-left: 0px;
  }
}
.pf-plugin .single-family .left-side {
  width: 65%;
  display: grid;
  grid-template-rows: repeat(7, calc(14.55% - 6px));
  grid-auto-flow: column;
  grid-gap: 6px;
  height: 561px;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  .pf-plugin .single-family .left-side {
    width: 100%;
  }
}
.pf-plugin .single-family .left-side .single-color {
  width: 150px;
  height: 75px;
  cursor: pointer;
}
.pf-plugin .single-family .right-side {
  width: 34%;
}
@media (max-width: 767px) {
  .pf-plugin .single-family .right-side {
    width: 100%;
    margin-top: 10px;
  }
}
.pf-plugin .single-family .right-side .color-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pf-plugin .single-family .right-side .color-name {
  font-size: 22px;
  line-height: 26px;
  font-family: "Poppins";
  font-weight: 300;
  padding: 20px 0 0px 20px;
}
.pf-plugin .single-family .right-side .color-name-darker {
  color: white;
}
.pf-plugin .single-family .right-side .color-number {
  flex-grow: 1;
}
.pf-plugin .single-family .right-side #color-details {
  text-decoration: none;
}
.pf-plugin .single-family .right-side .color-more-button {
	justify-content: center;
	align-items: center;
	padding: 12px 26px;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid #2D2D2D;
	border-radius: 20px;
	transition: all 0.3s;
	width: 200px;
	color: #2D2D2D;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	text-decoration: none;
	font-weight: 500;
	font-family: inherit;
}
.pf-plugin .single-family .right-side .color-more-button:hover {
  background: #2D2D2D;
  color: white;
  transition: all 0.3s;
}
.pf-plugin .single-family .right-side .color-more-button.color-more-darker {
  color: white;
  border: 1px solid white;
}
.pf-plugin .single-family .right-side .color-more-button.color-more-darker:hover {
  background: white;
  color: #2D2D2D;
}
.pf-plugin .palettes-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pf-plugin .palettes-menu .palette {
  width: 30%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s;
  padding: 0 15px 50px 15px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .pf-plugin .palettes-menu .palette {
    width: 100%;
  }
}
.pf-plugin .palettes-menu .palette a {
  text-decoration: none;
}
.pf-plugin .palettes-menu .palette a .palette-image img {
  width: 100%;
}
.pf-plugin .palettes-menu .palette a .palette-name {
  font-size: 24px;
  font-family: "Poppins";
  font-weight: 300;
  text-align: center;
  padding: 30px 0;
}
.pf-plugin .palettes-menu .palette a .palette-description {
  font-weight: 200;
  font-size: 14px;
}
.pf-plugin .palettes-menu .palette:hover {
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05), -20px 0px 60px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.pf-plugin .find-color {
  display: flex;
  justify-content: center;
  padding: 0 0 50px 0;
}
.pf-plugin .find-color .find-top {
  width: 350px;
}
.pf-plugin .find-color .find-top .short-text {
  padding: 10px 0;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
}
.pf-plugin .find-color .find-top .search-box {
  position: relative;
}
.pf-plugin .find-color .find-top .search-box:before {
  content: "";
  background: url(/wp-content/plugins/bmpolska-pf_plugin/assets/gfx/loop.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  z-index: 999;
  right: 10px;
  position: absolute;
  top: 10px;
}
.pf-plugin .find-color .find-bottom {
  padding: 10px 0;
  text-align: center;
}
.pf-plugin .find-color .find-bottom input[name=find-color] {
  padding: 5px 10px;
  border: 1px solid #686868;
  font-weight: 300;
  font-family: "Poppins";
  cursor: pointer;
}
.pf-plugin .searched-colors {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pf-plugin .searched-colors a {
  text-decoration: none;
}
.pf-plugin .searched-colors a .searched-color {
  width: 350px;
  height: 80px;
  padding: 10px;
  display: flex;
}
.pf-plugin .searched-colors a .searched-color .color-box {
  width: 70px;
  height: 45px;
}
.pf-plugin .searched-colors a .searched-color .color-details {
  padding: 0 20px;
  font-family: "Poppins";
  font-weight: 400;
}

.pf-plugin .color-details-button {
	text-decoration: none;
}

.pf-plugin .spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.pf-plugin .cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pf-plugin .spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.pf-plugin * {
  scrollbar-width: auto;
  scrollbar-color: #3d3d3d #ffffff;
}
.pf-plugin *::-webkit-scrollbar {
  width: 8px;
  height: 24px;
}
.pf-plugin *::-webkit-scrollbar-track {
  background: #ffffff;
}
.pf-plugin *::-webkit-scrollbar-thumb {
  width: 24px;
  background-color: #3d3d3d;
  border-radius: 8px;
  border: 4px solid #ffffff;
}
.pf-plugin input[name=color] {
  padding: 6px 18px 8px 10px;
  width: 100%;
  border: 1px solid transparent;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #2d2d2d;
  border-bottom: 1px solid #E0E0E0;
  background-color: #f2f2f2;
}

.page-id-6677 div.families-menu > div:nth-child(n+13):nth-child(-n+18),
.pf-plugin .families-menu .family-menu:nth-child(n+13):nth-child(-n+18) {
  display: none;
}

div.woocommerce-variation-add-to-cart.variations_button {
  display: block !important;
}

.woocommerce-variation-add-to-cart .quantity {
  height: 50px;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button {
  height: 50px;
}

.extra-options .searched_color {
  cursor: pointer;
}
.extra-options .row.first {
  margin-bottom: 20px;
}
.extra-options .title-bigger {
  font-size: 15px;
  font-weight: 500;
  color: #323940;
  position: relative;
}
.extra-options .title-bigger::after {
  top: -9px;
  left: 298px;
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
}
.extra-options .item label {
  display: flex;
  align-items: center;
  margin: 8px 0;
  font-family: "Poppins";
  font-size: 14px;
}
.extra-options .item label input {
  margin-right: 5px;
}
.extra-options .primer-info {
  color: orangered;
  font-size: 12px;
}
.extra-options .color_choser {
  margin: 20px 0;
}
.extra-options .info-header {
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 400;
}
.extra-options .pallettes-info {
  border: 1px solid darkgray;
  padding: 5px;
  margin: 5px 0;
}
.extra-options .pallettes-info .link a {
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}
.extra-options .item-space {
  margin-top: 20px;
}

#color_selector {
  display: none;
}

#display {
  max-height: 250px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 4px 6px;
  padding-top: 0;
  margin-top: 6px;
  border: 1px solid darkgrey;
  scrollbar-width: thin;
  scrollbar-color: darkgrey #f0f0f0;
}
#display .searched_color {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4px 0;
  padding: 4px 8px;
  background-color: #f0f0f0;
  border-radius: 4px;
  color: #333;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
#display .searched_color .color-preview {
  height: 32px;
  width: 32px;
  border: 1px solid black;
}
#display .searched_color:hover {
  background-color: #e0e0e0;
}
#display::-webkit-scrollbar {
  width: 10px;
}
#display::-webkit-scrollbar-track {
  background: #f0f0f0;
}
#display::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  border-radius: 5px;
  border: 2px solid #f0f0f0;
}

.single-product label[for=pa_baza] {
  display: none;
}
.single-product #pa_baza {
  display: none;
}

.primer-info {
  display: none;
  margin-top: 25px;
  border: 1px solid black;
  padding: 10px;
}
.primer-info .primer-text {
  font-size: 14px;
  text-align: center;
}
.primer-info .primer-box {
  display: flex;
  margin-top: 25px;
}
.primer-info .primer-box .primer-extra {
  padding: 0 15px;
}
.primer-info .primer-box .primer-extra .primer-title {
  min-height: 60px;
  color: black;
}
.primer-info .primer-box .primer-extra .primer-more a {
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #000000;
  line-height: 1.2;
  font-weight: 700;
  font-family: inherit;
  outline: none;
  cursor: pointer;
}

.info--text {
  padding: 15px;
  border: 1px solid #000;
  color: #ff0000;
  font-size: 12px;
  width: 100%;
}

.primer-more {
  padding-top: 10px;
}

/*# sourceMappingURL=proformat.css.map */
