@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700;900&display=swap");
@-webkit-keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}
@keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}

@-webkit-keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}

@keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: .6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: .6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* Rozmiar czcionki dla najwyzszego diva */
#custommerce-pl-rc {
  font-size: 16px;
  font-family: "Lato", Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  text-align: left;
  color: #000;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
}

@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 {
  -webkit-box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  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: 1040px;
  margin: auto;
}

#custommerce-pl-rc .pc-b6-a * {
  text-align: center;
}

#custommerce-pl-rc .pc-b6-a .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#custommerce-pl-rc .pc-b6-a .pc-block-module .pc-relative {
  max-width: 680px;
  margin: 0 auto;
}

#custommerce-pl-rc .pc-b6-a h2, #custommerce-pl-rc .pc-b6-a .h2, #custommerce-pl-rc .pc-b6-a .pc-h2 {
  font-size: 2.4375em;
  font-family: "Lato", Arial, sans-serif;
  line-height: 1.12;
  color: #000;
  letter-spacing: 0.8px;
}

#custommerce-pl-rc .pc-b6-a h4, #custommerce-pl-rc .pc-b6-a .h4, #custommerce-pl-rc .pc-b6-a .pc-h4 {
  font-size: 1.0625em;
  font-family: "Lato", Arial, sans-serif;
  line-height: 1.12;
  color: #CC1523;
  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: 1040px;
  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 ((-o-object-fit: cover) or (object-fit: cover)) {
  #custommerce-pl-rc .pc-b3 .pc-b3-square .pc-b3-image img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

#custommerce-pl-rc .pc-b3 .h3 {
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.5625em;
  line-height: 1.2;
}

#custommerce-pl-rc .pc-b3 .h3 span {
  font-family: "Lato", Arial, sans-serif;
}

#custommerce-pl-rc .pc-b3 .pc-gl-description {
  padding-top: 2em;
}

#custommerce-pl-rc .pc-b3 p {
  font-family: Arial;
  font-size: 1em;
  line-height: 1.38;
  color: black;
  margin: 0;
  padding: 0;
}

#custommerce-pl-rc .pc-b3 p.caption {
  color: #CC1523;
  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: 1040px;
  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;
    -o-object-fit: unset;
    object-fit: unset;
  }
}

@media only screen and (max-width: 576px) {
  #custommerce-pl-rc .pc-p5 video {
    height: 276px;
    -o-object-fit: unset;
    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: 1040px;
  margin: auto;
}

#custommerce-pl-rc .pc-b11 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#custommerce-pl-rc .pc-b11 .pc-image, #custommerce-pl-rc .pc-b11 .pc-text {
  width: 50%;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#custommerce-pl-rc .pc-b11 .h3 {
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.5625em;
  line-height: 1.2;
  text-align: left;
}

#custommerce-pl-rc .pc-b11 .pc-description {
  padding-top: 2em;
}

#custommerce-pl-rc .pc-b11 p {
  font-family: Arial;
  font-size: 1em;
  line-height: 1.38;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: left;
}

#custommerce-pl-rc .pc-b11 p.caption {
  color: #CC1523;
  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 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#custommerce-pl-rc .cm-section-serp-1 {
  background-color: #E7E7E7;
  margin: 2em auto;
  padding-bottom: 2em;
  position: relative;
}

#custommerce-pl-rc .cm-section-serp-1::after {
  content: '';
  position: absolute;
  display: block;
  background: url(//f00.esfr.pl/si_upload/HGR/George_Foreman/1224095/img_triangle_top.png) top left no-repeat;
  background-size: 100%;
  left: 0;
  top: 0;
  width: 7.5em;
  height: 7.5em;
  z-index: 5;
}

#custommerce-pl-rc .cm-section-serp-1::before {
  content: '';
  position: absolute;
  display: block;
  background: url(//f00.esfr.pl/si_upload/HGR/George_Foreman/1224095/img_triangle_bottom.png) top left no-repeat;
  background-size: 100%;
  right: 0;
  bottom: 0;
  width: 7.5em;
  height: 7.5em;
  z-index: 5;
}

#custommerce-pl-rc .cm-section-serp-1 .cm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp-1 .cm-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#custommerce-pl-rc .cm-section-serp-1 .cm-row .cm-col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp-1 .cm-row .cm-col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}

#custommerce-pl-rc .cm-section-serp-1 .cm-row .cm-col .cm-serp-img {
  padding-right: 1.25em;
}

#custommerce-pl-rc .cm-section-serp-1 .cm-row .cm-col .cm-serp-img img {
  width: 100%;
}

#custommerce-pl-rc .cm-section-serp-1 .cm-row .cm-col .cm-serp-text {
  padding: 0 1.25em;
}

#custommerce-pl-rc .cm-section-serp-1 .cm-row .cm-col .cm-serp-text .cm-lines {
  width: 7em;
  margin-bottom: 2em;
}

#custommerce-pl-rc .cm-section-serp-1 .cm-row .cm-col .cm-serp-text .cm-serp-title {
  color: #000;
  font-family: "Lato", Arial, sans-serif;
  margin-bottom: .8em;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.2;
  max-width: 440px;
  text-align: left !important;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-serp-1 .cm-row .cm-col .cm-serp-text .cm-serp-title {
    max-width: none;
    font-size: 1.75em;
    margin-bottom: .5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-serp-1 .cm-row .cm-col .cm-serp-text .cm-serp-title {
    font-size: 1.75em;
  }
}

#custommerce-pl-rc .cm-section-serp-1 .cm-row .cm-col .cm-serp-text .cm-p {
  font-size: 1.25em;
  line-height: 1.6;
  max-width: 440px;
  margin: 0 0 1em;
  color: #000;
  font-family: "Lato", Arial, sans-serif;
  font-weight: normal;
  text-align: left;
}

#custommerce-pl-rc .cm-section-serp-1 .cm-row.cm-row-revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp-1 .cm-row.cm-row-revers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#custommerce-pl-rc .cm-section-serp-1 .cm-row.cm-row-revers .cm-col .cm-serp-img {
  padding-left: 1.25em;
  padding-right: 0;
}

#custommerce-pl-rc .cm-section-prepare {
  padding: 0;
  margin: 0 auto;
}

#custommerce-pl-rc .cm-section-prepare .pc-b6-a {
  max-width: 700px;
}

#custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5em;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container {
    margin-bottom: 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container {
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container {
    overflow: hidden;
  }
}

#custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item {
  text-align: center;
  position: relative;
}

#custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item:first-child {
  margin-right: 2.5em;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item:first-child {
    margin-right: 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item:first-child {
    margin-right: 1em;
  }
}

#custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item:nth-child(2) {
  margin-right: 2.5em;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item:nth-child(2) {
    margin-right: 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item:nth-child(2) {
    margin-right: 1em;
  }
}

#custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item:last-child {
    margin-right: 0em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item:last-child {
    margin-right: 0em;
  }
}

#custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item::after {
  content: '';
  position: absolute;
  display: block;
  background: url("//f00.esfr.pl/si_upload/HGR/George_Foreman/1224095/img_triangle_bottom.png") right top no-repeat;
  background-size: 100%;
  right: 0;
  bottom: 0;
  width: 5em;
  height: 5em;
  z-index: 5;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item::after {
    width: calc(5em * .8);
    height: calc(5em * .8);
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item::after {
    width: calc(5em * .6);
    height: calc(5em * .6);
  }
}

#custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item .cm-prepare-img-holder {
  position: relative;
}

#custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item .cm-prepare-img-holder img {
  display: block;
  width: 100%;
}

#custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item .cm-prepare-img-holder .cm-prepare-bg {
  background: #CC1523;
  opacity: .8;
  position: absolute;
  z-index: 2;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item .cm-prepare-img-holder .cm-prepare-name {
  color: #fff;
  line-height: 1.2;
  font-size: 1.5em;
  font-family: "Lato", Arial, sans-serif;
  position: absolute;
  z-index: 3;
  text-align: center;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item .cm-prepare-img-holder .cm-prepare-name {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item .cm-prepare-img-holder .cm-prepare-name {
    font-size: 1em;
  }
}

#custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item .cm-prepare-img-holder:hover .cm-prepare-bg {
  width: 100%;
}

#custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item .cm-prepare-img-holder:hover .cm-prepare-name {
  opacity: 1;
}

#custommerce-pl-rc .cm-section-prepare > p {
  display: block;
  color: #CC1523;
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
  margin: 2em 0 0;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-prepare > p {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-prepare > p {
    font-size: 1em;
  }
}

#custommerce-pl-rc .cm-section-icons-3 {
  margin: 0em auto;
  background-color: #F8F8F8;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-icons-3 {
    padding-bottom: 4em;
  }
}

#custommerce-pl-rc .cm-section-icons-3 .pc-b6-a .pc-b6-title {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

#custommerce-pl-rc .cm-section-icons-3 .cm-row .cm-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-icons-3 .cm-row .cm-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#custommerce-pl-rc .cm-section-icons-3 .cm-row .cm-items .cm-item {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  max-width: 288px;
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-icons-3 .cm-row .cm-items .cm-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: unset;
    min-height: unset;
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#custommerce-pl-rc .cm-section-icons-3 .cm-row .cm-items .cm-item .cm-icon {
  width: 7em;
  min-width: 4em;
}

#custommerce-pl-rc .cm-section-icons-3 .cm-row .cm-items .cm-item .cm-icon img {
  width: 100%;
}

#custommerce-pl-rc .cm-section-icons-3 .cm-row .cm-items .cm-item .cm-title {
  font-family: "Lato", Arial, sans-serif;
  line-height: 1.4;
  text-align: center;
  font-size: 1.25em;
  padding-bottom: 1em;
  padding-top: 1em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-icons-3 .cm-row .cm-items .cm-item .cm-title {
    text-align: left;
    padding-top: 0;
    padding-left: 20px;
  }
}

#custommerce-pl-rc .cm-section-icons-3 .cm-row .cm-items .cm-item .cm-p {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.4;
  font-size: 1em;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: .5s all ease-in;
  transition: .5s all ease-in;
  padding-left: 1em;
  padding-right: 1em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-icons-3 .cm-row .cm-items .cm-item .cm-p {
    opacity: 1;
    text-align: left;
    padding-left: 20px;
    font-size: 1.25em;
    font-weight: 400;
  }
}

#custommerce-pl-rc .cm-section-icons-3 .cm-row .cm-items .cm-item:hover .cm-p {
  opacity: 1;
}

#custommerce-pl-rc * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#custommerce-pl-rc div {
  text-align: left;
  font-family: "Lato", Arial, sans-serif;
}

#custommerce-pl-rc sup {
  font-size: .5em;
  vertical-align: super;
}

#custommerce-pl-rc p {
  font-family: "Lato", Arial, sans-serif;
}

#custommerce-pl-rc p strong {
  font-family: "Lato", Arial, sans-serif;
}

#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: #F8F8F8;
}

#custommerce-pl-rc .cm-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#custommerce-pl-rc .cm-gf {
  font-size: 16px;
  width: 12em !important;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-gf {
    width: 10em !important;
  }
}

#custommerce-pl-rc .cm-ng-kultura {
  color: #fff;
  font-family: "Lato", Arial, sans-serif;
}

#custommerce-pl-rc .cm-ng-kultura span {
  display: block;
  font-size: 2.75em;
  font-weight: normal;
  line-height: .875;
}

#custommerce-pl-rc .cm-ng-kultura .cm-k1 {
  margin-left: 10px;
}

#custommerce-pl-rc .cm-ng-kultura .cm-k2 {
  font-weight: 900;
  margin-left: 35px;
}

#custommerce-pl-rc .cm-ng-kultura .cm-k3 {
  margin-left: 45px;
}

#custommerce-pl-rc .cm-ng-kultura .cm-k4 {
  font-size: 1.6875em;
  font-weight: 300;
  margin-top: 15px;
}

#custommerce-pl-rc .cm-header {
  max-width: 1040px;
  background-position: top center;
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#custommerce-pl-rc .cm-header::after {
  content: '';
  position: absolute;
  display: block;
  background: url("//f00.esfr.pl/si_upload/HGR/George_Foreman/1224095/img_triangle_top.png") top left no-repeat;
  background-size: 100%;
  left: 0;
  top: 0;
  width: 7.5em;
  height: 7.5em;
  z-index: 5;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-header::after {
    width: calc(7.5em * .8);
    height: calc(7.5em * .8);
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-header::after {
    width: calc(7.5em * .6);
    height: calc(7.5em * .6);
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#custommerce-pl-rc .cm-header .cm-header-desc {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  text-align: center;
  padding: 200px 1em 300px 2.75em;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-header .cm-header-desc {
    padding-bottom: 250px;
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-header .cm-header-desc {
    padding-bottom: 200px;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-desc {
    width: 100%;
    padding: 3em 1.25em 8em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-desc {
    padding: 3em 1.25em 6em;
  }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-header-logo {
  position: absolute;
  top: 2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 243px;
  width: 70%;
  margin: 0 auto;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-kultura span {
    text-align: center;
    margin-left: 0 !important;
  }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2,
#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 {
  color: #fff;
  font-family: "Lato", Arial, sans-serif;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2,
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 {
    text-align: center;
  }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2 {
  font-weight: 900;
  font-size: 4em;
  line-height: 1;
  margin: 1em auto 0;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2 {
    font-size: 3.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2 {
    font-size: 3em;
  }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 {
  font-weight: 300;
  font-size: 1em;
  line-height: 1.4;
}

#custommerce-pl-rc .cm-header .cm-header-desc img.cm-gf {
  margin-top: 1.25em;
}

#custommerce-pl-rc .cm-header .cm-header-img {
  width: 50%;
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-img {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#custommerce-pl-rc .cm-header .cm-header-img img {
  margin-top: 140px;
  max-width: 100%;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-img img {
    width: 74%;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-img img {
    width: 85%;
  }
}

#custommerce-pl-rc .cm-section-gold {
  position: relative;
  padding: 9em 1em 3em;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-gold {
    padding-top: 8em;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-section-gold {
    padding-top: 7em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-gold {
    padding-top: 6em;
  }
}

#custommerce-pl-rc .cm-section-gold .cm-sticker {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 26%;
  min-width: 120px;
  max-width: 240px;
}

#custommerce-pl-rc .cm-section-gold .cm-gold-title {
  color: #CC1523;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 900;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 1em;
  line-height: 1.2;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-gold .cm-gold-title {
    font-size: 2em;
  }
}

#custommerce-pl-rc .cm-section-gold .cm-gold-star {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

#custommerce-pl-rc .cm-section-icons {
  background: #F8F8F8;
  padding: 0em 0em 3em 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0em 0em 3em 0em;
  }
}

#custommerce-pl-rc .cm-section-icons .cm-icons {
  width: 50%;
  padding-right: 3em;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-icons .cm-icons {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
    width: 100%;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#custommerce-pl-rc .cm-section-icons .cm-icons .cm-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  opacity: .3;
  padding-top: 1em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-icons .cm-icons .cm-icon {
    opacity: 1;
  }
}

#custommerce-pl-rc .cm-section-icons .cm-icons .cm-icon:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  opacity: 1;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-icons .cm-icons .cm-icon {
    width: 50%;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-icons .cm-icons .cm-icon {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-icons .cm-icons .cm-icon {
    width: 100%;
    margin-left: 0;
  }
}

#custommerce-pl-rc .cm-section-icons .cm-icons .cm-icon:last-child {
  margin-bottom: 0;
}

#custommerce-pl-rc .cm-section-icons .cm-icons .cm-icon img {
  margin-right: 10px;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-icons .cm-icons .cm-icon img {
    width: 5em;
    height: 5em;
  }
}

#custommerce-pl-rc .cm-section-icons .cm-icons .cm-icon div {
  padding-top: 1em;
  font-size: 1.25em;
}

#custommerce-pl-rc .cm-section-icons .cm-icons .cm-icon .cm-p {
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0;
  line-height: 1.4;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 700;
}

#custommerce-pl-rc .cm-section-icons .cm-icons-image {
  width: 50%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-icons .cm-icons-image {
    text-align: right;
    width: 70%;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-section-icons .cm-icons-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 3em;
    width: 80%;
  }
}

#custommerce-pl-rc .cm-section-icons .cm-icons-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-icons .cm-icons-image img {
    width: 100%;
  }
}

#custommerce-pl-rc .cm-section-icons .cm-icons-image .cm-close {
  display: block;
}

#custommerce-pl-rc .cm-section-icons .cm-icons-image .cm-open {
  display: none;
}

#custommerce-pl-rc .cm-section-icons .cm-icons-image:hover .cm-close {
  display: none;
}

#custommerce-pl-rc .cm-section-icons .cm-icons-image:hover .cm-open {
  display: block;
}

#custommerce-pl-rc .cm-section-img-fluid img {
  width: 100%;
}

#custommerce-pl-rc .cm-section-red {
  position: relative;
  padding: 3em 1em;
  text-align: center;
  margin-top: 2em;
  background-repeat: no-repeat;
}

#custommerce-pl-rc .cm-section-red img {
  margin-bottom: 2em;
}

#custommerce-pl-rc .cm-section-red .cm-red-title {
  color: #fff;
  font-size: 3em;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  max-width: 700px;
  margin: auto;
}

#custommerce-pl-rc .cm-section-red .cm-red-title strong {
  font-weight: 900;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-red .cm-red-title {
    font-size: 2em;
  }
}

#custommerce-pl-rc .cm-section-red .cm-red-star {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  font-size: 20px;
  text-align: center;
  max-width: 700px;
  margin: 2em auto;
}

#custommerce-pl-rc .cm-content {
  position: relative;
  padding: 7em 0 11em;
  background: #f8f8f8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(52%, #f8f8f8), color-stop(53%, white));
  background: linear-gradient(0deg, #f8f8f8 52%, white 53%);
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-content {
    padding: 6em 0 11em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-content {
    padding: 5em 0 11em;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-content {
    padding: 4em 0 9em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-content {
    padding: 4em 0 3em;
  }
}

#custommerce-pl-rc .cm-content .cm-sticker {
  position: absolute;
  top: 7em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20%;
  min-width: 120px;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-content .cm-sticker {
    top: 6em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-content .cm-sticker {
    top: 5em;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-content .cm-sticker {
    top: 4em;
  }
}

#custommerce-pl-rc .cm-content .cm-packshot {
  width: 35%;
  position: absolute;
  right: 17em;
  bottom: 6em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-content .cm-packshot {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-content .cm-packshot {
    bottom: 4em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-content .cm-packshot {
    display: none;
  }
}

#custommerce-pl-rc .cm-content .cm-ng-kultura {
  position: absolute;
  right: 1em;
  bottom: 18em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-content .cm-ng-kultura {
    bottom: 15em;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-content .cm-ng-kultura {
    bottom: 10em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-content .cm-ng-kultura {
    bottom: 4em;
  }
}

#custommerce-pl-rc .pc-b6-a .pc-block-module .pc-relative {
  max-width: 940px;
}

#custommerce-pl-rc .pc-b6-a p {
  font-size: 1.25em;
  line-height: 1.7;
  margin: 1em 0;
  font-family: "Lato", Arial, sans-serif;
  text-align: center;
}

#custommerce-pl-rc .pc-b6-a p.cm-small {
  font-size: 14px;
  text-align: left;
  font-weight: 300;
}

#custommerce-pl-rc .pc-b6-a img.cm-gf {
  margin-bottom: .5em;
}

#custommerce-pl-rc .pc-b6-title {
  font-family: "Lato", Arial, sans-serif;
  color: #000;
  font-weight: 900;
  font-size: 3em;
  line-height: 1.2;
  text-align: center !important;
  margin: 0;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b6-title {
    font-size: 2em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b6-title {
    font-size: 1.75em;
  }
}

#custommerce-pl-rc .pc-b6-title strong {
  font-weight: bold;
  font-family: "Lato", Arial, sans-serif;
}

#custommerce-pl-rc .pc-b6-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 .pc-b6-subtitle {
  font-family: "Lato", Arial, sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.2;
  text-align: center !important;
  margin-top: 1em;
  padding-left: calc(22px + .5em);
  padding-right: calc(22px + .5em);
  position: relative;
  display: inline-block;
}

#custommerce-pl-rc .pc-b6-subtitle::after, #custommerce-pl-rc .pc-b6-subtitle::before {
  content: '';
  position: absolute;
  display: block;
  width: 22px;
  height: 1em;
  background-size: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b6-subtitle::after, #custommerce-pl-rc .pc-b6-subtitle::before {
    width: 18px;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b6-subtitle::after, #custommerce-pl-rc .pc-b6-subtitle::before {
    width: 15px;
  }
}

#custommerce-pl-rc .pc-b6-subtitle::before {
  background: url("//f00.esfr.pl/si_upload/HGR/George_Foreman/1224095/triangle_right.png") right no-repeat;
  left: 0;
}

#custommerce-pl-rc .pc-b6-subtitle::after {
  background: url("//f00.esfr.pl/si_upload/HGR/George_Foreman/1224095/triangle_left.png") left no-repeat;
  right: 0;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b6-subtitle {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b6-subtitle {
    font-size: 1.25em;
  }
}

#custommerce-pl-rc .cm-cust-subtitle {
  font-size: 1.75em;
  line-height: 1.4;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  padding-top: 1.5em;
  max-width: 740px;
  margin: auto;
}

#custommerce-pl-rc .cm-red-subtitle {
  font-size: 1.75em;
  line-height: 1.4;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  padding-top: 1em;
  max-width: 740px;
  margin: auto;
  color: #fff;
}

#custommerce-pl-rc .cm-howto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-howto {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#custommerce-pl-rc .cm-howto .cm-howto-col {
  width: 47%;
  max-width: 488px;
  text-align: center;
  position: relative;
  padding-left: 12px;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-howto .cm-howto-col {
    width: 49%;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-howto .cm-howto-col {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    margin: 0 auto;
  }
  #custommerce-pl-rc .cm-howto .cm-howto-col:first-child {
    margin-bottom: 4em;
  }
}

#custommerce-pl-rc .cm-howto .cm-howto-col .cm-howto-image {
  position: relative;
  margin-bottom: 2em;
}

#custommerce-pl-rc .cm-howto .cm-howto-col .cm-howto-image::after {
  content: '';
  position: absolute;
  display: block;
  background: url("//f00.esfr.pl/si_upload/HGR/George_Foreman/1224095/img_triangle_bottom.png") right top no-repeat;
  background-size: 100%;
  right: 0;
  bottom: 0;
  width: 5em;
  height: 5em;
  z-index: 5;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-howto .cm-howto-col .cm-howto-image::after {
    width: calc(5em * .8);
    height: calc(5em * .8);
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-howto .cm-howto-col .cm-howto-image::after {
    width: calc(5em * .6);
    height: calc(5em * .6);
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-howto .cm-howto-col .cm-howto-image {
    margin-bottom: 1em;
  }
}

#custommerce-pl-rc .cm-howto .cm-howto-col .cm-howto-image img {
  display: inline-block;
  max-width: 100%;
}

#custommerce-pl-rc .cm-howto .cm-howto-col .cm-howto-num {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12%;
}

#custommerce-pl-rc .cm-howto .cm-howto-col .cm-howto-desc {
  padding: 0 1em;
}

#custommerce-pl-rc .cm-howto .cm-howto-col .cm-howto-desc .cm-howto-title {
  text-align: center;
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-howto .cm-howto-col .cm-howto-desc .cm-howto-title {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-howto .cm-howto-col .cm-howto-desc .cm-howto-title {
    font-size: 1.125em;
  }
}

#custommerce-pl-rc .cm-howto .cm-howto-col .cm-howto-desc .cm-howto-par {
  text-align: center;
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-howto .cm-howto-col .cm-howto-desc .cm-howto-par {
    font-size: 1.125em;
    margin-top: .5em;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-howto .cm-howto-col .cm-howto-desc .cm-howto-par {
    font-size: 1em;
  }
}

#custommerce-pl-rc .pc-b6-text {
  font-family: "Lato", Arial, sans-serif;
  color: #CC1523;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.2;
  text-align: center !important;
  margin: 0;
  max-width: 700px;
  margin: auto;
}

#custommerce-pl-rc .pc-b6-text p {
  font-size: 1em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b6-text p {
    font-size: 15.75px;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b6-text {
    font-size: 2em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b6-text {
    font-size: 1.75em;
  }
}

#custommerce-pl-rc .pc-p5 {
  width: 100%;
}

#custommerce-pl-rc .pc-p5 iframe {
  height: 100% !important;
}

#custommerce-pl-rc .pc-p5 label {
  z-index: 1;
}

#custommerce-pl-rc .cm-img-fluid-container {
  overflow: hidden;
}

#custommerce-pl-rc .cm-img-fluid,
#custommerce-pl-rc .cm-img-fluid.lazy {
  max-width: 100%;
  display: block;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-img-fluid,
  #custommerce-pl-rc .cm-img-fluid.lazy {
    max-width: none;
    width: 150%;
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-8,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-8 {
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-9,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-9 {
    -webkit-transform: translateX(-9%);
            transform: translateX(-9%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-10,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-10 {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-11,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-11 {
    -webkit-transform: translateX(-11%);
            transform: translateX(-11%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-12,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-12 {
    -webkit-transform: translateX(-12%);
            transform: translateX(-12%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-13,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-13 {
    -webkit-transform: translateX(-13%);
            transform: translateX(-13%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-14,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-14 {
    -webkit-transform: translateX(-14%);
            transform: translateX(-14%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-15,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-15 {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-16,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-16 {
    -webkit-transform: translateX(-16%);
            transform: translateX(-16%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-17,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-17 {
    -webkit-transform: translateX(-17%);
            transform: translateX(-17%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-20,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-20 {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-30,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-30 {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-50,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-50 {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#custommerce-pl-rc .cm-mb-3 {
  margin-bottom: 3em;
}

#custommerce-pl-rc .cm-info-box {
  color: #fff;
  text-align: center;
  border-top: 2px solid #EB1C24;
  padding: 5em 2em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-info-box {
    padding: 3em 2em;
  }
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-info-box {
    padding: 3em 2em 4em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-info-box {
    padding: 3em 1.25em;
  }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-name {
  font-family: "Lato", Arial, sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1.2;
  text-align: center !important;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-name {
    font-size: 2em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-name {
    max-width: 480px;
    margin: 0 auto;
  }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-text {
  font-family: "Lato", Arial, sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.7;
  text-align: center !important;
  margin: 0;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-text {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-text {
    max-width: 480px;
    margin: 0 auto;
  }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-product {
  max-width: 394px;
  width: 80%;
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2,
#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
  color: #fff;
  text-align: center;
  font-family: "Lato", Arial, sans-serif;
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2 {
  font-weight: bold;
  font-size: 3.5em;
  line-height: 1.2;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2 {
    font-size: 4em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2 {
    font-size: 3em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2 {
    font-size: 2.5em;
  }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.2;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
    font-size: 1em;
  }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-gf {
  margin: 1.25em auto 3em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-gf {
    margin: 1.25em auto 2em;
  }
}

#custommerce-pl-rc .pc-b11 {
  margin-bottom: 2em;
}

#custommerce-pl-rc .pc-b11 .pc-block-module {
  max-width: 1040px;
  padding: 0;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module {
    display: block;
    padding: 0 1.25em;
  }
}

#custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
  padding: 0 0 0 1.25em;
  text-align: left;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
    padding: 0 1.25em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
    padding: 2em 0 0;
  }
}

#custommerce-pl-rc .pc-b11 .pc-block-module .pc-text img {
  width: 7em;
  margin-bottom: 2em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module .pc-text img {
    margin-bottom: 1em;
  }
}

#custommerce-pl-rc .pc-b11 .pc-description {
  padding-top: 0;
  text-align: left;
}

#custommerce-pl-rc .pc-b11 .pc-description p {
  font-size: 1.25em;
  line-height: 1.6;
  max-width: 440px;
  margin: 0 0 1em;
  color: #000;
  font-family: "Lato", Arial, sans-serif;
  font-weight: normal;
  text-align: left;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .pc-b11 .pc-description p {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-description p {
    max-width: none;
  }
}

#custommerce-pl-rc .pc-b11 .pc-description p strong {
  font-weight: 900;
}

#custommerce-pl-rc .pc-b11 .pc-description p.cm-small {
  font-size: 1em;
}

#custommerce-pl-rc .pc-b11 .pc-name {
  color: #000;
  font-family: "Lato", Arial, sans-serif;
  margin-bottom: .8em;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.2;
  max-width: 440px;
  text-align: left !important;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-name {
    max-width: none;
    font-size: 1.75em;
    margin-bottom: .5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b11 .pc-name {
    font-size: 1.75em;
  }
}

#custommerce-pl-rc .pc-b11 .pc-image {
  padding-right: 1.25em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-image {
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11 .pc-image {
    padding-right: 0;
  }
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-block-module .pc-text {
  padding: 0 1.25em 0 0;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .pc-b11.pc-b11-b .pc-block-module .pc-text {
    padding: 0 1.25em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11.pc-b11-b .pc-block-module .pc-text {
    padding: 2em 0 0;
  }
}

#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;
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-name {
  text-align: left;
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-image {
  padding-right: 0;
  padding-left: 1.25em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11.pc-b11-b .pc-image {
    padding-left: 0;
  }
}

@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;
}

#custommerce-pl-rc .pc-b11 .pc-image .pc-relative::after {
  content: '';
  position: absolute;
  display: block;
  background: url("//f00.esfr.pl/si_upload/HGR/George_Foreman/1224095/img_triangle_bottom.png") right top no-repeat;
  background-size: 100%;
  right: 0;
  bottom: 0;
  width: 7.5em;
  height: 7.5em;
  z-index: 5;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-image .pc-relative::after {
    width: calc(7.5em * .8);
    height: calc(7.5em * .8);
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b11 .pc-image .pc-relative::after {
    width: calc(7.5em * .6);
    height: calc(7.5em * .6);
  }
}

@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-section-gf {
  text-align: center;
  padding: 3em 3em 4em;
  position: relative;
  margin-bottom: 2em;
}

#custommerce-pl-rc .cm-section-gf::after {
  content: '';
  position: absolute;
  display: block;
  background: url("//f00.esfr.pl/si_upload/HGR/George_Foreman/1224095/img_triangle_bottom.png") right top no-repeat;
  background-size: 100%;
  right: 0;
  bottom: 0;
  width: 7.5em;
  height: 7.5em;
  z-index: 5;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-gf::after {
    width: calc(7.5em * .8);
    height: calc(7.5em * .8);
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-gf::after {
    width: calc(7.5em * .6);
    height: calc(7.5em * .6);
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-gf {
    padding: 2em 1.25em 3em;
  }
}

#custommerce-pl-rc .cm-section-gf img {
  display: block;
  margin: 0 auto 2em;
}

#custommerce-pl-rc .cm-section-gf img.cm-gf-logo {
  width: 70%;
  max-width: 317px;
}

#custommerce-pl-rc .cm-section-gf .pc-name {
  color: #fff;
  font-family: "Lato", Arial, sans-serif;
  font-size: 2.5em;
  line-height: 1.2;
  max-width: 568px;
  text-align: center;
  margin: 0 auto .8em;
  font-weight: 300;
}

#custommerce-pl-rc .cm-section-gf .pc-name strong {
  font-weight: 900;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-gf .pc-name {
    max-width: none;
    font-size: 1.75em;
    margin-bottom: .5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-gf .pc-name {
    font-size: 1.75em;
  }
}

#custommerce-pl-rc .cm-section-gf p {
  font-size: 1.5em;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 1em;
  color: #fff;
  font-family: "Lato", Arial, sans-serif;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-gf p {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-gf p {
    max-width: none;
  }
}

#custommerce-pl-rc .cm-section-gf p strong {
  font-weight: 900;
}

#custommerce-pl-rc a.cm-button, #custommerce-pl-rc .cm-button {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  background-color: #CC1523;
  text-decoration: none;
  font-size: .75em;
  font-family: "Lato", Arial, sans-serif;
  font-weight: bold;
  padding: 1em 2em;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc a.cm-button, #custommerce-pl-rc .cm-button {
    padding: 1em 1.5em;
  }
}

#custommerce-pl-rc a.cm-button.cm-button-outline, #custommerce-pl-rc .cm-button.cm-button-outline {
  background-color: transparent;
  border: 2px solid #CC1523;
}

#custommerce-pl-rc a.cm-button.cm-button-large, #custommerce-pl-rc .cm-button.cm-button-large {
  font-size: 1.5em;
}

#custommerce-pl-rc .cm-section-warranty {
  background-color: #CC1523;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 3em 3em 8em;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-section-warranty {
    padding-bottom: 6em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-warranty {
    padding: 2em 1.25em 4em;
  }
}

#custommerce-pl-rc .cm-section-warranty .cm-warranty {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

#custommerce-pl-rc .cm-section-warranty .cm-warranty .pc-name {
  color: #fff;
  font-family: "Lato", Arial, sans-serif;
  margin-bottom: .25em;
  font-size: 3em;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-warranty .cm-warranty .pc-name {
    max-width: none;
    font-size: 1.75em;
    margin-bottom: .5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-warranty .cm-warranty .pc-name {
    font-size: 1.75em;
  }
}

#custommerce-pl-rc .cm-section-warranty .cm-warranty .pc-subname {
  color: #fff;
  font-family: "Lato", Arial, sans-serif;
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-warranty .cm-warranty .pc-subname {
    max-width: none;
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-warranty .cm-warranty .pc-subname {
    font-size: 1.25em;
  }
}

#custommerce-pl-rc .cm-section-warranty .cm-warranty p {
  font-size: 1.25em;
  line-height: 1.4;
  margin: 0 0 2em;
  color: #000;
  font-family: "Lato", Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-warranty .cm-warranty p {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-warranty .cm-warranty p {
    max-width: none;
  }
}

#custommerce-pl-rc .cm-section-warranty .cm-warranty p strong {
  font-weight: 900;
}

#custommerce-pl-rc .cm-section-warranty .cm-warranty .cm-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 2em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-warranty .cm-warranty .cm-steps {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#custommerce-pl-rc .cm-section-warranty .cm-warranty .cm-steps .cm-step {
  width: 24%;
  padding: 1em;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-warranty .cm-warranty .cm-steps .cm-step {
    width: 28%;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-warranty .cm-warranty .cm-steps .cm-step {
    width: 31%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-warranty .cm-warranty .cm-steps .cm-step {
    width: 33%;
    background: none;
  }
}

#custommerce-pl-rc .cm-section-warranty .cm-warranty .cm-steps .cm-step:hover {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.22);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.22);
  background: #CC1523;
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-warranty .cm-warranty .cm-steps .cm-step:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
  }
}

#custommerce-pl-rc .cm-section-warranty .cm-warranty .cm-steps .cm-step .pc-num {
  text-align: left;
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Lato", Arial, sans-serif;
  margin: 0;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-warranty .cm-warranty .cm-steps .cm-step .pc-num {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-warranty .cm-warranty .cm-steps .cm-step .pc-num {
    font-size: 1em;
  }
}

#custommerce-pl-rc .cm-section-warranty .cm-warranty .cm-steps .cm-step img {
  display: inline-block;
  max-width: 100%;
  margin: .5em 0;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-warranty .cm-warranty .cm-steps .cm-step img {
    max-width: 80%;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-warranty .cm-warranty .cm-steps .cm-step img {
    max-width: 100%;
  }
}

#custommerce-pl-rc .cm-section-warranty .cm-warranty .cm-steps .cm-step .pc-desc {
  color: #fff;
  text-align: center;
  font-size: 1em;
  font-weight: 900;
  font-family: "Lato", Arial, sans-serif;
  margin: 0;
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-warranty .cm-warranty .cm-steps .cm-step .pc-desc {
    font-weight: 400;
    font-size: 12px;
  }
}

#custommerce-pl-rc .cm-section-gold-small {
  position: relative;
  height: 4em;
}

#custommerce-pl-rc .cm-section-gold-small img {
  position: absolute;
  width: 12em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-section-gold-small img {
    width: 26%;
    min-width: 120px;
    -webkit-transform: translate(-50%, -45%);
            transform: translate(-50%, -45%);
  }
}

#custommerce-pl-rc .cm-footer-logo {
  text-align: center;
}

#custommerce-pl-rc .cm-footer {
  text-align: center;
  margin: auto;
  padding-top: 4em;
  padding-bottom: 4em;
  background-size: cover;
}

#custommerce-pl-rc .cm-footer img {
  max-width: 356px;
  width: 100%;
  padding: .5em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-footer img {
    max-width: 300px;
  }
}

#custommerce-pl-rc .cm-m-desc-top-3 {
  margin-top: 3em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-m-desc-top-3 {
    margin-top: 0em;
  }
}

#custommerce-pl-rc .cm-m-desc-bottom-3 {
  margin-bottom: 3em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-m-desc-bottom-3 {
    margin-bottom: 0em;
  }
}

#custommerce-pl-rc.cm-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-neonet {
  max-width: 1100px;
}

#custommerce-pl-rc.cm-ceneo .cm-header .cm-header-img img {
  width: 100%;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc.cm-ceneo .cm-header .cm-header-img img {
    height: auto;
  }
}

.sticky #top:not(.top2), .product-nav-sticky .product-nav {
  z-index: 99999;
}
