@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700;900&display=swap");
@keyframes floating {
  0% {
    opacity: 0;
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}

@keyframes floatingReverse {
  0% {
    opacity: 0;
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}

@keyframes scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: .6;
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Rozmiar czcionki dla najwyzszego diva */
#custommerce-pl-rc {
  font-size: 16px;
  font-family: "Lato", Arial, sans-serif;
  box-sizing: border-box;
  background-color: #fff;
  text-align: left;
  color: #000;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc {
    font-size: 14px;
  }
}

#custommerce-pl-rc .pc-margin-top-xs {
  padding-top: 1.5em;
}

#custommerce-pl-rc .pc-margin-bottom-xs {
  padding-bottom: 1.5em;
}

#custommerce-pl-rc .pc-margin-top-s {
  padding-top: 3em;
}

#custommerce-pl-rc .pc-margin-bottom-s {
  padding-bottom: 3em;
}

#custommerce-pl-rc .pc-margin-top-m {
  padding-top: 4em;
}

#custommerce-pl-rc .pc-margin-bottom-m {
  padding-bottom: 4em;
}

#custommerce-pl-rc .pc-margin-top-l {
  padding-top: 6em;
}

#custommerce-pl-rc .pc-margin-bottom-l {
  padding-bottom: 6em;
}

#custommerce-pl-rc .pc-margin-top-xl {
  padding-top: 8em;
}

#custommerce-pl-rc .pc-margin-bottom-xl {
  padding-bottom: 8em;
}

#custommerce-pl-rc .pc-margin-top-xxl {
  padding-top: 10em;
}

#custommerce-pl-rc .pc-margin-bottom-xxl {
  padding-bottom: 10em;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-margin-top-xs {
    padding-top: 1em;
  }
  #custommerce-pl-rc .pc-margin-bottom-xs {
    padding-bottom: 1em;
  }
  #custommerce-pl-rc .pc-margin-top-s {
    padding-top: 2em;
  }
  #custommerce-pl-rc .pc-margin-bottom-s {
    padding-bottom: 2em;
  }
  #custommerce-pl-rc .pc-margin-top-m {
    padding-top: 3em;
  }
  #custommerce-pl-rc .pc-margin-bottom-m {
    padding-bottom: 3em;
  }
  #custommerce-pl-rc .pc-margin-top-l {
    padding-top: 4em;
  }
  #custommerce-pl-rc .pc-margin-bottom-l {
    padding-bottom: 4em;
  }
  #custommerce-pl-rc .pc-margin-top-xl {
    padding-top: 5em;
  }
  #custommerce-pl-rc .pc-margin-bottom-xl {
    padding-bottom: 5em;
  }
  #custommerce-pl-rc .pc-margin-top-xxl {
    padding-top: 6em;
  }
  #custommerce-pl-rc .pc-margin-bottom-xxl {
    padding-bottom: 6em;
  }
}

#custommerce-pl-rc .pc-margin-top-deca {
  margin-top: 0.5em;
}

#custommerce-pl-rc .pc-margin-bottom-deca {
  margin-bottom: 0.5em;
}

#custommerce-pl-rc .pc-margin-top-hecto {
  margin-top: 1em;
}

#custommerce-pl-rc .pc-margin-bottom-hecto {
  margin-bottom: 1em;
}

#custommerce-pl-rc .pc-margin-top-kilo {
  margin-top: 1.25em;
}

#custommerce-pl-rc .pc-margin-bottom-kilo {
  margin-bottom: 1.25em;
}

#custommerce-pl-rc .pc-margin-top-mega {
  margin-top: 1.5em;
}

#custommerce-pl-rc .pc-margin-bottom-mega {
  margin-bottom: 1.5em;
}

#custommerce-pl-rc .pc-margin-top-giga {
  margin-top: 2em;
}

#custommerce-pl-rc .pc-margin-bottom-giga {
  margin-bottom: 2em;
}

#custommerce-pl-rc .pc-margin-top-tera {
  margin-top: 2.5em;
}

#custommerce-pl-rc .pc-margin-bottom-tera {
  margin-bottom: 2.5em;
}

#custommerce-pl-rc .pc-clear {
  clear: both;
}

#custommerce-pl-rc .m-st-1:after {
  content: '';
  display: block;
  height: 2px;
  width: 4.625em;
  margin-top: 1em;
  background-color: #D9CAAF;
}

#custommerce-pl-rc .m-st-2 {
  border-bottom: 4px solid #D9CAAF;
  border-top: 2px solid #D9CAAF;
}

#custommerce-pl-rc .m-st-3 {
  box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  background-color: #402619;
}

#custommerce-pl-rc .pc-b6-a {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

#custommerce-pl-rc .pc-b6-a * {
  text-align: center;
}

#custommerce-pl-rc .pc-b6-a .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#custommerce-pl-rc .pc-b6-a .pc-block-module .pc-relative {
  max-width: 680px;
  margin: 0 auto;
}

#custommerce-pl-rc .pc-b6-a h2, #custommerce-pl-rc .pc-b6-a .h2, #custommerce-pl-rc .pc-b6-a .pc-h2 {
  font-size: 2.4375em;
  font-family: "Lato", Arial, sans-serif;
  line-height: 1.12;
  color: #000;
  letter-spacing: 0.8px;
}

#custommerce-pl-rc .pc-b6-a h4, #custommerce-pl-rc .pc-b6-a .h4, #custommerce-pl-rc .pc-b6-a .pc-h4 {
  font-size: 1.0625em;
  font-family: "Lato", Arial, sans-serif;
  line-height: 1.12;
  color: #D9F2C3;
  letter-spacing: 0.3px;
}

@media (max-width: 767px) {
  #custommerce-pl-rc {
    font-size: 14px;
  }
}

@media (max-width: 599px) {
  #custommerce-pl-rc .pc-b6-a {
    text-align: center;
  }
  #custommerce-pl-rc .pc-b6-a * {
    text-align: center;
  }
}

#custommerce-pl-rc .pc-b3 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container {
  padding-left: 1.25em;
  padding-right: 1.25em;
  text-align: right;
}

@media (max-width: 799px) {
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container {
    text-align: left;
  }
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container p.caption {
  text-align: right;
}

@media (max-width: 799px) {
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container p {
    text-align: left;
  }
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container .h3 {
  text-align: right;
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container .pc-gl-description p {
  text-align: right;
}

@media (max-width: 799px) {
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container .pc-gl-description p {
    text-align: left;
    padding-bottom: 40px;
  }
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-square {
  margin-left: 1.25em;
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-content {
  float: right;
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell {
  position: relative;
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell.pc-b3-pull-left {
  left: 50%;
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell.pc-b3-pull-right {
  right: 50%;
}

#custommerce-pl-rc .pc-b3 .pc-b3-cell-container .pc-b3-cell-content {
  max-width: 25.625em;
}

#custommerce-pl-rc .pc-b3 .pc-b3-table {
  display: table;
  width: 100%;
}

#custommerce-pl-rc .pc-b3 .pc-b3-table .pc-b3-cell {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

#custommerce-pl-rc .pc-b3 .pc-b3-square {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

#custommerce-pl-rc .pc-b3 .pc-b3-square:after {
  content: "";
  display: block;
  padding-bottom: 80%;
}

#custommerce-pl-rc .pc-b3 .pc-b3-square .pc-b3-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#custommerce-pl-rc .pc-b3 .pc-b3-square .pc-b3-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@supports (object-fit: cover) {
  #custommerce-pl-rc .pc-b3 .pc-b3-square .pc-b3-image img {
    object-fit: cover;
  }
}

#custommerce-pl-rc .pc-b3 .h3 {
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.5625em;
  line-height: 1.2;
}

#custommerce-pl-rc .pc-b3 .h3 span {
  font-family: "Lato", Arial, sans-serif;
}

#custommerce-pl-rc .pc-b3 .pc-gl-description {
  padding-top: 2em;
}

#custommerce-pl-rc .pc-b3 p {
  font-family: Arial;
  font-size: 1em;
  line-height: 1.38;
  color: black;
  margin: 0;
  padding: 0;
}

#custommerce-pl-rc .pc-b3 p.caption {
  color: #D9F2C3;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1;
  font-weight: bold;
}

@media (max-width: 1079px) {
  #custommerce-pl-rc .pc-b3 .pc-block-module {
    max-width: 1040px;
    padding: 0;
  }
}

@media (max-width: 799px) {
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container {
    text-align: left;
    padding: 2.5em 2.5em 0 2.5em;
  }
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container p {
    text-align: left;
  }
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container p.caption {
    text-align: left;
  }
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container .h3 {
    text-align: left;
  }
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container .pc-gl-description {
    text-align: left;
  }
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-content {
    float: none;
  }
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-square {
    margin-left: 0;
  }
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell {
    position: static;
  }
  #custommerce-pl-rc .pc-b3 .pc-b3-table {
    display: block;
  }
  #custommerce-pl-rc .pc-b3 .pc-b3-table .pc-b3-cell {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #custommerce-pl-rc .pc-b3 .pc-b3-cell-container {
    padding: 2.5em 2.5em 0 2.5em;
  }
  #custommerce-pl-rc .pc-b3 .pc-b3-cell-container .pc-b3-cell-content {
    max-width: none;
  }
}

@media (max-width: 767px) {
  #custommerce-pl-rc {
    font-size: 14px;
  }
}

#custommerce-pl-rc .pc-p5 {
  display: block;
  position: relative;
  max-width: 1200px;
  margin: auto;
}

#custommerce-pl-rc .pc-p5 .pc-save-proprtion {
  position: relative;
  width: 100%;
}

#custommerce-pl-rc .pc-p5 .pc-save-proprtion::after {
  content: '';
  display: block;
  padding-bottom: 58.462%;
}

#custommerce-pl-rc .pc-p5 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#custommerce-pl-rc .pc-p5 .pc-block-module .pc-relative {
  height: inherit;
}

#custommerce-pl-rc .pc-p5 .pc-p5-checkbox {
  display: none;
}

#custommerce-pl-rc .pc-p5 .pc-p5-checkbox:checked ~ label {
  display: none;
}

#custommerce-pl-rc .pc-p5 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
}

#custommerce-pl-rc .pc-p5 video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  z-index: 10;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-p5 video {
    height: auto;
    object-fit: unset;
  }
}

@media only screen and (max-width: 576px) {
  #custommerce-pl-rc .pc-p5 video {
    height: 276px;
    object-fit: unset;
  }
}

#custommerce-pl-rc .pc-p5 label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 100;
}

#custommerce-pl-rc .pc-p5 .cm-hidden-label {
  display: none;
}

#custommerce-pl-rc .pc-p5 .pc-p5-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#custommerce-pl-rc .pc-b11 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

#custommerce-pl-rc .pc-b11 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
  display: flex;
  flex-wrap: nowrap;
}

#custommerce-pl-rc .pc-b11 .pc-image, #custommerce-pl-rc .pc-b11 .pc-text {
  width: 50%;
  box-sizing: border-box;
}

#custommerce-pl-rc .pc-b11 .pc-image {
  text-align: center;
}

#custommerce-pl-rc .pc-b11 .pc-image img {
  max-width: 100%;
}

#custommerce-pl-rc .pc-b11 .pc-text {
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#custommerce-pl-rc .pc-b11 .h3 {
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.5625em;
  line-height: 1.2;
  text-align: left;
}

#custommerce-pl-rc .pc-b11 .pc-description {
  padding-top: 2em;
}

#custommerce-pl-rc .pc-b11 p {
  font-family: Arial;
  font-size: 1em;
  line-height: 1.38;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: left;
}

#custommerce-pl-rc .pc-b11 p.caption {
  color: #D9F2C3;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1;
  font-weight: bold;
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-text {
  text-align: right;
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-description {
  order: 1;
  text-align: right;
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-image {
  order: 2;
}

#custommerce-pl-rc .pc-b11.pc-b11-b .h3, #custommerce-pl-rc .pc-b11.pc-b11-b p {
  text-align: right;
}

@media (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module {
    display: block;
    margin: 0 auto;
  }
  #custommerce-pl-rc .pc-b11 .pc-block-module .pc-image, #custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

#custommerce-pl-rc * {
  box-sizing: border-box;
}

#custommerce-pl-rc div {
  text-align: left;
  font-family: "Lato", Arial, sans-serif;
}

#custommerce-pl-rc sup {
  font-size: .5em;
  vertical-align: super;
}

#custommerce-pl-rc p {
  font-family: "Lato", Arial, sans-serif;
}

#custommerce-pl-rc p strong {
  font-family: "Lato", Arial, sans-serif;
  font-weight: bold;
}

#custommerce-pl-rc img.lazy {
  width: auto;
}

#custommerce-pl-rc img {
  padding: 0;
  margin: 0;
}

#custommerce-pl-rc .cm-clearfix {
  overflow: auto;
}

#custommerce-pl-rc .cm-clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#custommerce-pl-rc .cm-flex {
  display: flex;
}

#custommerce-pl-rc .cm-header {
  max-width: 1200px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 4em;
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header {
    flex-wrap: wrap;
  }
}

#custommerce-pl-rc .cm-header .cm-header-desc {
  width: 50%;
  padding: 3.5em 2em 10em 2.5em;
}

#custommerce-pl-rc .cm-header .cm-header-desc.cm-header-desc-smaller {
  padding-right: 1em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-desc.cm-header-desc-smaller {
    padding-right: 1.5em;
  }
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-header .cm-header-desc {
    padding: 3.5em 2em 5em 2.5em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-header .cm-header-desc {
    padding: 2.5em 1em 4em 1.5em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-desc {
    width: 100%;
    text-align: center;
    max-width: 480px;
    margin: auto;
    padding: 2.5em 1.5em 4em 1.5em;
  }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-header-logo {
  max-width: 243px;
  width: 70%;
  margin-bottom: 2em;
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1,
#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2,
#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 {
  font-family: "Lato", Arial, sans-serif;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1,
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2,
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 {
    text-align: center;
  }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 {
  font-weight: bold;
  font-size: 3em;
  line-height: 1.25;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 {
    font-size: 2.25em;
  }
}

#custommerce-pl-rc .cm-header .cm-header-desc.cm-header-desc-smaller .cm-ng-1 {
  font-size: 2.5em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-header .cm-header-desc.cm-header-desc-smaller .cm-ng-1 {
    font-size: 2.25em;
  }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2 {
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.33;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2 {
    font-size: 1.25em;
  }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 {
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2;
  margin-top: .6em;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 {
    font-size: 2em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 {
    font-size: 1.75em;
  }
}

#custommerce-pl-rc .cm-header .cm-header-img {
  width: 50%;
  position: relative;
  order: 2;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-img {
    width: 100%;
    text-align: center;
  }
}

#custommerce-pl-rc .cm-header .cm-header-img img {
  max-width: 100%;
  position: absolute;
  bottom: 2em;
  right: 0;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-img img {
    position: static;
    width: 80%;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-img img {
    width: 90%;
  }
}

#custommerce-pl-rc .cm-rounded {
  border-bottom-right-radius: 4em;
  border-top-left-radius: 4em;
}

#custommerce-pl-rc .cm-icons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-icons {
    flex-flow: column;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-icons.cm-icons-two .cm-icon {
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-icons.cm-icons-two .cm-icon {
    width: 100%;
  }
}

#custommerce-pl-rc .cm-icons .cm-icon {
  display: flex;
  align-items: center;
  flex-flow: column;
  text-align: center;
  transition: transform .3s;
  width: 33.3333%;
  padding: 0 1.5em;
  position: relative;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-icons .cm-icon {
    flex-flow: row;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 1.5em;
  }
  #custommerce-pl-rc .cm-icons .cm-icon:last-child {
    margin-bottom: 0;
  }
}

#custommerce-pl-rc .cm-icons .cm-icon .cm-icon-icon {
  width: 6em;
  height: 6em;
  margin-bottom: 2em;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-icons .cm-icon .cm-icon-icon {
    width: 5em;
    height: 5em;
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-icons .cm-icon .cm-icon-icon {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

#custommerce-pl-rc .cm-icons .cm-icon .cm-icon-arrows {
  padding: 1em 0;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-icons .cm-icon .cm-icon-arrows {
    display: none;
  }
}

#custommerce-pl-rc .cm-icons .cm-icon div {
  text-align: center;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.6;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-icons .cm-icon div {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-icons .cm-icon div {
    font-size: 1em;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-icons .cm-icon div {
    text-align: left;
  }
}

#custommerce-pl-rc .cm-icons .cm-icon div.cm-icon-name {
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.33;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-icons .cm-icon div.cm-icon-name {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-icons .cm-icon div.cm-icon-name {
    line-height: 1.2;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-icons .cm-icon div.cm-icon-name {
    margin-bottom: .25em;
    line-height: 1.2;
  }
}

#custommerce-pl-rc .cm-icons .cm-icon:nth-child(2)::before, #custommerce-pl-rc .cm-icons .cm-icon:nth-child(3)::before {
  content: "";
  width: 0;
  height: calc(100% - 9em);
  border-left: 2px #A9D6BF dashed;
  display: block;
  position: absolute;
  bottom: 1em;
  left: 0;
}

#custommerce-pl-rc .cm-benefit {
  margin-bottom: 3em;
  display: flex;
  align-items: center;
  padding: 1em 0;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-benefit {
    padding: 0;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-benefit {
    margin-bottom: 2em;
  }
}

#custommerce-pl-rc .cm-benefit .pc-image {
  width: 50%;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-benefit .pc-image {
    display: none;
  }
}

#custommerce-pl-rc .cm-benefit .pc-image img {
  max-width: 100%;
}

#custommerce-pl-rc .cm-benefit .pc-text {
  width: 50%;
  padding: 2.5em;
  text-align: right;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-benefit .pc-text {
    padding: 2.5em 1.5em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-benefit .pc-text {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-benefit .pc-text {
    padding: 1.5em 1.25em;
  }
}

#custommerce-pl-rc .cm-benefit .pc-text * {
  text-align: right;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-benefit .pc-text * {
    text-align: center;
  }
}

#custommerce-pl-rc .cm-benefit .pc-text .pc-icon {
  width: 6em;
  height: 6em;
  margin-bottom: 1.75em;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-benefit .pc-text .pc-icon {
    width: 5em;
    height: 5em;
  }
}

#custommerce-pl-rc .cm-benefit .pc-text .pc-name {
  font-size: 2.5em;
  line-height: 1.2;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-benefit .pc-text .pc-name {
    font-size: 2.25em;
  }
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-benefit .pc-text .pc-name {
    font-size: 2em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-benefit .pc-text .pc-name {
    font-size: 1.75em;
  }
}

#custommerce-pl-rc .cm-benefit .pc-text .pc-description {
  margin-top: 1.75em;
}

#custommerce-pl-rc .cm-benefit .pc-text .pc-description p {
  font-size: 1.125em;
  line-height: 1.5;
  margin: 0 0 1em;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-benefit .pc-text .pc-description p {
    font-size: 1em;
  }
}

#custommerce-pl-rc .cm-benefit .pc-text .pc-description p:last-child {
  margin-bottom: 0;
}

#custommerce-pl-rc .cm-benefit.cm-benefit-b .pc-image {
  order: 2;
  text-align: right;
}

#custommerce-pl-rc .cm-benefit.cm-benefit-b .pc-text {
  text-align: left;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-benefit.cm-benefit-b .pc-text {
    text-align: center;
  }
}

#custommerce-pl-rc .cm-benefit.cm-benefit-b .pc-text * {
  text-align: left;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-benefit.cm-benefit-b .pc-text * {
    text-align: center;
  }
}

#custommerce-pl-rc .cm-bg-secondary {
  background-color: #D9F2C3;
}

#custommerce-pl-rc .cm-bg-tertiary {
  background-color: #A9D6BF;
}

#custommerce-pl-rc .cm-content {
  position: relative;
  padding: 7em 0 11em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-content {
    padding: 6em 0 11em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-content {
    padding: 5em 0 11em;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-content {
    padding: 4em 0 9em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-content {
    padding: 4em 0 3em;
  }
}

#custommerce-pl-rc .cm-content .cm-sticker {
  position: absolute;
  top: 7em;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  min-width: 120px;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-content .cm-sticker {
    top: 6em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-content .cm-sticker {
    top: 5em;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-content .cm-sticker {
    top: 4em;
  }
}

#custommerce-pl-rc .cm-content .cm-packshot {
  width: 35%;
  position: absolute;
  right: 17em;
  bottom: 6em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-content .cm-packshot {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-content .cm-packshot {
    bottom: 4em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-content .cm-packshot {
    display: none;
  }
}

#custommerce-pl-rc .pc-b6-a .pc-block-module {
  max-width: 1200px;
  padding: 0 2.5em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b6-a .pc-block-module {
    padding: 0 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b6-a .pc-block-module {
    padding: 0 1.25em;
  }
}

#custommerce-pl-rc .pc-b6-a .pc-block-module .pc-relative {
  max-width: 940px;
}

#custommerce-pl-rc .pc-b6-a.pc-b6-a-left .pc-block-module .pc-relative {
  margin: 0;
}

#custommerce-pl-rc .pc-b6-a.pc-b6-a-left .pc-block-module .pc-relative .pc-b6-title {
  text-align: left !important;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b6-a.pc-b6-a-left .pc-block-module .pc-relative .pc-b6-title {
    text-align: center !important;
  }
}

#custommerce-pl-rc .pc-b6-a p {
  font-size: 1.25em;
  line-height: 1.7;
  margin: 1em 0;
  font-family: "Lato", Arial, sans-serif;
  text-align: center;
}

#custommerce-pl-rc .pc-b6-a p.cm-small {
  font-size: 14px;
  text-align: left;
  font-weight: 300;
}

#custommerce-pl-rc .pc-b6-a img.cm-gf {
  margin-bottom: .5em;
}

#custommerce-pl-rc .pc-b6-title {
  font-family: "Lato", Arial, sans-serif;
  color: #000;
  font-size: 2.5em;
  line-height: 1.2;
  text-align: center !important;
  margin: 0;
}

#custommerce-pl-rc .pc-b6-title.cm-lined {
  font-weight: bold;
}

#custommerce-pl-rc .pc-b6-title.cm-lined::after {
  content: "";
  width: 64%;
  max-width: 600px;
  margin: .5em auto 0;
  height: 3px;
  background: #D9F2C3;
  display: block;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b6-title {
    font-size: 2.25em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b6-title {
    font-size: 1.75em;
  }
}

#custommerce-pl-rc .pc-b6-title strong {
  font-weight: bold;
  font-family: "Lato", Arial, sans-serif;
}

#custommerce-pl-rc .pc-b6-subtitle {
  font-family: "Lato", Arial, sans-serif;
  color: #000;
  font-weight: 900;
  font-size: 2em;
  line-height: 1.2;
  text-align: center !important;
  margin-top: 1em;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b6-subtitle {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b6-subtitle {
    font-size: 1.25em;
  }
}

#custommerce-pl-rc .pc-b6-text {
  font-family: "Lato", Arial, sans-serif;
  color: #D9F2C3;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.2;
  text-align: center !important;
  margin: 0;
  max-width: 700px;
  margin: auto;
}

#custommerce-pl-rc .pc-b6-text p {
  font-size: 1em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b6-text p {
    font-size: 15.75px;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b6-text {
    font-size: 2em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b6-text {
    font-size: 1.75em;
  }
}

#custommerce-pl-rc .pc-p5 {
  width: 100%;
}

#custommerce-pl-rc .pc-p5 iframe {
  height: 99% !important;
}

#custommerce-pl-rc .pc-p5 label {
  z-index: 1;
}

#custommerce-pl-rc .cm-img-fluid-container {
  overflow: hidden;
}

#custommerce-pl-rc .cm-img-fluid,
#custommerce-pl-rc .cm-img-fluid.lazy {
  max-width: 100%;
  display: block;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-img-fluid,
  #custommerce-pl-rc .cm-img-fluid.lazy {
    max-width: none;
    width: 150%;
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-8,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-8 {
    transform: translateX(-8%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-9,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-9 {
    transform: translateX(-9%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-10,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-10 {
    transform: translateX(-10%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-11,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-11 {
    transform: translateX(-11%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-12,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-12 {
    transform: translateX(-12%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-13,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-13 {
    transform: translateX(-13%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-14,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-14 {
    transform: translateX(-14%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-15,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-15 {
    transform: translateX(-15%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-16,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-16 {
    transform: translateX(-16%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-17,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-17 {
    transform: translateX(-17%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-20,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-20 {
    transform: translateX(-20%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-30,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-30 {
    transform: translateX(-30%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-50,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-50 {
    transform: translateX(-50%);
  }
}

#custommerce-pl-rc .cm-info-box {
  color: #fff;
  text-align: center;
  border-top: 2px solid #EB1C24;
  padding: 5em 2em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-info-box {
    padding: 3em 2em;
  }
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-info-box {
    padding: 3em 2em 4em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-info-box {
    padding: 3em 1.25em;
  }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-name {
  font-family: "Lato", Arial, sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1.2;
  text-align: center !important;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-name {
    font-size: 2em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-name {
    max-width: 480px;
    margin: 0 auto;
  }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-text {
  font-family: "Lato", Arial, sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.7;
  text-align: center !important;
  margin: 0;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-text {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-text {
    max-width: 480px;
    margin: 0 auto;
  }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-product {
  max-width: 394px;
  width: 80%;
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2,
#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
  color: #fff;
  text-align: center;
  font-family: "Lato", Arial, sans-serif;
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2 {
  font-weight: bold;
  font-size: 3.5em;
  line-height: 1.2;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2 {
    font-size: 4em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2 {
    font-size: 3em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2 {
    font-size: 2.5em;
  }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.2;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
    font-size: 1em;
  }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-gf {
  margin: 1.25em auto 3em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-gf {
    margin: 1.25em auto 2em;
  }
}

#custommerce-pl-rc .pc-b11 {
  margin-bottom: 3em;
}

#custommerce-pl-rc .pc-b11 .pc-block-module {
  max-width: 1200px;
  padding: 0;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module {
    display: flex;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module {
    display: block;
    padding: 0 1.25em;
  }
}

#custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
  padding: 0 2.5em;
  text-align: left;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
    padding: 2.5em 1.5em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
    padding: 1em 1.5em 0;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
    padding: 1em 0 0;
  }
}

#custommerce-pl-rc .pc-b11 .pc-description {
  padding: 0;
  text-align: left;
}

#custommerce-pl-rc .pc-b11 .pc-description p {
  font-size: 1.125em;
  line-height: 1.5;
  margin: 0 0 1em;
  max-width: 460px;
  color: #000;
  font-family: "Lato", Arial, sans-serif;
  font-weight: normal;
  text-align: left;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11 .pc-description p {
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b11 .pc-description p {
    font-size: 1em;
  }
}

#custommerce-pl-rc .pc-b11 .pc-description p:last-child {
  margin-bottom: 0;
}

#custommerce-pl-rc .pc-b11 .pc-description p strong {
  font-weight: bold;
}

#custommerce-pl-rc .pc-b11 .pc-description p.cm-small {
  font-size: 1em;
}

#custommerce-pl-rc .pc-b11 .pc-description p.pc-param {
  background-color: #F4F4F4;
  padding: 5px;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 10px;
}

#custommerce-pl-rc .pc-b11 .pc-name {
  color: #000;
  font-family: "Lato", Arial, sans-serif;
  margin-bottom: .8em;
  font-weight: normal;
  max-width: 460px;
  text-align: left !important;
  font-size: 2.5em;
  line-height: 1.2;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .pc-b11 .pc-name {
    font-size: 2.25em;
  }
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .pc-b11 .pc-name {
    font-size: 2em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-name {
    max-width: none;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11 .pc-name {
    text-align: center !important;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b11 .pc-name {
    font-size: 1.75em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-image {
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11 .pc-image {
    padding-right: 0;
  }
}

#custommerce-pl-rc .pc-b11 .pc-image img {
  border-top-left-radius: 4em;
  border-bottom-right-radius: 4em;
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-description {
  text-align: left;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11.pc-b11-b .pc-description {
    text-align: center;
    padding-left: 0;
  }
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-description p {
  text-align: left;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11.pc-b11-b .pc-description p {
    text-align: center;
  }
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-name {
  text-align: left;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11.pc-b11-b .pc-name {
    text-align: center !important;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-image {
    max-width: 500px;
  }
}

#custommerce-pl-rc .pc-b11 .pc-image .pc-relative {
  position: relative;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-image .pc-relative {
    text-align: center !important;
  }
}

#custommerce-pl-rc .pc-b11 .pc-image img {
  position: relative;
  z-index: 1;
}

#custommerce-pl-rc a.cm-button, #custommerce-pl-rc .cm-button {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  background-color: #D9F2C3;
  text-decoration: none;
  font-size: .75em;
  font-family: "Lato", Arial, sans-serif;
  font-weight: bold;
  padding: 1em 2em;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc a.cm-button, #custommerce-pl-rc .cm-button {
    padding: 1em 1.5em;
  }
}

#custommerce-pl-rc a.cm-button.cm-button-outline, #custommerce-pl-rc .cm-button.cm-button-outline {
  background-color: transparent;
  border: 2px solid #D9F2C3;
}

#custommerce-pl-rc a.cm-button.cm-button-large, #custommerce-pl-rc .cm-button.cm-button-large {
  font-size: 1.5em;
}

#custommerce-pl-rc .cm-m-desc-top-3 {
  margin-top: 3em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-m-desc-top-3 {
    margin-top: 0em;
  }
}

#custommerce-pl-rc .cm-m-desc-bottom-3 {
  margin-bottom: 3em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-m-desc-bottom-3 {
    margin-bottom: 0em;
  }
}

#custommerce-pl-rc .cm-footer-logo {
  text-align: center;
  border-top-right-radius: 4em;
  border-bottom-left-radius: 4em;
  padding: 7em 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 2.5em;
  margin-right: 2.5em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-footer-logo {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-footer-logo {
    margin-left: 1.25em;
    margin-right: 1.25em;
  }
}

#custommerce-pl-rc .cm-footer-logo img {
  width: 27%;
  min-width: 240px;
}

#custommerce-pl-rc .cm-faq {
  max-width: 1200px;
  margin: 0 auto 3em;
  position: relative;
  overflow: hidden;
  padding: 0 2.5em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-faq {
    padding: 0 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-faq {
    padding: 0 1.25em;
  }
}

#custommerce-pl-rc .cm-faq .pc-p7 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 10;
  padding: 0;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-block-module {
  max-width: 1200pxpx;
  margin: 0 auto;
  height: inherit;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-p7-cell-container .pc-p7-cell-content {
  max-width: 1200px;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-p7-table {
  display: table;
  width: 100%;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-p7-table .pc-p7-cell {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items {
  width: 100%;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
  transform: rotate(90deg);
  opacity: .3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
  opacity: .3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label {
  color: #000;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  transform: rotate(90deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
  transform: rotate(90deg);
  opacity: .3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
  opacity: .3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label {
  color: #000;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  transform: rotate(90deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
  transform: rotate(90deg);
  opacity: .3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
  opacity: .3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label {
  color: #000;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  transform: rotate(90deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
  transform: rotate(90deg);
  opacity: .3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
  opacity: .3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label {
  color: #000;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  transform: rotate(90deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
  transform: rotate(90deg);
  opacity: .3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
  opacity: .3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label {
  color: #000;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  transform: rotate(90deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
  transform: rotate(90deg);
  opacity: .3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
  opacity: .3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label {
  color: #000;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  transform: rotate(90deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
  transform: rotate(90deg);
  opacity: .3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
  opacity: .3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label {
  color: #000;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  transform: rotate(90deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
  transform: rotate(90deg);
  opacity: .3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
  opacity: .3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-8:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label {
  color: #000;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-8:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  transform: rotate(90deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
  transform: rotate(90deg);
  opacity: .3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
  opacity: .3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-9:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label {
  color: #000;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-9:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  transform: rotate(90deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
  transform: rotate(90deg);
  opacity: .3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
  opacity: .3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-10:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label {
  color: #000;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-10:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  transform: rotate(90deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
  transform: rotate(90deg);
  opacity: .3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
  opacity: .3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-11:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label {
  color: #000;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-11:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  transform: rotate(90deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
  transform: rotate(90deg);
  opacity: .3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
  opacity: .3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-12:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label {
  color: #000;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-12:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  transform: rotate(90deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items input[type=radio], #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items input[type=checkbox] {
  display: none;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item {
  padding: 1em 80px 1em 140px;
  margin-bottom: 1em;
  border-radius: .5em;
  background-color: #D9F2C3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item {
    padding-right: 60px;
    padding-left: 120px;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item {
    padding-right: 2.5em;
    padding-left: 5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item {
    padding-right: 1em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item {
    padding-right: 1em;
    padding-left: 2.5em;
  }
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container {
  position: relative;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label {
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 0;
  color: #000;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.5;
  transition: color 0.3s ease;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label {
    font-size: 1.15em;
  }
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label:hover {
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label:hover .pc-faq-arrow {
  opacity: 1;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #D9F2C3;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label img {
  width: inherit;
  transition: all 0.3s ease;
  max-width: none;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-content {
  max-width: 100%;
  display: none;
  animation: fadeInRight 0.5s;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-content p {
  margin: 1em 0 0;
  line-height: 1.5;
  font-size: 1em;
  color: #000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow {
  display: block;
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
  position: absolute;
  left: calc(-2em - 18px);
  top: 2px;
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow {
    width: 14px;
    height: 14px;
    left: -1.5em;
    top: 3px;
  }
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow::after, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow::before {
  background-color: #000;
  position: absolute;
  display: block;
  content: "";
  transition: all .3s;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow::after {
  width: 2px;
  height: 18px;
  left: 50%;
  margin-left: -1px;
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow::after {
    height: 14px;
  }
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow::before {
  height: 2px;
  width: 18px;
  top: 50%;
  margin-top: -1px;
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow::before {
    width: 14px;
  }
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow img {
  display: none;
}

#custommerce-pl-rc .cm-section-compare {
  background-color: #A9D6BF;
  border-top-left-radius: 4em;
  border-bottom-right-radius: 4em;
  text-align: center;
  position: relative;
  margin-bottom: 4em;
  width: 100%;
  height: 518px;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-section-compare {
    height: 400px;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-compare {
    height: 300px;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-compare {
    height: 240px;
    border-radius: 0;
  }
}

#custommerce-pl-rc .cm-section-compare .cm-compare-info {
  position: absolute;
  color: #fff;
  font-size: 1.25em;
  font-weight: normal;
  bottom: 2em;
  left: 2.5em;
  transform-origin: left;
  transform: rotate(-90deg);
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-compare .cm-compare-info {
    left: 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-compare .cm-compare-info {
    left: 1.25em;
    bottom: 1em;
    font-size: 1em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-compare .cm-compare-info {
    left: 1.25em;
    bottom: 1em;
    font-size: 12px;
  }
}

#custommerce-pl-rc .cm-section-compare .cm-compare-info.cm-compare-info-right {
  right: 2.5em;
  left: unset;
  transform-origin: right;
  transform: rotate(90deg);
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-compare .cm-compare-info.cm-compare-info-right {
    right: 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-compare .cm-compare-info.cm-compare-info-right {
    right: 1.25em;
  }
}

#custommerce-pl-rc .cm-section-compare .cm-compare-logo {
  position: absolute;
  right: 2.5em;
  top: 2em;
  width: 148px;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-compare .cm-compare-logo {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-compare .cm-compare-logo {
    right: 1.5em;
    top: 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-compare .cm-compare-logo {
    right: 1.25em;
  }
}

#custommerce-pl-rc .cm-section-compare .cm-image-slider {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 518px;
  height: inherit;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-section-compare .cm-image-slider {
    width: 400px;
    height: 400px;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-compare .cm-image-slider {
    width: 300px;
    height: 300px;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-compare .cm-image-slider {
    width: 240px;
    height: 240px;
  }
}

#custommerce-pl-rc .cm-section-compare .cm-image-wrapper {
  width: inherit;
  height: inherit;
  max-width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  outline: none;
  border: none;
  cursor: pointer;
}

#custommerce-pl-rc .cm-section-compare .cm-image-wrapper.cm-before {
  resize: none;
}

#custommerce-pl-rc .cm-section-compare .cm-image-wrapper.cm-after {
  resize: horizontal;
  width: 50%;
  border-right: 2px solid #D9F2C3;
  resize: horizontal;
  overflow: hidden;
}

#custommerce-pl-rc .cm-mb-2 {
  margin-bottom: 2em;
}

#custommerce-pl-rc .cm-mb-3 {
  margin-bottom: 3em;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-mb-3 {
    margin-bottom: 2em;
  }
}

#custommerce-pl-rc .cm-mb-4 {
  margin-bottom: 4em;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-mb-4 {
    margin-bottom: 3em;
  }
}

#custommerce-pl-rc .cm-mb-6 {
  margin-bottom: 6em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-mb-6 {
    margin-bottom: 4em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-mb-6 {
    margin-bottom: 3em;
  }
}
/*
#custommerce-pl-rc.cm-euro {
  max-width: 920px;
  font-size: 14px;
}*/

#custommerce-pl-rc.cm-euro .pc-p5 {
  background: #fff;
  padding-bottom: 3em;
}

#custommerce-pl-rc.cm-euro .pc-p5 iframe {
  height: 100% !important;
}

#custommerce-pl-rc.cm-euro .pc-p5 .pc-p5-image {
  background-image: none !important;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc.cm-euro .pc-p5 {
    padding-bottom: 2em;
  }
}

#custommerce-pl-rc .rc_check_out_container {
  position: relative;
}

#custommerce-pl-rc .rc_checkout_content {
  display: block;
  position: relative;
  padding-bottom: 43px;
}

#custommerce-pl-rc .rc_checkout_content.rc_no_padding {
  padding-bottom: 0;
}

#custommerce-pl-rc .rc_checkout_content_open {
  display: block;
}

#custommerce-pl-rc .rc_checkout_content_closed {
  display: none;
}

#custommerce-pl-rc .rc_invert_image:checked ~ .rc_checkout_content_open {
  display: none;
}

#custommerce-pl-rc .rc_invert_image:checked ~ .rc_checkout_content_closed {
  display: block;
}

#custommerce-pl-rc .rc_invert_image {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 300px;
  height: 43px;
  transform: translateX(-50%);
  border: none;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}

#custommerce-pl-rc .cm-switcher {
  width: 300px;
  background: #D9F2C3;
  height: 43px;
  border-radius: 43px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-switcher {
    width: 220px;
    height: 30px;
  }
}

#custommerce-pl-rc .cm-switcher .cm-switch {
  width: 50%;
  background: #A9D6BF;
  height: inherit;
  border-radius: 43px;
  left: 50%;
  position: relative;
  transition: all .3s;
}

#custommerce-pl-rc .cm-switcher .cm-switch span {
  color: #fff;
  width: 100%;
  text-align: center;
  display: inline-block;
  line-height: 43px;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-switcher .cm-switch span {
    line-height: 30px;
  }
}

#custommerce-pl-rc .cm-switcher .cm-switch span.cm-switch-open {
  display: none;
}

#custommerce-pl-rc .rc_invert_image:checked ~ .cm-switcher .cm-switch {
  left: 0;
}

#custommerce-pl-rc .rc_invert_image:checked ~ .cm-switcher .cm-switch span.cm-switch-close {
  display: none;
}

#custommerce-pl-rc .rc_invert_image:checked ~ .cm-switcher .cm-switch span.cm-switch-open {
  display: block;
}

#custommerce-pl-rc .rc_single_tooltip {
  position: absolute;
}

#custommerce-pl-rc .rc_single_tooltip:hover {
  z-index: 10;
}

#custommerce-pl-rc .rc_tooltip_content {
  position: relative;
  display: none;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  padding: 1em;
  transform: translate(0%, 1em);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  max-width: 240px;
  z-index: 5;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

#custommerce-pl-rc .rc_tooltip_content.rc_tooltip_content_bottom {
  transform: translate(0%, -1em);
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .rc_tooltip_content {
    width: 180px;
    padding: .5em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .rc_tooltip_content {
    width: 180px;
    padding: 10px;
  }
}

#custommerce-pl-rc .rc_tooltip_content_rwd {
  display: none;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  padding: 1em;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  width: calc(320px - 2.5em);
  left: 50%;
  z-index: 11;
  position: absolute;
  bottom: 5em;
  transform: translateX(-50%);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .rc_tooltip_content_rwd {
    bottom: 0em;
  }
}

#custommerce-pl-rc .rc_tooltip_content_rwd.rc_tooltip_content_bottom {
  bottom: unset;
  top: 5em;
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .rc_tooltip_content_rwd.rc_tooltip_content_bottom {
    bottom: unset;
    top: 0;
  }
}

#custommerce-pl-rc .rc_tooltip_content_holder {
  display: flex;
  width: 100%;
  align-items: center;
}

#custommerce-pl-rc .rc_tooltip_content_holder .rc_tooltip_number {
  color: #A9D6BF;
  font-weight: bold;
  font-size: 1.5em;
}

#custommerce-pl-rc .rc_tooltip_content_holder .rc_tooltip_header {
  margin: 0;
  font-size: 1em;
  font-weight: 500;
  color: #000;
  border-left: 1px solid #A9D6BF;
  padding: 1em;
  margin-left: 1em;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .rc_tooltip_content_holder .rc_tooltip_header {
    padding: 10px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .rc_tooltip_content_holder .rc_tooltip_header {
    padding: 0 10px;
    font-size: 12px;
  }
}

#custommerce-pl-rc .rc_tooltip_trigger {
  position: relative;
  background-color: #A9D6BF;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
  z-index: 0;
}

@media only screen and (max-width: 450px) {
  #custommerce-pl-rc .rc_tooltip_trigger {
    width: 2.5em;
    height: 2.5em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .rc_tooltip_trigger {
    width: 2em;
    height: 2em;
  }
}

#custommerce-pl-rc .rc_tooltip_trigger .rc_plus {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.25em;
}

#custommerce-pl-rc .rc_tooltip_trigger .rc_plus img {
  width: 100%;
}

@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 white;
  }
  100% {
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0);
  }
}

#custommerce-pl-rc .rc_tooltip_trigger::after,
#custommerce-pl-rc .rc_tooltip_trigger::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  animation: pulse2 1.2s linear infinite;
}

#custommerce-pl-rc .rc_tooltip_trigger::before {
  animation-delay: 0.3s;
}

#custommerce-pl-rc .rc_tooltip_trigger:hover::after,
#custommerce-pl-rc .rc_tooltip_trigger:hover::before {
  display: none;
}

#custommerce-pl-rc .rc_tooltip_trigger:hover + .rc_tooltip_content {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translate(calc(-50% + 1.6em), 1em);
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .rc_tooltip_trigger:hover + .rc_tooltip_content {
    transform: translate(calc(-50% + 1.5em), 1em);
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .rc_tooltip_trigger:hover + .rc_tooltip_content {
    transform: translate(calc(-50% + 1.5em), 1em);
  }
}

#custommerce-pl-rc .rc_tooltip_trigger:hover + .rc_tooltip_content_bottom {
  transform: translate(calc(-50% + 1.6em), calc(-100% - 3.2em - 1em));
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .rc_tooltip_trigger:hover + .rc_tooltip_content_bottom {
    transform: translate(calc(-50% + 2.5em), calc(-100% - 3.2em - 1em));
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .rc_tooltip_trigger:hover + .rc_tooltip_content_bottom {
    transform: translate(calc(-50% + 1.5em), calc(-100% - 3em - 1em));
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .rc_tooltip_trigger:hover + .rc_tooltip_content_bottom {
    transform: translate(calc(-50% + 1.5em), calc(-100% - 2em - .5em));
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .rc_tooltip_trigger:hover + .rc_tooltip_content_bottom.rc_tooltip_content_right {
    transform: translate(calc(-60%), calc(-100% - 3em - 1em));
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .rc_tooltip_trigger:hover + .rc_tooltip_content_bottom.rc_tooltip_content_right {
    transform: translate(calc(-70%), calc(-100% - 2em - 1em));
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .rc_tooltip_trigger:hover + .rc_tooltip_content_bottom.rc_tooltip_content_left {
    transform: translate(calc(-30%), calc(-100% - 3em - 1em));
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .rc_tooltip_trigger:hover + .rc_tooltip_content_bottom.rc_tooltip_content_left {
    transform: translate(calc(-25%), calc(-100% - 3em - .5em));
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .rc_tooltip_trigger:hover + .rc_tooltip_content_bottom.rc_tooltip_content_left {
    transform: translate(calc(-20%), calc(-100% - 2em - .5em));
  }
}

#custommerce-pl-rc .rc_checkout_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

#custommerce-pl-rc .rc_checkout_content_open,
#custommerce-pl-rc .rc_checkout_content_closed {
  overflow: visible;
}
/*
@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .rc_checkout_content_open,
  #custommerce-pl-rc .rc_checkout_content_closed {
    overflow: hidden;
  }
}
*/

#custommerce-pl-rc .rc_checkout_content_open .cm-hotspot-box,
#custommerce-pl-rc .rc_checkout_content_closed .cm-hotspot-box {
  width: 100%;
  position: relative;
  max-width: 786px;
  margin: 0 auto;
}

.sticky #top:not(.top2), .product-nav-sticky .product-nav {
  z-index: 99999;
}

/* Black Week - label */
.black-container {
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .black-container.black-container--product {
    margin-bottom: 10px;
  }
}
.black-container .black-box {
  background-color: #000;
  text-align: center;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 8px 14px;
  margin-right: 1.125em;
}
.black-container.black-container--product-list .black-box {
  padding: 6px 10px
}
.black-container .black-box--label {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
}
/* ! Black Week - label */
/* product desc */
/* primary_block ***************************************************************************** */
.primary_block {
  margin-bottom: 40px; }

.top-hr {
  background: #C4C4C4;
  height: 5px;
  margin: 2px 0 31px; }

.product-heading-h5 {
  color: #999999;
  font-weight: 200;
  margin: 3px 0 8px;
  font-size: 19px;
  font-family: "Open Sans", sans-serif; }

.box-security .product-heading-h5 {
  margin: 3px 0 -8px; }
  @media (max-width: 1199px) {
    .box-security .product-heading-h5 {
      margin-bottom: 8px; } }

.primary_block .pb-left-column img {
  max-width: 100%;
  height: auto; }

a.fancybox-nav {
  outline: 0; }

/* .pb-left-column ***************************************************************************** */
.pb-left-column #image-block {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #dbdbdb;
  background: #fff; }
  @media (max-width: 767px) {
    .pb-left-column #image-block {
      width: 280px;
      margin: 0 auto; } }
  .pb-left-column #image-block img {
    background: #fbfbfb;
    width: 100%; }
  .pb-left-column #image-block #view_full_size .span_link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -68px;
    display: block;
    padding: 10px 0;
    text-align: center;
    line-height: 22px;
    color: #777676;
    width: 136px;
    text-align: center;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16); }
    .pb-left-column #image-block #view_full_size .span_link:after {
      font-family: "FontAwesome";
      color: #c0c0c0;
      font-size: 20px;
      line-height: 22px;
      content: "\f00e";
      font-weight: normal;
      margin: 0 0 0 4px; }
    .pb-left-column #image-block #view_full_size .span_link:hover:after {
      color: #333; }
  .pb-left-column #image-block a.jqzoom div div img {
    width: auto;
    max-width: 10000px; }
  .pb-left-column #image-block a.jqzoom div div .zoomWrapper {
    border: none; }
  .pb-left-column #image-block .zoomPad {
    z-index: auto !important; }
  .pb-left-column #image-block .new-box,
  .pb-left-column #image-block .sale-box {
    z-index: 5002; }

/* miniatures */
.pb-left-column #views_block {
  margin-top: 10px; }
  @media (max-width: 767px) {
    .pb-left-column #views_block {
      width: 280px;
      margin: 10px auto 0px auto; } }

#thumbs_list {
  overflow: hidden;
  float: left;
  width: 392px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #thumbs_list {
      width: 294px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #thumbs_list {
      width: 164px; } }
  @media (max-width: 767px) {
    #thumbs_list {
      width: 196px; } }
  #thumbs_list ul#thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    height: 90px; }
  #thumbs_list li {
    float: left;
    height: 90px;
    width: 90px;
    cursor: pointer;
    border: 1px solid #dbdbdb;
    margin-right: 8px;
    line-height: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 768px) and (max-width: 991px) {
      #thumbs_list li {
        width: 76px;
        height: 76px;
        margin-right: 6px; } }
    #thumbs_list li a {
      display: block;
      border: 3px solid #fff;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: #fbfbfb; }
      #thumbs_list li a:hover, #thumbs_list li a.shown {
        border-color: #dbdbdb; }
    #thumbs_list li img {
      border: 1px solid #fff;
      width: 100%;
      height: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (min-width: 768px) and (max-width: 991px) {
        #thumbs_list li img {
          width: 68px;
          height: 68px; } }

.show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
  width: 294px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
      width: 194px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
      width: 82px; } }
  @media (max-width: 767px) {
    .show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
      width: 196px; } }

span.view_scroll_spacer {
  float: left;
  width: 39px;
  padding-left: 12px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    span.view_scroll_spacer {
      width: 45px;
      padding-left: 18px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    span.view_scroll_spacer {
      width: 30px;
      padding-left: 3px; } }
  @media (max-width: 767px) {
    span.view_scroll_spacer {
      width: 45px;
      padding-left: 18px; } }

.show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
  width: 27px;
  padding-left: 2px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
      width: 44px;
      padding-left: 16px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
      width: 41px;
      padding-left: 13px; } }
  @media (max-width: 767px) {
    .show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
      width: 45px;
      padding-left: 14px; } }

#view_scroll_left,
#view_scroll_right {
  margin-top: 38px;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 991px) {
    #view_scroll_left,
    #view_scroll_right {
      margin-top: 28px; } }
  #view_scroll_left:before,
  #view_scroll_right:before {
    padding-left: 2px;
    color: #c0c0c0;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 22px; }
  #view_scroll_left:hover:before,
  #view_scroll_right:hover:before {
    color: #333; }

#view_scroll_right {
  float: left; }
  #view_scroll_right:before {
    content: "\f138"; }

#view_scroll_left {
  margin-top: 0; }
  #view_scroll_left:before {
    content: "\f137";
    padding-right: 2px; }

.resetimg {
  padding: 10px 0 0; }
  .resetimg #resetImages i {
    margin-right: 6px; }

.view_scroll_spacer {
  margin-top: 38px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .view_scroll_spacer {
      margin-top: 28px; } }

/* link list */
#usefull_link_block {
  list-style-type: none; }
  #usefull_link_block li {
    margin: 0 0 8px 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      #usefull_link_block li {
        float: none !important; } }
    #usefull_link_block li:first-child {
      margin: 0 0 8px 0;
      border: none;
      padding: 0; }
    #usefull_link_block li a {
      color: #777676;
      font-weight: 700;
      position: relative;
      padding-left: 30px;
      line-height: 22px;
      display: inline-block; }
      #usefull_link_block li a:before {
        font-family: "FontAwesome";
        color: #333;
        font-size: 19px;
        line-height: 24px;
        position: absolute;
        top: -2px;
        left: 0;
        font-weight: normal; }
      #usefull_link_block li a:hover {
        color: #000; }
    @media (min-width: 768px) and (max-width: 991px) {
      #usefull_link_block li.print {
        margin: 8px 0 0;
        padding: 0;
        border: none; } }
    #usefull_link_block li.print a:before {
      content: "\f02f"; }
    #usefull_link_block li.sendtofriend a:before {
      content: "\f003"; }
    #usefull_link_block li#left_share_fb {
      clear: both;
      float: none; }
      #usefull_link_block li#left_share_fb a {
        padding-left: 18px; }
      #usefull_link_block li#left_share_fb a:before {
        content: "\f09a"; }
    #usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_removed, #usefull_link_block li#favoriteproducts_block_extra_added {
      cursor: pointer;
      font-weight: 700;
      clear: both;
      float: none;
      margin: 0 0 8px 0;
      border: none;
      padding: 0;
      position: relative; }
      #usefull_link_block li#favoriteproducts_block_extra_remove:before, #usefull_link_block li#favoriteproducts_block_extra_add:before, #usefull_link_block li#favoriteproducts_block_extra_removed:before, #usefull_link_block li#favoriteproducts_block_extra_added:before {
        font-family: "FontAwesome";
        color: #333;
        font-size: 19px;
        line-height: 24px;
        position: absolute;
        top: -2px;
        left: 0;
        font-weight: normal;
        content: "\f08a"; }
      #usefull_link_block li#favoriteproducts_block_extra_remove:hover, #usefull_link_block li#favoriteproducts_block_extra_add:hover, #usefull_link_block li#favoriteproducts_block_extra_removed:hover, #usefull_link_block li#favoriteproducts_block_extra_added:hover {
        color: #000; }
    #usefull_link_block li#favoriteproducts_block_extra_removed:before {
      content: "\f004"; }

/* pb-left-column ****************************************************************************** */
.pb-center-column {
  margin-bottom: 30px;
  /* form */ }
  .pb-center-column h1 {
    padding-bottom: 16px;
    font-size: 20px;
    color: #3a3939; }
  .pb-center-column p {
    margin-bottom: 10px; }
  .pb-center-column #product_reference {
    margin-bottom: 6px; }
  .pb-center-column #short_description_block {
    color: #666; }
    .pb-center-column #short_description_block .buttons_bottom_block {
      display: none; }
    .pb-center-column #short_description_block #short_description_content {
      padding: 0 0 15px;
      word-wrap: break-word; }
      .pb-center-column #short_description_block #short_description_content p {
        line-height: 18px; line-height:22px}
  .pb-center-column #buy_block {
    margin-top: 10px; }
    .pb-center-column #buy_block label {
      display: inline-block;
      width: 125px;
      font-weight: 700;
      font-size: 12px;
      text-align: right; }
    .pb-center-column #buy_block p.price {
      padding: 0; }
  .pb-center-column #color_picker p {
    padding-bottom: 5px;
    font-weight: 700; }

#product p#loyalty {
  padding: 17px 0 15px 35px;
  border-top: 1px solid #d6d4d4;
  border-bottom: 1px solid #d6d4d4;
  margin: 10px 0 -5px;
  position: relative; }
  #product p#loyalty b {
    color: #333; }
  #product p#loyalty:before {
    content: "\f024";
    font-family: "FontAwesome";
    color: #cfcccc;
    font-size: 26px;
    line-height: 28px;
    position: absolute;
    top: 16px;
    left: 0; }

#page .rte {
  padding: 0 20px 20px;
  word-wrap: break-word; }
  #page .rte p {
    margin-bottom: 1em;
    min-height: 1px; }

#attributes fieldset {
  padding-bottom: 3px; }
  #attributes fieldset label {
    vertical-align: top;
    display: block; }
#attributes .attribute_list {
  width: 100%; }
  #attributes .attribute_list .form-control {
    max-width: 230px; }
    #attributes .attribute_list .form-control option {
      background: #fff;
      color: #666; }
  #attributes .attribute_list ul {
    clear: both; }
    #attributes .attribute_list ul li {
      float: left;
      margin-right: 10px; }
  #attributes .attribute_list input.attribute_radio {
    float: left;
    margin-left: 3px; }
  #attributes .attribute_list div.radio,
  #attributes .attribute_list div.radio span,
  #attributes .attribute_list div.radio input {
    float: none;
    display: inline-block; }
  #attributes .attribute_list #color_to_pick_list {
    list-style-type: none; }
    #attributes .attribute_list #color_to_pick_list li {
      float: left;
      margin: 0 3px 3px 0;
      padding: 1px;
      border: 1px solid #d6d4d4;
      clear: none;
      width: 26px;
      height: 26px; }
      #attributes .attribute_list #color_to_pick_list li a.color_pick {
        display: block;
        height: 22px;
        width: 22px;
        cursor: pointer; }
        #attributes .attribute_list #color_to_pick_list li a.color_pick img {
          display: block;
          height: 22px;
          width: 22px; }
      #attributes .attribute_list #color_to_pick_list li.selected {
        border: 1px solid #4d4d4d; }

.product_attributes,
.box-cart-bottom {
  -webkit-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
  padding: 19px 19px 17px; }

.box-cart-bottom {
  padding: 0; }

#short_description_content a,
.page-product-box .rte a {
  color: #333333;
  text-decoration: underline; }
#short_description_content a.btn,
.page-product-box .rte a.btn {
  text-decoration: none; }

.box-info-product {
  background: #f6f6f6;
  border: 1px solid #d2d0d0;
  border-top: 1px solid #b0afaf;
  border-bottom: 1px solid #b0afaf; }
  .box-info-product p {
    margin-bottom: 7px; }
  .box-info-product .exclusive {
    padding: 0;
    border-top: 1px solid #0079b6;
    border-right: 1px solid #006fa8;
    border-left: 1px solid #006fa8;
    border-bottom: 1px solid #012740;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: block;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background-image: -moz-linear-gradient(#009ad0, #007ab7);
    background-image: -webkit-linear-gradient(#009ad0, #007ab7);
    background-image: linear-gradient(#009ad0, #007ab7);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0 ); }
    .box-info-product .exclusive:before {
      font-family: "FontAwesome";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      color: #fff;
      font-size: 25px;
      line-height: 47px;
      text-shadow: 0 1px #015883;
      content: "\f07a";
      z-index: 2;
      width: 51px;
      text-align: center;
      border: 1px solid #06b2e6;
      -moz-border-radius: 5px 0 0 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px 0 0 5px; }
      @media (max-width: 991px) {
        .box-info-product .exclusive:before {
          display: none; } }
    .box-info-product .exclusive.added:before {
      content: "\f00c"; }
    .box-info-product .exclusive.added.disabled:before, .box-info-product .exclusive.disabled:before {
      height: 51px;
      content: "\f110";
      animation: 2s linear 0s normal none infinite spin;
      -webkit-animation: 2s linear 0s normal none infinite spin;
      -moz-animation: 2s linear 0s normal none infinite spin;
      border: none; }
    .box-info-product .exclusive:after {
      background: url(img/border-1.gif) repeat-y 0 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 51px;
      content: "";
      width: 1px;
      z-index: 2; }
      @media (max-width: 991px) {
        .box-info-product .exclusive:after {
          display: none; } }
    .box-info-product .exclusive span {
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      font-weight: 700;
      font-size: 20px;
      line-height: 22px;
      border-top: 1px solid #06b2e6;
      border-right: 1px solid #06b2e6;
      border-left: 1px solid #06b2e6;
      border-bottom: 1px solid #06b2e6;
      text-shadow: 0 1px #015883;
      padding: 12px 36px 14px 60px;
      color: #fff;
      display: block !important;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 1199px) {
        .box-info-product .exclusive span {
          padding: 12px 22px 14px 55px;
          font-size: 14px; } }
      @media (max-width: 991px) {
        .box-info-product .exclusive span {
          padding: 8px 12px 10px;
          text-align: left; } }
    .box-info-product .exclusive:hover {
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
      background-image: -moz-linear-gradient(#007ab7, #009ad0);
      background-image: -webkit-linear-gradient(#007ab7, #009ad0);
      background-image: linear-gradient(#007ab7, #009ad0);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ab7', endColorstr='#009ad0',GradientType=0 );
      background-position: 0 0; }

#center_column.col-sm-9 .col-md-3 .box-info-product {
  background: #f6f6f6;
  border: 1px solid #d2d0d0;
  border-top: 1px solid #b0afaf;
  border-bottom: 1px solid #b0afaf; }
  #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive {
    padding: 0;
    border-top: 1px solid #0079b6;
    border-right: 1px solid #006fa8;
    border-left: 1px solid #006fa8;
    border-bottom: 1px solid #012740;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: block;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background-image: -moz-linear-gradient(#009ad0, #007ab7);
    background-image: -webkit-linear-gradient(#009ad0, #007ab7);
    background-image: linear-gradient(#009ad0, #007ab7);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0 ); }
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
      font-family: "FontAwesome";
      position: relative;
      top: 0;
      left: 0;
      bottom: 0;
      color: #fff;
      font-size: 25px;
      line-height: 47px;
      text-shadow: 0 1px #015883;
      content: "\f07a";
      z-index: 2;
      width: 51px;
      text-align: center;
      border: none;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; }
      @media (max-width: 991px) {
        #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
          display: none; } }
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added:before {
      content: "\f00c"; }
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added.disabled:before, #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.disabled:before {
      content: "\f110";
      animation: 2s linear 0s normal none infinite spin;
      -webkit-animation: 2s linear 0s normal none infinite spin;
      -moz-animation: 2s linear 0s normal none infinite spin;
      border: none; }
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
      background: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 51px;
      content: "";
      width: 1px;
      z-index: 2; }
      @media (max-width: 991px) {
        #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
          display: none; } }
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      border: none;
      border-top: 1px solid #006fa8;
      text-shadow: 0 1px #015883;
      padding: 12px 16px 14px;
      color: #fff;
      display: block !important;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 1199px) {
        #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
          font-size: 16px; } }
      @media (max-width: 991px) {
        #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
          padding: 8px 12px 10px;
          text-align: center; } }
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:hover {
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
      background-image: -moz-linear-gradient(#007ab7, #009ad0);
      background-image: -webkit-linear-gradient(#007ab7, #009ad0);
      background-image: linear-gradient(#007ab7, #009ad0);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ab7', endColorstr='#009ad0',GradientType=0 );
      background-position: 0 0; }

/* table_data_sheet */
.table-data-sheet {
  border-bottom: 1px solid #d6d4d4;
  width: 100%;
  margin: 0 0 20px;
  background: #fff; }
  .table-data-sheet tr {
    border-top: 1px solid #d6d4d4; }
    .table-data-sheet tr.even {
      background: #fdfdfd; }
    .table-data-sheet tr td {
      padding: 10px 20px 11px; }
      .table-data-sheet tr td:first-child {
        border-right: 1px solid #d6d4d4;
        width: 30%;
        font-weight: 700;
        color: #333; }

@media only screen and (max-width: 1000px) {
.table-data-sheet tr td:first-child {
        width: 50%;}
}
/* table product-discounts */
table.table-product-discounts {
  border: none;
  border-bottom: 1px solid #d6d4d4;
  border-right: 1px solid #d6d4d4;
  width: 50%;
  margin: 0 0 20px;
  background: #fff; }
  @media (max-width: 767px) {
    table.table-product-discounts {
      width: 100%; } }
  table.table-product-discounts tr th {
    background: #fbfbfb;
    color: #333;
    font-weight: 700;
    border: none;
    font-weight: 700; }
  table.table-product-discounts tr td,
  table.table-product-discounts tr th {
    border-left: 1px solid #d6d4d4;
    width: 33%;
    padding: 10px 20px 11px;
    border-top: 1px solid #d6d4d4;
    border-right: none;
    text-shadow: none;
    text-transform: none;
    font-weight: 13px;
    line-height: 18px;
    border-bottom: none; }

/* accessories  */
.accessories-block .block_description {
  display: none; }
.accessories-block .exclusive span {
  font-size: 13px;
  line-height: 18px;
  padding: 2px 8px 3px;
  text-decoration: none; }
  .accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
    text-decoration: none; }
.accessories-block .product-name {
  margin-bottom: 5px; }
  .accessories-block .product-name a {
    font-size: 15px;
    line-height: 18px;
    color: #3a3939; }
    .accessories-block .product-name a:hover {
      color: #515151; }
.accessories-block div ul li a {
  display: inline-block; }
.accessories-block div ul li.s_title_block a,
.accessories-block div ul li.s_title_block span {
  font-weight: 700; }

/* quantity_wanted */
#quantity_wanted_p input {
  width: 78px;
  height: 27px;
  padding: 0 6px;
  float: left;
  border: 1px solid #d6d4d4;
  line-height: 27px; }
#quantity_wanted_p .btn {
  float: left;
  margin-left: 3px; }
#quantity_wanted_p label {
  display: block;
  margin-bottom: 7px; }

/* availability_statut */
#availability_statut span#availability_label,
#availability_date_label {
  display: inline-block;
  width: 125px;
  font-weight: 700;
  font-size: 12px;
  text-align: right; }

#quantityAvailable {
  color: #333;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700; }

#availability_value,
#last_quantities {
  color: #fff;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  padding: 3px 8px 4px;
  margin-left: 5px; }

#last_quantities {
  background: #fe9126;
  border: 1px solid #e4752b;
  padding: 4px 8px 3px;
  position: relative;
  top: 1px;
  margin-left: 0px; }

#availability_statut,
#pQuantityAvailable {
  display: inline-block; }

#pQuantityAvailable span {
  font-weight: 700;
  color: #333; }

/* box-security */
.box-security {
  border-top: 1px solid #dfdede;
  padding: 19px 19px 6px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fbfbfb));
  background-image: -moz-linear-gradient(#ffffff, #fbfbfb);
  background-image: -webkit-linear-gradient(#ffffff, #fbfbfb);
  background-image: linear-gradient(#ffffff, #fbfbfb);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fbfbfb',GradientType=0 ); }

/* prices */
.content_prices {
  padding: 13px 19px; }

.discount {
  display: none; }

.our_price_display {
  font-weight: 600;
  font-size: 29px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  color: #333; }
  @media (max-width: 991px) {
    .our_price_display {
      font-size: 26px;
      line-height: 28px; } }
  .our_price_display .price {
    font-weight: 600;
    font-size: 29px;
    line-height: 32px;
    color: #333; }
    @media (max-width: 991px) {
      .our_price_display .price {
        font-size: 26px;
        line-height: 28px; } }

#old_price {
  padding-bottom: 15px;
  font-size: 13px;
  text-decoration: line-through;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  line-height: 23px; }

#reduction_percent,
#reduction_amount {
  margin-right: 10px;
  padding: 1px 2px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  line-height: 23px;
  color: #fff;
  background: #f13340;
  border: 1px solid #d02a2c; }
  #reduction_percent span,
  #reduction_amount span {
    display: block; }
  .hide-left-column.hide-right-column #reduction_percent, .hide-left-column.hide-right-column
  #reduction_amount {
    display: inline-block; }

/* online_only */
.pb-center-column p.online_only {
  font-weight: 700;
  font-size: 13px;
  color: #f13340;
  text-align: left; }

.buttons_bottom_block {
  clear: both;
  padding: 13px 19px 0; }
  .buttons_bottom_block #wishlist_button {
    font-weight: 700; }

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
  width: 555px;
  overflow: hidden; }
  @media (max-width: 767px) {
    #send_friend_form {
      width: 280px; } }
  #send_friend_form .product img {
    margin: 0 0 10px 0;
    border: 1px solid #d6d4d4; }
  #send_friend_form .product p {
    padding: 0;
    color: #333; }
    #send_friend_form .product p .product_name {
      font-size: 12px;
      color: #000; }
  #send_friend_form .form_container {
    padding: 10px 15px;
    border: 1px solid #d6d4d4;
    background: #fbfbfb; }
    #send_friend_form .form_container p.intro_form {
      padding-bottom: 6px;
      font-weight: 700;
      font-size: 13px;
      color: #333; }
    #send_friend_form .form_container p.txt_required {
      padding-bottom: 0;
      color: #666; }
    #send_friend_form .form_container .text {
      padding-bottom: 10px; }
      #send_friend_form .form_container .text label {
        display: block;
        padding: 0;
        width: 100%;
        font-size: 12px; }
      #send_friend_form .form_container .text input {
        padding: 0 5px;
        height: 22px;
        width: 100%;
        border: 1px solid #d6d4d4;
        font-size: 12px;
        color: #666; }
  #send_friend_form .submit {
    margin-top: 20px;
    padding-bottom: 0;
    text-align: right; }

/* PERSONNALISATION ##################################################################### */
p.infoCustomizable {
  margin-bottom: 30px; }

ul#uploadable_files,
ul#text_fields {
  list-style-type: none; }

.customizableProductsFile,
.customizableProductsText {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d4d4; }

.customizationUploadLine {
  padding-bottom: 10px; }
  .customizationUploadLine label {
    display: block;
    vertical-align: top; }
  .customizationUploadLine textarea {
    width: 50%;
    border: 1px solid #d6d4d4;
    color: #777777; }

.customizationUploadBrowse img + a {
  position: relative;
  top: -51px; }

#customizedDatas {
  float: right; }

/******************************************************************
Quick View Styles
******************************************************************/
#product.content_only div.primary_block {
  margin-bottom: 0; }
  @media (max-width: 991px) {
    #product.content_only div.primary_block {
      margin-right: 0; } }
  #product.content_only div.primary_block div.pb-left-column {
    padding: 20px 20px 5px 35px;
    width: 47%; }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-left-column {
        width: 100%;
        float: none; } }
    #product.content_only div.primary_block div.pb-left-column span.view_scroll_spacer {
      width: 38px;
      padding-left: 10px; }
    #product.content_only div.primary_block div.pb-left-column #thumbs_list {
      width: 352px; }
    /*
    @media (max-width: 600px) {
      #product.content_only div.primary_block div.pb-left-column #thumbs_list {
        width: 400px; }
    }
    */
    @media (max-width: 400px) {
      #product.content_only div.primary_block div.pb-left-column #thumbs_list {
        width: 290px; }
    }
  #product.content_only div.primary_block div.pb-center-column {
    padding: 20px 20px 60px 0px;
    width: 27.5%;
    margin-bottom: 0;
    min-height: 623px;
    height: 100%; }
    @media (max-width: 991px) {
      #product.content_only div.primary_block div.pb-center-column {
        min-height: 440px; } }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-center-column {
        width: 100%;
        float: none; } }
    #product.content_only div.primary_block div.pb-center-column .product_comments_block_extra {
      padding-right: 0; }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-center-column .comments_advices li {
        display: block; }
      #product.content_only div.primary_block div.pb-center-column .comments_advices a.reviews {
        margin: 0;
        padding: 0;
        border: none; } }
    #product.content_only div.primary_block div.pb-center-column #ShareDiv {
      position: absolute;
      bottom: 8px; }
  #product.content_only div.primary_block div.pb-right-column {
    width: 25.5%;
    padding-right: 15px;
    padding-left: 0; }
    #product.content_only div.primary_block div.pb-right-column .box-info-product {
      border-top-width: 0px;
      border-right: none;
      border-bottom: none;
      min-height: 223px;
      height: 100%;
      -moz-border-radius: 0 4px 4px 0;
      -webkit-border-radius: 0;
      border-radius: 0 4px 4px 0;
      position: relative;
      padding-bottom: 125px; }
      @media (max-width: 991px) {
        #product.content_only div.primary_block div.pb-right-column .box-info-product {
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          border-radius: 0;
          border: 1px solid #d6d4d4; } }
      #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive {
        display: block;
        width: 100%; }
        #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive:before, #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive:after {
          display: block; }
        #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive span {
          font-size: 20px;
          text-align: center; }
          @media (max-width: 1199px) {
            #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive span {
              padding: 12px 22px 14px 70px;
              font-size: 20px; } }
      #product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom {
        right: 0;
        left: 0; }
    #product.content_only div.primary_block div.pb-right-column #attributes .attribute_list .form-control {
      width: 230px; }
    #product.content_only div.primary_block div.pb-right-column .product_attributes,
    #product.content_only div.primary_block div.pb-right-column .box-cart-bottom {
      -webkit-box-shadow: transparent 0px 0px 0px;
      -moz-box-shadow: transparent 0px 0px 0px;
      box-shadow: transparent 0px 0px 0px; }
    #product.content_only div.primary_block div.pb-right-column .product_attributes {
      padding-top: 0; }

.addsharethisinner .stButton .stArrow {
  display: none !important; }

@media (max-width: 1050px) {
  #product.content_only div.primary_block div.pb-left-column,
  #product.content_only section.primary_block div.pb-left-column {
    width: 100%;
    padding-right: 15px; }
    #product.content_only div.primary_block div.pb-left-column #image-block, #product.content_only div.primary_block div.pb-left-column #views_block,
    #product.content_only section.primary_block div.pb-left-column #image-block,
    #product.content_only section.primary_block div.pb-left-column #views_block {
      max-width: 470px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
    #product.content_only div.primary_block div.pb-left-column #thumbs_list li,
    #product.content_only section.primary_block div.pb-left-column #thumbs_list li {
      width: 90px;
      height: 90px; }
      #product.content_only div.primary_block div.pb-left-column #thumbs_list li img,
      #product.content_only section.primary_block div.pb-left-column #thumbs_list li img {
        width: 82px;
        height: 82px; }
  #product.content_only div.primary_block div.pb-center-column,
  #product.content_only section.primary_block div.pb-center-column {
    width: 100%;
    float: left;
    min-height: inherit;
    padding-left: 35px; }
  #product.content_only div.primary_block div.pb-right-column .box-info-product {padding-bottom: 0px}
  #product.content_only div.primary_block div.pb-center-column{
    padding: 20px 20px 0px 20px
  }

  #product.content_only div.primary_block div.pb-right-column,
  #product.content_only section.primary_block div.pb-right-column {
    width: 100%;
    padding: 15px;
    float: left; }
    #product.content_only div.primary_block div.pb-right-column .box-info-product,
    #product.content_only section.primary_block div.pb-right-column .box-info-product {
      border: none;
      min-height: 1px; } }
/***** IE code ****/
.ie8 .pb-left-column #image-block #view_full_size .span_link {
  background: #fff;
  border: 1px solid #d6d4d4; }
.ie8 .box-security {
  filter: none; }

/*# sourceMappingURL=product.css.map */
@media (max-width: 600px) {
  .container{padding:0}
  #center_column{padding:0}
  .cm-product-details #columns{padding-left:5px;}
  #product.content_only div.primary_block div.pb-left-column{padding: 20px 0px 5px 0px;}
}

.product-h1 {
  margin: 15px 0 0 0;
  padding: 0;
  font-weight: 700;
}

@media (max-width: 980px) {
  .product-h1 {
    font-size: 15.75px !important;
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (min-width: 981px) and (max-width: 1220px) {
  .product-h1 {
    font-size: 18px !important;
  }
}

/* Attachments */
.attachments__headline {
  text-align: center;
  margin-bottom: 30px;
}

.attachments {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
@media (max-width: 800px) {
  .attachments {
    align-items: center;
  }
}

.attachments .attachment {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 250px;
  max-width: 250px;
  text-align:center;
}

.attachments .attachment .attachment__name {
  color: #046a38;
  font-weight: 600;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 1.5rem;
}
/* !Attachments */