@font-face {
  font-family: 'SF';
  font-style: normal;
  font-weight: 100;
  src: local('S F Light'), local('SF-Light'), url(fonts/SF/SF-UI-Text-Light.otf) format('opentype');
}
@font-face {
  font-family: 'SF';
  font-style: normal;
  font-weight: 400;
  src: local('S F Medium'), local('SF-Medium'), url(fonts/SF/SF-UI-Text-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'SF';
  font-style: normal;
  font-weight: 600;
  src: local('S F Regular'), local('SF-Regular'), url(fonts/SF/SF-UI-Text-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'SF';
  font-style: normal;
  font-weight: 700;
  src: local('S F Bold'), local('SF-Bold'), url(fonts/SF/SF-UI-Text-Bold.otf) format('opentype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/open_sans/OpenSans-light.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(fonts/open_sans/OpenSans.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/open_sans/OpenSans-semibold.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/open_sans/OpenSans-bold.woff) format('woff');
}
@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url(fonts/Montserrat/Montserrat-SemiBold.ttf);
}
body {
  background: #fff !important;
}
.woocommerce .x-container.max {
  max-width: 1170px;
}
.woocommerce .x-sidebar {
  width: 300px;
}
.woocommerce .x-main {
  width: calc(100% - 320px);
}
.woocommerce .x-main li.product {
  width: 50%;
  border: none;
  box-shadow: none;
  overflow: visible;
  margin: 0 !important;
  clear: initial !important;
  max-width: 370px;
  padding: 20px 10px;
}
.woocommerce .x-main li.product:nth-child(2n) {
  float: right;
}
.woocommerce .x-main li.product .entry-featured {
  box-shadow: none;
  width: 110px;
  text-align: center;
  vertical-align: middle;
  margin-right: 20px;
  float: left;
  transition: all .3s;
  border-bottom: none;
  overflow: visible;
}
.woocommerce .x-main li.product .entry-featured a {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  height: 110px;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  display: block;
  line-height: 110px;
  width: 110px;
  transition: all .3s;
  margin: 0 auto;
  overflow: hidden;
}
.woocommerce .x-main li.product .entry-featured img {
  min-width: auto;
  max-width: 85%;
}
.woocommerce .x-main li.product .entry-wrap {
  height: 140px;
  box-shadow: none;
  padding: 15px 0;
}
.woocommerce .x-main li.product .entry-header {
  width: calc(100% - 130px);
  float: left;
  height: 115px;
  overflow: hidden;
}
.woocommerce .x-main li.product .entry-header a h2 {
  color: #445265;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
  margin-top: 10px;
  transition: all .3s;
  max-height: 35px;
  overflow: hidden;
}
.woocommerce .x-main li.product .entry-header a h2:after {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 12px;
  margin-left: 5px;
  font-weight: normal;
  position: absolute;
  opacity: 0;
  transition: opacity .3s;
}
.woocommerce .x-main li.product .entry-header a[rel=tag] {
  border: 1px solid #C2CCDA;
  border-radius: 16px;
  background-color: #FFFFFF;
  width: auto;
  display: table;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0.2em 1em;
  color: #939FAC;
  box-shadow: none;
  margin-left: 0;
  text-transform: capitalize;
  font-family: "Open Sans";
  font-size: 11px;
  line-height: 15px;
  float: left;
}
.woocommerce .x-main li.product .entry-header a[rel=tag]:hover {
  border: 1px solid #EF5A44;
  background-color: #EF5A44;
  color: #fff;
  box-shadow: none;
}
.woocommerce .x-main li.product .entry-header .product-tags {
  height: 55px;
  overflow: hidden;
}
.woocommerce .x-main li.product:hover .star-rating-container {
  opacity: 0;
}
.woocommerce .x-main li.product:hover .entry-featured a {
  box-shadow: 0 0 30px 0 rgba(141, 151, 158, 0.2);
}
.woocommerce .x-main li.product:hover a h2 {
  color: #EF5B45 !important;
}
.woocommerce .x-main li.product:hover a h2:after {
  opacity: 1;
}
.woocommerce.single-product .x-main {
  width: 100%;
}
.woocommerce.single-product .x-main .woocommerce-product-gallery__image {
  height: 180px;
  width: 180px;
  background-color: #FFFFFF;
  box-shadow: 0 0 30px 0 rgba(141, 151, 158, 0.2);
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 180px;
  margin-bottom: 60px;
  overflow: hidden;
}
.woocommerce.single-product .x-main .woocommerce-product-gallery__image img {
  vertical-align: middle;
  max-width: 85%;
}
.woocommerce.single-product .x-main .woocommerce-product-gallery__trigger {
  display: none;
}
.woocommerce.single-product .x-main .entry-wrap {
  padding: 0px 0;
}
.woocommerce.single-product .x-main table.shop_attributes tr {
  padding-bottom: 30px;
  display: block;
}
.woocommerce.single-product .x-main table.shop_attributes tr th,
.woocommerce.single-product .x-main table.shop_attributes tr td {
  display: block;
  border: none;
  padding: 0;
}
.woocommerce.single-product .x-main table.shop_attributes tr th {
  color: #161A1C;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.woocommerce.single-product .x-main table.shop_attributes tr td {
  color: #445265;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 22px;
}
.woocommerce.single-product .x-main table.shop_attributes tr td a {
  color: #445265;
}
.x-container h1.page-title {
  color: #445265;
  font-family: "Open Sans";
  font-size: 45px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  margin-bottom: 100px;
  margin-top: 150px;
}
.x-container .x-sidebar .widget {
  margin-top: 10px;
  text-shadow: none;
}
.x-container .x-sidebar .widget.widget_text {
  margin-top: 0px;
}
.x-container .x-sidebar .widget.widget_text .custom-html-widget {
  height: auto;
  overflow: hidden;
}
.x-container .x-sidebar .widget .show-all-connectors {
  border: none;
  border-radius: 16px;
  width: auto;
  background-color: #F6F6F7;
  display: none;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0em 1.5em;
  font-size: 14px !important;
  line-height: 19px;
  height: 21px;
  vertical-align: middle;
  box-shadow: none;
  margin-left: 0;
  text-transform: capitalize;
  color: #879DB5;
}
.x-container .x-sidebar .widget .show-all-connectors.active {
  display: block;
}
.x-container .x-sidebar .widget h4 {
  color: #445265;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 15px;
}
.x-container .x-sidebar .widget.widget_text h4 {
  color: #445265;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
.x-container .x-sidebar .widget ul {
  border: none;
}
.x-container .x-sidebar .widget ul li.cat-item,
.x-container .x-sidebar .widget ul label.woof_checkbox_label,
.x-container .x-sidebar .widget ul .woocommerce-widget-layered-nav-list__item {
  border: none;
  border-radius: 16px;
  width: auto;
  background-color: #F6F6F7;
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0em 1.5em;
  font-size: 14px !important;
  line-height: 19px;
  height: 21px;
  vertical-align: middle;
  box-shadow: none;
  margin-left: 0;
  text-transform: capitalize;
  color: #879DB5;
}
.x-container .x-sidebar .widget ul li.cat-item a,
.x-container .x-sidebar .widget ul label.woof_checkbox_label a,
.x-container .x-sidebar .widget ul .woocommerce-widget-layered-nav-list__item a {
  color: inherit;
  border-bottom: none;
  font-size: 14px;
  line-height: 19px;
}
.x-container .x-sidebar .widget ul li.cat-item:hover,
.x-container .x-sidebar .widget ul label.woof_checkbox_label:hover,
.x-container .x-sidebar .widget ul .woocommerce-widget-layered-nav-list__item:hover,
.x-container .x-sidebar .widget ul li.cat-item.current-cat,
.x-container .x-sidebar .widget ul label.woof_checkbox_label.current-cat,
.x-container .x-sidebar .widget ul .woocommerce-widget-layered-nav-list__item.current-cat,
.x-container .x-sidebar .widget ul li.cat-item.chosen,
.x-container .x-sidebar .widget ul label.woof_checkbox_label.chosen,
.x-container .x-sidebar .widget ul .woocommerce-widget-layered-nav-list__item.chosen {
  background-color: #EF5A44;
  color: #fff;
  box-shadow: none;
}
.x-container .x-sidebar .widget ul li.woocommerce-widget-layered-nav-list__item span {
  display: none;
}
.x-container .x-sidebar .widget ul label.woof_checkbox_label {
  line-height: 18px;
  height: 33px;
  box-sizing: border-box;
}
.x-container .x-sidebar .widget ul label.woof_checkbox_label.woof_checkbox_label_selected {
  border: 1px solid #EF5A44;
  background-color: #EF5A44;
  color: #fff;
  font-weight: normal;
  box-shadow: none;
}
.x-container .x-sidebar .widget ul.woof_list_checkbox .icheckbox_flat-aero {
  display: none;
}
.x-container .x-sidebar .widget .tagcloud a {
  border: none;
  border-radius: 16px;
  width: auto;
  background-color: #F6F6F7;
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top: 0;
  padding: 0em 1.5em;
  font-size: 14px !important;
  line-height: 19px;
  height: 21px;
  vertical-align: middle;
  box-shadow: none;
  margin-left: 0;
  text-transform: capitalize;
  color: #879DB5;
}
.x-container .x-sidebar .widget .tagcloud a:hover,
.x-container .x-sidebar .widget .tagcloud a.current-cat {
  background-color: #EF5A44;
  color: #fff;
  box-shadow: none;
}
.x-container .woocommerce-product-search {
  text-align: center;
  margin-bottom: 50px;
}
.x-container .woocommerce-product-search input[type=submit] {
  background: url(images/search.svg);
  border: none;
  color: #333;
  position: absolute;
  box-shadow: none;
  font-size: 0;
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center;
}
.x-container .woocommerce-product-search input[type=search] {
  height: 56px;
  width: 600px;
  border: 1px solid #DAE2EE;
  border-radius: 28px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 10px 0 #EAEEF2;
  color: #000000;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  padding-left: 50px;
}
.x-container ul.products {
  column-count: 2;
  display: table;
  width: 100%;
}
.x-container .product {
  width: 100%;
  margin-top: 100px;
}
.x-container .product .product-left {
  width: 230px;
  float: left;
}
.x-container .product .product-left table.shop_attributes {
  margin-bottom: 0;
}

/*Changes / new element starts*/
.x-container .product .product-left .product-tags p {
  color: #161A1C;
  font-family: "Open Sans";
  font-size: 16px!important;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 12px;
  margin-top: 0px;
}
/*Changes / new element ends*/

.x-container .product .product-left .product-tags a[rel=tag] {
  border: 1px solid #C2CCDA;
  border-radius: 16px;
  background-color: #FFFFFF;
  width: auto;
  display: table;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0.2em 1em;
  color: #939FAC;
  box-shadow: none;
  margin-left: 0;
  text-transform: capitalize;
  font-family: "Open Sans";
  font-size: 11px;
  line-height: 15px;
  float: left;
}
.x-container .product .product-left .product-tags a[rel=tag]:hover {
  border: 1px solid #EF5A44;
  background-color: #EF5A44;
  color: #fff;
  box-shadow: none;
}
.x-container .product .product-right {
  width: calc(100% - 400px);
  float: right;
  font-family: "Open Sans";
}

/*Changes / new element starts*/
.x-container .product .product-right h1.connector-long-header {
  color: #445265;
  font-size: 45px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 20px;
  margin-top: 5px;
  font-family: "Open Sans";
}
.x-container .product .product-right p.product_title {
  color: #445265;
  font-size: 28px;
  font-weight: 700;
  line-height: 52px;
  font-family: "Open Sans";
}
.x-container .product .product-right p {
  color: #445265;
  font-size: 18px;
  line-height: 28px;
  font-family: "Open Sans";
  font-weight: 400;
}
/*Changes / new element ends*/

.x-container .product .product-right span.product_title_connectors {
  padding-top: 20px;
  color: #EF5A44;
  font-size: 15px;
  line-height: 20px;
  display: block;
}
.x-container .product .product-right .woocommerce-variation-add-to-cart {
  margin-bottom: 35px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.x-container .product .product-right .woocommerce-variation-add-to-cart .quantity {
  display: none;
}
.x-container .product .product-right .single_add_to_cart_button {
  background-color: #ED4B23;
  box-shadow: none;
  border: none;
  border-radius: 25px;
  text-shadow: none;
  color: #fff;
  float: left;
}
.x-container .product .product-right .single_add_to_cart_button:before {
  display: none;
}
.x-container .product .product-right .woocommerce-product-details__short-description {
  float: left;
}
.x-container .product .product-right .woocommerce-product-details__short-description a {
  display: inline-block;
  margin-left: 40px;
  line-height: 42px;
  color: #EF5A44;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
}
.x-container .product .product-right .woocommerce-product-details__short-description p {
  font-size: 0;
}
.x-container .product .product-right .product-description img {
  box-shadow: 0 15px 80px 0 rgba(174, 175, 175, 0.36);
  margin-top: 20px;
}
section.request {
  width: 100%;
  height: 260px;
  position: relative;
}
section.request .content {
  width: 100%;
  height: 100%;
  background-color: #455263;
  overflow: hidden;
  position: relative;
}
section.request .content h2 {
  letter-spacing: normal;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 43px;
  text-align: center;
  display: block;
  padding: 20px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
  margin-top: 100px;
  opacity: 0;
  transition: all .5s;
  font-family: 'Montserrat-ExtraBold';
}
section.request .content a {
  display: block;
  margin: 30px auto;
  height: 56px;
  width: 240px;
  border-radius: 100px;
  background-color: #FFFFFF;
  color: #455263;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  line-height: 56px;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all .3s;
}
section.request .content a:hover {
  box-shadow: 0 5px 7px 0 rgba(51, 51, 51, 0.24);
}
section.request .content p {
  margin-top: -50px;
  opacity: 0;
  transition: all .5s;
}
section.request .content.active h2 {
  margin-top: 30px;
  opacity: 1;
}
section.request .content.active p {
  margin-top: -30px;
  opacity: 1;
}
section.request .content:before {
  content: "";
  position: absolute;
  background: #455263;
  height: 0%;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transition: all .8s ease 0s;
  -moz-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  transition: all .5s ease 0s;
  width: 0%;
  border-radius: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
section.request .content.active:before {
  height: 2600px;
  width: 2600px;
  opacity: 1;
}
.clear-both {
  clear: both;
}
@media only screen and (min-width: 979px) and (max-width: 1170px) {
  .woocommerce.single-product .product .product-right {
    width: calc(100% - 250px);
  }
}
@media only screen and (max-width: 1074px) {
  .x-main li.product {
    min-width: 310px;
  }
  .x-main li.product:nth-child(2n) {
    float: left !important;
  }
}
@media only screen and (max-width: 979px) {
  .woocommerce .connectors-header-wrapper {
    width: 100%;
    float: none;
  }
  .woocommerce .x-sidebar {
    margin-top: 0;
  }
  .woocommerce.single-product .x-main {
    width: 100% !important;
    margin: 60px auto;
  }
  .woocommerce.single-product .x-main .product-left,
  .woocommerce.single-product .x-main .product-right {
    width: 100%;
    float: none;
  }
  .woocommerce.single-product .x-main .product-left .woocommerce-product-gallery__image {
    margin: 0 auto;
  }
  .woocommerce.single-product .x-main .product-left .product-tags {
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
  }
  .woocommerce.single-product .x-main .product-right {
    text-align: center;
  }
  .woocommerce.single-product .x-main .product-right .single_add_to_cart_button {
    display: none;
    float: none;
  }
  .woocommerce.single-product .x-main .product-right .woocommerce-product-details__short-description {
    display: inline-block;
    float: none;
  }
  .woocommerce.single-product .x-main .product-right .product-description {
    text-align: left;
  }
  .woocommerce.single-product .x-main table.shop_attributes {
    margin-top: 50px;
  }
  .woocommerce.single-product .x-main table.shop_attributes tr {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 786px) and (max-width: 979px) {
  .woocommerce .x-sidebar {
    width: 200px !important;
    float: left !important;
    margin-top: 0;
  }
  .woocommerce .x-main {
    float: left !important;
    width: calc(100% - 200px) !important;
  }
  .woocommerce .x-main li.product {
    width: 330px;
  }
}
@media only screen and (max-width: 786px) {
  .x-container h1.page-title {
    margin: 20px;
  }
  .x-container .woocommerce-product-search {
    margin-bottom: 20px;
  }
  .x-container .woocommerce-product-search input[type=search] {
    width: 100%;
  }
  .x-container .x-sidebar {
    margin-top: 30px;
    margin-left: -6%;
    margin-right: -6%;
    padding: 0;
    border-top: 1px solid #dde5ed;
    border-bottom: 1px solid #dde5ed;
  }
  .x-container .x-sidebar .widget {
    max-height: 0;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
    overflow: hidden;
    margin-top: 0px !important;
  }
  .x-container .x-sidebar .widget.widget_text {
    max-height: none;
    padding: 0px;
  }
  .x-container .x-sidebar .widget.widget_text h4.h-widget {
    margin: 0;
    border-top: none;
    padding: 10px;
  }
  .x-container .x-sidebar .widget.widget_text h4.h-widget:after {
    content: "\f0d7";
    font-family: FontAwesome;
    float: right;
    opacity: 1;
    -webkit-transition: transform .5s;
    transition: transform .5s;
  }
  .x-container .x-sidebar .widget h4.h-widget {
    border-top: 1px solid #dde5ed;
    padding: 10px;
    margin: 0;
  }
  .x-container .x-sidebar .widget ul.product-categories {
    border-radius: 0;
  }
  .x-container .x-sidebar .widget ul.product-categories li.cat-item,
  .x-container .x-sidebar .widget .tagcloud a.tag-cloud-link,
  .x-container .x-sidebar .widget .show-all-connectors.active,
  .x-container .x-sidebar .widget ul li.woocommerce-widget-layered-nav-list__item {
    margin-bottom: 5px;
    margin-top: 5px;
    border: none;
    line-height: 1;
    height: auto;
    display: block;
    padding: 10px;
    border-top: 1px solid #dde5ed;
    border-radius: 0;
    margin: 0;
    background: #F6F6F7;
    color: #333;
    text-align: left;
    width: 100%;
  }
  .x-container .x-sidebar .widget ul.woocommerce-widget-layered-nav-list {
    border-radius: 0;
  }
  .x-container .x-sidebar .widget ul.product-categories li.cat-item a {
    width: 100%;
    display: block;
  }
  .x-container .x-sidebar .widget .show-all-connectors.active {
    display: block !important;
  }
  .x-container .x-sidebar .widget .tagcloud {
    padding-bottom: 10px;
  }
  .x-container .x-sidebar.active .widget {
    max-height: 500px;
    margin-top: 22px;
  }
  .x-container .x-sidebar.active .widget.widget_text h4.h-widget:after {
    transform: rotate(180deg);
  }
  .x-main {
    margin-left: -4%;
    margin-right: -4%;
  }
}
@media only screen and (max-width: 670px) {
  .x-container .product {
    margin-top: 0px !important;
  }
  .x-container h1.page-title {
    font-size: 48px;
  }
  .x-container .woocommerce-product-search input[type=search] {
    height: 40px;
  }
  .x-container .woocommerce-product-search input[type=submit] {
    height: 40px;
  }
  .woocommerce .x-main li.product {
    width: 33%;
    padding: 20px 10px;
    min-width: unset;
    text-align: center;
    text-align: -webkit-center;
  }
  .woocommerce .x-main li.product .entry-featured {
    display: table-footer-group;
    width: 100%;
    float: none;
  }
  .woocommerce .x-main li.product .entry-featured a {
    line-height: 80px;
    width: 80px;
    height: 80px;
  }
  .woocommerce .x-main li.product .entry-featured img {
    max-width: 90%;
  }
  .woocommerce .x-main li.product .entry-wrap {
    height: auto;
    display: table-header-group;
  }
  .woocommerce .x-main li.product .entry-header {
    width: 100%;
    height: 35px;
  }
  .woocommerce .x-main li.product .entry-header a h2 {
    font-size: 11px;
    line-height: 14px;
  }
  .woocommerce .x-main li.product .entry-header .product-tags {
    display: none;
  }
  .woocommerce.single-product .x-main {
    margin: 60px auto;
  }
  .woocommerce.single-product .x-main .product .product-right h1.product_title {
    line-height: 52px;
    font-size: 38px;
  }
  .woocommerce.single-product .x-main .product .product-right .woocommerce-product-details__short-description a {
    margin: 0 10px;
  }
}



.x-container .woocommerce-product-search input[type=search]{
  width: 100%;
}
.x-container .product .product-right .product-description .find-solution-table td a img {
  box-shadow: none;
}

.x-container .product .product-right .find-solution-table td .single_add_to_cart_button{
  float: none;
  margin: 0 auto;
  display: block;
}

/*Changes / new element starts*/
.connectors-app-pair h2 {
  color: #445265;
  font-family: "Open Sans";
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 35px;
  text-align: center;
}

.product-description h2 {
  color: #445265;
  font-family: "Open Sans";
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 35px;
  text-align: center;
}
.product-description h3
{
  color: #445265;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.product-description h3 a
{
  color: #EF5A44;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.application-pairs-table{
  border: none;
  margin-bottom: 100px;
}
  .application-pairs-table tr{
      border: none;
      width: 100%;
      margin-top: 40px;
  }
      .application-pairs-table td{
          border: none;
          width: 33%!important;
          position: relative;
      }
          .application-pairs-table td a{
              text-align: center;
          }
              .application-pairs-table td a p{
                  color: #445265;
                  font-size: 16px;
                  font-weight: 600;
                  margin-bottom: 33.2px;
              }

              .application-pairs-table td a img{
                  box-shadow: none;
                  width: 40%;
                  margin: 0 auto;
                  display: block;
              }
              .application-pairs-table td a.first-img-connectors p{
                  margin-bottom: 10px;
              }
              .application-pairs-table td a.first-img-connectors img{
                  width: 50%;
              }
              .application-pairs-table td a.first-img-connectors-2elements img{
                width: 40%;
            }
              .application-pairs-table .or-connector{
                  position: absolute;
                  left: 45%;
                  top: 10px;
                  right: 48%;
                  text-align: center;
                  margin: 0 auto;
              }


@media screen and (max-width:500px) {
  .application-pairs-table td {
      display:block;
      width:100%!important;
                }
            }

/*Changes / new element ends*/