.ext-product-tabs {
  margin: 0 0 20px 0;
font-family:LeagueSpartan;
}
.ext-pt-products-grid {
  display: flex;
  flex-wrap: wrap;
}
.ext-pt-product {
  width: 25%;
  padding: 0 10px 0 10px;
  margin-bottom: 20px;
  text-align: center;
}
.ext-pt-product-image img {
  max-width: 100%;
  height: auto;
}

.ext-pt-product-title {
  padding-top: 10px;
}
.ext-pt-product-title a {
    color: #444444;
    font-size: 15px;
    line-height: 20px;
    text-transform: none;
	font-weight: 600;
}

.ext-pt-product-title a:hover {
  color: #00aeef;
}

.ext-product-tabs-content {
  position: relative;
}

.ext-overlay {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255,255,255,0.7);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ext-spinner-container {
  position:absolute;
  top:16vh;
  left:0;
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.ext-spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: #6696f0;
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
border-style: solid;}


@keyframes spin {
  100% {
    transform: rotate(360deg); } }
	
.ext-pt-load-more {
  text-align: center;
  margin-top: 20px;
}

.ext-pt-load-more span {
cursor: pointer;
background: #fff;
color: #5e5e5e;
border: 2px solid #dddddd;
padding: 8px 15px;
line-height: 22px;
font-size: 16px;
text-align: center;
display: inline-block;
text-decoration: none;
font-weight: 700;
border-radius: 3px;
-webkit-transition: all .33s;
transition: all .33s;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}

.ext-pt-load-more span:hover {
background: #5e5e5e;
color: #ffffff;
border-color: #5e5e5e;
}

@media (max-width: 1099px) {
  .ext-pt-product {
	width: 33.33%;
  }
}

@media (max-width: 992px) {
  .ext-pt-product {
	width: 50%;
  }
}
.link-to-category {
font-family:LeagueSpartan;

}


