.products-container .page-top {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.bread-icon {
  padding: 2px;
}

.products-container .page-top .left-side {
  display: flex;
  align-items: center;
  overflow-x: auto;
}

.products-container .page-top .title {
  margin-left: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 36px;
  text-wrap: balance;
}

.products-list {
  max-width: 1430px;
  margin: auto;
}

.products-on-page {
  text-align: center;
}

.products-on-page p {
  font-size: 36px;
  font-weight: 600;
  margin: 0;
}

.mobile-products-on-page {
  display: none;
}

.mobile-products-on-page p {
  font-size: 14px;
  font-weight: 800;
  margin: -5px 0 25px;
  text-align: center;
}

/* Begin ad area and tabbed header area css. These should be the same on category.css and match.css */
@supports (-webkit-touch-callout: none) {
  .line-clamp-2 {
    max-height: 2.5rem;
  }
}

.line-clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  max-height: 3.6em;
}

#header-tab-area {
  margin: 20px 0;
}

#header-tab-area ul {
  margin: 0;
}

#ad-area,
#header-tab-area .header-tabs-container {
  font-size: 16px;
  line-height: 1.8em;
}

#header-tab-area #header-tab-labels-container {
  overflow-x: auto;
  display: flex;
  height: 50px;
}

#header-tab-area .header-tab-labels {
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  color: #4a4a4a;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-wrap: nowrap;
  height: 15px;
}

#header-tab-area .header-tab-labels:first-of-type {
  border-radius: 5px 0 0 5px;
  border-left: 1px solid #ddd;
}

#header-tab-area .header-tab-labels:last-of-type {
  border-radius: 0 5px 5px 0;
  border-right: 1px solid #ddd;
}

#header-tab-area .header-tab-labels.active {
  color: #532279;
  border-radius: 5px !important;
  border: 1px solid #532279 !important;
}

#header-tab-area .header-tab:not(.active) {
  display: none;
}

a.read-more-toggle {
  color: #532279;
  text-decoration: underline;
  font-weight: 700;
  display: block;
  margin-top: 5px;
}

a.read-more-toggle span.temporarily-hidden {
  display: none;
  /* Shown in javascript if needed */
}

a.read-more-toggle img {
  margin-left: 5px;
}

a.read-more-toggle img.upside-down {
  transform: rotate(180deg);
}

.clampable p:first-of-type {
  margin-top: 0;
}

.only-mobile {
  display: none;
}

@media screen and (max-width:992px) {
  .mobile-products-on-page {
    display: block;
  }

  #ad-area,
  #header-tab-area {
    padding: 0 15px;
  }

  div.clampable,
  a.read-more-toggle {
    font-size: 12px;
    line-height: 18px;
  }

  #header-tab-area .header-tab-labels {
    font-size: 10px;
    height: 13px;
  }

  #home-grown-filtration-placeholder {
    min-height: 70px;
  }

  .only-desktop {
    display: none;
  }

  .only-mobile {
    display: inherit;
  }
}

@media screen and (min-width:993px) and (max-width: 1430px) {

  #ad-area,
  #header-tab-area {
    padding: 0 15px;
  }
}

/* End ad area and header tabbed area css */

/* Product Container  */
.product-row {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.product-row .specifications {
  font-size: 16px;
  color: #4A4A4A;
  line-height: 26px;
  padding-left: 50px;
  margin-top: 0;
}

.product-row .specifications {
  padding-left: 0;
}

.product-row .specifications ul {
  list-style-type: none;
  padding-left: 0;
  padding-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 20px;
}

.product-row .specifications ul li {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  margin-bottom: 10px;
}

.product-row .specifications ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  min-width: 4px;
  background-color: #D46027;
  border-radius: 50%;
  display: block;
  margin: 8px 10px auto 0;
}

.product-row .key-features {
  min-width: 216px;
  /* to fit "white glove delivery"*/
}

.key-features .check {
  margin: 5px 0;
}

.more-tab {
  text-transform: uppercase;
  color: #532279;
  font-weight: 700;
  text-decoration: underline;
  font-size: 16px;
}

.rating-box .rating {
  max-width: 130px;
  margin-bottom: 5px;
}

.more-tab .arrow-down-orange {
  margin-left: 10px;
  transition: .3s all;
}

.products-container h2.title {
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  margin: 20px 0;
  padding-left: 20px;
}

.specifications li {
  font-weight: 400;
}

.key-features .check {
  color: #532279 !important;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
}

.key-features .check a,
.key-features .check a:-webkit-any-link {
  color: #532279 !important;
}

.key-features .check:hover {
  cursor: pointer;
}

.key-features .check .check-icon {
  margin-right: 20px;
}

.products-table {
  margin-top: 20px;
}

.more-content {
  display: flex;
  width: 90%;
  flex-flow: row;
  border: 1px solid #E1E2E3;
  margin: 0 3%;
  min-width: 94%;
  background-color: #FFF;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.more-content h5 {
  width: calc(100% - 30px);
  background-color: #4A4A4A;
  color: #fff;
  padding: 15px 15px;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.more-content .col-2,
.more-content .col-3,
.more-content .col-4,
.more-content .col-5,
.more-content .col-6 {
  border-left: 1px solid #E1E2E3;
}

.more-content p {
  font-size: 18px;
  text-align: center;
}

.more-content div {
  text-align: center;
  width: 100%;
}

.products-container {
  max-width: 1430px;
  margin: 0 auto;
}

.product-row {
  margin-top: 40px;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  border-radius: 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  box-sizing: border-box;
}

.table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table-header .right-side,
.table-header .left-side {
  display: flex;
  align-items: center;
}

.product-box a {
  outline: none;
}

.product-box a:focus .subtitle {
  outline: 1px solid #000;
}

.product-row .specifications {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.product-row .subtitle {
  margin-top: 10px;
  font-weight: 600;
  font-size: 18px;
}

.product-row .text {
  font-size: 18px;
  line-height: 30px;
}

.products-table .btn-orange {
  height: 50px;
  line-height: 50px;
  display: block;
}

.products-show {
  margin-left: 30px;
}

.left-side .view-products {
  font-size: 16px;
  margin-right: 0;
}

.sort select {
  width: 266px;
}

.sort,
.products-show,
.page-number {
  display: flex;
}

.sort p,
.products-show p,
.page-number p {
  font-size: 18px;
  margin: 14px 20px 0 0;
}

.table-footer {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 20px;
  margin-left: 23%;
}

.table-footer .pagination {
  font-family: 'Montserrat';
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
}

.pagination .page-link,
.pagination .active_tnt_link {
  width: 50px;
  height: 50px;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  color: #171717;
  text-decoration: none;
  margin: 0 5px;
  position: relative;
}

.pagination .page-link:hover:before,
.pagination .active_tnt_link:hover::before {
  cursor: pointer;
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: #D46027;
  color: #D46027;
}

.pagination .pagerSpecChar,
.pagination .disabled_tnt_pagination,
.pagination a {
  line-height: 0;
}

.pagination .pagerSpecChar.left {
  margin-right: 40px;
}

.pagination .pagerSpecChar.right {
  margin-left: 40px;
}

.products-show {
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  box-sizing: border-box;
  margin-right: 10px;
}

.products-show select {
  background-color: transparent;
  width: 100px !important;
  border: 1px solid #d46027;
}

.products-show .headline {
  font-size: 12px;
  position: absolute;
  top: -7px;
  right: 12px;
  padding: 0 4px;
  margin: auto;
  background-color: #f6f5f0;
}

.table-footer .active_tnt_link {
  color: #D46027;
  position: relative;
}

.table-footer .active_tnt_link::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: #D46027;
  color: #D46027;
}

.table-footer .next-page {
  text-transform: uppercase;
  color: #532279;
  font-weight: 600;
  text-decoration: underline;
}

.products-show select,
.page-number select {
  width: 65px;
  background-position-x: 90%;
}

select {
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #E1E2E3;
  border-radius: 10px;
  height: 50px;
  width: 470px;
  padding: 0 10px;
  font-size: 19px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url('./../../images/icon/arrow-down-orange.svg');
  background-size: 18px;
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 20px;
}

.product-row .subtitle>span:not(.stay-bold) {
  font-weight: 400;
}

.spinlife-recommended {
  width: 200px;
  margin-top: 55px;
  display: flex;
  align-items: center;
}

.spinlife-recommended>img {
  float: left;
  width: 54px;
  padding-right: 6px;
}

.spinlife-recommended>div {
  margin-top: 9px;
  font-size: 1.1em;
}

.product-content>.col-1 {
  width: 71%;
}

.product-content>.col-2 {
  width: 25%;
  text-align: end;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.product-content>.col-2 .prices {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.product-row .prices .old {
  font-size: 18px;
  text-decoration: line-through;
}

.product-row .prices .new {
  font-size: 36px;
  font-weight: 600;
  margin-left: 15px;
}

.payment-options {
  font-size: 14px;
  margin-top: 10px;
  text-align: end;
}

.payment-options a {
  text-decoration: none;
  display: block;
  margin-right: 5px;
  font-size: 13px;
}

.product-row .rating {
  margin-top: 25px;
  width: auto;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  height: auto;
  font-size: 16px;
}

.product-row .rating p {
  font-size: 14px;
}

.product-row .rating-img {
  width: 185px;
}

.colors-pallete {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  margin-top: 65px;
}

.colors-pallete .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #bbb;
  background-size: cover;
  overflow: hidden;
}

.colors-pallete .circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-row .add-to-favorites {
  margin-top: 95px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.heart-icon {
  background-image: url('./../../images/match/heart-outline-grey.svg');
  width: 23px;
  height: 21px;
  background-repeat: no-repeat;
  margin-left: 14px;
  transition: .2s all;
  background-size: contain;
}

.heart-icon:hover {
  cursor: pointer;
}

.heart-icon.active {
  background-image: url('./../../images/match/heart-purple.svg');
}

.product-row .add-to-favorites img {
  margin-left: 15px;
}

.payment-options .bold {
  font-weight: 600;
}

.product-row .compare {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  margin-right: 22px;
  line-height: 22px;
}

.product-row .product-img {
  width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

.product-row .topgifts {
  width: 50px;
  position: absolute;
}

@media screen and (max-width: 992px) {
  .product-row #topgifts {
    width: 50px;
  }
}

.product-row .product-img a img {
  width: 100%;
  height: auto;
}

.product-img-mobile {
  display: none;
}

.product-row .link {
  font-weight: 600;
}

.product-row .button-orange {
  height: 50px;
  display: block;
  line-height: 50px;
  margin-top: 15px;
}

.product-row h2.title {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.product-row .title .badge {
  position: absolute;
  top: 0;
  margin-left: 50px;
  font-family: 'Montserrat';
  font-weight: 700;
}

.product-row .product-link .centered-badge {
  width: 120px;
  margin: auto;
  display: block;
}

.product-row .product-content {
  width: 69%;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.breadcrumbs {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  position: relative;
  height: 40px;
  border-radius: 15px;
  padding: 5px 20px 5px 10px;
  width: max-content;
  margin-top: 10px;
  margin-right: 10px;
}

.breadcrumbs .arrow-right {
  background-image: url('./../../images/icon/arrow-right.svg');
  display: block;
  width: 6px;
  background-size: contain;
  height: 10px;
  background-repeat: no-repeat;
  /*margin: 0 10px;*/
  background-position: center;
}

.breadcrumbs li {
  list-style-type: none;
  padding: 0 10px;
}

.breadcrumbs li a {
  text-decoration: none;
}

.breadcrumbs li a span {
  white-space: pre;
}

.mobile-title {
  display: none;
}

.products-table-mobile {
  display: none;
}

@media screen and (max-width: 992px) {
  h2.title {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    padding-left: 27px;
  }

  .products-container .page-top .title,
  .products-on-page {
    display: none;
  }

  .breadcrumbs {
    background-color: #f6f5f0;
    width: 100%;
    white-space: nowrap;
    display: block;
    padding: 15px 15px 0 15px;
    height: 30px;
    margin-top: 5px;
  }

  .breadcrumbs li,
  .breadcrumbs .arrow-right {
    display: inline-block;
  }

  .table-header {
    display: none;
  }

  /* Mobile Carousel styles */

  .products-container h2.title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    padding-left: 25px;
  }

  .specifications li {
    font-size: 14px;
  }

  .rating-box span {
    display: none;
  }

  .slick-list {
    width: 100%;
  }

  .product-row {
    margin-top: 30px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 0;
  }

  .slick-active {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .slick-dots li button:before {
    font-size: 15px !important;
  }

  .mobile-title {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 600;
  }

  .narrow-your-results-placeholder {
    margin-top: 84px;
  }

  .products-table {
    margin-top: 30px;
  }

  .product-img-mobile {
    margin: 0 auto;
    max-width: 100%;
  }

  .products-container {
    display: flex;
    flex-flow: column;
  }

  .products-table {
    display: none;
  }

  .option .custom-checkbox {
    bottom: 0;
  }

  .products-table-mobile {
    display: block;
    order: 4;
  }

  /* Mobile Product Container  */

  .product-row .product-img {
    width: 75%;
  }

  .product-row .product-img img {
    width: 100%;
    height: auto;
    min-height: 135px;
    aspect-ratio: 350/350;
  }

  .product-row .product-img a img.service-badge {
    aspect-ratio: 300/62;
  }

  .product-row .product-content {
    width: 100%;
    flex-flow: column;
    min-height: 153px;
  }

  .product-row .specifications {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .product-row .text {
    font-size: 16px;
    line-height: 27px;
    text-align: center;
  }

  .checkmark {
    height: 20px;
    width: 20px;
  }

  .product-row .rating {
    flex-flow: row;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
    min-height: 46px;
  }

  .product-row .rating-img {
    margin-right: 20px;
  }

  .prices {
    display: flex;
    flex-flow: row;
  }

  .payment-options {
    font-size: 12px;
  }

  .payment-options a {
    display: unset;
    margin-right: 0;
  }

  .btns-group {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-evenly;
    /* Temporarily changing from space between to this while favorites is hidden*/
    width: 100%;
    margin-bottom: 20px;
    margin-top: 15px;
  }

  .product-row .subtitle {
    font-size: 14px;
    min-height: 18px;
  }

  .product-row .add-to-favorites,
  .product-row .compare {
    margin-top: 0;
    flex-flow: column;
    align-items: center;
    font-size: 12px;
    text-transform: initial;
    font-weight: 400;
    color: #4A4A4A;
    margin: 0;
  }

  .heart-icon {
    margin-left: 0;
    width: 29px;
    height: 28px;
    background-size: contain;
  }

  .product-row .button-orange {
    margin-top: 0;
    font-size: 14px;
  }

  .product-row .compare {
    margin-bottom: 0;
  }

  .custom-checkbox {
    margin-left: 0;
    margin-bottom: 25px;
    width: 17px;
  }

  .spinlife-recommended {
    width: calc(100% - 10px);
    border-right: 2px solid #fff;
    background-color: #FFF;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 13px;
    padding-left: 10px;
  }

  .spinlife-recommended-inner {
    width: 205px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .spinlife-recommended-inner img {
    width: 54px;
  }

  .more-tab {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    padding: 18px 0 8px 0;
  }

  .products-table-mobile .more-content-container {
    display: none;
  }

  .more-content {
    flex-flow: column;
  }

  .more-content h5 {
    width: 50%;
    background-color: transparent;
    color: #101010;
    font-size: 14px;
    font-weight: 600;
  }

  .more-content p {
    font-size: 14px;
    text-align: center;
    width: 50%;
  }

  .more-content .dark-row {
    background-color: #E1E2E3;
  }

  .more-content-container .col-1,
  .more-content-container .col-2,
  .more-content-container .col-3,
  .more-content-container .col-4,
  .more-content-container .col-5,
  .more-content-container .col-6 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: row;
    border-left: none;
  }

  .more-content-container {
    width: 90%;
    margin: 0 auto;
    border-left: 10px solid #4a4a4a;
    border-right: 10px solid #4a4a4a;
    border-bottom: 10px solid #4a4a4a;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .more-content-container .more-content {
    display: block;
    background-color: #fff;
  }

  .products-table-mobile .more-content {
    position: inherit;
    opacity: unset;
    visibility: unset;
    width: 100%;
    margin: 0 auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .colors-pallete {
    margin-top: 0;
    margin-bottom: 10px;
    flex-flow: row wrap;
    justify-content: center;
  }

  .colors-pallete h5.title {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #101010;
    padding: 10px;
  }

  .key-features {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    width: 100%;
  }

  .key-features .icon {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: #532279;
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
    text-align: center;
    line-height: 18px;
    width: 52px;
  }

  .key-features .icon img {
    margin-bottom: 10px;
  }

  /* Mobile Pagination  */

  .products-table-mobile .table-footer .view-products {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
  }

  .products-show {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-right: 10px;
  }

  .table-footer .pagination {
    font-size: 16px;
    width: 100%;
  }

  .pagination .page-link,
  .pagination .active_tnt_link {
    margin: 0;
    width: 40px;
    height: 40px;
  }

  .products-show select {
    width: 60px !important;
    height: 40px;
    background-position-y: 16px;
  }

  .products-show.mobile p {
    font-size: 14px;
    margin: 0 10px 0 0;
  }

  .pagination .pagerSpecChar.right {
    margin-left: 0;
  }

  .pagination .pagerSpecChar.left {
    margin-right: 0;
  }

  .products-table-mobile .table-footer .view-products span {
    font-weight: 400;
    text-transform: initial;
  }

  .products-table-mobile .table-footer {
    flex-flow: column;
  }

  .box-number {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D46027;
    color: #D46027;
    font-size: 14px;
    font-weight: 600;
    margin: 20px 5px;
    background-color: #fff;
  }

  .box-number:hover {
    cursor: pointer;
    background-color: #f6f5f0;
  }

  .box-number.active {
    background-color: #D46027;
    color: #fff;
  }
}

@media screen and (max-width: 1340px) {

  /* Recommended Products (Tabs) */

  .products-container h2.title {
    font-size: 28px;
    line-height: 40px;
  }

  .product-row .specifications {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .products-container h2.title {
    font-size: 24px;
  }

  .more-content h5 {
    font-size: 14px;
  }

  /* Table Header (Sort)*/

  .sort select {
    width: 210px;
  }

  select {
    font-size: 16px;
  }

  .left-side .view-products {
    font-size: 16px;
  }

  .sort p,
  .products-show p,
  .page-number p {
    font-size: 16px;
    margin: 14px 15px 0 0;
  }

  .products-table .btn-orange {
    padding: 7px 20px;
  }

  .table-header {
    margin: 0 10px;
  }

  .table-footer {
    margin: 20px 10px;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }
}

/*styles for admin on front-end*/
.gross-margin {
  border: 2px solid var(--secondary-color);
  margin: 0 auto 20px auto;
  width: 100%;
}

table.cost_gm {
  border: none;
}

table.cost_gm {
  border-collapse: collapse;
  width: 100%;
}

table.cost_gm th,
table.cost_gm td {
  background-color: #fff;
  font-size: 10px;
  border: solid 1px black;
}

table.cost_gm th {
  font-weight: bold;
  background-color: #e1e2e3;
}

table.cost_gm td {
  border: solid 1px black;
  text-align: right;
  padding: 1px 3px 1px 3px;
}

table.cost_gm td.text {
  text-align: center;
}

table.cost_gm td.GM {
  background-color: #361754;
  color: white;
  font-weight: bold;
}

table.cost_gm td.cost_gm_title {
  text-align: left;
}

table.cost_gm td.cost_gm_title span.confidential {
  color: red;
}

/*end styles for admin on front-end*/

.made-in-usa-overlay,
.is-new {
  box-sizing: border-box;
}

.made-in-usa-overlay:after,
.is-new:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
}

.is-new {
  position: absolute;
  color: white;
  background-color: #d46027;
  padding: 6px;
  padding-right: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  margin: -20px 0 0 0;
}

.is-new:after {
  top: 100%;
  left: 6px;
  border-left: 15px solid transparent;
  border-right: 0 solid transparent;
  border-top: 13px solid #d46027;
}

.made-in-usa-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.made-in-usa-overlay img {
  width: 60px !important;
  height: unset !important;
  aspect-ratio: unset !important;
  min-height: unset !important;
}

@media screen and (max-width: 992px) {
  .is-new {
    width: 31px !important;
    padding: 2px !important;
    font-size: 10px !important;
    margin: -15px 0 0px -15px !important;
  }

  .is-new:after {
    border-top: 8px solid #d46027 !important;
  }
}

@media screen and (min-width: 993px) and (max-width: 1299px) {
  .payment-options>div {
    height: 40px !important;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
  .payment-options>div {
    margin-left: -20px;
    width: calc(100% + 20px) !important;
  }
}

.no-results-mobile {
  padding-left: 20px;
  padding-right: 20px;
}

h2.title a,
h2.title a:-webkit-any-link {
  text-decoration: none;
  color: unset;
}

.key-features .icon a,
.key-features .icon a:-webkit-any-link {
  color: unset;
}

.more-colors {
  display: flex;
  align-items: flex-end;
}

#formCompare {
  margin: auto;
}

#formCompare .btn {
  height: 32px;
  line-height: 32px;
  margin-left: 50px;
  font: 600 14px 'Montserrat';
}

@media screen and (min-width: 993px) {
  .products-table {
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1024px) {
  #formCompare .btn {
    margin-left: 13px;
  }

  .left-side .view-products {
    margin-right: 20px;
    max-width: 60px;
    text-align: center;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1099px) {
  #formCompare .btn {
    margin-left: 20px;
  }

  .left-side .view-products {
    margin-right: 20px;
    max-width: 80px;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1175px) {
  .left-side .view-products {
    max-width: 80px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  #formCompare .btn {
    margin-left: 20px;
  }

  .left-side .view-products {
    margin-right: 40px;
    max-width: 95px;
  }
}

.products-table-mobile .product-row .rating a.link {
  white-space: nowrap;
}

.products-table-mobile .product-row .rating>p {
  margin-left: 15px;
}

@media screen and (max-width: 992px) {
  .btns-group .compare-mobile {
    display: none;
  }
}

body.acsb-keynav .sort select,
body.acsb-keynav .products-show select,
body.acsb-keynav .compare select,
body.acsb-keynav .page-number select {
  -webkit-appearance: none !important;
}

.bread-button-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  /*cursor: pointer;*/
  align-items: center;
}

.bread-text {
  font-size: 14px;
  padding-right: 5px;
  padding-top: 5px;
}

.bread-text>img {
  max-width: 14px;
}

.bottom-section-container {
  position: relative;
  margin-top: -10px;
  padding-bottom: 40px;
}

/*This section was added from category to also show the common questions area at the bottom */
.more-information {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1475px) {
  .more-information {
    width: calc(100% - 75px);
  }
}

@media screen and (max-width: 992px) {
  .more-information {
    margin: 30px auto 0;
    min-height: 89px;
  }

  .bottom-section-container {
    margin-top: 0;
    padding-bottom: 0;
    min-height: 119px;
  }
}

.more-information .description-headline,
.more-information .questions-headline {
  background-color: #fff;
  color: #101010;
  position: relative;
  font-size: 36px;
  padding: 40px;
  font-weight: 600;
  border-radius: 10px;
  margin-top: 30px;
  cursor: pointer;
}

.more-information .questions-headline>span {
  padding-right: 100px;
  display: block;
}

@media screen and (max-width: 992px) {
  .more-information .questions-headline>span {
    padding-right: 50px;
  }
}

.more-information .description-headline.showing,
.more-information .questions-headline.showing {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (max-width: 992px) {

  .more-information .description-headline,
  .more-information .questions-headline {
    font-size: 20px;
    padding: 20px;
    width: auto;
    min-height: 64px;
    box-sizing: border-box;
  }
}

.more-information .description-headline .plus,
.more-information .description-headline .minus,
.more-information .questions-headline .plus,
.more-information .questions-headline .minus {
  position: absolute;
  right: 50px;
  top: 50px;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 992px) {

  .more-information .description-headline .plus,
  .more-information .description-headline .minus,
  .more-information .questions-headline .plus,
  .more-information .questions-headline .minus {
    right: 25px;
    top: 25px;
  }
}

.more-information .description-headline .plus img,
.more-information .description-headline .minus img,
.more-information .questions-headline .plus img,
.more-information .questions-headline .minus img {
  width: 50px;
}

@media screen and (max-width: 992px) {

  .more-information .description-headline .plus img,
  .more-information .description-headline .minus img,
  .more-information .questions-headline .plus img,
  .more-information .questions-headline .minus img {
    width: 25px;
  }
}

.more-information .description-headline .plus.showing,
.more-information .description-headline .minus.showing,
.more-information .questions-headline .plus.showing,
.more-information .questions-headline .minus.showing {
  display: block;
}

.more-information .description-headline .minus img,
.more-information .questions-headline .minus img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.more-information .description-content,
.more-information .questions-content {
  padding: 20px 40px 30px;
  background-color: #fff;
  border-top: 1px solid #e1e2e3;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: none;
}

.more-information .description-content *,
.more-information .questions-content * {
  font-family: 'Montserrat', sans-serif !important;
}

.more-information .description-content p,
.more-information .questions-content p,
.more-information .description-content p *,
.more-information .questions-content p * {
  font-size: 14px !important;
}

.more-information .description-content a,
.more-information .questions-content a {
  color: #532279;
}

.more-information .description-content.showing,
.more-information .questions-content.showing {
  display: block;
}

/*End common questions area section */

.make-uppercase {
  text-transform: uppercase;
}

.brand-bold {
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  .bread-text {
    padding-right: 0;
  }

  .bread-icon {
    display: none;
  }
}

@media print {
  .filters {
    display: none;
  }

  .table-header * {
    font-size: 18px;
  }

  .sort select {
    width: 250px;
  }

  .table-header .right-side .compare {
    display: none;
  }

  .left-side .view-products {
    font-size: 18px;
    margin-right: 20px;
    width: 90px;
  }

  .product-row-detail {
    display: flex;
    flex-direction: column;
    page-break-inside: avoid;
  }

  .product-row {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 30px;
    padding-bottom: 10px;
    width: 780px;
    page-break-inside: avoid;
  }

  .product-row .product-img {
    width: 25%;
  }

  .product-row .product-img img {
    width: 250px !important;
    height: auto;
  }

  .product-row .product-content {
    width: 65%;
  }

  .product-row h2.title {
    font-size: 24px;
    line-height: 30px;
  }

  .product-row .subtitle {
    font-size: 14px;
  }

  .product-row .text {
    font-size: 14px;
    line-height: 20px;
  }

  .product-row .prices .old {
    font-size: 16px;
  }

  .product-row .prices .new {
    font-size: 24px;
  }

  .product-content .rating .review-bar {
    transform: scale(0.7) !important;
    margin-right: -30px;
  }

  .product-row .specifications {
    padding-left: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .product-row .specifications ul {
    font-size: 14px;
    line-height: 20px;
  }

  .product-row .specifications ul li {
    width: 230px;
  }

  .key-features .check a,
  .key-features .check a:-webkit-any-link {
    color: #532279 !important;
    font-size: 14px;
  }

  .key-features .check .check-icon {
    margin-right: 5px;
    top: 3px;
    position: relative;
    transform: scale(0.75);
  }

  .colors-pallete .circle {
    width: 20px;
    height: 20px;
  }

  .products-table .btn-orange {
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .more-content {
    page-break-inside: avoid;
    margin-left: 5px;
    margin-right: 5px;
  }

  .more-content h5 {
    padding: 5px 5px;
    width: calc(100% - 10px);
    font-size: 16px;
    height: 40px !important;
  }

  .more-content p {
    font-size: 15px;
  }
}

/*Section for viva lift from pride in lieu of ad area */
.tabbed-image-carousel ul {
  display: block;
  margin: 10px 0 0;
  padding: 0;
}

.tabbed-image-carousel ul li {
  display: inline-block;
  border: 1px solid #d46027;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-right: 5px;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}

.tabbed-image-carousel ul li.current {
  background-color: #d46027;
  color: #fff;
}

.tabbed-image-carousel ul li span {
  padding: 0 20px;
}

.tabbed-image-carousel .tab-content {
  display: none;
}

.tabbed-image-carousel .tab-content img {
  border-top: 2px solid #d46027;
}

.tabbed-image-carousel .tab-content.current {
  display: block;
}

.tabbed-image-carousel-mobile {
  display: none !important;
}

@media screen and (max-width:992px) {
  .tabbed-image-carousel {
    display: none;
  }

  .tabbed-image-carousel-mobile {
    display: block !important;
    position: relative;
  }

  .tabbed-image-carousel-mobile h3 {
    text-align: center;
    font-size: 24px;
  }

  .tabbed-image-carousel-mobile .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%
  }

  .tabbed-image-carousel-mobile .slick-arrow.right-arrow {
    right: calc(50% - 188px - 75px);
  }

  .tabbed-image-carousel-mobile .slick-arrow.left-arrow {
    left: calc(50% - 188px - 75px);
  }

  .tabbed-image-carousel-mobile .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #d46027;
    font-size: 12px;
  }

  .tabbed-image-carousel-mobile .slick-dots li button:before {
    font-size: 40px !important;
  }

  .tabbed-image-carousel-mobile img {
    margin: auto;
    border-radius: 10px;
  }

  .tabbed-image-carousel-mobile .slick-active {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .price-prefix {
    padding-right: 10px;
  }

}

@media screen and (max-width:515px) {

  .tabbed-image-carousel-mobile .slick-arrow.right-arrow {
    right: calc(50% - 188px - 60px);
  }

  .tabbed-image-carousel-mobile .slick-arrow.left-arrow {
    left: calc(50% - 188px - 60px);
  }

}

@media screen and (max-width:450px) {

  .tabbed-image-carousel-mobile .slick-arrow.right-arrow {
    right: calc(50% - 188px - 20px);
    top: calc(100% - 10px);
  }

  .tabbed-image-carousel-mobile .slick-arrow.left-arrow {
    left: calc(50% - 188px - 20px);
    top: calc(100% - 10px);
  }

}

@media screen and (max-width:400px) {

  .tabbed-image-carousel-mobile .slick-arrow.right-arrow {
    right: calc(50% - 188px + 15px);
    top: calc(100% - 10px);
  }

  .tabbed-image-carousel-mobile .slick-arrow.left-arrow {
    left: calc(50% - 188px + 15px);
    top: calc(100% - 10px);
  }

}

/*End Section for viva lift from pride in lieu of ad area */