/ .product-details {}

.pd-top {}

.pd-top h1 {
  font-size: 68px;
  font-weight: 600;
  text-transform: unset;
  word-wrap: normal;
  line-height: 100%;
}
.pd-top .pt-75{
  padding-top: 75px;
}

.pd-top p {
  width: 584px;
  max-width: 100%;
}

.pd-top img {
  width: 480px;
  max-width: 100%;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.40));
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.40));
      -webkit-transform: translateZ(0);
}
.pd-top .splide__slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pd-top .splide__slide a{
  display: block;
}
.pd-top .splide__slide img{
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.40));
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.40));
      -webkit-transform: translateZ(0);
  padding: 30px 20px;
}

.features-box {
  margin: 100px 0;
  padding: 25px 35px;
  border-radius: 4px;
  border: 1px solid #000614;
}
.features-box .tables-wrapper{
  display: flex;
  gap: 20px;
}
.features-box .tables-wrapper .table-content{
  flex: 1;
}
.features-box .tables-wrapper .table-content table{
  all: unset;
  border-collapse: collapase;
  border: 0 !important;
  font-family: "DM Sans" !important;
  line-height: 100% !important;
  width: 100%;
}
.features-box .tables-wrapper .table-content table tr td,
.features-box .tables-wrapper .table-content table tr th{
  border: 1px solid #000;
  font-size: 16px !important;
}
.features-box .tables-wrapper .table-content table tr th{
  text-align: center;
  vertical-align: middle;
  background: rgba(0,0,0,0.1);
  height: auto !important;
}
.features-box .tables-wrapper .table-content table tr td,
.features-box .tables-wrapper .table-content table tr td ul li{
  font-size: 14px !important;
  height: auto !important
}
.features-box .tables-wrapper .table-content table tr{
  height: auto !important;
}

.features-box h2 {
  text-transform: uppercase;
  width: 559px;
  max-width: 100%;
  font-weight: 400;
  font-size: 32px;
  margin: 0 0 40px 0;
}

.features-box ul {
  margin-left: 20px;
  list-style: disc;
}

.features-box li {
  font-size: 16px;
}

.features-box .box-header {
  flex-wrap: wrap;
}

.features-box .box-header>div {
  max-width: 100%;
}

.features-box .btns {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.features-box .btns #btn-second {
  display: flex !important;
  align-items: center;
  gap: 15px;
}

.features-box .btns #btn-second svg {
  width: 12px;
  height: auto;
  display: block;
}

.features-box .btns #btn-second:hover svg path {
  fill: #0036bc;
}

.features-box h5 {
  font-family: "Nunito";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  margin: 20px 0 15px 0
}

.features-box a #btn-second {
  text-transform: uppercase;
  font-size: 16px;
  padding: 7px 20px;
  margin-top: 10px;
  color: #000614 !important;
  border: 1px solid #000614 !important;
  background: #EBF1FF !important;
  padding: 15px 30px !important;
  font-size: 18px !important;
  font-family: Jura;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.07em;
  text-align: center;
  white-space: nowrap;
}

.features-box a:hover {

  border: 1px solid #0036BC !important;
  color: #0036BC !important;
  background: #EBF1FF !important;

}

.did-you-know {
  margin-top: 60px;
  text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.did-you-know h3 {
  text-transform: uppercase;
  font-family: "Jura";
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 40px;
}

.other-processors {
  margin-top: 100px;
}

.other-processors h3 {
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 40px;
}

.processor-item {
  border-radius: 4px;
  margin-top: 12px;
  border: 1px solid #000614;
  padding: 20px 40px;
}

.processor-item img {
  display: block;
  margin: auto;
  width: 286px;
  max-width: 100%;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.40));
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.40));
  -webkit-transform: translateZ(0);
}

.processor-item h4 {
  text-transform: unset;
  font-weight: 400;
  font-size: 32px;
}

.processor-item p {
  font-size: 16px;
  width: 280px;
  max-width: 100%;
}

.processor-item ul {
  margin-left: 20px;
  list-style: disc;
}

.processor-item li {
  font-size: 16px;
  margin-top: 5px;
}

.processor-item #btn {
 
  margin-top: 25px;

}

.spec-sheet {

  z-index: 50;
  background: #FFF;
  text-align: center;
  padding: 10px 0;
  bottom: 0;
  /* height: 58px; */
  left: 0;
  position: fixed;
  right: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.spec-sheet a.btn {
  padding: 7px 22px;
  text-transform: uppercase;
  font-family: "Jura";
  font-size: 22px;
  color: #000614 !important;
  border: 1px solid #000614 !important;
  background: #FFFFFF !important;
  padding: 15px 30px !important;
  font-size: 18px !important;
  font-family: Jura;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.07em;
  text-align: center;
  white-space: nowrap;
}

.spec-sheet a.btn:hover {
  border: 1px solid #0036BC !important;
  color: #0036BC !important;
  background: #FFFFFF !important;

}

.spec-sheet .cta {
  background: #0036BC !important;
  color: #D8DFE4;
  padding: 15px 30px;
  font-family: Jura;
  font-size: 18px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: -0.07em;
  text-align: left;
  border-radius: 5px;
  border: none;
  text-transform: uppercase;

}

.spec-sheet a:hover {
  background: #FFFFFF !important;
  color: #000614 !important;

}

.spec-sheet .cta:hover {
  background: #1F62FF !important;
  color: #D8DFE4 !important;

}

/* .spec-sheet {
display: none; 
} */
.span12.widget-span.widget-type-custom_widget.dnd-module .spec-sheet {
  display: none;
}

#header .spec-sheet {

  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

.product-apps {
  display: flex;
  gap: 30px;
}

.product-apps>div {
  flex: 1;
}

.product-apps .apps-card {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #000614;
  display: flex;
  gap: 30px;
  max-width: 100%;
  min-height: 200px;
  align-items: center;
  transition: 0.3s;
  position: relative;
}

.product-apps>.right {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 18px;
}

.product-apps>.left .description {
  max-width: 75%;
}

.product-apps>.left .description p {
  font-size: 18px;
}

.product-apps .apps-card .left {
  position: relative;
}

.product-apps .apps-card .left img {
  max-height: 90px;
  width: auto;
  display: block;
  transition: 0.35s;
  opacity: 1;
}

.product-apps .apps-card .left img.hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.product-apps .apps-card .link-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.product-apps .apps-card:hover .left img.regular {
  opacity: 0;
}

.product-apps .apps-card:hover .left img.hover {
  opacity: 1;
}

.product-apps .apps-card:hover {
  border-color: #fff;
  background: #fff;
}

.product-apps .apps-card .right {
  flex: 1;
}

.product-apps .apps-card .right p {
  margin-bottom: 0;
  font-size: 18px;
}

.product-apps .apps-card .right h6 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
}

.product-apps>.right>div:nth-child(1) {
  margin-left: 0;
}

.product-apps>.right>div:nth-child(2) {
  margin-left: -50%;
}

@media (max-width: 991px) {
  .product-apps {
    flex-direction: column;
  }

  .product-apps>.right>div:nth-child(2) {
    margin-left: 0;
  }

  .product-apps>.left .description {
    max-width: 100%;
  }

  .product-apps .apps-card .left img {
    max-height: unset;
    max-width: 100px !important;
  }
}

/* RESPONSIVE */
@media (max-width:1200px) {
  .pd-top h1 {
    font-size: 53px;
    line-height: 55px;
  }
}

@media screen and (max-width: 768px) {
  .features-box .tables-wrapper{
    flex-direction: column;
    margin-top: 30px;
  }
  .features-box .tables-wrapper .table-content table tr td, .features-box .tables-wrapper .table-content table tr td ul li{
    font-size: 12px !important
  }
  
  .pd-top .pt-75{
    padding-top: 0;
  }
  .product-apps .apps-card {
    align-items: flex-start;
    min-height: auto;
  }

  .product-apps .apps-card {
    gap: 20px;
  }

  .product-apps .apps-card .right h6 {
    font-size: 24px;
  }

  #header .spec-sheet {
    display: block;
    text-align: center;
    width: 100%;
    height: max-content;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }

  .pd-top h1 {
    font-size: 45px;
    word-wrap: break-word;
  }

  .processor-item p {
    width: 100%;
  }

  .processor-item h4 {
    font-size: 25px;
  }

  .features-box a.btn {
    margin-top: 25px;
  }

  .other-processors h2 {
    font-size: 48px;
  }

  .features-box .btns .btn {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {

  .pd-top img {
    float: right;
  }

  .pd-top .span9 {
    padding-right: 20px;
  }

  .features-box .span4 {
    padding-right: 10px;
  }
}