@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&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: "Montserrat", Arial, sans-serif;
  box-sizing: border-box;
  background-color: #fff;
  text-align: left;
  color: #5F5F5F;
  max-width: 1200px;
  margin: 0 auto;
  /* FAQ */
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc {
    font-size: 14px;
  }
}

#custommerce-pl-rc.cm-width-800,
#custommerce-pl-rc .cm-width-800 {
  max-width: 800px;
  margin: auto;
  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: "Montserrat", Arial, sans-serif;
  line-height: 1.12;
  color: #1D1D1D;
  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: "Montserrat", Arial, sans-serif;
  line-height: 1.12;
  color: #E52713;
  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: "Montserrat", Arial, sans-serif;
  font-size: 1.5625em;
  line-height: 1.2;
}

#custommerce-pl-rc .pc-b3 .h3 span {
  font-family: "Montserrat", 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: #E52713;
  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: "Montserrat", 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: #E52713;
  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: "Montserrat", Arial, sans-serif;
}

#custommerce-pl-rc p {
  font-family: "Montserrat", Arial, sans-serif;
}

#custommerce-pl-rc p strong {
  font-family: "Montserrat", Arial, sans-serif;
}

#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-section-grey {
  background-color: #F4F4F4;
}

#custommerce-pl-rc .cm-section-dark {
  background-color: #1D1D1D;
  color: #fff;
}

#custommerce-pl-rc .cm-section-dark p {
  color: #fff;
}

#custommerce-pl-rc .cm-section-dark .pc-b6-title {
  color: #fff;
}

#custommerce-pl-rc .cm-flex {
  display: flex;
}

#custommerce-pl-rc .cm-section-details {
  margin-bottom: 3em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-details {
    margin-bottom: 0;
  }
}

#custommerce-pl-rc .cm-header {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-header {
    padding-top: 30px;
  }
}

#custommerce-pl-rc .cm-header .cm-logo-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#custommerce-pl-rc .cm-header .cm-logo-header img {
  width: 100%;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-logo-header img {
    height: 100px;
    width: auto;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-logo-header img {
    height: 72px;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-img-fluid {
    transform: translateX(-9%);
  }
}

#custommerce-pl-rc .cm-header .cm-left-badge {
  position: absolute;
  left: 0px;
  top: 16%;
  width: 30%;
  max-width: 350px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-left-badge {
    width: 40%;
    top: 20%;
  }
}

#custommerce-pl-rc .cm-header .cm-right-badge {
  position: absolute;
  right: 0;
  top: 32%;
  width: 48%;
  max-width: 572px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-right-badge {
    width: 68%;
    top: 52%;
  }
}

#custommerce-pl-rc .pc-b6-a .pc-block-module .pc-relative {
  max-width: 800px;
}

#custommerce-pl-rc .pc-b6-a p {
  font-size: 1.1875em;
  margin: 0 0 1em;
  font-family: "Montserrat", Arial, sans-serif;
}

#custommerce-pl-rc .pc-b6-title {
  font-family: "Montserrat", Arial, sans-serif;
  color: #1D1D1D;
  font-weight: 300;
  font-size: 2.5em;
  line-height: 1.2;
  text-align: center !important;
  margin-bottom: 1em;
}

@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: "Montserrat", Arial, sans-serif;
}

#custommerce-pl-rc .pc-b6-title img {
  max-width: 100%;
  display: block;
  margin: 0 auto .5em;
}

#custommerce-pl-rc .pc-b6-title img.cm-max-70 {
  max-width: 70%;
}

#custommerce-pl-rc .cm-bg-gray {
  background-color: #fafafa;
  padding-bottom: 3em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-product-description {
    flex-wrap: wrap;
    border-bottom: 10px solid #8C9192;
  }
}

#custommerce-pl-rc .cm-product-description .cm-col-text {
  width: 44%;
  align-self: center;
  padding: 0em 0em 0em 4em;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-product-description .cm-col-text {
    padding-left: 3em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-product-description .cm-col-text {
    padding-left: 2em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-product-description .cm-col-text {
    width: 100%;
    text-align: center;
    padding: 0 1.25em;
  }
}

#custommerce-pl-rc .cm-product-description .cm-col-text .cm-button {
  margin-bottom: 1em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-product-description .cm-col-text .cm-button {
    text-align: center;
  }
}

#custommerce-pl-rc .cm-product-description .cm-col-text .pc-name {
  color: #fff;
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: bold;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.25;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-product-description .cm-col-text .pc-name {
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-product-description .cm-col-text .pc-name {
    font-size: 1.75em;
  }
}

#custommerce-pl-rc .cm-product-description .cm-col-text .pc-name span {
  color: #1D1D1D;
}

#custommerce-pl-rc .cm-product-description .cm-col-text img.cm-packshot {
  display: none;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-product-description .cm-col-text img.cm-packshot {
    display: block;
    max-width: 100%;
    margin-bottom: 2em;
  }
}

#custommerce-pl-rc .cm-product-description .cm-col-text .pc-description {
  max-width: 400px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-product-description .cm-col-text .pc-description {
    max-width: none;
    text-align: center;
  }
}

#custommerce-pl-rc .cm-product-description .cm-col-text .pc-description p {
  font-family: "Montserrat", Arial, sans-serif;
  color: #fff;
  font-size: 1.1875em;
  line-height: 1.5em;
  margin: 0 0 2em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-product-description .cm-col-text .pc-description p {
    margin-bottom: 1em;
  }
}

#custommerce-pl-rc .cm-product-description .cm-col-text .pc-description p:last-child {
  margin: 0;
}

#custommerce-pl-rc .cm-product-description .cm-col-text .pc-description p.cm-small {
  font-size: 10px;
  color: #bbb;
}

#custommerce-pl-rc .cm-product-description .cm-col-image {
  width: 56%;
  overflow: hidden;
  align-self: center;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-product-description .cm-col-image {
    width: 100%;
    text-align: center;
    display: none;
  }
}

#custommerce-pl-rc .cm-product-description .cm-col-image img {
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-product-description .cm-col-image img {
    width: 120%;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-product-description .cm-col-image img {
    width: auto;
    max-width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-produkt-roku {
    flex-wrap: wrap;
  }
}

#custommerce-pl-rc .cm-produkt-roku .cm-col-text {
  background-color: #E52713;
  width: 54%;
  padding: 5em 4em 5em 4em;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-produkt-roku .cm-col-text {
    padding-left: 3em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-produkt-roku .cm-col-text {
    padding: 3em 2em 3em 2em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-produkt-roku .cm-col-text {
    width: 100%;
    order: 2;
    text-align: center;
    padding: 3em 1.25em;
  }
}

#custommerce-pl-rc .cm-produkt-roku .cm-col-text .pc-name {
  color: #fff;
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.25;
  font-family: "Montserrat", Arial, sans-serif;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-produkt-roku .cm-col-text .pc-name {
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-produkt-roku .cm-col-text .pc-name {
    font-size: 1.75em;
  }
}

#custommerce-pl-rc .cm-produkt-roku .cm-col-text .pc-name span {
  color: #1D1D1D;
}

#custommerce-pl-rc .cm-produkt-roku .cm-col-text .pc-description {
  max-width: 400px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-produkt-roku .cm-col-text .pc-description {
    max-width: none;
    text-align: center;
  }
}

#custommerce-pl-rc .cm-produkt-roku .cm-col-text .pc-description p {
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.1875em;
  line-height: 1.5em;
  margin: 0 0 2em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-produkt-roku .cm-col-text .pc-description p {
    margin-bottom: 1em;
  }
}

#custommerce-pl-rc .cm-produkt-roku .cm-col-text .pc-description p:last-child {
  margin: 0;
}

#custommerce-pl-rc .cm-produkt-roku .cm-col-image {
  width: 46%;
  background-size: cover;
  background-repeat: none;
  background-position: top center;
  position: relative;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-produkt-roku .cm-col-image {
    width: 100%;
    height: 500px;
    order: 1;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-produkt-roku .cm-col-image {
    height: 400px;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-produkt-roku .cm-col-image {
    height: 320px;
  }
}

#custommerce-pl-rc .cm-produkt-roku .cm-col-image img.cm-produkt-roku-badge {
  position: absolute;
  left: -3em;
  bottom: -3em;
  width: 53%;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-produkt-roku .cm-col-image img.cm-produkt-roku-badge {
    left: -2em;
    bottom: -2em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-produkt-roku .cm-col-image img.cm-produkt-roku-badge {
    left: -1em;
    bottom: -1em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-produkt-roku .cm-col-image img.cm-produkt-roku-badge {
    left: 1.25em;
    bottom: -1.5em;
    width: 30%;
    min-width: 150px;
  }
}

#custommerce-pl-rc .cm-section-traits input[type="checkbox"] {
  display: none;
}

#custommerce-pl-rc .cm-section-traits #see_icons_check:checked ~ .cm-icons {
  max-height: 1500px;
  opacity: 1;
}

#custommerce-pl-rc .cm-section-traits #see_icons_check:checked ~ .cm-icons:after {
  opacity: 0;
  visibility: hidden;
}

#custommerce-pl-rc .cm-section-traits #see_icons_check:checked ~ .cm-btn-center .cm-button.cm-see-more {
  display: none;
}

#custommerce-pl-rc .cm-section-traits #see_icons_check:checked ~ .cm-btn-center .cm-button.cm-hide-more {
  display: inline-block;
}

#custommerce-pl-rc .cm-section-traits .cm-btn-center {
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 3em;
  cursor: pointer;
}

#custommerce-pl-rc .cm-section-traits .cm-btn-center .cm-button {
  padding-right: 3em;
}

#custommerce-pl-rc .cm-section-traits .cm-btn-center .cm-button::after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transform-origin: center;
  position: absolute;
  top: 12px;
  right: 1em;
  transition: .3s;
}

#custommerce-pl-rc .cm-section-traits .cm-btn-center .cm-button.cm-hide-more {
  display: none;
}

#custommerce-pl-rc .cm-section-traits .cm-btn-center .cm-button.cm-hide-more::after {
  transform: rotate(225deg);
  top: 17px;
}

#custommerce-pl-rc .cm-section-traits .cm-icons {
  width: 100%;
  max-height: 14em;
  overflow: hidden;
  transition: .5s ease;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 1.25em;
}

#custommerce-pl-rc .cm-section-traits .cm-icons:after {
  content: '';
  position: absolute;
  height: 45%;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.01), #FFF) left repeat;
  opacity: 1;
  transition: .75s ease;
  bottom: 0;
}

#custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item {
  width: calc(33% - 1em);
  margin-bottom: 1em;
  margin-right: 1em;
  transition: all .3s;
  cursor: pointer;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item {
    width: calc(50% - 1em);
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item {
    width: 100%;
  }
}

#custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-holder {
  padding: 1em;
  display: flex;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-holder {
    display: none;
  }
}

#custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-holder-abs {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.26);
  transition: all 0.3s ease;
  width: 100%;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-holder-abs {
    display: flex;
    position: static;
    opacity: 1;
    box-shadow: none;
    padding: 0;
    margin-bottom: 1em;
  }
}

#custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item:hover .cm-icon-item-holder-abs {
  background-color: white;
  z-index: 1;
  opacity: 1;
}

#custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-img {
  display: inline-block;
  padding-right: 1em;
  border-right: 1px solid #BDBEBF;
  margin-right: 1em;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-img {
    padding-right: 10px;
  }
}

#custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-img img {
  width: 5em;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-img img {
    width: 4em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-img img {
    width: 3em;
  }
}

#custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-desc {
  padding-top: 1em;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-desc {
    padding-top: 0;
  }
}

#custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-desc .cm-icon-item-title {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  color: #1D1D1D;
  font-family: "Montserrat", Arial, sans-serif;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-desc .cm-icon-item-title {
    font-size: .875em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-desc .cm-icon-item-title {
    font-size: .875em;
  }
}

#custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-desc .cm-icon-item-text {
  margin: .5em 0 0;
  font-size: .75em;
  color: #1D1D1D;
  font-family: "Montserrat", Arial, sans-serif;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-desc .cm-icon-item-text {
    font-size: .875em;
  }
}

#custommerce-pl-rc .pc-p5 iframe {
  height: 96% !important;
}

#custommerce-pl-rc .pc-p5 label {
  z-index: 1;
}

#custommerce-pl-rc .cm-logo-video {
  position: relative;
  z-index: 1;
  transform: translateY(-100%);
}

#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: inline-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-section-feature .pc-b6-title {
  margin-bottom: 0;
}

#custommerce-pl-rc .cm-section-feature .cm-main-feature {
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-feature .cm-main-feature .cm-img-fluid {
    transform: translateX(-16%);
  }
}

#custommerce-pl-rc .cm-section-feature .cm-main-feature .cm-main-feature-icon {
  width: 28%;
  max-width: 330px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-feature .cm-main-feature .cm-main-feature-icon {
    width: 40%;
  }
}

#custommerce-pl-rc .cm-section-feature .cm-features-desc {
  text-align: center;
  max-width: 740px;
  margin: 0 auto;
  padding: 0 1.25em;
}

#custommerce-pl-rc .cm-section-feature .cm-features-desc .cm-title {
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  font-size: 2em;
  line-height: 1.2;
  text-align: center !important;
  margin-bottom: 1em;
  font-family: "Montserrat", Arial, sans-serif;
}

#custommerce-pl-rc .cm-section-feature .cm-features-desc .cm-subtitle {
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1.2;
  text-align: center !important;
  margin-top: -1em;
  margin-bottom: 1em;
  font-weight: 600;
  font-family: "Montserrat", Arial, sans-serif;
}

#custommerce-pl-rc .cm-section-feature .cm-features-desc p {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0 0 2em;
  font-family: "Montserrat", Arial, sans-serif;
}

#custommerce-pl-rc .cm-section-feature .cm-features-desc p:last-child {
  margin-bottom: 0;
}

#custommerce-pl-rc .cm-section-feature .cm-features-desc p.cm-small {
  font-size: 10px;
  color: #bbb;
}

#custommerce-pl-rc .pc-b11 {
  margin-bottom: 3em;
}

#custommerce-pl-rc .pc-b11 .pc-block-module {
  max-width: 1200px;
}

#custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
  padding-left: 8em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
    padding-left: 4em;
  }
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
    padding-left: 2.5em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
    padding: 0 !important;
  }
}

#custommerce-pl-rc .pc-b11 .pc-description {
  padding-top: 0;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-description {
    text-align: center;
  }
}

#custommerce-pl-rc .pc-b11 .pc-description p {
  font-size: 1.1875em;
  font-weight: 500;
  line-height: 1.5;
  max-width: 440px;
  color: #5F5F5F;
  font-family: "Montserrat", Arial, sans-serif;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-description p {
    margin: auto;
    text-align: center;
    margin-bottom: 0;
    max-width: none;
  }
}

#custommerce-pl-rc .pc-b11 .pc-description p strong {
  font-family: "Montserrat", Arial, sans-serif;
}

#custommerce-pl-rc .pc-b11 .pc-description p.cm-small {
  font-size: 10px;
  color: #bbb;
}

#custommerce-pl-rc .pc-b11 .pc-name {
  color: #1D1D1D;
  font-family: "Montserrat", Arial, sans-serif;
  margin-bottom: .5em;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.2;
  max-width: 440px;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-name {
    text-align: center !important;
    max-width: none;
  }
}

#custommerce-pl-rc .pc-b11 .pc-block-module .pc-image {
  margin-bottom: 1em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-image {
    margin-bottom: 1em;
  }
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-block-module .pc-text {
  padding-left: 2.75em;
  padding-right: 6.5em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .pc-b11.pc-b11-b .pc-block-module .pc-text {
    padding-right: 4em;
  }
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .pc-b11.pc-b11-b .pc-block-module .pc-text {
    padding-right: 2.5em;
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .pc-b11.pc-b11-b .pc-block-module .pc-text {
    padding-left: 1.75em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11.pc-b11-b .pc-block-module .pc-text {
    padding: 0 !important;
  }
}

#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: 800px) {
  #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: 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 .cm-inner-serpentine {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-inner-serpentine .cm-img-fluid {
    transform: translateX(-5%);
  }
}

#custommerce-pl-rc .cm-inner-serpentine .cm-left-badge {
  position: absolute;
  left: 0;
  top: 7%;
  width: 48%;
  max-width: 568px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-inner-serpentine .cm-left-badge {
    width: 66%;
  }
}

#custommerce-pl-rc .cm-inner-serpentine .cm-right-badge {
  position: absolute;
  right: 0;
  top: 46%;
  width: 64%;
  max-width: 775px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-inner-serpentine .cm-right-badge {
    width: 87%;
  }
}

#custommerce-pl-rc .cm-design-section {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100%;
  background-color: #1D1D1D;
  font-family: "Montserrat", Arial, sans-serif;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-design-section {
    background-size: 150%;
  }
}

#custommerce-pl-rc .cm-design-section div.cm-design-badges {
  position: relative;
  text-align: center;
}

#custommerce-pl-rc .cm-design-section div.cm-design-badges .cm-product-img {
  margin: 50px auto 180px;
  width: 43%;
  max-width: 517px;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-design-section div.cm-design-badges .cm-product-img {
    margin-bottom: 140px;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-design-section div.cm-design-badges .cm-product-img {
    margin: 20px auto;
    width: 100%;
    display: block;
  }
}

#custommerce-pl-rc .cm-design-section div.cm-design-badges .cm-left-badge {
  position: absolute;
  left: 0;
  top: 50px;
  width: 30%;
  max-width: 350px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-design-section div.cm-design-badges .cm-left-badge {
    position: static;
    display: block;
    padding-top: 50px;
    width: 40%;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-design-section div.cm-design-badges .cm-left-badge {
    padding-top: 20px;
  }
}

#custommerce-pl-rc .cm-design-section div.cm-design-badges .cm-right-badge {
  position: absolute;
  right: 0;
  top: 57%;
  width: 48%;
  max-width: 572px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-design-section div.cm-design-badges .cm-right-badge {
    position: static;
    float: right;
    width: 68%;
    padding-bottom: 50px;
  }
}

#custommerce-pl-rc .cm-design-section .cm-design-desc {
  max-width: 880px;
  padding: 0 1em;
  margin: 0 auto;
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
}

#custommerce-pl-rc .cm-design-section .cm-design-desc img {
  margin: 0 auto 1.25em;
  max-width: 70%;
}

#custommerce-pl-rc .cm-design-section .cm-design-desc p {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0 0 1em;
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-design-section .cm-design-desc p {
    font-size: 1.25em;
  }
}

#custommerce-pl-rc .cm-design-section .cm-design-desc .cm-button {
  margin-top: 2em;
}

#custommerce-pl-rc a.cm-button, #custommerce-pl-rc .cm-button {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  background-color: #E52713;
  text-decoration: none;
  font-size: 1em;
  font-family: "Montserrat", 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::before, #custommerce-pl-rc .cm-button::before {
  display: block;
  content: '';
  background-color: #1D1D1D;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -8px;
  top: -8px;
  transform: rotate(45deg);
}

#custommerce-pl-rc a.cm-button.cm-button-outline, #custommerce-pl-rc .cm-button.cm-button-outline {
  background-color: transparent;
  border: 2px solid #E52713;
}

#custommerce-pl-rc a.cm-button.cm-button-outline::before, #custommerce-pl-rc .cm-button.cm-button-outline::before {
  display: none;
  content: none;
}

#custommerce-pl-rc a.cm-button.cm-button-white::before, #custommerce-pl-rc .cm-button.cm-button-white::before {
  background-color: #fff;
}

#custommerce-pl-rc a.cm-button.cm-button-large, #custommerce-pl-rc .cm-button.cm-button-large {
  font-size: 1.5em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-img-warranty {
    transform: translateX(-17%);
  }
}

#custommerce-pl-rc .cm-warranty-desc {
  max-width: 700px;
  padding: 0 1.25em;
  margin: 0 auto;
}

#custommerce-pl-rc .cm-warranty-desc img {
  max-width: 150px;
  margin: 0 auto 1.5em;
  display: block;
}

#custommerce-pl-rc .cm-warranty-desc .cm-title {
  font-weight: bold;
  font-size: 2em;
  line-height: 1.2;
  text-align: center !important;
  margin-bottom: 1em;
  color: #1D1D1D;
  font-family: "Montserrat", Arial, sans-serif;
}

#custommerce-pl-rc .cm-warranty-desc .cm-title span {
  color: #E52713 !important;
}

#custommerce-pl-rc .cm-warranty-desc p {
  text-align: center;
  font-size: 1.1875em;
  line-height: 1.5em;
  margin: 0 0 2em;
  font-family: "Montserrat", Arial, sans-serif;
}

#custommerce-pl-rc .cm-warranty-desc p:last-child {
  margin-bottom: 0;
}

#custommerce-pl-rc .cm-warranty-desc p.cm-small {
  font-size: .85em;
}

#custommerce-pl-rc .cm-section-others {
  padding: 0 1.25em 3em;
  justify-content: space-between;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-others {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 3em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-others {
    overflow: hidden;
  }
}

#custommerce-pl-rc .cm-section-others .cm-other-item {
  text-align: center;
  width: 20%;
  padding: 0 .5em;
  max-width: 209px;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-others .cm-other-item {
    width: 33.333333333%;
    max-width: 228px;
    padding: 0 1.25em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-others .cm-other-item {
    max-width: 221px;
    padding: 0 1em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-others .cm-other-item {
    padding: 0 .5em;
  }
}

#custommerce-pl-rc .cm-section-others .cm-other-item .cm-other-img-holder {
  position: relative;
}

#custommerce-pl-rc .cm-section-others .cm-other-item .cm-other-img-holder::before {
  content: "";
  display: block;
  height: 50%;
  background: #1D1D1D;
  position: absolute;
  z-index: 0;
  left: 1.5em;
  right: 1.5em;
  bottom: 2.5em;
  transition: .2s ease;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-section-others .cm-other-item .cm-other-img-holder::before {
    bottom: 2em;
  }
}

#custommerce-pl-rc .cm-section-others .cm-other-item .cm-other-img-holder img {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  transition: .3s ease;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-others .cm-other-item .cm-other-img-holder img {
    transform: scale(1.1);
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-others .cm-other-item .cm-other-img-holder img {
    transform: scale(1.2);
  }
}

#custommerce-pl-rc .cm-section-others .cm-other-item:hover .cm-other-img-holder::before {
  background: #E52713;
}

#custommerce-pl-rc .cm-section-others .cm-other-item:hover .cm-other-img-holder img {
  transform: translateY(-10px);
}

#custommerce-pl-rc .cm-section-others .cm-other-item .cm-other-name {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: .5em;
  color: #1D1D1D;
  font-family: "Montserrat", Arial, sans-serif;
  text-align: center;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-section-others .cm-other-item .cm-other-name {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-others .cm-other-item .cm-other-name {
    font-size: 1em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-others .cm-other-item .cm-other-name {
    font-size: .875em;
  }
}

#custommerce-pl-rc .cm-section-others .cm-other-item p {
  font-size: 1em;
  margin: 0;
  line-height: 1.5em;
  font-family: "Montserrat", Arial, sans-serif;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-others .cm-other-item p {
    font-size: .875em;
    line-height: 1.3em;
  }
}

#custommerce-pl-rc .cm-steps-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#custommerce-pl-rc .cm-steps-section .cm-step-item {
  text-align: center;
  width: 25%;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-steps-section .cm-step-item:nth-child(1), #custommerce-pl-rc .cm-steps-section .cm-step-item:nth-child(2) {
    margin-bottom: 3em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-steps-section .cm-step-item {
    width: 45%;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-steps-section .cm-step-item {
    width: 100%;
    margin-bottom: 3em;
  }
  #custommerce-pl-rc .cm-steps-section .cm-step-item:nth-child(4) {
    margin-bottom: 0;
  }
}

#custommerce-pl-rc .cm-steps-section .cm-step-item .cm-step-img {
  max-width: 176px;
  text-align: center;
  margin: auto;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-steps-section .cm-step-item .cm-step-img {
    max-width: 150px;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-steps-section .cm-step-item .cm-step-img {
    max-width: 130px;
  }
}

#custommerce-pl-rc .cm-steps-section .cm-step-item .cm-step-img img {
  width: 100%;
}

#custommerce-pl-rc .cm-steps-section .cm-step-item .cm-step-number {
  font-weight: 700;
  font-size: 1.5em;
  font-family: 1200px;
  color: #1D1D1D;
  text-align: center;
  margin: 1em 0;
}

#custommerce-pl-rc .cm-steps-section .cm-step-item .cm-step-text {
  text-align: center;
  line-height: 1.5em;
  color: #5F5F5F;
  padding: 0 1em;
  box-sizing: border-box;
  transition: .4s ease;
  font-size: 1.1875em;
}

#custommerce-pl-rc .cm-slider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-top: 3em;
  padding-bottom: 3em;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-slider {
    padding-top: 0;
  }
}

#custommerce-pl-rc .cm-slider input[type="radio"] {
  display: none;
}

#custommerce-pl-rc .cm-slider .arrow-right, #custommerce-pl-rc .cm-slider .arrow-left {
  position: absolute;
  z-index: 10;
  top: 0;
}

#custommerce-pl-rc .cm-slider .arrow-right label, #custommerce-pl-rc .cm-slider .arrow-left label {
  display: none;
  cursor: pointer;
}

#custommerce-pl-rc .cm-slider .arrow-right label img, #custommerce-pl-rc .cm-slider .arrow-left label img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-slider .arrow-right label img, #custommerce-pl-rc .cm-slider .arrow-left label img {
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}

#custommerce-pl-rc .cm-slider .arrow-left {
  height: 100%;
  width: 37px;
  display: flex;
  margin-left: 1em;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-slider .arrow-left {
    display: block;
  }
}

#custommerce-pl-rc .cm-slider .arrow-right {
  height: 100%;
  width: 37px;
  right: 0px;
  text-align: right;
  margin-right: 1em;
}

#custommerce-pl-rc .cm-slider .arrow-right img {
  right: 0;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-slider .arrow-right {
    display: block;
  }
}

#custommerce-pl-rc .cm-slider .slider {
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: auto;
  display: block;
  margin: auto;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  background: #fff;
}

#custommerce-pl-rc .cm-slider .slider .slider-box {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  align-items: flex-start;
  height: 0;
  opacity: 0;
}

#custommerce-pl-rc .cm-slider .slider .slider-box .slider-lp {
  width: 50%;
  max-width: 400px;
  padding: 0 1em;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-slider .slider .slider-box .slider-lp {
    width: 45%;
  }
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-slider .slider .slider-box .slider-lp {
    width: 45%;
  }
}

#custommerce-pl-rc .cm-slider .slider .slider-box .slider-lp img {
  margin-bottom: 2.5em;
  max-width: 100%;
  height: auto;
}

#custommerce-pl-rc .cm-slider .slider .slider-box .slider-lp .cm-slider-title {
  text-align: center;
  color: #1D1D1D;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.1;
  font-size: 1.1875em;
  font-weight: 600;
  margin-bottom: .5em;
  padding: 0 15%;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-slider .slider .slider-box .slider-lp .cm-slider-title {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-slider .slider .slider-box .slider-lp .cm-slider-title {
    padding: 0;
  }
}

#custommerce-pl-rc .cm-slider .slider .slider-box .slider-lp p {
  text-align: center;
  padding: 0 15%;
  font-size: 1.1875em;
  margin: 0;
  line-height: 1.5em;
  font-family: "Montserrat", Arial, sans-serif;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-slider .slider .slider-box .slider-lp p {
    padding: 0;
  }
}

#custommerce-pl-rc .cm-slider .slider .slider-box .slider-lp .cm-slider-small {
  color: #1D1D1D;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 1em;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-slider .slider.slider-no-rwd {
    display: none;
  }
}

#custommerce-pl-rc .cm-slider .slider.slider-rwd {
  display: none;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-slider .slider.slider-rwd {
    display: block;
  }
}

#custommerce-pl-rc .cm-slider .slider.slider-rwd .slider-box {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  align-items: center;
  height: 0;
  opacity: 0;
}

#custommerce-pl-rc .cm-slider .slider.slider-rwd .slider-box .slider-lp {
  width: 90%;
  margin: 0px 5%;
  box-sizing: border-box;
  text-align: center;
  box-shadow: none;
}

#custommerce-pl-rc .cm-slider #slide-input-2-1:checked ~ .arrow-left #cm-slide-sc-0 {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-1:checked ~ .arrow-right label:nth-of-type(2) {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-1:checked ~ .slider #slide-2-1 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider #slide-input-2-2:checked ~ .arrow-left #cm-slide-sc-1 {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-2:checked ~ .arrow-right label:nth-of-type(3) {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-2:checked ~ .slider #slide-2-2 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider #slide-input-2-3:checked ~ .arrow-left #cm-slide-sc-2 {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-3:checked ~ .arrow-right label:nth-of-type(4) {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-3:checked ~ .slider #slide-2-3 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider #slide-input-2-4:checked ~ .arrow-left #cm-slide-sc-3 {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-4:checked ~ .arrow-right label:nth-of-type(5) {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-4:checked ~ .slider #slide-2-4 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider #slide-input-2-5:checked ~ .arrow-left #cm-slide-sc-4 {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-5:checked ~ .arrow-right label:nth-of-type(6) {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-5:checked ~ .slider #slide-2-5 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider #slide-input-2-6:checked ~ .arrow-left #cm-slide-sc-5 {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-6:checked ~ .arrow-right label:nth-of-type(7) {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-6:checked ~ .slider #slide-2-6 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider #slide-input-2-7:checked ~ .arrow-left #cm-slide-sc-6 {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-7:checked ~ .arrow-right label:nth-of-type(8) {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-7:checked ~ .slider #slide-2-7 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider #slide-input-2-8:checked ~ .arrow-left #cm-slide-sc-7 {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-8:checked ~ .arrow-right label:nth-of-type(9) {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-8:checked ~ .slider #slide-2-8 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider #slide-input-2-9:checked ~ .arrow-left #cm-slide-sc-8 {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-9:checked ~ .arrow-right label:nth-of-type(10) {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-9:checked ~ .slider #slide-2-9 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider #slide-input-2-10:checked ~ .arrow-left #cm-slide-sc-9 {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-10:checked ~ .arrow-right label:nth-of-type(11) {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-10:checked ~ .slider #slide-2-10 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider #slide-input-2-11:checked ~ .arrow-left #cm-slide-sc-10 {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-11:checked ~ .arrow-right label:nth-of-type(12) {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-11:checked ~ .slider #slide-2-11 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider #slide-input-2-12:checked ~ .arrow-left #cm-slide-sc-11 {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-12:checked ~ .arrow-right label:nth-of-type(13) {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-12:checked ~ .slider #slide-2-12 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .pc-p7 .pc-faq-items input[type=radio],
#custommerce-pl-rc .pc-p7 .pc-faq-items input[type=checkbox] {
  display: none;
}

#custommerce-pl-rc .pc-p7 .pc-faq-items .pc-faq-items-row {
  padding: 0;
  max-width: 850px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}

#custommerce-pl-rc .pc-p7 .pc-faq-items .pc-faq-item {
  margin: 0;
  padding: 1em 1.25em;
}

#custommerce-pl-rc .pc-p7 .pc-faq-items .pc-faq-item:last-child {
  border-bottom: none;
}

#custommerce-pl-rc .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon {
  padding: 0.75em 0;
}

#custommerce-pl-rc .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon .pc-faq-label-container .pc-faq-label {
  max-width: 24em;
}

#custommerce-pl-rc .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon .pc-faq-label-container .pc-faq-label img {
  display: block;
}

#custommerce-pl-rc .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon .pc-faq-label-container .pc-faq-label label {
  display: table;
  width: 100%;
}

#custommerce-pl-rc .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon .pc-faq-label-container .pc-faq-label .pc-faq-icon,
#custommerce-pl-rc .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon .pc-faq-label-container .pc-faq-label .pc-faq-description {
  display: table-cell;
  vertical-align: middle;
}

#custommerce-pl-rc .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon .pc-faq-label-container .pc-faq-label .pc-faq-icon {
  width: 5em;
  padding-right: 1.5em;
}

#custommerce-pl-rc .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon .pc-faq-content {
  padding-left: 6.5em;
  margin-top: -0.5em;
}

#custommerce-pl-rc .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container {
  position: relative;
}

#custommerce-pl-rc .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label {
  padding-right: 5em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label {
    padding-right: 4em;
  }
}

#custommerce-pl-rc .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: #1D1D1D;
  transition: color 0.3s ease;
  border-bottom: 1px solid #E52713;
  padding-bottom: .5em;
}

#custommerce-pl-rc .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label:hover .pc-faq-plus {
  opacity: 1;
}

#custommerce-pl-rc .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 .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label .pc-faq-plus {
  position: absolute;
  right: 0;
  bottom: 0;
}

#custommerce-pl-rc .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-content {
  display: none;
  animation: fadeInRight 0.5s;
  padding-right: 10em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-content {
    padding-right: 5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-content {
    padding-right: 0;
  }
}

#custommerce-pl-rc .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-content p {
  margin: 0px 0 1em;
  padding: 0px;
  font-size: 1em;
  line-height: 1.5em;
}

#custommerce-pl-rc .pc-p7 .pc-faq-items .pc-faq-plus {
  display: block;
  width: 37px;
  height: 37px;
  transition: all 0.3s ease;
  position: relative;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .pc-p7 .pc-faq-items .pc-faq-plus {
    width: 30px;
    height: 30px;
  }
}

#custommerce-pl-rc .pc-p7 .pc-faq-items .pc-faq-plus::after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 3px solid #E52713;
  border-bottom: 3px solid #E52713;
  transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  left: 9px;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .pc-p7 .pc-faq-items .pc-faq-plus::after {
    width: 7px;
    height: 7px;
    top: 10px;
  }
}

#custommerce-pl-rc .pc-p7 .pc-h4 {
  font-size: 1.25em;
  text-align: left;
  font-weight: bold;
}

#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content,
#custommerce-pl-rc .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 .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after {
  border-color: #1D1D1D;
}

#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus {
  transform: rotate(90deg);
}

#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content,
#custommerce-pl-rc .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 .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after {
  border-color: #1D1D1D;
}

#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus {
  transform: rotate(90deg);
}

#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content,
#custommerce-pl-rc .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 .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after {
  border-color: #1D1D1D;
}

#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus {
  transform: rotate(90deg);
}

#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content,
#custommerce-pl-rc .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 .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after {
  border-color: #1D1D1D;
}

#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus {
  transform: rotate(90deg);
}

#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content,
#custommerce-pl-rc .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 .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after {
  border-color: #1D1D1D;
}

#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus {
  transform: rotate(90deg);
}

#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content,
#custommerce-pl-rc .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 .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after {
  border-color: #1D1D1D;
}

#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus {
  transform: rotate(90deg);
}

#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content,
#custommerce-pl-rc .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 .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after,
#custommerce-pl-rc .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-plus::before,
#custommerce-pl-rc .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-plus::after {
  border-color: #1D1D1D;
}

#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-content,
#custommerce-pl-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus,
#custommerce-pl-rc .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-plus {
  transform: rotate(90deg);
}

#custommerce-pl-rc .rc_white_background {
  background-color: #fff;
}

#custommerce-pl-rc .rc_checkout_content {
  display: none;
  position: relative;
}

#custommerce-pl-rc .rc_single_checkout .check_out_input:checked + .rc_checkout_content {
  display: block;
}

#custommerce-pl-rc .rc_check_out_container {
  position: relative;
}

#custommerce-pl-rc .check_out_input {
  width: 5em;
  height: 5em;
  position: absolute;
  left: 4em;
  top: 12em;
  cursor: pointer;
  z-index: 5;
  margin: 0;
  opacity: 0;
  font-size: 1em;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .check_out_input {
    left: 3em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .check_out_input {
    left: 2em;
    top: 6em;
    width: 4em;
    height: 4em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .check_out_input {
    left: 1.25em;
  }
}

#custommerce-pl-rc .rc_first_check_out .check_out_input,
#custommerce-pl-rc .rc_first_check_out::after,
#custommerce-pl-rc .rc_fourth_check_out .check_out_input,
#custommerce-pl-rc .rc_fourth_check_out::after {
  left: 4em;
  background-color: #fff;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .rc_first_check_out .check_out_input,
  #custommerce-pl-rc .rc_first_check_out::after,
  #custommerce-pl-rc .rc_fourth_check_out .check_out_input,
  #custommerce-pl-rc .rc_fourth_check_out::after {
    left: 3em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .rc_first_check_out .check_out_input,
  #custommerce-pl-rc .rc_first_check_out::after,
  #custommerce-pl-rc .rc_fourth_check_out .check_out_input,
  #custommerce-pl-rc .rc_fourth_check_out::after {
    left: 2em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .rc_first_check_out .check_out_input,
  #custommerce-pl-rc .rc_first_check_out::after,
  #custommerce-pl-rc .rc_fourth_check_out .check_out_input,
  #custommerce-pl-rc .rc_fourth_check_out::after {
    left: 1.25em;
  }
}

#custommerce-pl-rc .rc_second_check_out .check_out_input,
#custommerce-pl-rc .rc_second_check_out::after,
#custommerce-pl-rc .rc_fifth_check_out .check_out_input,
#custommerce-pl-rc .rc_fifth_check_out::after {
  left: 10em;
  background-color: #fff;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .rc_second_check_out .check_out_input,
  #custommerce-pl-rc .rc_second_check_out::after,
  #custommerce-pl-rc .rc_fifth_check_out .check_out_input,
  #custommerce-pl-rc .rc_fifth_check_out::after {
    left: 9em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .rc_second_check_out .check_out_input,
  #custommerce-pl-rc .rc_second_check_out::after,
  #custommerce-pl-rc .rc_fifth_check_out .check_out_input,
  #custommerce-pl-rc .rc_fifth_check_out::after {
    left: 7em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .rc_second_check_out .check_out_input,
  #custommerce-pl-rc .rc_second_check_out::after,
  #custommerce-pl-rc .rc_fifth_check_out .check_out_input,
  #custommerce-pl-rc .rc_fifth_check_out::after {
    left: 6.25em;
  }
}

#custommerce-pl-rc .rc_third_check_out .check_out_input,
#custommerce-pl-rc .rc_third_check_out::after,
#custommerce-pl-rc .rc_sixth_check_out .check_out_input,
#custommerce-pl-rc .rc_sixth_check_out::after {
  left: 16em;
  background-color: #fff;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .rc_third_check_out .check_out_input,
  #custommerce-pl-rc .rc_third_check_out::after,
  #custommerce-pl-rc .rc_sixth_check_out .check_out_input,
  #custommerce-pl-rc .rc_sixth_check_out::after {
    left: 15em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .rc_third_check_out .check_out_input,
  #custommerce-pl-rc .rc_third_check_out::after,
  #custommerce-pl-rc .rc_sixth_check_out .check_out_input,
  #custommerce-pl-rc .rc_sixth_check_out::after {
    left: 12em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .rc_third_check_out .check_out_input,
  #custommerce-pl-rc .rc_third_check_out::after,
  #custommerce-pl-rc .rc_sixth_check_out .check_out_input,
  #custommerce-pl-rc .rc_sixth_check_out::after {
    left: 11.25em;
  }
}

#custommerce-pl-rc .rc_fourth_check_out .check_out_input,
#custommerce-pl-rc .rc_fourth_check_out::after,
#custommerce-pl-rc .rc_fifth_check_out .check_out_input,
#custommerce-pl-rc .rc_fifth_check_out::after,
#custommerce-pl-rc .rc_sixth_check_out .check_out_input,
#custommerce-pl-rc .rc_sixth_check_out::after {
  margin-top: 6em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .rc_fourth_check_out .check_out_input,
  #custommerce-pl-rc .rc_fourth_check_out::after,
  #custommerce-pl-rc .rc_fifth_check_out .check_out_input,
  #custommerce-pl-rc .rc_fifth_check_out::after,
  #custommerce-pl-rc .rc_sixth_check_out .check_out_input,
  #custommerce-pl-rc .rc_sixth_check_out::after {
    margin-top: 0;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .rc_fourth_check_out .check_out_input,
  #custommerce-pl-rc .rc_fourth_check_out::after {
    left: 17em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .rc_fourth_check_out .check_out_input,
  #custommerce-pl-rc .rc_fourth_check_out::after {
    left: 16.25em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .rc_fifth_check_out .check_out_input,
  #custommerce-pl-rc .rc_fifth_check_out::after {
    left: 22em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .rc_fifth_check_out .check_out_input,
  #custommerce-pl-rc .rc_fifth_check_out::after {
    left: 21.25em;
  }
}

@media only screen and (max-width: 450px) {
  #custommerce-pl-rc .rc_fifth_check_out .check_out_input,
  #custommerce-pl-rc .rc_fifth_check_out::after {
    left: 1.25em;
    margin-top: 5em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .rc_sixth_check_out .check_out_input,
  #custommerce-pl-rc .rc_sixth_check_out::after {
    left: 27em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .rc_sixth_check_out .check_out_input,
  #custommerce-pl-rc .rc_sixth_check_out::after {
    left: 26.25em;
  }
}

@media only screen and (max-width: 450px) {
  #custommerce-pl-rc .rc_sixth_check_out .check_out_input,
  #custommerce-pl-rc .rc_sixth_check_out::after {
    left: 6.25em;
    margin-top: 5em;
  }
}

#custommerce-pl-rc .rc_single_checkout::after {
  position: absolute;
  width: 5em;
  height: 5em;
  position: absolute;
  content: "";
  top: 12em;
  z-index: 4;
  background-position: center;
  background-size: contain;
  transition: all 0.2s ease;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .rc_single_checkout::after {
    top: 6em;
    width: 4em;
    height: 4em;
  }
}

#custommerce-pl-rc .rc_single_checkout:hover::after {
  box-shadow: inset 0px 0px 0px 2px #E52713;
  background-color: #E52713;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .rc_single_checkout:hover::after {
    box-shadow: inset 0px 0px 0px 1px #E52713;
  }
}

#custommerce-pl-rc .rc_single_checkout::after {
  box-shadow: inset 0px 0px 0px 1px #707070;
  background-repeat: no-repeat;
}

#custommerce-pl-rc .check_out_input:checked + .rc_single_checkout::after {
  border: 2px solid #E52713;
}

#custommerce-pl-rc .rc_first_check_out::after {
  background-image: url(img/accessory_default.png);
}

#custommerce-pl-rc .rc_second_check_out::after {
  background-image: url(img/accessory_1.png);
}

#custommerce-pl-rc .rc_third_check_out::after {
  background-image: url(img/accessory_2.png);
}

#custommerce-pl-rc .rc_fourth_check_out::after {
  background-image: url(img/accessory_3.png);
}

#custommerce-pl-rc .rc_fifth_check_out::after {
  background-image: url(img/accessory_4.png);
}

#custommerce-pl-rc .rc_sixth_check_out::after {
  background-image: url(img/accessory_5.png);
}

#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: 300px;
  z-index: 5;
}

#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: 220px;
    padding: .5em;
  }
}

#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%);
}

@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 .accesories .rc_tooltip_content {
  position: absolute;
  display: block;
  top: 23em;
  left: 4em;
  width: 17em;
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .accesories .rc_tooltip_content {
    left: 3em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .accesories .rc_tooltip_content {
    left: 2em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .accesories .rc_tooltip_content {
    position: absolute;
    right: auto;
    top: unset;
    left: 50%;
    bottom: 10em;
    text-align: center;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .accesories .rc_tooltip_content {
    max-width: none;
    width: 250px;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .accesories .rc_tooltip_content {
    bottom: 5em;
    width: calc(320px - 2.5em);
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .accesories .rc_tooltip_content {
    bottom: 0;
  }
}

#custommerce-pl-rc .rc_tooltip_content::before,
#custommerce-pl-rc .rc_tooltip_content_rwd::before {
  position: absolute;
  content: "";
  background-color: #fff;
  left: 50%;
  top: 0;
  border: 10px solid #fff;
  transform: translate(-50%, -4px) rotate(45deg);
  z-index: -1;
}

#custommerce-pl-rc .rc_tooltip_content.rc_tooltip_content_bottom::before,
#custommerce-pl-rc .rc_tooltip_content_rwd.rc_tooltip_content_bottom::before {
  top: unset;
  bottom: 0;
  transform: translate(-50%, 4px) rotate(45deg);
}

#custommerce-pl-rc .rc_tooltip_content_holder {
  display: flex;
  width: 100%;
  align-items: center;
}

#custommerce-pl-rc .rc_tooltip_icon {
  display: inline-block;
  margin-right: 1em;
  font-size: 1em;
}

#custommerce-pl-rc .rc_tooltip_icon img {
  width: 5em;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .rc_tooltip_icon img {
    width: 4em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .rc_tooltip_icon img {
    width: 3em;
  }
}

#custommerce-pl-rc .rc_tooltip_desc {
  z-index: 20;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .rc_tooltip_desc {
    padding-top: 0;
  }
}

#custommerce-pl-rc .rc_tooltip_desc .rc_tooltip_label {
  margin: 0;
  color: #E52713;
  font-size: 12px;
  line-height: 1;
  margin-bottom: .5em;
  text-transform: uppercase;
}

#custommerce-pl-rc .rc_tooltip_desc .rc_tooltip_header {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  color: #1D1D1D;
}

#custommerce-pl-rc .accesories .rc_tooltip_content .rc_tooltip_header {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #1D1D1D;
}

#custommerce-pl-rc .rc_tooltip_content .rc_tooltip_paragraph,
#custommerce-pl-rc .rc_tooltip_content_rwd .rc_tooltip_paragraph {
  margin: .5em 0 0;
  font-size: 12px;
  color: #1D1D1D;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .rc_tooltip_content .rc_tooltip_paragraph,
  #custommerce-pl-rc .rc_tooltip_content_rwd .rc_tooltip_paragraph {
    font-size: 12px;
  }
}

#custommerce-pl-rc .rc_tooltip_trigger {
  position: relative;
  background-color: #1D1D1D;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2em;
  height: 3.2em;
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
  z-index: 0;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .rc_tooltip_trigger {
    width: 3em;
    height: 3em;
  }
}

@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%;
}

#custommerce-pl-rc .rc_tooltip_trigger .rc_plus img {
  width: 100%;
}

@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 rgba(229, 39, 19, 0.76);
  }
  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: 600px) {
  #custommerce-pl-rc .rc_tooltip_trigger:hover + .rc_tooltip_content {
    transform: translate(calc(-50% + 1.5em), 1em);
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .rc_tooltip_trigger:hover + .rc_tooltip_content {
    display: none;
  }
}

#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: 600px) {
  #custommerce-pl-rc .rc_tooltip_trigger:hover + .rc_tooltip_content_bottom {
    transform: translate(calc(-50% + 1.5em), calc(-100% - 3em - 1em));
  }
}

#custommerce-pl-rc .rc_single_tooltip:hover + .rc_tooltip_content_rwd {
  display: none;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .rc_single_tooltip:hover + .rc_tooltip_content_rwd {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

#custommerce-pl-rc .rc_tooltip_trigger:hover + .rc_tooltip_content::after,
#custommerce-pl-rc .rc_single_tooltip:hover + .rc_tooltip_content_rwd::after {
  content: "x";
  font-weight: bold;
  display: block;
  position: absolute;
  color: #E52713;
  right: 4px;
  top: 2px;
  font-size: 12px;
  line-height: 12px;
}

#custommerce-pl-rc .rc_tooltip_number {
  position: absolute;
  width: 27px;
  height: 27px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #3d3e44;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease;
  font-size: 18px;
  font-weight: 400;
}

#custommerce-pl-rc .rc_checkout_content_back {
  display: none;
}

#custommerce-pl-rc .rc_checkout_content_front {
  display: block;
}

#custommerce-pl-rc .accesories .rc_checkout_content_front {
  display: flex;
  align-items: flex-start;
}

#custommerce-pl-rc .rc_invert_image:checked ~ .rc_checkout_content_back {
  display: block;
}

#custommerce-pl-rc .rc_invert_image:checked ~ .rc_checkout_content_front {
  display: none;
}

#custommerce-pl-rc .rc_invert_image {
  position: absolute;
  font-size: 1em;
  top: 6em;
  right: 10%;
  width: 86px;
  height: 76px;
  margin: 0;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .rc_invert_image {
    right: 2em;
    top: 17em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .rc_invert_image {
    right: 1.25em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .rc_invert_image {
    width: 54px;
    height: 58px;
  }
}

#custommerce-pl-rc .invert_radio_image {
  position: absolute;
  display: flex;
  flex-flow: column;
  align-items: center;
  top: 6em;
  right: 10%;
  z-index: 0;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .invert_radio_image {
    right: 2em;
    top: 17em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .invert_radio_image {
    right: 1.25em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .invert_radio_image {
    top: 17em;
  }
}

#custommerce-pl-rc .invert_radio_image img {
  margin-bottom: 10px;
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .invert_radio_image img {
    height: 2em;
  }
}

#custommerce-pl-rc .invert_radio_image span.rc_switcher_label {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  font-family: "Montserrat", Arial, sans-serif;
}

#custommerce-pl-rc .rc_accesories_label {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  width: 34%;
  padding-top: 6em;
  padding-left: 4em;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .rc_accesories_label {
    padding-left: 3em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .rc_accesories_label {
    padding-left: 2em;
    padding-top: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .rc_accesories_label {
    width: 100%;
    padding: 0 1.25em;
  }
}

#custommerce-pl-rc .rc_accesories_label .rc_accesories_label_head {
  font-size: 1.25em;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .rc_accesories_label .rc_accesories_label_head {
    font-size: 1em;
  }
}

#custommerce-pl-rc .rc_accesories_label .rc_accesories_label_paragraph {
  font-size: .875em;
  font-family: "Montserrat", Arial, sans-serif;
  color: #C1C1C1;
  padding-left: 40px;
  min-height: 33px;
  line-height: 1.3;
  background-position: left center;
  background-repeat: no-repeat;
}

#custommerce-pl-rc .rc_accesories_label .rc_accesories_label_paragraph br {
  display: none;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .rc_accesories_label .rc_accesories_label_paragraph br {
    display: block;
  }
}

#custommerce-pl-rc .rc_checkout_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

#custommerce-pl-rc .rc_checkout_content_back,
#custommerce-pl-rc .rc_checkout_content_front {
  padding-left: 34%;
  overflow: visible;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .rc_checkout_content_back,
  #custommerce-pl-rc .rc_checkout_content_front {
    overflow: hidden;
  }
}

#custommerce-pl-rc .rc_checkout_content_back .cm-hotspot-box,
#custommerce-pl-rc .rc_checkout_content_front .cm-hotspot-box {
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .rc_checkout_content_back .cm-hotspot-box,
  #custommerce-pl-rc .rc_checkout_content_front .cm-hotspot-box {
    max-width: 530px;
    margin: auto;
  }
  #custommerce-pl-rc .rc_checkout_content_back .cm-hotspot-box.cm-hotspot-box-rwd-15,
  #custommerce-pl-rc .rc_checkout_content_front .cm-hotspot-box.cm-hotspot-box-rwd-15 {
    transform: translateX(15%);
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .rc_checkout_content_back,
  #custommerce-pl-rc .rc_checkout_content_front {
    padding-left: 0;
    padding-top: 12em;
  }
}

@media only screen and (max-width: 450px) {
  #custommerce-pl-rc .rc_has_more_than_four .rc_checkout_content_back,
  #custommerce-pl-rc .rc_has_more_than_four .rc_checkout_content_front {
    padding-top: 17em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .rc_switch_images {
    margin-top: 4em;
  }
}

#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.cm-euro .pc-b11 .pc-block-module .pc-text {
  padding-left: 2.5em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc.cm-euro .pc-b11 .pc-block-module .pc-text {
    padding-left: 2.5em;
  }
}

#custommerce-pl-rc.cm-euro .pc-b11.pc-b11-b .pc-block-module .pc-text {
  padding-right: 2.5em;
  padding-left: 1.75em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc.cm-euro .pc-b11.pc-b11-b .pc-block-module .pc-text {
    padding-right: 2.5em;
  }
}

#custommerce-pl-rc.cm-euro .rc_checkout_content_back,
#custommerce-pl-rc.cm-euro .rc_checkout_content_front {
  min-height: 600px;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc.cm-euro .rc_checkout_content_back,
  #custommerce-pl-rc.cm-euro .rc_checkout_content_front {
    min-height: 700px;
  }
}

@media only screen and (max-width: 450px) {
  #custommerce-pl-rc.cm-euro .rc_checkout_content_back,
  #custommerce-pl-rc.cm-euro .rc_checkout_content_front {
    min-height: 620px;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc.cm-euro .rc_checkout_content_back,
  #custommerce-pl-rc.cm-euro .rc_checkout_content_front {
    min-height: 570px;
  }
}

@media only screen and (max-width: 350px) {
  #custommerce-pl-rc.cm-euro .rc_checkout_content_back,
  #custommerce-pl-rc.cm-euro .rc_checkout_content_front {
    min-height: 520px;
  }
}

@media only screen and (max-width: 450px) {
  #custommerce-pl-rc.cm-euro .rc_has_more_than_four .rc_checkout_content_back,
  #custommerce-pl-rc.cm-euro .rc_has_more_than_four .rc_checkout_content_front {
    min-height: 690px;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc.cm-euro .rc_has_more_than_four .rc_checkout_content_back,
  #custommerce-pl-rc.cm-euro .rc_has_more_than_four .rc_checkout_content_front {
    min-height: 640px;
  }
}

@media only screen and (max-width: 350px) {
  #custommerce-pl-rc.cm-euro .rc_has_more_than_four .rc_checkout_content_back,
  #custommerce-pl-rc.cm-euro .rc_has_more_than_four .rc_checkout_content_front {
    min-height: 590px;
  }
}

#custommerce-pl-rc .cm-full-img {
  max-width: 1200px;
}

#custommerce-pl-rc .cm-full-img img {
  width: 100%;
}

#custommerce-pl-rc .cm-reset-m {
  margin: 0;
}

#custommerce-pl-rc .cm-3-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding-left: .5em;
  padding-right: .5em;
  padding-bottom: 2em;
  justify-content: space-around;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-3-icons {
    justify-content: space-around;
  }
}

#custommerce-pl-rc .cm-3-icons div {
  text-align: center !important;
}

#custommerce-pl-rc .cm-3-icons .cm-3-item {
  width: 30%;
  box-sizing: border-box;
  padding-left: .5em;
  padding-right: .5em;
  padding-top: 1.5em;
  transition: all .5s ease;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-3-icons .cm-3-item {
    width: 40%;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-3-icons .cm-3-item {
    width: 100%;
  }
}

#custommerce-pl-rc .cm-3-icons .cm-3-item .cm-3-img {
  max-width: 72px;
  margin: auto;
}

#custommerce-pl-rc .cm-3-icons .cm-3-item .cm-3-img img {
  width: 100%;
}

#custommerce-pl-rc .cm-3-icons .cm-3-item .cm-3-title {
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1.2;
  text-align: center !important;
  margin-bottom: 1em;
  margin-top: 1em;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  transition: all .5s ease;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-3-icons .cm-3-item .cm-3-title {
    font-size: 1em;
  }
}

#custommerce-pl-rc .cm-3-icons .cm-3-item .cm-3-text p {
  text-align: center !important;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 2em;
  font-family: "Montserrat", Arial, sans-serif;
}

#custommerce-pl-rc .cm-3-icons .cm-3-item .cm-3-text .cm-small {
  font-weight: 700;
}

#custommerce-pl-rc .cm-3-icons .cm-3-item:hover {
  padding-top: 1em;
  padding-bottom: .5em;
}

#custommerce-pl-rc .cm-3-icons .cm-3-item:hover .cm-3-title {
  color: #E52713;
}

#custommerce-pl-rc .cm-adnotacje {
  text-align: center;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc.cm-S7970 .rc_tooltip_content_rwd {
    bottom: -3.5em;
  }
}

#custommerce-pl-rc.cm-S7970 .rc_checkout_content_back,
#custommerce-pl-rc.cm-S7970 .rc_checkout_content_front {
  padding-bottom: 3em;
}

#custommerce-pl-rc.cm-S7970 .rc_first_check_out::after {
  background-image: url(img/S7970_accesory_1.png);
}

#custommerce-pl-rc.cm-S7970 .rc_second_check_out::after {
  background-image: url(img/S7970_accesory_2.png);
}

#custommerce-pl-rc.cm-S7970 .cm-hotspot-box {
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc.cm-S7970 .cm-hotspot-box {
    max-width: 530px;
    margin: auto;
  }
  #custommerce-pl-rc.cm-S7970 .cm-hotspot-box.cm-hotspot-box-rwd-15 {
    transform: translateX(15%);
  }
  #custommerce-pl-rc.cm-S7970 .cm-hotspot-box.cm-hotspot-box-rwd-15 .rc_tooltip_content_rwd {
    left: 35%;
    width: calc(320px - 2.5em);
    max-width: none;
  }
}

#custommerce-pl-rc.cm-CI5901 .cm-section-others {
  justify-content: center;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc.cm-CI5901 .rc_tooltip_content_rwd {
    bottom: -3.5em;
  }
}

#custommerce-pl-rc.cm-CI5901 .rc_checkout_content_back,
#custommerce-pl-rc.cm-CI5901 .rc_checkout_content_front {
  padding-bottom: 3em;
}

#custommerce-pl-rc.cm-CI5901 .cm-section-traits .cm-icons {
  max-height: 18em;
  overflow: visible;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc.cm-CI5901 .cm-section-traits .cm-icons {
    max-height: 100%;
  }
}

#custommerce-pl-rc.cm-CI5901 .cm-section-traits .cm-icons:after {
  height: 0%;
}

#custommerce-pl-rc.cm-CI5901 .rc_first_check_out::after {
  background-image: url(https://cdn-prod.neonet.pl/richcontent/1033795/img/CI5901_accesory_default.png);
}

#custommerce-pl-rc.cm-CI5901 .rc_second_check_out::after {
  background-image: url(https://cdn-prod.neonet.pl/richcontent/1033795/img/CI5901_accesory_1.png);
}

#custommerce-pl-rc.cm-CI5901 .rc_third_check_out::after {
  background-image: url(img/CI5901_accesory_2.png);
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc.cm-CI5901 .rc_tooltip_content {
    width: 250px;
  }
}

#custommerce-pl-rc.cm-CI5901 .cm-hotspot-box {
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc.cm-CI5901 .cm-hotspot-box {
    max-width: 530px;
    margin: auto;
  }
  #custommerce-pl-rc.cm-CI5901 .cm-hotspot-box.cm-hotspot-box-rwd-15 {
    transform: translateX(15%);
  }
  #custommerce-pl-rc.cm-CI5901 .cm-hotspot-box.cm-hotspot-box-rwd-15 .rc_tooltip_content_rwd {
    left: 35%;
    width: calc(320px - 2.5em);
    max-width: none;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc.cm-D5901 .rc_tooltip_content_rwd {
    bottom: -3em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc.cm-D5901 .rc_checkout_content_back,
  #custommerce-pl-rc.cm-D5901 .rc_checkout_content_front {
    padding-bottom: 3em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc.cm-D5901 .rc_checkout_content_back .cm-hotspot-box.cm-hotspot-box-rwd-15,
  #custommerce-pl-rc.cm-D5901 .rc_checkout_content_front .cm-hotspot-box.cm-hotspot-box-rwd-15 {
    transform: translateX(0%);
  }
}

#custommerce-pl-rc.cm-D5901 .cm-section-others {
  justify-content: center;
}

#custommerce-pl-rc.cm-D5901 .rc_first_check_out::after {
  background-image: url(img/D5901_accesory_default.png);
}

#custommerce-pl-rc.cm-D5901 .rc_second_check_out::after {
  background-image: url(img/D5901_accesory_1.png);
}

#custommerce-pl-rc.cm-D5901 .rc_third_check_out::after {
  background-image: url(img/D5901_accesory_2.png);
}

#custommerce-pl-rc.cm-D5901 .rc_checkout_content_front .cm-hotspot-box.cm-hotspot-box-rwd-15 {
  transform: translateX(0%);
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc.cm-S5901 .rc_tooltip_content_rwd {
    bottom: -3.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc.cm-S5901 .rc_checkout_content_back,
  #custommerce-pl-rc.cm-S5901 .rc_checkout_content_front {
    padding-bottom: 3em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc.cm-S5901 .rc_checkout_content_back .cm-hotspot-box.cm-hotspot-box-rwd-15,
  #custommerce-pl-rc.cm-S5901 .rc_checkout_content_front .cm-hotspot-box.cm-hotspot-box-rwd-15 {
    transform: translateX(5%);
  }
}

#custommerce-pl-rc.cm-S5901 .cm-section-others {
  justify-content: center;
}

#custommerce-pl-rc.cm-S5901 .rc_first_check_out::after {
  background-image: url(img/S5901_accesory_default.png);
}

#custommerce-pl-rc.cm-S5901 .rc_second_check_out::after {
  background-image: url(img/S5901_accesory_1.png);
}

#custommerce-pl-rc.cm-S5901 .cm-hotspot-box {
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc.cm-S5901 .cm-hotspot-box {
    max-width: 530px;
    margin: auto;
  }
  #custommerce-pl-rc.cm-S5901 .cm-hotspot-box.cm-hotspot-box-rwd-15 {
    transform: translateX(15%);
  }
  #custommerce-pl-rc.cm-S5901 .cm-hotspot-box.cm-hotspot-box-rwd-15 .rc_tooltip_content_rwd {
    left: 45%;
    width: calc(320px - 2.5em);
    max-width: none;
  }
}

#custommerce-pl-rc.cm-AC7100 .pc-b11 .pc-description p {
  font-size: 1.1875em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc.cm-AC7100 .rc_checkout_content_back .cm-hotspot-box.cm-hotspot-box-rwd-15,
  #custommerce-pl-rc.cm-AC7100 .rc_checkout_content_front .cm-hotspot-box.cm-hotspot-box-rwd-15 {
    transform: translateX(5%);
  }
}

#custommerce-pl-rc.cm-AC7100 .cm-section-others {
  justify-content: center;
}

#custommerce-pl-rc.cm-AC7100 .rc_first_check_out::after {
  background-image: url(img/AC7100_accesory_default.png);
}

#custommerce-pl-rc.cm-AC7100 .rc_second_check_out::after {
  background-image: url(img/waski_koncentrator.png);
}

#custommerce-pl-rc.cm-AC7100 .cm-hotspot-box {
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc.cm-AC7100 .cm-hotspot-box {
    max-width: 530px;
    margin: auto;
  }
  #custommerce-pl-rc.cm-AC7100 .cm-hotspot-box.cm-hotspot-box-rwd-15 {
    transform: translateX(15%);
  }
  #custommerce-pl-rc.cm-AC7100 .cm-hotspot-box.cm-hotspot-box-rwd-15 .rc_tooltip_content_rwd {
    left: 45%;
    width: calc(320px - 2.5em);
    max-width: none;
  }
}

#custommerce-pl-rc.cm-AC7200 .pc-b11 .pc-description p {
  font-size: 1.1875em;
}

#custommerce-pl-rc.cm-AC7200 .cm-section-others {
  justify-content: center;
}

#custommerce-pl-rc.cm-AC7200 .rc_first_check_out::after {
  background-image: url(img/AC7200_accesory_default.png);
}

#custommerce-pl-rc.cm-AC7200 .rc_second_check_out::after {
  background-image: url(img/waski_koncentrator.png);
}

#custommerce-pl-rc.cm-AC7200 .rc_third_check_out::after {
  background-image: url(img/szeroki_koncentrator.png);
}

#custommerce-pl-rc.cm-AC7200 .rc_fourth_check_out::after {
  background-image: url(img/AC7200_accesory_3.png);
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc.cm-AC7200 .rc_checkout_content_back .cm-hotspot-box.cm-hotspot-box-rwd-15,
  #custommerce-pl-rc.cm-AC7200 .rc_checkout_content_front .cm-hotspot-box.cm-hotspot-box-rwd-15 {
    transform: translateX(0%);
  }
}

#custommerce-pl-rc.cm-AC7200W .rc_first_check_out::after {
  background-image: url(img/AC7200W_accesory_default.png);
}

#custommerce-pl-rc.cm-AC7200W .rc_second_check_out::after {
  background-image: url(img/AC7200W_accesory_1.png);
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc.cm-S8598 .rc_tooltip_content_rwd {
    bottom: -6em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc.cm-S8598 .rc_checkout_content_back,
  #custommerce-pl-rc.cm-S8598 .rc_checkout_content_front {
    padding-bottom: 6em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc.cm-S8598 .rc_checkout_content_back .cm-hotspot-box.cm-hotspot-box-rwd-15,
  #custommerce-pl-rc.cm-S8598 .rc_checkout_content_front .cm-hotspot-box.cm-hotspot-box-rwd-15 {
    transform: translateX(0%);
  }
}

#custommerce-pl-rc.cm-neonet {
  max-width: 1100px;
}

#custommerce-pl-rc.cm-neonet .cm-col-text {
  width: 50%;
  align-self: center;
  padding: 0em 0em 0em 4em;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc.cm-neonet .cm-col-text {
    padding-left: 3em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc.cm-neonet .cm-col-text {
    padding-left: 2em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc.cm-neonet .cm-col-text {
    width: 100%;
    text-align: center;
    padding: 0 1.25em;
  }
}

.sticky #top:not(.top2), .product-nav-sticky .product-nav {
  z-index: 99999;
}
