/* [window_product_table product_line="norandex-extreme-replacement-windows"] - CSS */

.td-swatch-dot {
	position: relative;
}

.swatch-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 24px;
  transform: translate(-50%, -50%);
  overflow: hidden;
  transition: width 0.2s ease, height 0.2s ease, border-radius 0.2s ease;
  border-radius: 6px;   

}

td.td-swatch-dot:hover .swatch-wrapper {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
	border-radius: 0;   
}

.available-swatch-dot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
        /* circle at rest */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #eee;
  box-sizing: border-box;
	 display: block;
}


.window-product-table table {
  background-color:transparent;
  width:100%;
  margin-block-end:15px;
  font-size:.9em;
  border-spacing:0;
  border-collapse:collapse
}
.window-product-table table td,
.window-product-table table th {
  padding:15px;
  line-height:1.5;
  vertical-align:top;
  border:1px solid hsla(0,0%,50.2%,.5019607843)
}
.window-product-table table th {
  font-weight:700
}

.window-product-table table th .term-short-desc {
	  font-weight:400;
		  margin-top:5px;
}


.window-product-table table tfoot th,
.window-product-table table thead th {
  font-size:1em
}
.window-product-table table caption+thead tr:first-child td,
.window-product-table table caption+thead tr:first-child th,
.window-product-table table colgroup+thead tr:first-child td,
.window-product-table table colgroup+thead tr:first-child th,
.window-product-table table thead:first-child tr:first-child td,
.window-product-table table thead:first-child tr:first-child th {
  border-block-start:1px solid hsla(0,0%,50.2%,.5019607843)
}
.window-product-table table tbody>tr:nth-child(odd)>td {
  background-color: transparent !important;
}
.window-product-table table tbody>tr:nth-child(odd)>th {
  background-color: transparent !important;
}
.window-product-table table tbody tr:hover>td {
  background-color: transparent !important;
}
.window-product-table table tbody tr:hover>th {
  background-color: transparent !important;
}
.window-product-table table tbody+tbody {
  border-block-start:2px solid hsla(0,0%,50.2%,.5019607843)
}
@media (max-width:767px) {
  table table {
    font-size:.8em
  }
  table table td,
  table table th {
    padding:7px;
    line-height:1.3
  }
  table table th {
    font-weight:400
  }
}




.window-product-table table caption {
	display:none;	
}

.window-product-table table {
	table-layout: fixed; /* Forces equal-width columns */
}

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

.window-product-table table tr {
    width: 100%;
}

.window-product-table table thead tr:nth-child(1) th {
	color: #FFFFFF;
	background-color: var(--e-global-color-secondary);
	padding: 0.75em;
	font-size:1.125rem;
}

.window-product-table table thead tr th.series {

}

.window-product-table table thead tr th.series-name .series-short-desc {
	  font-weight:400;
		  margin-top:5px;
}


.window-product-table table thead tr:nth-child(1) th {background-color: var(--e-global-color-primary);}
.window-product-table table thead tr th.term-name {background-color: var(--e-global-color-e1bf683);}
.window-product-table table thead tr th.series-name {background-color: #EEEEEE;}

.window-product-table table.window-product-comparison tbody>tr:nth-child(odd)>th {background-color: var(--e-global-color-e1bf683)!important;}
.window-product-table table.window-product-comparison tbody>tr:nth-child(odd)>td {background-color: var(--e-global-color-e1bf683)!important;}
.window-product-table table.window-product-comparison tbody tr.table-divider th  {background-color: var(--e-global-color-secondary)!important; color: #FFFFFF;}


.window-product-table-perfexion .window-product-table table thead tr:nth-child(1) th {background-color: var(--e-global-color-3ca94ba);}
.window-product-table-perfexion .window-product-table table thead tr th.term-name {background-color: var(--e-global-color-09bb8ba);}
.window-product-table-perfexion .window-product-table table.window-product-comparison tbody>tr:nth-child(odd)>th {background-color: var(--e-global-color-09bb8ba)!important;}
.window-product-table-perfexion .window-product-table table.window-product-comparison tbody>tr:nth-child(odd)>td {background-color: var(--e-global-color-09bb8ba)!important;}
.window-product-table-perfexion .window-product-table table.window-product-comparison tbody tr.table-divider th  {background-color: var(--e-global-color-secondary)!important; color: #FFFFFF;}


.window-product-table table tbody tr th {

}

.window-product-table table th,
.window-product-table table td {
    border: 1px solid #ccc;
    padding: 0.5em;
    text-align: center;
	vertical-align:middle;
	line-height: 1;
}
.window-product-table table th {
    padding: 0.75em;
}
.window-product-table table th {
	vertical-align:middle;
}

.window-product-table table .available-dot {
    color: #333;
    font-size: 2.5em;
    line-height: 0.5;
}