#fieldtabproductsisotope {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
#fieldtabproductsisotope .isotope-item{
    margin-top: 30px;
    text-align: center;
}
#fieldtabproductsisotope .fieldtabproductsisotope-filters {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 0 15px;
    text-transform: uppercase;
}

#fieldtabproductsisotope .fieldtabproductsisotope-filter {
    display: inline-block;
    line-height: 40px;
    margin-right: 5px;
    white-space: nowrap;
}
#fieldtabproductsisotope .fieldtabproductsisotope-filter:last-child{
    margin-right: 0;
}
#fieldtabproductsisotope .fieldtabproductsisotope-filter a {
    display: block;
}
#fieldtabproductsisotope .fieldtabproductsisotope-products {
    text-align: left;
    width: 100%;
}
#fieldtabproductsisotope .grid-sizer {
    opacity: 0;
    visibility: hidden;
    margin: 0 1%;
    padding: 0;
}
.isotope-grid {
    margin: 0;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
}

.no-touch .isotope-grid .item-buttons {
    opacity: 0;
}

.no-touch .isotope-grid .item:hover .item-buttons {
    opacity: 100;
}

.touch .isotope-grid .item-buttons {
    opacity: 100!important;
}
ul.tabs li {
    border: 0 none;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
ul.tabs li a {
    background: #ffffff none repeat scroll 0 0;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}
ul.tabs li a.active {
    background: #fb5b06 none repeat scroll 0 0;
    color: #ffffff;
}
ul.tabs li.active .text {
    color: #ffffff;
}
ul.tabs li.active .hover:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
}
ul.tabs li .text {
    color: #555555;
    font-family: "oswald";
    font-size: 16px;
    height: 40px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}
ul.tabs li .hover:before {
    bottom: 0;
    content: "";
    cursor: pointer;
    display: block;
    height: 40px;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    width: 4px;
    z-index: 10;
}
ul.tabs li a.active .text {
    color: #fff;
}
ul.tabs li:hover .hover::before, ul.tabs li.active:hover .hover::before {
    height: 100%;
    opacity: 1;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 9;
}
ul.tabs li:hover .text, ul.tabs li a.active:hover .text {
    color: #fff;
    z-index: 9999;
}