.browse-view .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.browse-view .row > .product{
    border: 0;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

div#cf_flt_wrapper_virtuemart_category_id_110 {display: none;}

div.cf_flt_wrapper {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    background-color: #ffffff;
}
.cf_filters_list li {line-height: 1.5em !important;}
.cf_wrapper_inner {padding-top: 15px;}
.cf_wrapper_inner ul {padding-left: 15px; margin-bottom: 15px;}
#cf_flt_wrapper_q_110 { background-color: transparent; box-shadow: none;}

div.cf_flt_header {
    padding: 11px 6px;
    border-radius: 4px 4px 0 0;
    border: 1px solid #e0e0e0;
    background-color: #e0e0e0;
}

div.price2 {
    color: #323232;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 20px;
}

div.product-view-button .uk-icon-button.active {
    background-color: #f95f2a;
    color: #fff;
    outline: 0;
}
div.orderlistcontainer div.title {margin-bottom: 3px;}
div.product-view-button {padding: 8px 0 6px;}
div.display-number {padding-right: 0;}

div#cf_wrapper_input_text_q_110 {width: 100%;}
input#q_110_0 {max-width: 87%;}

div#cf_wrapper_input_text_price_110 input {
    width: 140px !important;
    margin: 6px;
}
div.form-horizontal button.cf_search_button {
    padding: 0 5px !important;
    border:0 !important;
}
div.MagicToolboxContainer > a {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    padding: 10px;
}
div.MagicToolboxSelectorsContainer a {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    padding: 5px;
}

.list-view p.product_s_desc {height: auto;}
.list-view .product,
.list-view .spacer{
    width: 100%;
}
.list-view h2.product_name {
    width: 57%;
    float: right;
    text-align: left;   
    margin-top: 30px;
}
.list-view h2.product_name a, .list-view .spacer p.product_s_desc {text-align: left;}
.list-view .spacer p.product_s_desc {padding: 10px 30px 0;}
.list-view .spacer .vm-product-media-container{
    width: 39%;
    float: left;
    margin-bottom: 0;
}
.list-view .spacer .vm-product-descr-container{
    width: 61%;
    float: left;
    text-align: left;
}
.list-view .spacer .vm-product-descr-container .vm-product-rating-container span{
    float: left;
}
.list-view .spacer .vm-product-detail-container{
    width: 61%;
    float: left;
    padding: 2px 30px 20px;
}

table {
/*    font-family:Arial, Helvetica, sans-serif;*/
    color:#666;
/*    font-size:12px;*/
    text-shadow: 1px 1px 0px #fff;
    background:transparent;
    margin:5px;
    border:0;
    border-collapse:separate;
    border-collapse:collapse;
    border-spacing:0;
    width: 100%;
/*    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;

    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;*/
}

table th {
    font-weight:bold;
    padding:21px 25px 22px 25px;
/*    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;*/
    border:0;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child{
    text-align: left;
    padding-left:20px;
}
table tr:first-child th:first-child{
/*    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;*/
}
table tr:first-child th:last-child{
/*    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;*/
}
table tr{
    padding-left:20px;
    transition: .3s all ease-in-out;
    border:0;
}
table tr td:first-child{
    text-align: left;
    padding-left:20px;
    border-left: 0;
}
table tr td {
    padding:5px;
    border: 0;
/*    border-top: 1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;*/
    
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr:nth-child(even) td{
    background: #f6f6f6;
}
table tr:last-child td{
    border-bottom:0;
}
table tr:last-child td:first-child{
/*    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;*/
}
table tr:last-child td:last-child{
/*    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;*/
}
table tr:hover td{
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);  
}

table a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}
table a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}
table a:active,
table a:hover {
    color: #bd5a35;
    text-decoration:underline;
}