.com_gwproducts_view_products_box
{
    display: block;
    padding: 10px 0;
    clear: both;
}
.clearfix
{
    clear: both;
}
.com_gwproducts_view_products_box_products,
.com_gwproducts_view_products_box_product
{
    display: block;
    padding: 10px 0;
    clear: both;
}
.com_gwproducts_view_products_list
{
    display: block;
    width: 100%;
    clear: both;
}
.com_gwproducts_view_products_list_item
{
    display: block;
    float: left;
    width: 33.3%;
    padding: 10px 0;
    text-align: center;
}
.com_gwproducts_view_products_list_item_title a
{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
}
.com_gwproducts_view_products_list_item_title a:hover
{
    text-decoration: none;
}
.com_gwproducts_view_products_list_item_items
{
    display: block;
    padding: 10px 0;
    float: none;
    clear: both;
}
.com_gwproducts_view_products_list_item_items a
{
    text-decoration: none !important;
    opacity: 0.5;
    transition: 0.5s;
}
.com_gwproducts_view_products_list_item_items a.com_gwproducts_view_products_list_item_items_item_active,
.com_gwproducts_view_products_list_item_items a:hover,
.com_gwproducts_view_products_list_item_items a:active
{
    opacity: 1;
    text-decoration: none;
    transition: 0.5s;
}
.com_gwproducts_view_products_list_item_items a img
{
    max-height: 100px;
    border: 1px solid #ddd;
}
.com_gwproducts_view_set_box_products
{
    padding: 10px 0;
    display: block;
    clear: both;
}
.com_gwproducts_view_set_box_products table
{
    width: 80%;
    margin: 0 auto;
}
.com_gwproducts_view_set_box_products table tfoot th
{
    text-align: center;
}
@media(max-width: 992px)
{
    .com_gwproducts_view_products_list_item
    {
        width: 50%;
    }
    .com_gwproducts_view_set_box_products table
    {
        width: 100%;
    }
}
@media(max-width: 600px)
{
    .com_gwproducts_view_products_list_item
    {
        width: 100%;
        clear: both;
        float: none;
    }
}
.com_gwproducts_view_products_list_item_top,
.com_gwproducts_view_products_list_item_bottom
{
    width: 100%;
    display: block;
    clear: both;
    float: none;
}
.com_gwproducts_view_products_list_item_top
{
    text-align: center;
}
.com_gwproducts_view_products_list_item_top .com_gwproducts_view_products_list_item
{
    width: 100%;
    text-align: center;
}
.com_gwproducts_view_products_pagination
{
    text-align: center;
}
.com_gwproducts_view_products_category_description
{
    padding: 10px 0;
    display: block;
    clear: both;
}
.com_gwproducts_view_products_list_empty
{
    margin: 0;
    padding: 0 10px 20px 20px;
}
.com_gwproducts_view_products_list_item_price,
.com_gwproducts_view_products_list_item_producer
{
    padding: 5px 0;
    display: block;
    clear: both;
    font-size: 16px;
    line-height: 1;
}
.com_gwproducts_view_products_list_item_price label,
.com_gwproducts_view_products_list_item_producer label
{
    padding-left: 5px;
    font-weight: bold;
    margin: 0;
}
.com_gwproducts_view_products_list_item_price strong,
.com_gwproducts_view_products_list_item_producer strong
{
    color: #1262AD;
}
.com_gwproducts_view_products_list_item_description
{
    padding: 15px 0;
    display: block;
    clear: both;
}
.com_gwproducts_view_products_list_item_image_fancybox
{
    text-align: center;
}
.com_gwproducts_view_products_list_item_image_fancybox img
{
    max-width: 60%;
    margin: 0 auto;
}
@media(max-width: 640px)
{
    .com_gwproducts_view_products_list_item_image_fancybox img
    {
        max-width: 80%;
    }
}