* {
  position: relative;
  box-sizing: border-box;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
}

.jpp-page-nav .nav-wrap {
  flex-wrap: wrap;
}

#vue-landing-page {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  min-height: 100vh;
}

html {
  scroll-behavior: smooth;
}

a {
  cursor: pointer;
  text-decoration: none;
}

#vue-landing-page h1 {
  font-size: 36pt;
  font-weight: 800;
  line-height: 38pt;
  letter-spacing: 0.1vw;
}

#vue-landing-page h2 {
  font-size: 32pt;
  font-weight: 800;
  line-height: 34pt;
}

#vue-landing-page h3,
#vue-landing-page h3 span {
  font-size: 28pt;
  font-weight: 800;
  line-height: 30pt;
}

#vue-landing-page h4 {
  font-size: 15pt;
  line-height: 18pt;
}

#vue-landing-page h5 {
  font-size: 12pt;
  line-height: 14pt;
}

#vue-landing-page p {
  font-size: 14pt;
  font-weight: 400;
  line-height: 18pt !important;
}

body > main img {
  max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page h2 {
    font-size: 30pt !important;
    line-height: 32pt !important;
  }
}

@media only screen and (max-width: 767px) {
  #vue-landing-page h1 {
    font-size: 26pt;
    line-height: 30pt;
  }

  #vue-landing-page h2 {
    font-size: 24pt;
    line-height: 26pt;
  }
  #vue-landing-page p {
    font-size: 12pt;
    line-height: 16pt;
  }

  .jpp-page-nav .nav-wrap {
    display: block;
    margin-top: 10px;
    transform: translateX(0px);
    padding-bottom: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    top: 5px;
  }

  .nav-wrap div {
    text-align: center;
    background-color: #fff;
    margin: 10px 20px;
  }

  .jpp-page-nav:before {
    position: relative;
    right: auto;
    content: "";
    top: 0;
    bottom: 0;
    width: 0;
  }

  #vue-landing-page .jpp-page-nav .nav-wrap a {
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #000 !important;
  }
}

#vue-landing-page {
  width: 100%;
  max-width: 100%;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

#vue-landing-page h1,
#vue-landing-page h2,
#vue-landing-page h3,
#vue-landing-page h4,
#vue-landing-page h5,
#vue-landing-page p {
  color: #000;
  text-transform: none;
}

#vue-landing-page p {
  font-weight: 400;
}

#vue-landing-page .orange-button {
  background-color: #f58220 !important;
  color: #fff !important;
}

#vue-landing-page section:first-child,
#vue-landing-page section:nth-of-type(2) {
  margin-top: 0;
  margin-bottom: 0;
}

#vue-landing-page section {
  margin-top: 3em;
  margin-bottom: 4em;
}

#vue-landing-page .no-margin {
  margin: 0;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.mainwrap.roland section.shop-section .flickity-viewport {
  margin-right: -30px;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.shop-section .flickity-slider {
  margin-left: 15px;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 4px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.breadcrumbs {
  background-color: #f2f6fb;
  height: 48px;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.breadcrumbs .items {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  max-width: 92%;
  width: 1500px;
  font-size: 1.2rem;
  color: #a3a3a3;
  list-style: none none;
  white-space: nowrap;
  overflow: auto;
}

.breadcrumbs .items .breadcrumbs-item {
  font-size: 12px;
  font-weight: 500;
  line-height: 48px;
  text-transform: uppercase;
}

.breadcrumbs .items .breadcrumbs-item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}

.breadcrumbs .items .breadcrumbs-item a {
  color: #0088ce;
  font-size: 12px;
  text-decoration: none;
}
#vue-landing-page a:hover,
#sns_main a:hover {
  color: #f58220;
}

.breadcrumbs .items .breadcrumbs-item:not(:last-child)::after {
  color: #353535;
  content: "/";
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  margin-bottom: 2px;
  padding: 0 5px;
  vertical-align: middle;
}

.breadcrumbs strong {
  font-weight: 400;
  color: #0088ce;
}

/* nav-bar */

#vue-landing-page .printer-nav-bar {
  margin-top: 0;
  margin-bottom: 2em;
}

.menu-list {
  display: none;
}

.nav-wrap.visible {
  max-height: 410px !important;
}

.printer-nav-bar .jpp-page-nav {
  background-color: #222222 !important;
}

.printer-nav-bar .jpp-page-nav .nav-wrap a {
  color: #fff !important;
}

#vue-landing-page .jpp-page-nav .nav-wrap a:hover {
  color: #0088ce !important;
}

@media (max-width: 1500px) {
  .jpp-page-nav:before {
    position: inherit;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .menu-list {
    font-size: 14pt;
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    gap: 30px;
    top: 10px;
    color: #fff;
  }

  .jpp-page-nav .nav-wrap {
    display: block;
    margin-top: 10px;
    transform: translateX(0px);
    padding-bottom: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    top: 5px;
  }

  .menu-list img {
    width: 20px;
  }

  .nav-wrap div {
    text-align: center;
    background-color: #fff;
    margin: 10px 20px;
  }

  #vue-landing-page .printer-nav-bar {
    margin-top: 0;
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 319px) {
  .menu-list {
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    gap: 30px;
    top: 10px;
  }

  .jpp-page-nav .nav-wrap {
    display: block;
    margin-top: 10px;
    transform: translateX(0px);
    padding-bottom: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    top: 5px;
  }

  .menu-list img {
    width: 20px;
  }

  .nav-wrap div {
    text-align: center;
    background-color: #fff;
    margin: 10px 20px;
  }

  #vue-landing-page .printer-nav-bar {
    margin-top: 0;
    margin-bottom: 2em;
  }
}
#vue-landing-page .epilog-banner {
  background: url(https://jpp.trgcdn.com/landing-pages/epilog/epilog-banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#vue-landing-page .epilog-banner .epilog-content {
  text-align: center;
  margin: auto;
  justify-content: center;
}

#vue-landing-page .epilog-banner .epilog-content img {
  width: 350px;
  height: auto;
}

#vue-landing-page .epilog-banner .epilog-content h1 {
  color: #fff;
  margin: 10px 0;
}

#vue-landing-page .epilog-banner .epilog-content p {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .epilog-banner {
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  #vue-landing-page .epilog-banner {
    height: 535px;
  }

  #vue-landing-page .epilog-banner .epilog-content {
    padding: 0 15px;
  }

  #vue-landing-page .epilog-banner .epilog-content img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 319px) {
  #vue-landing-page .epilog-banner {
    height: 550px;
  }

  #vue-landing-page .epilog-banner .epilog-content {
    padding: 0 15px;
  }
}

#vue-landing-page .flatbed-printers .flatbed-title h2 {
  font-weight: 700;
  margin: 0;
}

#vue-landing-page .flatbed-printers .flatbed-title h3 {
  font-weight: 300;
  margin: 10px 0 30px 0;
}

#vue-landing-page .flatbed-printers .flatbed-printers-section h3 {
  font-weight: 700;
  margin: 0;
}

#vue-landing-page .flatbed-printers .flatbed-printers-section h4 {
  font-size: 20pt;
  line-height: 22pt;
  font-weight: 700;
  margin: 0;
}

#vue-landing-page .flatbed-printers .flatbed-title {
  text-align: center;
}

#vue-landing-page .flatbed-printers .flatbed-printers-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 55px;
  margin: 20px 0;
}

#vue-landing-page .flatbed-printers .shop-all-btn {
  text-align: center;
  margin: 50px auto;
}

#vue-landing-page .flatbed-printers .flatbed-printers-section .col-lg-3 p {
  padding: 0 15px;
}

#vue-landing-page .flatbed-printers .flatbed-printers-section .col-lg-3 {
  background-color: #f9f9f9;
  text-align: center;
  padding: 30px 17px;
  box-shadow: 0px 7px 5px #0000001a;
  opacity: 1;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .flatbed-printers .flatbed-printers-section .col-lg-3 {
    width: 45%;
  }

  #vue-landing-page .flatbed-printers .flatbed-printers-section {
    gap: 40px;
  }

  #vue-landing-page .flatbed-printers .flatbed-title h3 {
    font-size: 20pt;
    line-height: 22pt;
  }
}

@media only screen and (max-width: 767px) {
  #vue-landing-page .flatbed-printers .flatbed-printers-section .col-lg-3 {
    width: 95%;
  }

  #vue-landing-page .flatbed-printers .flatbed-printers-section {
    gap: 40px;
  }

  #vue-landing-page .flatbed-printers .flatbed-title h3 {
    font-size: 18pt;
    line-height: 24pt;
  }
}

#vue-landing-page .laser-types .container {
  background-color: #f7f7f7;
  padding-top: 1em;
  padding-bottom: 4em;
}

#vue-landing-page .laser-types .row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: inherit;
}

#vue-landing-page .laser-types .col-lg-5 p {
  line-height: 22pt !important;
}

#vue-landing-page .laser-types .col-lg-5 ul {
  margin-bottom: 40px;
}

#vue-landing-page .laser-types .col-lg-5 ul li {
  line-height: 22pt !important;
  list-style-type: disc;
  font-size: 14pt;
  font-weight: 300;
}

#vue-landing-page .laser-types .col-lg-5 a {
  margin-left: 25px;
}

#vue-landing-page .laser-types .flickity-viewport {
  height: 600px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#vue-landing-page .laser-types .flickity-page-dots{
  bottom: -35px;
}

#vue-landing-page .laser-types .flickity-page-dots .dot {
  background-color: #ededed;
  border: 2px solid #707070;
  width: 20px;
  height: 20px;

}

#vue-landing-page .laser-types .flickity-page-dots .dot.is-selected {
  background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .laser-types .row {
    flex-direction: column;
  }
  #vue-landing-page .laser-types .flickity-viewport {
    height: 800px !important;
  }

  #vue-landing-page .laser-types .col-lg-6.laser-img {
    width: 90%;
    margin: 0 auto;
  }

  #vue-landing-page .laser-types .col-lg-5.laser-content {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  #vue-landing-page .laser-types .col-lg-6.laser-img {
    width: 70%;
    margin: 0 auto;
  }

  #vue-landing-page .laser-types .col-lg-5 p {
    text-align: start;
  }
  #vue-landing-page .laser-types .col-lg-5 ul li {
    text-align: start;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .laser-types .row {
    flex-direction: column;
  }

  #vue-landing-page .laser-types .flickity-viewport {
    height: 900px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #vue-landing-page .laser-types .col-lg-6.laser-img {
    width: 90%;
    margin: 0 auto;
  }

  #vue-landing-page .laser-types .col-lg-5.laser-content {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  #vue-landing-page .laser-types .col-lg-5 p {
    line-height: 18pt !important;
    text-align: start;
    margin-bottom: 35px;
  }
  #vue-landing-page .laser-types .col-lg-5 ul {
    padding-left: 20px;
  }

  #vue-landing-page .laser-types .col-lg-5 ul li {
    font-size: 12pt;
    line-height: 18pt !important;
    text-align: start;
    font-weight: 300;
  }
}
@media only screen and (max-width: 319px) {
  #vue-landing-page .laser-types .row {
    flex-direction: column;
  }
}

div.jpp-main-categories .category-tiles {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: calc(100% + 32px);
  transform: translateX(-16px);
  position: relative;
  justify-content: space-around;
}

.university-shop-block div.jpp-main-categories .category-tiles .tile {
  width: 23%;
  height: 250px;
  border-radius: 8px;
  padding: 16px;
  margin: 8px;
  transition: all 0.18s ease, height 0s, width 0s;
  position: relative;
}

div.jpp-main-categories .category-tiles .tile:hover {
  box-shadow: 0px 0px 12px rgba(2, 2, 2, 0.12);
}

div.jpp-main-categories .category-tiles .tile:hover h5 {
  color: #0088ce !important;
}

div.jpp-main-categories .category-tiles .tile.shop-all-btn:hover {
  box-shadow: none;
}

div.jpp-main-categories .category-tiles .tile img {
  display: block;
  margin: 0 auto;
  max-width: 94%;
  max-height: 128px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-54%);
}

#vue-landing-page .category-tiles h5 {
  color: #000;
  padding: 7px 0;
  word-spacing: 0.6px;
  font-weight: 800;
  height: 45px;
  margin: 0;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 12px;
  text-transform: none;
  text-align: center;
  transition: 0.18s ease;
}

div.jpp-main-categories .category-tiles .tile a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

div.jpp-main-categories .category-tiles .tile.shop-all-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: auto;
}

div.jpp-main-categories .category-tiles .tile.shop-all-btn a {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  div.jpp-main-categories .category-tiles {
    margin-top: 0px;
    justify-content: space-evenly;
  }

  .university-shop-block div.jpp-main-categories .category-tiles .tile {
    width: 250px;
    height: 250px;
  }

  .university-shop-block
    div.jpp-main-categories
    .category-tiles
    .tile:last-child {
    height: 130px;
    margin: auto 0;
  }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
  div.jpp-main-categories .category-tiles {
    flex-direction: row;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  #vue-landing-page .mainwrap.roland .university-shop-block .sign-title h2 {
    text-align: center;
  }

  div.jpp-main-categories {
    display: flex;
    justify-content: center;
  }

  div.jpp-main-categories .category-tiles {
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
    transform: translateX(-0px);
    margin-top: 0;
    flex-direction: row;
  }

  .university-shop-block div.jpp-main-categories .category-tiles .tile {
    width: 250px;
    height: 250px;
  }

  #vue-landing-page .category-tiles h5 {
    font-size: 12pt;
    line-height: 16pt;
    height: 50px;
    bottom: 10px;
  }

  div.jpp-main-categories .category-tiles .tile:last-child {
    margin-bottom: 0px;
    width: 200px;
    height: 130px;
  }
}

@media only screen and (max-width: 319px) {
  #vue-landing-page .mainwrap.roland .university-shop-block .sign-title h2 {
    text-align: center;
  }

  div.jpp-main-categories {
    display: flex;
    justify-content: center;
  }

  div.jpp-main-categories .category-tiles {
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
    transform: translateX(-0px);
    margin-top: 0;
    flex-direction: row;
  }

  .university-shop-block div.jpp-main-categories .category-tiles .tile {
    width: 230px;
    height: 230px;
    margin-bottom: 25px;
  }

  #vue-landing-page .category-tiles h5 {
    font-size: 12pt;
    line-height: 16pt;
    height: 40px;
    bottom: 0;
  }

  div.jpp-main-categories .category-tiles .tile:last-child {
    margin-bottom: 0px;
    width: 230px;
    height: 230px;
  }
}

#vue-landing-page .starter-kit .col-lg-6 h2 {
  font-weight: 900 !important;
  color: #013c76;
  margin: 0;
}

#vue-landing-page .starter-kit .col-lg-6 h2 span {
  font-size: 20pt;
  line-height: 24pt;
  font-weight: 400;
  color: #fff;
}

#vue-landing-page .starter-kit .col-lg-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#vue-landing-page .starter-kit {
  background: linear-gradient(to bottom, #86b9d8, #0088ce);
}

#vue-landing-page .starter-kit .col-lg-6 p {
  color: #fff;
}

#vue-landing-page .starter-kit .col-lg-6 .cta-btn a {
  background-color: #f58220 !important;
  color: #fff !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .starter-kit-content {
    padding: 1.5em 0 1em 0;
  }

  #vue-landing-page .starter-kit .col-lg-6 h2 {
    font-size: 28pt;
    line-height: 30pt;
    text-align: center;
  }

  #vue-landing-page .starter-kit .col-lg-6 h2 span {
    font-size: 16pt;
    line-height: 20pt;
  }

  #vue-landing-page .starter-kit .col-lg-6 p {
    text-align: center;
  }

  #vue-landing-page .starter-kit .col-lg-6 {
    align-items: center;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  #vue-landing-page .starter-kit-content {
    padding: 1.5em 0 1em 0;
  }
  #vue-landing-page .starter-kit .col-lg-6 h2 {
    font-size: 24pt;
    line-height: 26pt;
    text-align: center;
  }

  #vue-landing-page .starter-kit .col-lg-6 h2 span {
    font-size: 18pt;
    line-height: 22pt;
  }

  #vue-landing-page .starter-kit .col-lg-6 {
    margin-bottom: 20px;
  }

  #vue-landing-page .starter-kit .col-lg-6 p {
    text-align: center;
  }

  #vue-landing-page .starter-kit .col-lg-6 {
    align-items: center;
  }
}
.laser-comparison-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.laser-comparison-table th,
.laser-comparison-table td {
  text-align: center;
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 12pt;
  vertical-align: middle;
  width: 10%;
}

.laser-comparison-table td:first-child,
.laser-comparison-table th:first-child {
  text-align: left;
  font-weight: bold;
  width: 15%;
}

.laser-comparison-table thead {
  background-color: #004f9d;
  color: #fff;
}

.laser-comparison-table h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.mainwrap.roland .laser-comparison-table table {
  box-shadow: 0 2px 16px rgb(0 0 0 / 8%);
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}
.mainwrap.roland .laser-comparison-table table thead {
  background-color: #004f9d;
}

.mainwrap.roland
  .laser-comparison-table
  table
  thead
  tr:last-child
  th:first-child {
  width: 10%;
}
.mainwrap.roland .laser-comparison-table table tr th h2 {
  color: #fff !important;
  text-align: center;
  text-transform: uppercase;
}
.mainwrap.roland .laser-comparison-table table tr th {
  width: 10%;
  text-align: center;
  border: none;
  color: #fff !important;
  text-transform: uppercase;
  padding: 15px;
}
.mainwrap.roland .laser-comparison-table table tr th .image-container {
  width: 100%;
  margin: 0;
}
.mainwrap.roland .laser-comparison-table table tr th:first-child {
  text-align: left;
}
.mainwrap.roland
  .laser-comparison-table
  table
  tr
  th:last-child
  .image-container {
  max-height: 131px;
}
@media (max-width: 1400px) {
  .mainwrap.roland
    .laser-comparison-table
    table
    tr
    th:last-child
    .image-container {
    max-height: 109px;
  }
}
@media (max-width: 1199px) {
  .mainwrap.roland
    .laser-comparison-table
    table
    tr
    th:last-child
    .image-container {
    max-height: 90px;
  }
}
@media (max-width: 991px) {
  .mainwrap.roland
    .laser-comparison-table
    table
    tr
    th:last-child
    .image-container {
    max-height: 62px;
  }
}
.mainwrap.roland .laser-comparison-table table tr td {
  text-align: center;
  border: 1px solid #ccc;
  font-weight: 400;
  padding: 15px;
  width: 10%;
}
.mainwrap.roland .laser-comparison-table table tr td:first-child {
  text-align: left;
  font-weight: 700;
}
.mainwrap.roland .laser-comparison-table table tr td[colspan="5"] {
  border: none;
  padding: 10px;
}
.mainwrap.roland .laser-comparison-table table tr td[colspan="5"] table {
  border: 1px solid transparent;
  box-shadow: none;
}
#laser-comparison .table .specs span {
  font-weight: bold;
}

#laser-comparison .table .specs span.bracket {
  font-weight: 300;
  font-style: italic;
}

#laser-comparison .laser-comparison-table table tr td:first-child {
  vertical-align: middle;
  font-size: 12pt;
  font-weight: 700;
}

#laser-comparison .laser-comparison-table table tr:last-child td {
  line-height: 17pt;
}

#laser-comparison .laser-comparison-table table tr:last-child td a {
  text-decoration: underline;
  font-weight: 800;
}

#laser-comparison .laser-comparison-table table tr td {
  font-size: 12pt;
  line-height: 20pt;
  vertical-align: middle;
}

#laser-comparison .laser-comparison-table table tr td span {
  display: block;
}

#laser-comparison .laser-comparison-table table tr td[colspan="11"] {
  padding: 0;
}

#laser-comparison
  .laser-comparison-table
  table
  thead
  tr:last-child
  th:first-child {
  font-size: 12pt;
}

#laser-comparison .laser-comparison-table table tr th {
  font-size: 12pt;
}

#laser-comparison .laser-comparison-table table thead {
  height: 230px;
}

#laser-comparison .laser-comparison-table table td span.text-italic {
  font-weight: lighter;
  font-style: italic;
}

#laser-comparison .laser-comparison-table .shop-now-btn {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

@media (min-width: 320px) and (max-width: 768px) {
  .desktop-table {
    display: none !important;
  }
}

@media (min-width: 769px) and (max-width: 1400px) {
  .desktop-table {
    display: none !important;
  }
}

/* Mobile table view  */

.mobile-table .mob-tb-content {
  box-shadow: 0 2px 16px rgb(0 0 0 / 8%);
}

.mobile-table {
  display: none;
}

@media (max-width: 768px) {
  .mobile-table {
    display: block !important;
  }
}

@media (min-width: 769px) and (max-width: 1400px) {
  .mobile-table {
    display: block !important;
  }
}

.mobile-table .shop-now-btn {
  text-align: center;
  margin-top: 40px;
}

.mobile-table .mob-tb-content .faq-container {
  border-bottom: 1px solid #fff;
}

.mobile-table .mob-tb-content .faq-question {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #4686c6;
}

.mobile-table .mob-tb-content .faq-container::after {
  content: "";
  display: block;
  background-color: #fff;
  position: relative;
  height: 0px;
  width: 95%;
  top: -2px;
  bottom: 0;
  margin: auto;
}

.mobile-table .mob-tb-content .faq-question span {
  font-weight: 600;
  margin-left: 0;
  font-size: 16pt !important;
  line-height: 22pt !important;
  color: #fff;
}

.mobile-table .mob-tb-content .faq-answer {
  display: none;
}

.mobile-table .mob-tb-content .faq-answer tr td:first-child {
  font-size: 14pt;
  line-height: 20pt;
  font-weight: 700;
  vertical-align: middle;
  background-color: #fff;
  border-right: 1px solid #707070;
}

.mobile-table .mob-tb-content .faq-answer tr td:last-child {
  font-size: 14pt;
  line-height: 20pt;
  text-align: center;
  font-weight: 500;
  background-color: #fff;
}
.mobile-table .mob-tb-content .faq-answer tr:last-child td a {
  text-decoration: underline;
  font-weight: 800;
}

.mobile-table .mob-tb-content .faq-answer table tr:last-child td {
  line-height: 17pt;
}

.mobile-table .mob-tb-content .faq-answer tr td:last-child span {
  display: block;
}

.mobile-table .mob-tb-content td p img.cross-tick {
  top: 7px;
}

.mobile-table .mob-tb-content .faq-answer table {
  width: 100%;
  border-collapse: collapse;
}

.mobile-table .mob-tb-content .faq-answer th,
.mobile-table .mob-tb-content .faq-answer td {
  padding: 20px 10px;
  border-bottom: 1px solid #707070;
  text-align: left;
}

.mobile-table .mob-tb-content .faq-answer th {
  background-color: #eee;
  font-weight: bold;
}

.mobile-table .mob-tb-content h3 {
  font-size: 25px !important;
  line-height: 30px !important;
  color: #fff !important;
  text-align: center;
  text-transform: capitalize !important;
}

.mobile-table .mob-tb-content .table-heading {
  padding: 30px;
  background-color: #004f9d !important;
}

.mobile-table .mob-tb-content .faq-question span.toggle-icon {
  font-size: 40px !important;
}

.mobile-table .mob-tb-content .faq-answer p.specs span {
  font-weight: 600;
}

.mobile-table .mob-tb-content .faq-answer p.specs span.bracket {
  font-weight: 300;
  font-style: italic;
}

.mobile-table .mob-tb-content .faq-answer p.specs,
.mobile-table .mob-tb-content .faq-answer p {
  font-weight: 500;
  font-style: italic;
}

.mobile-table .mob-tb-content .faq-answer .text-italic {
  font-weight: 300;
  font-style: italic;
}
