/** Shopify CDN: Minification failed

Line 358:8 Expected identifier but found whitespace
Line 358:10 Unexpected "{"
Line 358:20 Expected ":"
Line 429:8 Expected identifier but found whitespace
Line 429:10 Unexpected "{"
Line 429:20 Expected ":"
Line 430:16 Expected identifier but found whitespace
Line 430:17 Unexpected "3px"
Line 430:27 Unexpected "{"
Line 430:37 Expected ":"

**/
.product-geometry-section--container {
  margin-top: 60px;
}
.product-geometry-section--heading {
  text-align: left;
}
.product-geometry-section--heading p {
  margin-top: 0;
}

.product-geometry-section--heading h3 {
 color: #000;
font-family: "proxima-nova";
font-size: 43px;
font-style: normal;
font-weight: 700;
line-height: 47.3px;
  margin-bottom: 20px;
}
.product-geometry-section--wrapper {
  margin-top: 20px;
}
.product-geometry-section--wrapper:last-child {
  display: flex;
    flex-direction: row;
  }


@media screen and (min-width: 768px) {
  .product-geometry-section--heading h3 {
    font-size: 50px !important;
  }
  .product-geometry-section--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
  
}
.product-geometry-section--item .content a{
  text-decoration: underline;
}
.product-geometry-section--item {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .product-geometry-section--item .grid__item {
    width: 100%!important;
    /* padding: 0; */
  }
}
.product-geometry-section--item.image-1-geometry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-geometry-section--item.image-1-geometry svg {
  background: #f5f5f5;
}
.product-geometry-section--item.image-1-geometry svg image {
  mix-blend-mode: multiply;
}
.product-geometry-section--item .ui.accordion .title {
  font-weight: 700;
  font-size: 16px;
}
.product-geometry-section--item .ui.accordion {
  max-width: 480px;
  border-bottom: 1px solid rgba(34,36,38,.15) !important;
}
.product-geometry-section--item.image-1-geometry > img {
  max-width: 100% !important;
}
@media screen and (min-width: 768px) { 
  .product-geometry-section--item {
    width: 45%;
    margin-top: 0;
  }
  .product-geometry-section--item.image-1-geometry {
    width: 55%;
  }
}

.product-geometry-section--image {
  max-width: 563px;
  margin: 50px 0 0 15px;
}

.tab-geometry--wrapper {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
 gap: 25px;
}
.tab-geometry--wrapper .tab-item h4 {
 margin: 0 0 10px;
  color: #000;
font-family: "proxima-nova";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 19.5px;
}
.tab-geometry--wrapper .tab-item input[type=radio] {
  display: none;
}
.tab-geometry--wrapper .tab-item input[type=radio]:checked + label {
  color: white;
}
.tab-geometry--wrapper .tab-item input[id=tablink-1]:checked ~ .glider {
  -webkit-transform: translateX(12%);
          transform: translateX(12%);
}
.tab-geometry--wrapper .tab-item input[id=tablink-2]:checked ~ .glider {
  -webkit-transform: translateX(115%);
          transform: translateX(115%);
}

@media screen and (max-width: 768px) {
  .tab-geometry--wrapper .tab-item input[id=tablink-1]:checked ~ .glider {
    -webkit-transform: translateX(11%);
            transform: translateX(11%);
  }
  .tab-geometry--wrapper .tab-item input[id=tablink-2]:checked ~ .glider {
    -webkit-transform: translateX(115%);
            transform: translateX(115%);
  }
}
.tab-geometry--wrapper .tab-item input[id=tablink-3]:checked ~ .glider {
  -webkit-transform: translateX(11%);
          transform: translateX(11%);
}
.tab-geometry--wrapper .tab-item input[id=tablink-4]:checked ~ .glider {
  -webkit-transform: translateX(115%);
          transform: translateX(115%);
}


.tab-geometry--wrapper .tab-item .glider {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  border-radius: 2px;
  background: #222;
  height: 45px;
  top: 3.5px;
  left: -7px;
  width: 90px;
}
.tab-geometry--wrapper .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /* -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15), 0 6px 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15), 0 6px 12px 0 rgba(0, 0, 0, 0.15); */
  padding: 5px;
      border-radius: 4px;
    border: 1px solid #000;
    background: #FFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tab-geometry--wrapper .tabs * {
  z-index: 2;
}
.tab-geometry--wrapper .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  /*updated tabs for pills*/
  /* padding-top: 4px; */

    font-family: "proxima-nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.4px;
    padding: 9px 27px;
    width: 90px;
}
@media screen and (max-width: 768px) {
  .tab-geometry--wrapper .tab {
    padding: 6px 27px;
    width: 65px;
    font-size: 16px;
  }
  .tab-geometry--wrapper .tab-item .glider {
    left: -6px;
    width: 67px;
    height: 40px;
  }
  .tab-geometry--wrapper .tab-item input[id=tablink-3]:checked ~ .glider {
    -webkit-transform: translateX(11%);
            transform: translateX(11%);
  }
  .tab-geometry--wrapper .tab-item input[id=tablink-4]:checked ~ .glider {
    -webkit-transform: translateX(115%);
          transform: translateX(115%);
  }
}

span.circle-bg-gray {
  background-color: black;
  display: none;
}

td:not([data-measurement]) {
  /* font-weight: 700; */
}

.tab-content table tr td:nth-child(even),
.tab-content table tr th:nth-child(even) {
  background-color: #F6F6F6;
}
.tab-content table th, .tab-content table td {
  border: unset;
}

@media screen and (max-width: 768px) {
  .tab-content table th, .tab-content table td {
    padding: 2px 2px 2px 5px;
    font-size: 12px;
  }
}
.tab-content table tr .circle-bg-gray {
  text-transform: uppercase;
  width: 1.9em;
  height: 1.9em;
  line-height: 2em;
  font-size: 1em;
}

@media screen and (max-width: 768px) {
  .tab-content table tr .circle-bg-gray {
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    font-size: .8em;
  }

  .tab-content table tr td span {
    font-size: 12px;
  }
}
.tab-content table tbody tr:hover td {
  background-color: black !important;
  color: white!important;
} 

/* @media screen and (max-width: 768px) {
  .tab-content table tbody tr:hover td {
    background-color: inherit !important;
  }
} */

.template-product #geometry {
  background-color: #eeeeee;
  padding: 100px 0
}
@media only screen and (max-width: 640px) {
  .template-product #geometry .grid {
    padding: 0
  }
}
.template-product #geometry .grid__item {
  position: relative
}
.template-product #geometry .grid__item:nth-of-type(1) {
  width: 55% !important
}
@media only screen and (max-width: 768px) {
  .template-product #geometry .grid__item:nth-of-type(1) {
    width: 100% !important;
    padding: 0
  }
}
.template-product #geometry .grid__item:last-child {
  width: 45% !important
}
@media only screen and (max-width: 768px) {
  .template-product #geometry .grid__item:last-child {
    width: 100% !important;
    padding: 0
  }
}
.template-product #geometry .grid__item:last-child img {
  margin-top: 50px
}
.template-product #geometry h2 {
  text-align: center;
  font-weight: bold;
  font-size: 90px !important
}
@media only screen and (max-width: 640px) {
  .template-product #geometry h2 {
    font-size: 42px !important
  }
}
.template-product #geometry h3 {
  text-align: center
}
.template-product #geometry .tab-main {
  margin-top: 0;
  position: relative
}
.template-product #geometry .tab-main .tabs--header {
  text-align: left;
  background-color: transparent !important;
  margin-bottom: 20px
}
@media only screen and (max-width: 640px) {
  .template-product #geometry .tab-main .tabs--header {
    text-align: center
  }
}
.template-product #geometry .tab-main .tabs--header .tab-head a {
  font-size: 20px;
  color: #343940
}
.template-product #geometry .tab-main .tabs--header .tab-head__active a {
  color: {{ settings.color_text_link}}}
.template-product #geometry .tab-main table {
  margin-bottom: 7px
}

.template-product #geometry .tab-main table th:nth-child(2),
.template-product #geometry .tab-main table th:nth-child(4),
.template-product #geometry .tab-main table th:nth-child(6),
.template-product #geometry .tab-main table th:nth-child(8),
.template-product #geometry .tab-main table td:nth-child(2),
.template-product #geometry .tab-main table td:nth-child(4),
.template-product #geometry .tab-main table td:nth-child(6),
.template-product #geometry .tab-main table td:nth-child(8) {
  background-color: #e6e6e6
}
.template-product #geometry .tab-main table th,
.template-product #geometry .tab-main table td {
  padding: 5px 14px
}
@media only screen and (max-width: 640px) {
  .template-product #geometry .tab-main table th,
  .template-product #geometry .tab-main table td {
    padding: 2px
  }
}
.template-product #geometry .tab-main table tr td {
  border-bottom: 1px solid gainsboro
}
.template-product #geometry .tab-main table tr td:first-child {
  font-weight: bold
}
.template-product #geometry .tab-main table tr td span.circle-bg-gray {
  float: left;
  text-transform: uppercase
}
@media only screen and (max-width: 1024px) {
  .template-product #geometry .tab-main table tr td span:nth-child(2) {
    display: flex;
    text-align: left;
    font-size: 14px;
    line-height: 16px
  }
}
@media only screen and (max-width: 640px) {
  .template-product #geometry #tab_geometry > span {
    padding: 5px;
    text-align: center;
    display: block
  }
}
.template-product .in-mm {
  display: flex;
  font-size: 20px
}
@media only screen and (max-width: 640px) {
  .template-product .in-mm {
    justify-content: center;
    padding: 5px
  }
}
.template-product .in-mm span {
  margin-right: 10px
}
.template-product .in-mm ul li {
  display: inline-block;
  width: 50px;
  text-align: center;
  border-bottom: 3px solid #939393;
  cursor: pointer
}
.template-product .in-mm ul li.current-measurement {
  color: {{ settings.color_text_link}};
  border-bottom: 3px solid{{ settings.color_text_link}}
}

.product-geometry-section--container {
  max-width: 1476px;
    margin: 0 auto 70px;
  padding: 0 20px;
}
.product-geometry-section--wrapper {
  flex-direction: row-reverse;
  align-items: flex-start;
}
#tab_geometry table {
  box-shadow: none;
}
#tab_geometry table th {
  text-align: left;
}
#tab_geometry table {
  font-size: 15px;
}

#tab_geometry table tr td:first-child {
  /* padding-left: 0; */
}
.product-geometry-section-frame {
      max-width: 480px;
    margin: 0 auto;
}
.product-geometry-section-frame h5 {
  color: #222;
  font-family: "proxima-nova";
font-size: 23px;
font-style: normal;
font-weight: 700;
line-height: 25.3px;
      margin-bottom: 20px;

}
.product-geometry-section-frame p {
   color: #222;
font-family: "proxima-nova";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 23.4px;
}
.product-geometry-section-frame a{
     margin-top: 5px;
    display: inline-block;
    padding: 12px 25px;
    border-radius: 4px;
    color: #222;
    font-family: "proxima-nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #000;
      text-decoration: none;
  transition: all 0.3s ease;
}
.product-geometry-section-frame a:hover {
      background-color: #000!important;
    color: #fff!important;
}
@media only screen and (max-width: 900px) {
  .product-geometry-section--wrapper:last-child {
  flex-direction: column;
}
  .product-geometry-section--image {
    max-width: 100%;
    margin: 50px 0 0;
}
  #tab_geometry table {
        width: 100%;
    table-layout: auto;
  }
  .product-geometry-section--item .grid, .product-geometry-section--item .grid_item, .product-geometry-section--item {
    width: 100%;
  }
 
  .product-geometry-section--wrapper.reverse-section {
    position: relative;
    flex-direction: column;
    align-items: unset;
    padding-top: 90px;
  }
  .tab-geometry--wrapper {
    position: absolute;
    top: 0;
  }
  .product-geometry-section-frame {
    max-width: 100%;
    margin: 0;
}
}

.product-geometry-section--image img {
  max-width: 100%;
  width: 100%;
}