/** Shopify CDN: Minification failed

Line 137:64 Expected ")" to end URL token

**/

h2 
{
  text-align: center;
}

table caption {
	padding: 1em 0;
}
.selection-container{display: flex;}
.selection-container label{color: #000000; font-size: 1.2rem; font-weight: 400;}


@media screen and (max-width: 767px) {
  table caption {
    border-bottom: 1px solid #ddd;
  }
}

.p {
  text-align: center;
  padding-top: 140px;
  font-size: 14px;
}
.tablehead th
  {
    background: #ffffff!important;
    font-size: 1.2rem;
    line-height: 1.3rem!important;
    width:40px !important;
    padding:14px !important;
  }
  .table>tbody>tr>td {
    width:40px !important;
    vertical-align: inherit!important;
    text-align: center;
}
.table>thead>tr>th {
   
    text-align: center!important;
}
.fa-square-o
{
  background-color:#3ababb!important;
}
.sizing-chart-header-text {
    font-size: 6rem;
    text-align: center;
    padding: 100px 0 20px;
}
.size-chart-page h2 {
    font-size: 4rem;
    line-height: 5.2rem;
    text-transform: uppercase;
}
.size-chart-page h2 {
    font-size: 4rem;
    line-height: 5.2rem;
    text-transform: uppercase !important;
    color: #000;
    letter-spacing: 2px;
}
.size-chart-page h2:after{
    content: "";
    display: block;
    height: 3px;
    width: 55px;
    margin: .5rem auto 0;
    -webkit-transition: width .8s cubic-bezier(.19,1,.22,1) .3s;
    transition: width .8s cubic-bezier(.19,1,.22,1) .3s;
    background-color: #000;
}
.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: left;
    background: #fff
}
.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap;
}
.bootstrap-select>select {
    position: absolute!important;
    bottom: 0;
    left: 50%;
    display: block!important;
    width: .5px!important;
    height: 100%!important;
    padding: 0!important;
    opacity: 0!important;
    border: none;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.bootstrap-select {
    width: 220px \0;
    vertical-align: middle;
}
.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}
*, .bootstrap-select button.dropdown-toggle:focus {
    outline: none!important;
}
.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}
.custom-select-bootstrap {
    padding: 1.2rem 3rem 0 2rem;
}
.custom-select, .custom-select-bootstrap {
    display: inline-block;
    width: 100%;
    height: 4.6rem;
    padding: 1rem 3rem 1rem 2rem;
    line-height: 1.4;
    color: #1c1c1c;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' v…%3E%3Cpolygon fill='%2331BABC' points='51.5,0 0,0 25.8,38.6'/%3E%3C/svg%3E) no-repeat right 2rem center;
    background-size: 8px 10px;
    border: 1px solid #dadada;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.bootstrap-select .dropdown-toggle:before {
    content: "";
    display: inline-block;
}
.s-col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.sizing-header__selector:not(:last-child) {
    margin-bottom: 1.5rem;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
button.dropdown-toggle.custom-select-bootstrap {
    background: #fff;
}
.size-chart-page select {
    display: block;
    width: 100%;
  padding: 10px 5px;
  margin: 5px 0px;
  color: #000000;
  border: 1px solid #a9a9a9;
  border-radius: 0.5rem;
}
.size-chart-page h3{text-align: center;}
.size-chart-page hr{margin: 5rem 0px;}
.size-row{display: flex;}
.size-row .size-col{flex: 1 0 50%; overflow-x: scroll;}
.sizing-table th.image-column {
    color: #31babc;
}
.sizing-table th em {
    margin: 0 auto 1rem;
    width: 4rem;
    height: 4rem;
    line-height: 4.2rem;
    font-size: 2rem;
}
.sizing-table th em {
    display: block;
    font-style: normal;
    margin: 0 auto .7rem;
    background: #31babc;
    color: #fff;
    text-align: center;
    font-family: FuturaCondensed,Arial,arial,sans-serif;
    font-weight: 500;
    letter-spacing: .25rem;
    width: 3rem;
    height: 3rem;
    line-height: 3.2rem;
    font-size: 1.6rem;
}
.sizing-table td.order-column {
    background-color: #e7f8f8;
    border: 1px solid #dadada;
}

@media only screen and (max-width: 720px){
  .size-row{flex-wrap: wrap;}
  .size-row .size-col{flex: 1 0 100%;}
  .selection-container{gap: 10px; display: flex;}
}