#single-rcpo-header .product-image .product-image-inner {
  position: relative;
  background: #201f24;
}
#single-rcpo-header .product-image .product-image-inner .swiper .product-gallery-pagination {
  bottom: 50px;
}
#single-rcpo-header .product-image .product-image-inner #open-lightbox {
  position: absolute;
  z-index: 100;
  right: 40px;
  bottom: 50px;
  width: 88px;
  height: 44px;
  cursor: pointer;
  border-radius: 100px;
  background: #2f2f2f;
}
#single-rcpo-header .product-image .product-image-inner #open-lightbox i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 20px;
  font-size: 2rem;
}
#single-rcpo-header .product-info .product-info-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  min-height: 100%;
  padding: 0 50px;
  background: #000000;
}
#single-rcpo-header .product-info .product-info-inner .product-model {
  margin: 0 0 10px 0;
}
#single-rcpo-header .product-info .product-info-inner .product-model-ref {
  margin: 0 0 30px 0;
}
#single-rcpo-header .product-info .product-info-inner .product-model-price {
  margin: 0 0 30px 0;
}
#single-rcpo-header .product-info .product-info-inner .cart {
  float: left;
  width: 100%;
}
#single-rcpo-header .product-info .product-info-inner .cart .added_to_cart {
  margin-right: 15px;
  font-weight: 500;
}
#single-rcpo-header .product-info .product-info-inner .cart .primary-link-cpo {
  position: relative;
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal !important;
  cursor: pointer;
  white-space: normal;
  color: #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  border-width: 0;
  border-style: solid;
  border-color: #127749;
  border-radius: 30px;
  background: #127749;
  box-shadow: none;
  transition: all 0.25s;
}
#single-rcpo-header .product-info .product-info-inner .cart .primary-link-cpo:before {
  display: none;
  content: "Aggiunto";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #127749;
}
#single-rcpo-header .product-info .product-info-inner .cart .primary-link-cpo:hover {
  color: #FFFFFF;
  border-color: #006039;
  background: #006039;
}
#single-rcpo-header .product-info .product-info-inner .cart .primary-link-cpo.added:before {
  display: block;
}
#single-rcpo-header .product-info .product-info-inner .product-contact-links {
  margin: 40px 0 0 0;
}
#single-rcpo-header .product-info .product-info-inner .product-contact-links .single-rb-contacts-link {
  margin: 0 0 10px 0;
}
#single-rcpo-header .product-info .product-info-inner .product-contact-links .single-rb-contacts-link .icon-link {
  color: #FFFFFF !important;
}
#single-rcpo-header .product-info .product-info-inner .product-contact-links .single-rb-contacts-link .icon-link .icon-link-icon {
  color: #FFFFFF !important;
  background: #2c2c30;
}
#single-rcpo-header .product-info .product-info-inner .product-contact-links .single-rb-contacts-link .icon-link:hover, #single-rcpo-header .product-info .product-info-inner .product-contact-links .single-rb-contacts-link .icon-link:focus {
  color: #FFFFFF !important;
}
#single-rcpo-header .product-info .product-info-inner .product-contact-links .single-rb-contacts-link .icon-link:hover .icon-link-icon, #single-rcpo-header .product-info .product-info-inner .product-contact-links .single-rb-contacts-link .icon-link:focus .icon-link-icon {
  color: #FFFFFF !important;
}
#single-rcpo-header .product-info .product-info-inner .product-contact-links .single-rb-contacts-link:last-child {
  margin: 0;
}
#single-rcpo-header .product-info .product-info-inner .product-model-others {
  padding: 15px 0 0 0;
  margin: 40px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#single-rcpo-header .product-info .product-info-inner .product-model-others.mobile-version {
  display: none;
}

@media only screen and (max-width: 1199.98px) {
  #single-rcpo-header {
    padding-bottom: 60px !important;
  }
  #single-rcpo-header .product-image {
    order: 0;
  }
  #single-rcpo-header .product-info {
    order: 1;
  }
  #single-rcpo-header .product-info .product-info-inner {
    display: block;
    min-height: auto;
    padding: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  #single-rcpo-header .product-image .product-image-inner .swiper .product-gallery-pagination {
    bottom: 20px;
  }
  #single-rcpo-header .product-image .product-image-inner #open-lightbox {
    right: 30px;
    bottom: 50px;
    width: 70px;
    height: 36px;
  }
  #single-rcpo-header .product-image .product-image-inner #open-lightbox i {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #single-rcpo-header .product-info .product-info-inner {
    padding: 50px 30px;
  }
  #single-rcpo-header .product-info .product-info-inner .product-contact-links .single-rb-contacts-link {
    display: block;
    width: auto;
    min-height: auto;
    padding: 0;
    margin: 0 12px !important;
  }
  #single-rcpo-header .product-info .product-info-inner .product-contact-links .single-rb-contacts-link .icon-link {
    padding: 0;
  }
  #single-rcpo-header .product-info .product-info-inner .product-contact-links .single-rb-contacts-link .icon-link .icon-link-icon {
    float: left;
    position: relative;
    top: auto;
    left: auto;
  }
  #single-rcpo-header .product-info .product-info-inner .product-contact-links .single-rb-contacts-link .icon-link .icon-link-text {
    display: none;
  }
  #single-rcpo-header .product-info .product-info-inner .product-contact-links .single-rb-contacts-link:first-child {
    margin-left: 0 !important;
  }
  #single-rcpo-header .product-info .product-info-inner .product-contact-links .single-rb-contacts-link:last-child {
    margin-right: 0 !important;
  }
  #single-rcpo-header .product-info .product-info-inner .product-model-others {
    margin: 30px 0 0 0;
  }
  #single-rcpo-header .product-info .product-info-inner .product-model-others.desktop-version {
    display: none;
  }
  #single-rcpo-header .product-info .product-info-inner .product-model-others.mobile-version {
    display: block;
  }
}
@media only screen and (max-width: 575.98px) {
  #single-rcpo-header .product-image .product-image-inner #open-lightbox {
    right: 20px;
    width: 60px;
    height: 32px;
  }
  #single-rcpo-header .product-image .product-image-inner #open-lightbox i {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#single-rcpo-gallery {
  padding-top: 30px !important;
}

@media only screen and (max-width: 1199.98px) {
  #single-rcpo-gallery {
    display: none !important;
  }
}
.box360-container {
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.box360-container.show-lightbox {
  opacity: 1;
  visibility: visible;
}
.box360-container #close-lightbox-rcpo {
  position: absolute;
  z-index: 100000;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
.box360-container #close-lightbox-rcpo i {
  color: #FFFFFF;
  font-size: 14px;
  font-size: 1.4rem;
}
.box360-container .rb-container {
  height: 100%;
}
.box360-container .rb-container .row {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.box360-container .custom-slider-cl {
  float: left;
  width: 100%;
  max-width: 100% !important;
  overflow: visible !important;
  background: transparent !important;
}
.box360-container .custom-slider-cl .spinner {
  margin-top: 0 !important;
}
.box360-container .custom-slider-cl .full-screen-product {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}
.box360-container .custom-slider-cl .full-screen-product .nav_bar {
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
  transform: none;
}
.box360-container .custom-slider-cl .full-screen-product .nav_bar .btnPrev,
.box360-container .custom-slider-cl .full-screen-product .nav_bar .btnNext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background: #2f2f2f;
}
.box360-container .custom-slider-cl .full-screen-product .nav_bar .btnPrev:before,
.box360-container .custom-slider-cl .full-screen-product .nav_bar .btnNext:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-family: "Hausmann";
  font-size: 14px;
  font-size: 1.4rem;
}
.box360-container .custom-slider-cl .full-screen-product .nav_bar .btnPrev span,
.box360-container .custom-slider-cl .full-screen-product .nav_bar .btnNext span {
  display: none;
}
.box360-container .custom-slider-cl .full-screen-product .nav_bar .btnPrev {
  left: -70px;
}
.box360-container .custom-slider-cl .full-screen-product .nav_bar .btnPrev:before {
  content: "\e800";
}
.box360-container .custom-slider-cl .full-screen-product .nav_bar .btnNext {
  right: -70px;
}
.box360-container .custom-slider-cl .full-screen-product .nav_bar .btnNext:before {
  content: "\e802";
}
.box360-container .custom-slider-cl .full-screen-product .nav_bar .btnPlay {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: auto !important;
  height: 32px !important;
}
.box360-container .custom-slider-cl .full-screen-product .nav_bar .btnPlay:before {
  content: "\e812";
  color: #FFFFFF;
  font-family: "Hausmann";
  font-size: 32px;
  font-size: 3.2rem;
}
.box360-container .custom-slider-cl .full-screen-product .nav_bar .btnPlay span {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .box360-container #close-lightbox-rcpo {
    top: 30px;
    right: 30px;
  }
  .box360-container #close-lightbox-rcpo i {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .box360-container .custom-slider-cl .full-screen-product .nav_bar .btnPrev,
  .box360-container .custom-slider-cl .full-screen-product .nav_bar .btnNext {
    display: none !important;
  }
  .box360-container .custom-slider-cl .full-screen-product .nav_bar .btnPlay {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: -70px;
    width: auto !important;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 20px 0;
  letter-spacing: normal;
  color: #452c1e;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
}

.headline70,
.headline50,
.headline36,
.headline30,
.headline26 {
  font-family: Helvetica, Arial, sans-serif;
}
.headline70 p, .headline70 span,
.headline50 p,
.headline50 span,
.headline36 p,
.headline36 span,
.headline30 p,
.headline30 span,
.headline26 p,
.headline26 span {
  font-family: Helvetica, Arial, sans-serif;
}

.headline70 {
  line-height: 1.1;
  font-size: 70px;
  font-size: 7rem;
}

.headline50 {
  line-height: 1.2;
  font-size: 50px;
  font-size: 5rem;
}

.headline36 {
  line-height: 1.2;
  font-size: 36px;
  font-size: 3.6rem;
}

.headline30 {
  line-height: 1.2;
  font-size: 30px;
  font-size: 3rem;
}

.headline26 {
  line-height: 1.2;
  font-size: 26px;
  font-size: 2.6rem;
}

h2:not(.title).headline70, h2:not(.title).headline50, h2:not(.title).headline36, h2:not(.title).headline30, h2:not(.title).headline26 {
  font-family: Helvetica, Arial, sans-serif;
}
h2:not(.title).headline70 {
  line-height: 1.1;
  font-size: 70px;
  font-size: 7rem;
}
h2:not(.title).headline50 {
  line-height: 1.2;
  font-size: 50px;
  font-size: 5rem;
}
h2:not(.title).headline36 {
  line-height: 1.2;
  font-size: 36px;
  font-size: 3.6rem;
}
h2:not(.title).headline30 {
  line-height: 1.2;
  font-size: 30px;
  font-size: 3rem;
}
h2:not(.title).headline26 {
  line-height: 1.2;
  font-size: 26px;
  font-size: 2.6rem;
}

.body24,
.fixed22,
.body20,
.body16,
.legend16,
.fixed16,
.legend14,
.fixed14 {
  line-height: 1.2;
  color: #212121;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.body24 p,
.fixed22 p,
.body20 p,
.body16 p,
.legend16 p,
.fixed16 p,
.legend14 p,
.fixed14 p {
  font-family: Helvetica, Arial, sans-serif !important;
}

.body24 {
  line-height: 1.2;
  font-size: 24px;
  font-size: 2.4rem;
}

.fixed22 {
  line-height: 1.6;
  font-size: 22px;
  font-size: 2.2rem;
}

.body20 {
  line-height: 1.6;
  font-size: 20px;
  font-size: 2rem;
}

.body16 {
  line-height: 1.1;
  font-size: 16px;
  font-size: 1.6rem;
}

.legend16 {
  line-height: 1.1;
  font-size: 16px;
  font-size: 1.6rem;
}

.fixed16 {
  line-height: 1.1;
  font-size: 16px;
  font-size: 1.6rem;
}

.legend14 {
  line-height: 1.1;
  font-size: 14px;
  font-size: 1.4rem;
}

.fixed14 {
  line-height: 1.1;
  font-size: 14px;
  font-size: 1.4rem;
}

p:last-child {
  margin-bottom: 0;
}

.quote50 {
  line-height: 1.3;
  font-family: Georgia, sans-serif;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 400;
}

.text-white {
  color: #FFFFFF;
}

.text-dark-brown {
  color: #452c1e;
}

b,
strong {
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.fw-800 {
  font-weight: 800;
}

.fw-700 {
  font-weight: 700;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.fw-300 {
  font-weight: 300;
}

.fw-200 {
  font-weight: 200;
}

.fw-100 {
  font-weight: 100;
}

.arrow-link {
  position: relative;
  line-height: 1.1;
  padding: 0 15px 0 0;
  color: #127749 !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  transition: all 0.25s;
}
.arrow-link i {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
}
.arrow-link:hover, .arrow-link:focus {
  color: #212121 !important;
}

.icon-link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 36px;
  line-height: 1.1;
  padding: 0 0 0 44px;
  cursor: pointer;
  color: #452c1e !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  transition: all 0.25s;
}
.icon-link .icon-link-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #452c1e !important;
  font-size: 10px;
  font-size: 1rem;
  border-radius: 50%;
  background: #F9F7F4;
  transition: all 0.25s;
}
.icon-link:hover, .icon-link:focus {
  color: #127749 !important;
}
.icon-link:hover .icon-link-icon, .icon-link:focus .icon-link-icon {
  color: #127749 !important;
}
.icon-link.no-text {
  display: block;
  padding: 0;
}
.icon-link.no-text .icon-link-icon {
  float: left;
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
}

@media only screen and (max-width: 1679.98px) {
  .headline70 {
    font-size: 56px;
    font-size: 5.6rem;
  }
  .headline50 {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .headline36 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .headline30 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .headline26 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  h2:not(.title).headline70 {
    font-size: 56px;
    font-size: 5.6rem;
  }
  h2:not(.title).headline50 {
    font-size: 42px;
    font-size: 4.2rem;
  }
  h2:not(.title).headline36 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  h2:not(.title).headline30 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  h2:not(.title).headline26 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .body24 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .body20 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .body16 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .legend16 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .legend14 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .quote50 {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1199.98px) {
  .headline70 {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .headline50 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .headline36 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .headline30 {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .headline26 {
    font-size: 23px;
    font-size: 2.3rem;
  }
  h2:not(.title).headline70 {
    font-size: 46px;
    font-size: 4.6rem;
  }
  h2:not(.title).headline50 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  h2:not(.title).headline36 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  h2:not(.title).headline30 {
    font-size: 23px;
    font-size: 2.3rem;
  }
  h2:not(.title).headline26 {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .body24 {
    font-size: 20px;
    font-size: 2rem;
  }
  .body20 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .body16 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .legend16 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .legend14 {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .quote50 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .headline70 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .headline50 {
    font-size: 30px;
    font-size: 3rem;
  }
  .headline36 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .headline30 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .headline26 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  h2:not(.title).headline70 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  h2:not(.title).headline50 {
    font-size: 30px;
    font-size: 3rem;
  }
  h2:not(.title).headline36 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h2:not(.title).headline30 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  h2:not(.title).headline26 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .body24 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .body20 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .body16 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .legend16 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .legend14 {
    font-size: 10px;
    font-size: 1rem;
  }
  .quote50 {
    font-size: 30px;
    font-size: 3rem;
  }
}
#single-rcpo-ksp .section-content .accordion-block .accordion-item {
  border-bottom: 1px solid #D4D4D4;
}
#single-rcpo-ksp .section-content .accordion-block .accordion-item .accordion-item-title {
  position: relative;
  padding: 20px 40px 20px 0;
  cursor: pointer;
}
#single-rcpo-ksp .section-content .accordion-block .accordion-item .accordion-item-title:before {
  content: "\e80e";
  position: absolute;
  top: 24px;
  right: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  color: #452c1e;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Hausmann";
}
#single-rcpo-ksp .section-content .accordion-block .accordion-item .accordion-item-text {
  display: none;
  padding: 0 0 20px 0;
}
#single-rcpo-ksp .section-content .accordion-block .accordion-item.open .accordion-item-title:before {
  content: "\e80f";
}

@media only screen and (max-width: 991.98px) {
  #single-rcpo-ksp .section-image {
    order: 1;
    margin-top: 40px;
  }
  #single-rcpo-ksp .section-content {
    order: 0;
  }
}
#single-rcpo-specs .rb-container-inner {
  padding: 10vh 8%;
  background: #F4EFEA;
}
#single-rcpo-specs .rb-container-inner .specs-block .spec-item {
  margin: 0 0 20px 0;
}
#single-rcpo-specs .rb-container-inner .specs-block .spec-item:last-child {
  margin: 0;
}

@media only screen and (max-width: 991.98px) {
  #single-rcpo-specs .rb-container-inner {
    padding: 8vh 8%;
  }
}
@media only screen and (max-width: 767.98px) {
  #single-rcpo-specs .rb-container-inner {
    padding: 7vh 8%;
  }
  #single-rcpo-specs .rb-container-inner .specs-block {
    margin-bottom: 20px;
  }
  #single-rcpo-specs .rb-container-inner .specs-block:last-child {
    margin-bottom: 0;
  }
}
#single-rcpo-contacts-form .rb-container-inner {
  padding: 60px 25px 80px 25px;
  background: #FFFFFF;
}

@media only screen and (max-width: 767.98px) {
  #single-rcpo-contacts-form .rb-container-inner {
    padding: 40px 25px;
  }
}
#rcpo-watch-related .row {
  display: flex;
  justify-content: center;
}
#rcpo-watch-related .section-content .related-title {
  margin: 0 0 60px 0;
}
#rcpo-watch-related .section-content .rcpo-watches-list .rcpo-watches-item {
  padding-left: 4px;
  padding-right: 4px;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin: 0 !important;
}
#rcpo-watch-related .section-content .rcpo-watches-list .rcpo-watches-item:last-child {
  display: none !important;
}

@media only screen and (max-width: 991.98px) {
  #rcpo-watch-related .section-content .rcpo-watches-list .rcpo-watches-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767.98px) {
  #rcpo-watch-related .section-content .related-title {
    margin: 0 0 40px 0;
  }
  #rcpo-watch-related .section-content .rcpo-watches-list .rcpo-watches-item {
    padding-left: 3px;
    padding-right: 3px;
  }
}
