/* Containers */
.goods-catalog {
/*overflow:hidden;*/
}

.catalog-inner {
    /*float: left;
    width: 100%;*/
    margin-bottom: 20px;
}

/* Grid catalog */
.goods-catalog .grid,
.goods-insert .grid {
   /* min-width: 200px;
    min-height: 200px;*/
    /*background-color: #f5f5f5;*/
    /*padding: 10px;*/
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*margin: 10px 20px 10px 0;*/
    /*position: relative;*/
    /*overflow: hidden;*/
}
.goods-insert .grid {
    /*width: 200px;*/
}
.goods-insert p {
    line-height: 1.5;
    margin: 10px 0 10px 0;
}
.grid img {
    max-width: 100%;
    height: auto;
}
.grid p {
    margin: 0 !important;
}
.grid .goods-category-list-more {
    margin-top: 5px;
}
.grid .goods-category-list-more a {
    color: #279e42;
}

/* Sidebar */

.goods-sidebar {
    /*float: left;*/
    /*line-height: 2;*/
}
.goods-sidebar ul {
    list-style: none;
    padding: 0;
}
.goods-sidebar li {
    /*width: 100%;*/
    padding: 5px 0;
    border-bottom: 1px solid #ececec;
}
.goods-sidebar li a {
    color: #000;
    font-size: 16px;
}
.goods-sidebar li a:hover {
    color: #279e42;
    text-decoration: none;
}
.goods-sidebar ul.children {
    margin-left: 10px; 
    margin-top: 10px;
}
.goods-sidebar ul.children li {
    border-bottom: none;
}
.goods-sidebar ul.children li a {
    font-size: 14px;
    color: #555555;
}
.goods-sidebar ul.children li a:hover {
    text-decoration: underline;
}
.goods-sidebar .widgettitle {
    margin-bottom: 20px;
}
.goods-sidebar input[type="submit"],
.goods-sidebar select {
    width: 100%;
}
/* Style products and categories */
.goods-catalog h2 {
    font-size: 26px;
    margin: 0 0 25px 0;
}
.goods-catalog p {
    margin: 10px 0 10px 0;
    line-height: 1.5;
}

.goods-category-list-title, 
.goods-item-title {
    /*text-align: center;*/
    padding: 5px 0;
    margin: 0px;
    font-size: 16px;
}

.goods-category-list-title a, 
.goods-item-title a {
    color: #000;
}

.goods-category-thumb-container,
.goods-item-thumb-container {
    margin: 10px 0;
    text-align: center;
}
.goods-single-thumb-container {
    float: left;
    margin: 0 20px 20px 0;
}

.goods-category-thumb,
.goods-item-thumb,
.goods-single-thumb {
    /*border: 1px solid #aaa;*/
    margin-bottom: 0;
}
/* set width */
.goods-info {
    float: left;
}
.goods-price {
    font-weight: bold;
}
.goods-price-single {
    font-size: 16px;
    color: #A60000;
    font-weight: bold;
}

.single-category-title {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 20px 0;
    clear: none;
}

/* Pagination */
.goods-pagination {
    clear: both;
    padding: 20px 0 20px 0;
    position: relative;
}

.goods-pagination span, .goods-pagination a {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
    padding: 6px 9px 5px 9px;
    font-weight: normal;
    text-decoration: none;
    width: auto;
    color: #333;
    background: #F5F5F5;
}

.goods-pagination a:hover {
    color: #FFF;
    background: #999;
}

.goods-pagination .current {
    padding: 6px 9px 5px 9px;
    background: #999;
    color: #FFF;
}

/*
* Breadcrumbs
*/
.breadcrumbs {
    /*margin: 10px 0 20px 0;*/
    margin-bottom: 20px !important;
}

/* Common */
.clear {
    clear: both;
}

/* Shortcodes */
.goods-tile {
    width: 300px;
}