#wpisotopetabs {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

#wpisotopetabs .wpisotopetabs-filters {
    font-size: 0;
    margin-bottom: 10px;
    text-align: center;
    float:left;
    width:100%;
}

#wpisotopetabs .wpisotopetabs-filter {
    display: inline-block;
    white-space: nowrap;
    padding:0;
}


.isotope-item:hover .product-name {
    color: #FFAA70;
}

.isotope-grid li:first{}

#wpisotopetabs ul.product_list .product-image-container img {height:188px !important;width:188px !important;}

#wpisotopetabs .wpisotopetabs-filter a {
    display: block;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    color:blue;
    text-transform: capitalize;
    border-bottom: 3px solid #E9E9E9;
}

#wpisotopetabs .wpisotopetabs-filter a:hover {
    color: #FFAA70;
    border: 3px solid #FFAA70;
    border-bottom: 3px solid white;
}

#wpisotopetabs .wpisotopetabs-filter a:focus {
    outline:none;
}

#wpisotopetabs .wpisotopetabs-filter:last-child {
    padding-right: 0;
}

.no-touch #wpisotopetabs .wpisotopetabs-filter a:hover,
#wpisotopetabs .wpisotopetabs-filter a.active {
    color: #FFAA70;
    border: 3px solid #FFAA70;
    border-bottom: 3px solid white;
}

#wpisotopetabs .wpisotopetabs-products {
    text-align: left;
    width: 100%;
    clear:both;
}

#wpisotopetabs .grid-sizer {
    opacity: 0;
    visibility: hidden;
    margin: 0 1%;
    padding: 0;
}

/*----------------------------------------------------------*/
/*
/* 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)
{

}

