#fieldtabproductsisotope {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
#fieldtabproductsisotope .isotope-item{
    /*overflow: hidden;*/
    margin-top: 30px;
    text-align: center;
}
@media(min-width:992px){#fieldtabproductsisotope .isotope-item{width:20% !important;}}
@media(max-width:480px){#fieldtabproductsisotope .isotope-item{width:100% !important;}}
#fieldtabproductsisotope .isotope-item .left-block{
    overflow: hidden;
    position: relative;
}
#fieldtabproductsisotope .fieldtabproductsisotope-filters {
    border-bottom: 1px solid #e2dfdf;
    box-shadow: 0 1px #fff;
    color: #444;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 21px;
    margin-top: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
}

#fieldtabproductsisotope .fieldtabproductsisotope-filter {
    display: inline-block;
    white-space: nowrap;
}

#fieldtabproductsisotope .fieldtabproductsisotope-filter a {
    border-right: 1px solid #e2dfdf;
    box-shadow: 1px 0 #fff;
    cursor: pointer;
    display: block;
    padding: 0 15px;
    line-height: 1;
}
@media (max-width:370px){#fieldtabproductsisotope .fieldtabproductsisotope-filter a{padding:0 10px;}}

#fieldtabproductsisotope .fieldtabproductsisotope-filter:last-child a{
    padding-right: 0;
    border: 0;
    box-shadow: none;
}

#fieldtabproductsisotope .fieldtabproductsisotope-filter:first-child a {
    padding-left: 0;
}
.no-touch #fieldtabproductsisotope .fieldtabproductsisotope-filter a:hover,
#fieldtabproductsisotope .fieldtabproductsisotope-filter a.active {
    color: #fe5252;
}

#fieldtabproductsisotope .fieldtabproductsisotope-products {
    text-align: left;
    width: 100%;
}

#fieldtabproductsisotope .grid-sizer {
    opacity: 0;
    visibility: hidden;
    margin: 0 1%;
    padding: 0;
}
.isotope-grid {
    margin-bottom: 0;
    margin-top: -30px;
    -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;
}

/*----------------------------------------------------------*/
/*
/* Media Queries
/*
/*----------------------------------------------------------*/

/*---------------------------------------*/
/* width >= 1680px
/*---------------------------------------*/
@media only screen and (min-width: 1680px)
{

}

/*---------------------------------------*/
/*  1280px <= width < 1680px
/*---------------------------------------*/
@media only screen and (max-width: 1679px)
{

}

/*---------------------------------------*/
/* 1136px <= width < 1280px
/*---------------------------------------*/
@media only screen and (max-width: 1279px)
{

}

/*---------------------------------------*/
/* 1024px <= width < 1136px
/*---------------------------------------*/
@media only screen and (max-width: 1135px)
{

}

/*---------------------------------------*/
/* 960px <= width < 1024px
/*---------------------------------------*/
@media only screen and (max-width: 1023px)
{

}

/*---------------------------------------*/
/* 768px <= width < 960px
/*---------------------------------------*/
@media only screen and (max-width: 959px)
{

}

/*---------------------------------------*/
/* 640px <= width < 768px
/*---------------------------------------*/
@media only screen and (max-width: 767px)
{

}

/*---------------------------------------*/
/* 480px <= width < 640px
/*---------------------------------------*/
@media only screen and (max-width: 639px)
{

}

/*---------------------------------------*/
/* 420px <= width < 480px
/*---------------------------------------*/
@media only screen and (max-width: 479px)
{

}

/*---------------------------------------*/
/* 320px <= width < 420px
/*---------------------------------------*/
@media only screen and (max-width: 419px)
{

}

/*---------------------------------------*/
/* 0px <= width < 320px
/*---------------------------------------*/
@media only screen and (max-width: 319px)
{

}

