[href]:focus {
  outline: none !important; }

[href] {
  text-decoration: none !important; }

.divRow {
  width: 100%; }

.d-flex {
  display: flex;
  justify-content: center;
  align-items: center; }

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

.d-flex-jfc {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.xl-1, .xl-2, .xl-3, .xl-4, .xl-5, .xl-6, .xl-7, .xl-8, .xl-9, .xl-10, .xl-11, .xl-12,
.lg-1, .lg-2, .lg-3, .lg-4, .lg-5, .lg-6, .lg-7, .lg-8, .lg-9, .lg-10, .lg-11, .lg-12,
.md-1, .md-2, .md-3, .md-4, .md-5, .md-6, .md-7, .md-8, .md-9, .md-10, .md-11, .md-12,
.sm-1, .sm-2, .sm-3, .sm-4, .sm-5, .sm-6, .sm-7, .sm-8, .sm-9, .sm-10, .sm-11, .sm-12,
.xs-1, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9, .xs-10, .xs-11, .xs-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .sm-1 {
    width: calc(100% / 12); }
  .sm-2 {
    width: calc(100% / 12 * 2); }
  .sm-3 {
    width: calc(100% / 12 * 3); }
  .sm-4 {
    width: calc(100% / 12 * 4); }
  .sm-5 {
    width: calc(100% / 12 * 5); }
  .sm-6 {
    width: calc(100% / 12 * 6); }
  .sm-7 {
    width: calc(100% / 12 * 7); }
  .sm-8 {
    width: calc(100% / 12 * 8); }
  .sm-9 {
    width: calc(100% / 12 * 9); }
  .sm-10 {
    width: calc(100% / 12 * 10); }
  .sm-11 {
    width: calc(100% / 12 * 11); }
  .sm-12 {
    width: calc(100% / 12 * 12); } }

@media (min-width: 768px) {
  .md-1 {
    width: calc(100% / 12); }
  .md-2 {
    width: calc(100% / 12 * 2); }
  .md-3 {
    width: calc(100% / 12 * 3); }
  .md-4 {
    width: calc(100% / 12 * 4); }
  .md-5 {
    width: calc(100% / 12 * 5); }
  .md-6 {
    width: calc(100% / 12 * 6); }
  .md-7 {
    width: calc(100% / 12 * 7); }
  .md-8 {
    width: calc(100% / 12 * 8); }
  .md-9 {
    width: calc(100% / 12 * 9); }
  .md-10 {
    width: calc(100% / 12 * 10); }
  .md-11 {
    width: calc(100% / 12 * 11); }
  .md-12 {
    width: calc(100% / 12 * 12); } }

@media (min-width: 992px) {
  .lg-1 {
    width: calc(100% / 12); }
  .lg-2 {
    width: calc(100% / 12 * 2); }
  .lg-3 {
    width: calc(100% / 12 * 3); }
  .lg-4 {
    width: calc(100% / 12 * 4); }
  .lg-5 {
    width: calc(100% / 12 * 5); }
  .lg-6 {
    width: calc(100% / 12 * 6); }
  .lg-7 {
    width: calc(100% / 12 * 7); }
  .lg-8 {
    width: calc(100% / 12 * 8); }
  .lg-9 {
    width: calc(100% / 12 * 9); }
  .lg-10 {
    width: calc(100% / 12 * 10); }
  .lg-11 {
    width: calc(100% / 12 * 11); }
  .lg-12 {
    width: calc(100% / 12 * 12); } }

@media (min-width: 1200px) {
  .xl-1 {
    width: calc(100% / 12); }
  .xl-2 {
    width: calc(100% / 12 * 2); }
  .xl-3 {
    width: calc(100% / 12 * 3); }
  .xl-4 {
    width: calc(100% / 12 * 4); }
  .xl-5 {
    width: calc(100% / 12 * 5); }
  .xl-6 {
    width: calc(100% / 12 * 6); }
  .xl-7 {
    width: calc(100% / 12 * 7); }
  .xl-8 {
    width: calc(100% / 12 * 8); }
  .xl-9 {
    width: calc(100% / 12 * 9); }
  .xl-10 {
    width: calc(100% / 12 * 10); }
  .xl-11 {
    width: calc(100% / 12 * 11); }
  .xl-12 {
    width: calc(100% / 12 * 12); } }

@media (max-width: 551px) {
  .xs-1 {
    width: calc(100% / 12); }
  .xs-2 {
    width: calc(100% / 12 * 2); }
  .xs-3 {
    width: calc(100% / 12 * 3); }
  .xs-4 {
    width: calc(100% / 12 * 4); }
  .xs-5 {
    width: calc(100% / 12 * 5); }
  .xs-6 {
    width: calc(100% / 12 * 6); }
  .xs-7 {
    width: calc(100% / 12 * 7); }
  .xs-8 {
    width: calc(100% / 12 * 8); }
  .xs-9 {
    width: calc(100% / 12 * 9); }
  .xs-10 {
    width: calc(100% / 12 * 10); }
  .xs-11 {
    width: calc(100% / 12 * 11); }
  .xs-12 {
    width: calc(100% / 12 * 12); } }

.productView-rating {
  display: none; }

img.side-product-thumbnail {
  cursor: pointer;
  display: inline-block;
  width: 49%; }

.productView-infos p {
  font-size: 16px; }

.productView-options .form-field {
  position: relative; }
  .productView-options .form-field[data-product-attribute="set-select"] {
    width: 237px; }
  .productView-options .form-field > * {
    display: inline-block; }
  .productView-options .form-field select {
    max-width: 135px; }
  .productView-options .form-field a.guide {
    position: absolute;
    left: 100%;
    width: 100%;
    margin-left: 10px; }
  .productView-options .form-field label {
    width: 100px; }
  .productView-options .form-field[role="radiogroup"] {
    width: 100%; }
    .productView-options .form-field[role="radiogroup"][data-name="# of Sides"] span.info {
      position: relative;
      left: 0;
      top: -1px; }
  .productView-options .form-field[data-name="If 3 Sided, Choose Configuration"] > *, .productView-options .form-field[data-product-attribute="input-text"] > * {
    display: block;
    width: 100%; }

.productView-options .form-field a.guide {
  text-decoration: underline !important; }
  .productView-options .form-field a.guide .looking-glass {
    height: 15px;
    margin-top: -5px; }

.productView-infos iframe {
  max-width: 100%; }

@media (max-width: 506px) {
  [data-product-option-change] {
    text-align: left; }
  .productView-options .form-field[data-product-attribute=set-select] {
    width: 163px; }
  .productView-options .form-field select {
    max-width: 83px; }
  .productView-options .form-field label {
    width: 80px; }
  .form-field[data-name="Long Side Fraction"]::after, .form-field[data-name="Short Side Fraction"]::after {
    right: 4px; }
  iframe {
    max-width: 100%;
    height: auto; } }

@media (max-width: 365px) {
  .form-field[data-name="Long Side Fraction"]::after, .form-field[data-name="Short Side Fraction"]::after {
    right: 24px;
    content: "In"; }
  [data-name="# of Sides"] span.info, [data-name="Long Side Fraction"] span.info, [data-name="Short Side Fraction"] span.info {
    right: 0 !important; }
  .form-field[data-name="Long Side Fraction"], .form-field[data-name="Short Side Fraction"] {
    width: 132px !important;
    padding-left: 10px; }
  .form-field[data-name="Long Side Fraction"]::before, .form-field[data-name="Short Side Fraction"]::before {
    left: -1px; }
  .productView-options .form-field select {
    max-width: 65px; }
  .form-select--date, .form-select--small {
    background-position: right -1px top .5rem !important;
    padding-right: 13px !important;
    padding-left: 5px !important; }
  .productView-options .form-field[data-product-attribute=set-select] {
    width: 145px; }
  .form-field[data-name="Long Side Fraction"], .form-field[data-name="Short Side Fraction"] {
    width: 115px !important; } }

@media (max-width: 550px) {
  .gasket-features table tr th {
    padding: 15px; }
    .gasket-features table tr th strong {
      font-size: 17px; }
  .gasket-features table tr td {
    padding: 15px !important;
    font-size: 15px; } }

@media (max-width: 345px) {
  .gasket-features table tr th strong {
    font-size: 15px; }
  .gasket-features table tr td {
    font-size: 13px; } }
