/*! Tablesaw - v3.1.2 - 2019-03-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2019 Filament Group; Licensed MIT */
/*! Tablesaw - v3.1.2 - 2019-03-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2019 Filament Group; Licensed MIT */
/* line 8, ../scss/tablesaw.stackonly.scss */
.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0;
}

/* line 17, ../scss/tablesaw.stackonly.scss */
.tablesaw * {
  box-sizing: border-box;
}

/* line 21, ../scss/tablesaw.stackonly.scss */
.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
/* Support note IE9+: @media only all */
@media only all {
  /* Show the table cells as a block level element */
  /* line 33, ../scss/tablesaw.stackonly.scss */
  .tablesaw-stack {
    clear: both;
  }

  /* line 37, ../scss/tablesaw.stackonly.scss */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }

  /* line 43, ../scss/tablesaw.stackonly.scss */
  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */
  /* line 50, ../scss/tablesaw.stackonly.scss */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: inline-block;
    padding: 0 .6em 0 0;
    width: 30%;
  }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  /* line 59, ../scss/tablesaw.stackonly.scss */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }

  /* line 66, ../scss/tablesaw.stackonly.scss */
  .tablesaw-cell-label {
    display: block;
  }

  /* Avoid double strokes when stacked */
  /* line 72, ../scss/tablesaw.stackonly.scss */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */
  /* line 78, ../scss/tablesaw.stackonly.scss */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}
/* line 8, ../scss/2020.scss */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 14, ../scss/2020.scss */
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 19, ../scss/2020.scss */
#breadcrumbs {
  padding-top: 3rem;
  font-size: 12px;
}

/* line 25, ../scss/2020.scss */
.banner-innerout.banner-innerout--distrubiton-transformer-product {
  background: transparent;
}
/* line 28, ../scss/2020.scss */
.banner-innerout.banner-innerout--distrubiton-transformer-product .banner-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  background: transparent;
}
/* line 33, ../scss/2020.scss */
.banner-innerout.banner-innerout--distrubiton-transformer-product .banner-inner ul, .banner-innerout.banner-innerout--distrubiton-transformer-product .banner-inner ol, .banner-innerout.banner-innerout--distrubiton-transformer-product .banner-inner li, .banner-innerout.banner-innerout--distrubiton-transformer-product .banner-inner p, .banner-innerout.banner-innerout--distrubiton-transformer-product .banner-inner a {
  color: #111010;
  font-size: 18px;
  font-weight: normal;
}
/* line 39, ../scss/2020.scss */
.banner-innerout.banner-innerout--distrubiton-transformer-product .banner-inner ul, .banner-innerout.banner-innerout--distrubiton-transformer-product .banner-inner ol {
  padding-left: 1rem;
}
/* line 42, ../scss/2020.scss */
.banner-innerout.banner-innerout--distrubiton-transformer-product .banner-inner ul li, .banner-innerout.banner-innerout--distrubiton-transformer-product .banner-inner ol li {
  font-family: "open_sansregular", Arial, Helvetica, sans-serif;
}
/* line 48, ../scss/2020.scss */
.banner-innerout.banner-innerout--distrubiton-transformer-product .banner-inner ul li {
  list-style: disc;
}
/* line 54, ../scss/2020.scss */
.banner-innerout.banner-innerout--distrubiton-transformer-product .banner-inner ol li {
  list-style: decimal;
}
/* line 59, ../scss/2020.scss */
.banner-innerout.banner-innerout--distrubiton-transformer-product .banner-inner strong {
  font-family: open_sansbold;
}
/* line 63, ../scss/2020.scss */
.banner-innerout.banner-innerout--distrubiton-transformer-product .banner-inner .cta-btn {
  height: auto;
  padding: 0.3rem 2rem;
  margin-top: 1rem;
  color: #ffffff;
  border-radius: 5px;
  box-shadow: none;
  text-transform: uppercase;
  text-align: center;
}
/* line 72, ../scss/2020.scss */
.banner-innerout.banner-innerout--distrubiton-transformer-product .banner-inner .cta-btn .fa {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: .5rem;
  font-size: 25px;
}
/* line 79, ../scss/2020.scss */
.banner-innerout.banner-innerout--distrubiton-transformer-product .banner-inner .cta-btn span {
  font-size: 18px;
}
/* line 84, ../scss/2020.scss */
.banner-innerout.banner-innerout--distrubiton-transformer-product .banner-inner .medium-6 {
  margin-bottom: 10px;
}
/* line 90, ../scss/2020.scss */
.banner-innerout.banner-innerout--distrubiton-transformer-product aside h2 {
  font-size: 24px;
  text-transform: none;
}
/* line 96, ../scss/2020.scss */
.banner-innerout.banner-innerout--distrubiton-transformer-product figure {
  margin-bottom: 1rem;
}
/* line 99, ../scss/2020.scss */
.banner-innerout.banner-innerout--distrubiton-transformer-product figure img {
  border-radius: 0;
}
/* line 107, ../scss/2020.scss */
.banner-innerout.quote-footer-link .banner-inner {
  padding-top: 0;
}
/* line 110, ../scss/2020.scss */
.banner-innerout.quote-footer-link .banner-inner .cta-btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 255px;
  margin: 3rem auto 2rem;
}

/* line 121, ../scss/2020.scss */
.product-video-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 49px;
  padding: 1rem;
  margin: 1rem 1rem 1rem 0;
  background-color: #13B4D4;
}
@media only screen and (min-width: 40.0625em) {
  /* line 121, ../scss/2020.scss */
  .product-video-icon {
    width: 81px;
    height: 81px;
  }
}
/* line 136, ../scss/2020.scss */
.product-video-icon:hover {
  background-color: #0f8ca5;
  text-decoration: none;
}
/* line 141, ../scss/2020.scss */
.product-video-icon .fa {
  font-size: 22px;
  color: #ffffff;
}

/* line 147, ../scss/2020.scss */
#productVideoModal {
  padding: 3.5rem 1rem 1rem !important;
}
/* line 150, ../scss/2020.scss */
#productVideoModal .close-reveal-modal {
  color: #aaaaaa !important;
}

/* line 155, ../scss/2020.scss */
.distribution-transformer-product-tabs {
  padding-top: 1rem;
}
@media only screen and (min-width: 40.0625em) {
  /* line 155, ../scss/2020.scss */
  .distribution-transformer-product-tabs {
    display: flex;
  }
}
/* line 162, ../scss/2020.scss */
.distribution-transformer-product-tabs .tab-title, .distribution-transformer-product-tabs dd {
  text-align: center;
}
@media only screen and (min-width: 40.0625em) {
  /* line 162, ../scss/2020.scss */
  .distribution-transformer-product-tabs .tab-title, .distribution-transformer-product-tabs dd {
    flex-grow: 1;
    flex-basis: 0;
  }
  /* line 171, ../scss/2020.scss */
  .distribution-transformer-product-tabs .tab-title:not(:last-of-type), .distribution-transformer-product-tabs dd:not(:last-of-type) {
    margin-right: 1rem;
  }
}
/* line 177, ../scss/2020.scss */
.distribution-transformer-product-tabs .tab-title.active a, .distribution-transformer-product-tabs dd.active a {
  color: #00718F;
  text-decoration: none;
}
/* line 185, ../scss/2020.scss */
.distribution-transformer-product-tabs .tab-title.tab-title--product-specifications.active a, .distribution-transformer-product-tabs dd.tab-title--product-specifications.active a {
  background-color: #EDEDED;
}
/* line 193, ../scss/2020.scss */
.distribution-transformer-product-tabs .tab-title.tab-title--product-downloads.active a, .distribution-transformer-product-tabs dd.tab-title--product-downloads.active a {
  background-color: #13B4D4;
  color: #ffffff;
}
/* line 202, ../scss/2020.scss */
.distribution-transformer-product-tabs .tab-title.tab-title--product-ancillaries.active a, .distribution-transformer-product-tabs dd.tab-title--product-ancillaries.active a {
  background-color: #EDEDED;
}
/* line 208, ../scss/2020.scss */
.distribution-transformer-product-tabs .tab-title a, .distribution-transformer-product-tabs dd a {
  font-family: "open_sansbold";
  color: #00718F;
  background-color: #F5F5F5;
  outline: 0;
}
@media only screen and (min-width: 64.0625em) {
  /* line 208, ../scss/2020.scss */
  .distribution-transformer-product-tabs .tab-title a, .distribution-transformer-product-tabs dd a {
    font-size: 24px;
  }
}

/* line 222, ../scss/2020.scss */
.distribution-transformer-product-tabs-content > .content {
  display: block;
  position: absolute;
  left: -9999px;
  padding: 2rem 0;
}
/* line 228, ../scss/2020.scss */
.distribution-transformer-product-tabs-content > .content.active {
  position: relative;
  left: 0;
}

/* line 235, ../scss/2020.scss */
.product-specifications {
  background-color: #EDEDED;
}

/* line 239, ../scss/2020.scss */
.product-specification {
  padding: 10px 0;
}
/* line 242, ../scss/2020.scss */
.product-specification:nth-child(even) {
  background-color: #ffffff;
}
/* line 246, ../scss/2020.scss */
.product-specification .columns {
  margin-bottom: 0;
}
/* line 250, ../scss/2020.scss */
.product-specification .columns:first-of-type p {
  font-family: "open_sansbold";
}
@media only screen and (min-width: 40.0625em) {
  /* line 249, ../scss/2020.scss */
  .product-specification .columns:first-of-type {
/*    text-align: right;*/
  }
}
/* line 259, ../scss/2020.scss */
.product-specification .columns p {
  margin-bottom: 0;
}

/* line 265, ../scss/2020.scss */
.product-downloads {
  background-color: #13B4D4;
}
@media only screen and (min-width: 40.0625em) {
  /* line 268, ../scss/2020.scss */
  .product-downloads.content {
    padding: 3rem 0 2rem;
  }
}
/* line 274, ../scss/2020.scss */
.product-downloads a, .product-downloads p {
  font-family: "open_sansbold";
  color: #ffffff;
}
/* line 279, ../scss/2020.scss */
.product-downloads .columns {
  text-align: center;
}
/* line 283, ../scss/2020.scss */
.product-downloads .product-download-title {
  max-width: 200px;
  margin: 0 auto;
}

/* line 289, ../scss/2020.scss */
.product-download-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 122px;
  height: 122px;
  padding: 1rem;
  margin: 0 auto 1rem;
  background-color: #00718F;
  border-radius: 10px;
}

/* line 301, ../scss/2020.scss */
.product-ancillaries {
  background-color: #EDEDED;
}

/* line 305, ../scss/2020.scss */
.sectors-carousel, .case-studies-carousel, .ancillaries-carousel {
  padding: 3rem 0 2rem;
  background-color: #F5F5F5;
/*  text-align: center;*/
}
/* line 310, ../scss/2020.scss */
.sectors-carousel h2, .case-studies-carousel h2, .ancillaries-carousel h2 {
  font-family: 'open_sansbold';
  font-size: 24px;
  margin-bottom: 3rem;
  color: #007191;
}
/* line 317, ../scss/2020.scss */
.sectors-carousel .sector-slide-bg, .case-studies-carousel .sector-slide-bg, .ancillaries-carousel .sector-slide-bg {
  position: relative;
  max-width: 100%;
  width: 590px;
  height: 300px;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 40.0625em) {
  /* line 317, ../scss/2020.scss */
  .sectors-carousel .sector-slide-bg, .case-studies-carousel .sector-slide-bg, .ancillaries-carousel .sector-slide-bg {
    height: 468px;
  }
}
/* line 329, ../scss/2020.scss */
.sectors-carousel .sector-slide-bg:before, .case-studies-carousel .sector-slide-bg:before, .ancillaries-carousel .sector-slide-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 113, 143, 0.5);
  z-index: 1;
}
/* line 341, ../scss/2020.scss */
.sectors-carousel .sector-slide-title, .case-studies-carousel .sector-slide-title, .ancillaries-carousel .sector-slide-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0 auto;
  font-family: 'open_sansextrabold';
  color: #ffffff !important;
  z-index: 2;
}
@media only screen and (min-width: 40.0625em) {
  /* line 341, ../scss/2020.scss */
  .sectors-carousel .sector-slide-title, .case-studies-carousel .sector-slide-title, .ancillaries-carousel .sector-slide-title {
    font-size: 32px;
  }
}
/* line 359, ../scss/2020.scss */
.sectors-carousel .slides > li, .case-studies-carousel .slides > li, .ancillaries-carousel .slides > li {
  width: auto;
  margin-right: 20px;
}
/* line 365, ../scss/2020.scss */
.sectors-carousel .flex-direction-nav, .case-studies-carousel .flex-direction-nav, .ancillaries-carousel .flex-direction-nav {
  position: relative;
  float: left;
  top: 0;
  margin: 3rem 0 1rem;
  text-align: center;
}
/* line 372, ../scss/2020.scss */
.sectors-carousel .flex-direction-nav li, .case-studies-carousel .flex-direction-nav li, .ancillaries-carousel .flex-direction-nav li {
  display: inline-block;
}
/* line 376, ../scss/2020.scss */
.sectors-carousel .flex-direction-nav a, .case-studies-carousel .flex-direction-nav a, .ancillaries-carousel .flex-direction-nav a {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 0.5rem;
  background-color: #00718F;
  border-radius: 4px;
}

/* line 387, ../scss/2020.scss */
.case-studies-carousel {
  padding-top: 0;
  background-color: transparent;
}
@media only screen and (min-width: 1025px) {
  /* line 393, ../scss/2020.scss */
  .case-studies-carousel .sector-slide-bg:before {
    display: none;
    background-color: rgba(19, 180, 212, 0.8);
  }
}
/* line 401, ../scss/2020.scss */
.case-studies-carousel .sector-slide-bg:hover:before {
  display: block;
}
/* line 405, ../scss/2020.scss */
.case-studies-carousel .sector-slide-bg:hover .sector-slide-title {
  display: block;
}
/* line 411, ../scss/2020.scss */
.case-studies-carousel .sector-slide-title {
  font-family: 'open_sansregular';
  font-size: 32px;
}
@media only screen and (min-width: 1025px) {
  /* line 411, ../scss/2020.scss */
  .case-studies-carousel .sector-slide-title {
    display: none;
  }
}

/* line 421, ../scss/2020.scss */
.ancillaries-carousel {
  background-color: transparent;
}
/* line 424, ../scss/2020.scss */
.ancillaries-carousel .sector-slide-bg {
  width: 386px;
  height: 386px;
}
/* line 428, ../scss/2020.scss */
.ancillaries-carousel .sector-slide-bg:before {
  display: none;
  background-color: rgba(19, 180, 212, 0.8);
}
/* line 434, ../scss/2020.scss */
.ancillaries-carousel .sector-slide-bg:hover:before {
  display: block;
}
/* line 440, ../scss/2020.scss */
.ancillaries-carousel .sector-slide-title {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 1rem;
  text-align: center;
  transform: none;
  font-family: 'open_sanssemibold';
  font-size: 18px;
  color: #00718F !important;
}

@media (max-width: 40em) {
  /* line 453, ../scss/2020.scss */
  #product_filter_response {
    /* Table rows have a gray bottom stroke by default */
  }
  /* line 84, ../scss/tablesaw.stackonly.scss */
  #product_filter_response .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
  }
  /* line 89, ../scss/tablesaw.stackonly.scss */
  #product_filter_response .tablesaw-stack thead td,
  #product_filter_response .tablesaw-stack thead th {
    display: none;
  }
  /* line 93, ../scss/tablesaw.stackonly.scss */
  #product_filter_response .tablesaw-stack tbody td,
  #product_filter_response .tablesaw-stack tbody th {
    display: block;
    float: left;
    clear: left;
    width: 100%;
  }
  /* line 100, ../scss/tablesaw.stackonly.scss */
  #product_filter_response .tablesaw-cell-label {
    vertical-align: top;
  }
  /* line 103, ../scss/tablesaw.stackonly.scss */
  #product_filter_response .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }
  /* line 107, ../scss/tablesaw.stackonly.scss */
  #product_filter_response .tablesaw-stack td:empty,
  #product_filter_response .tablesaw-stack th:empty {
    display: none;
  }
}
@media (min-width: 40.0625em) {
  /* line 453, ../scss/2020.scss */
  #product_filter_response {
    /* Show the table header rows */
    /* Hide the labels in each cell */
  }
  /* line 114, ../scss/tablesaw.stackonly.scss */
  #product_filter_response .tablesaw-stack tr {
    display: table-row;
  }
  /* line 118, ../scss/tablesaw.stackonly.scss */
  #product_filter_response .tablesaw-stack td,
  #product_filter_response .tablesaw-stack th,
  #product_filter_response .tablesaw-stack thead td,
  #product_filter_response .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }
  /* line 126, ../scss/tablesaw.stackonly.scss */
  #product_filter_response .tablesaw-stack td .tablesaw-cell-label,
  #product_filter_response .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

/* line 457, ../scss/2020.scss */
.product-filter {
  clear: both;
  padding: 4rem 0 3rem;
  /*background-color: #D8D8D8;*/
}
/* line 462, ../scss/2020.scss */
.product-filter h2 {
  padding-top: 0;
  font-family: 'open_sanssemibold';
  font-size: 18px;
  color: #000000 !important;
}
@media only screen and (min-width: 40.0625em) {
  /* line 462, ../scss/2020.scss */
  .product-filter h2 {
    font-size: 24px;
  }
}
/* line 473, ../scss/2020.scss */
.product-filter .columns {
  margin-bottom: 10px !important;
}
/* line 482, ../scss/2020.scss */
.product-filter form {
  max-width: 1182px;
  margin: auto;
}
/* line 486, ../scss/2020.scss */
.product-filter form .columns {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
@media only screen and (min-width: 40.0625em) {
  /* line 486, ../scss/2020.scss */
  .product-filter form .columns {
    width: 33.33%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 486, ../scss/2020.scss */
  .product-filter form .columns {
    width: 20%;
  }
}
/* line 499, ../scss/2020.scss */
.product-filter form select {
  min-height: 50px;
  cursor: pointer;
  padding-right: 3rem;
  margin-bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z'%3E%3C/path%3E%3C/svg%3E");
  background-position-x: 95%;
  background-size: 18px;
  font-family: 'open_sanssemibold';
  color: #000000;
  font-size: 14px;
}
@media only screen and (min-width: 64.0625em) {
  /* line 499, ../scss/2020.scss */
  .product-filter form select {
    margin-bottom: 1rem;
  }
}
/* line 515, ../scss/2020.scss */
.product-filter form select:focus {
  outline: 0;
  background-color: #13B4D4;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z'%3E%3C/path%3E%3C/svg%3E");
  color: #ffffff;
}
/* line 523, ../scss/2020.scss */
.product-filter form .product-filter-submit {
  text-align: right;
}
/* line 527, ../scss/2020.scss */
.product-filter form button {
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: #000000;
  font-size: 18px;
}
/* line 535, ../scss/2020.scss */
.product-filter form #product_filter_reset {
  display: none;
}
/* line 538, ../scss/2020.scss */
.product-filter form #product_filter_reset.active {
  display: inline-block;
}
/* line 542, ../scss/2020.scss */
.product-filter form #product_filter_reset img {
  margin-top: -3px;
}
/* line 548, ../scss/2020.scss */
.product-filter table {
  background-color: transparent;
}
/* line 551, ../scss/2020.scss */
.product-filter table thead {
  background-color: transparent;
}
/* line 554, ../scss/2020.scss */
.product-filter table thead th {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: "open_sansbold";
  border: none;
}
/* line 564, ../scss/2020.scss */
.product-filter table tbody tr td {
  padding-top: .7rem !important;
  padding-bottom: .7rem !important;
  background-color: #ffffff;
  border-color: #F5F5F5;
  border-bottom-width: 2px;
  border-bottom-color: #D8D8D8;
}
/* line 572, ../scss/2020.scss */
.product-filter table tbody tr td:first-of-type {
  width: 100px;
  padding: 0 !important;
}
/* line 576, ../scss/2020.scss */
.product-filter table tbody tr td:first-of-type img {
  width: 100px;
}
/* line 581, ../scss/2020.scss */
.product-filter table tbody tr td:last-of-type {
  text-align: right;
}
/* line 585, ../scss/2020.scss */
.product-filter table tbody tr td[data-th] {
  font-family: "open_sansbold";
}
/* line 588, ../scss/2020.scss */
.product-filter table tbody tr td[data-th] .bt-content {
  font-family: "open_sansregular";
}
/* line 593, ../scss/2020.scss */
.product-filter table tbody tr td .btn {
  height: auto;
  padding: 0.6rem 2rem;
  background: #44AC49;
  border-radius: 4px;
  box-shadow: none;
}
/* line 600, ../scss/2020.scss */
.product-filter table tbody tr td .btn:hover {
  background-color: #44AC49;
}

p span{
      word-break: normal;
    word-wrap: break-word;
}