/* Style tab links */

.product-link {
  display: block;
  color: white;
  float: left;
  outline: none;
  cursor: pointer;
  font-size: 17px;
  width: 100%;
  height: 100%;
  transition: all 300ms ease-in-out;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}

.product-link:hover,.product-link:focus {
	text-decoration: none;
}

.product-link .product-thumb {border: 2px solid #F9BF3B;}

.product-link:hover .product-title{
	color: #F9BF3B;
}

.product-link .product-text-wrap {
    padding: 10px 10px;
}

article{
	cursor: pointer;
}

.product-title{
	-webkit-transition: all 300ms ease-in-out;
   transition: all 300ms ease-in-out;
}

.product-content img {
    width: 50%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/***  TAB CONTENT  ***/

.tabcontent {
  position: relative;
  color: #000;
  display: none;
  padding: 50px 25px;
  height: 100%;
  width: 100%;
  z-index: 100;
  background-color:#ffffff;
  border: 1px solid #F9BF3B;
  margin-top: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tabcontent .product-title {margin-top: 0 !important;}


.close {
    position: absolute;
	top: 25px;
	right: 25px;
	z-index: 1;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.product-thumb{
    background-color: #ffffff;
}



.tax-product-cat .main {padding-top: 0;}
