.row.search-page {
    margin-left: 15px;
    margin-right: 15px;
    font-family: "Open Sans";
    margin-top: -35px;
}
.row.search-page .container {
    background: #FFF;
    border: 1px solid #CCC;
}

.search-page .tab {
    display: none;
    padding-bottom: 30px;
}

.search-page .tab-selected {
    display: block;
}

.row.search-page .container .search-menu ul {
    border-bottom: 3px solid #26A86D;
    display: flex;
}

.row.search-page .container .search-menu ul li {
    display: inline-block;
    font-size: 15px;
    margin-right: 30px;
    padding: 15px 20px;
    margin-bottom: -3px;
    cursor: pointer;
}

.row.search-page .container .search-menu ul li:hover {
    border-bottom: 3px solid #26A86D; 
    background: #26A86D;
    color: #FFF;
}

.row.search-page .container .search-menu ul li.selected {
    border-bottom: 3px solid #26A86D;
    background: #26A86D;
    color: #FFF;
}

.row.search-page .container .product-list {
    padding: 10px;
    width: 100%;
}
.row.search-page .container .category-list {
    padding: 10px;
    display: inline-block;
    width: 100%;
}
.row.search-page .container .product-list .product-item .wrapper-product-item {
    width: 100%;
    height: 110px;
    display: inline-block;
    margin-right: 8px;
    padding: 3px;
    position: relative;
}
.row.search-page .container .category-list .category-item .wrapper-category-item {
    width: 100%;
    height: 110px;
    display: inline-block;
    margin-right: 8px;
    padding: 3px;
    position: relative;
}

.row.search-page .container .product-list .product-item .img {
    height: 103px;
    width: 100px;
    background-size: cover;
    background-position: center center;
    display: inline-block;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
}
.row.search-page .container .category-list .category-item .img {
    height: 103px;
    width: 45%;
    background-size: cover;
    background-position: center center;
    display: inline-block;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
}

.row.search-page .more {
    color: #26A86D;
    margin-top: 25px;
    text-align: right;
    text-decoration: underline;
    cursor: pointer;
    margin-right: 15px;
    display: inline-block;
}

.row.search-page .container .product-list .product-item .product-title {
    display: inline-block;
    width: 59%;
    vertical-align: top;
    font-weight: bold;
}
.row.search-page .container .category-list .category-item .category-title {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-weight: bold;
}
.row.search-page .container .category-list .category-item .category-title span {
    font-weight: normal;
}
.row.search-page .container .product-list .product-item .product-title a {
    background: #26A86D;
    padding: 5px 10px;
    position: absolute;
    bottom: 5px;
    color: #FFF;
    font-weight: normal;
    display: block;
}
.row.search-page .container .category-list .category-item .category-title a {
    background: #26A86D;
    padding: 5px 10px;
    position: absolute;
    bottom: 5px;
    color: #FFF;
    font-weight: normal;
    display: block;
}
.row.search-page .container .category-list .category-item {
    margin-bottom: 20px;
}
.row.search-page .container .product-list .product-item:last-child {
    margin-right: 0px;
}

.row.search-page .container .search-h2 {
    padding: 15px;
    border-top: 1px solid #CCC;
    text-align: center;
    font-family: "Open Sans";
}

.row.search-page .container .cms-list {
   padding: 10px;
}

.row.search-page .container .cms-list ul {
    margin: 0px;
}

.row.search-page .container .cms-list ul li:last-child {
    margin-bottom: 0px;
}

.row.search-page .container .cms-list ul li {
    width: 100%;
    display: flex;
    margin-bottom: 25px;
}

.row.search-page .container .cms-list ul li .cms-title {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
}

.row.search-page .container .cms-list ul li .cms-url {
    font-size: 12px;
    color:#CCCCCC;
}

.row.search-page .container .forum-list {
   padding: 10px;
}

.row.search-page .container .forum-list ul {
    margin: 0px;
}

.row.search-page .container .forum-list ul li:last-child {
    margin-bottom: 0px;
}

.row.search-page .container .forum-list ul li {
    width: 100%;
    display: flex;
    margin-bottom: 25px;
}

.row.search-page .container .forum-list ul li .forum-title {
    font-size: 18px;
    font-weight: 300;
}

.row.search-page .container .forum-list ul li .forum-date {
    font-size: 11px;
    font-style: italic;
    margin-top: 3px;
}

.row.search-page .container .product-list-full {
    margin: auto;
    width: 97%;
    text-align: center;
}

.row.search-page .container .product-list-full .product-item {
    background: #FFF;
    display: inline-block;
    width: 17%;
    height: 300px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: top;
    position: relative;
}

.row.search-page .container .product-list-full .product-item .product-title {
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    padding: 10px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 17px
}

.row.search-page .container .product-list-full .product-item .product-subtitle {
    text-align: center;
    font-weight: normal;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 15px
}

.row.search-page .container .product-list-full .product-item .img {
    width: 100%;
    height: 190px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.row.search-page .container .product-list-full .product-item .product-btn {
    display: block;
    background: #027541;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: #FFF;
}
.row.search-page .container .category-list-full, .row.search-page .container .cms-list-full, .row.search-page .container .forum-list, .all-list-full {
    text-align: center;
}
.row.search-page .container .category-list-full .category-item {
    background: #FFF;
    display: inline-block;
    width: 100%;
    height: 130px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: top;
    position: relative;
}
.row.search-page .container .category-list-full .category-item .img {
    height: 100%;
    width: 250px;
    background-size: cover;
    background-position: center center;
    display: inline-block;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
}
.row.search-page .container .category-list-full .category-item .category-title {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    font-weight: bold;
    color: #424242;
    font-size: 16px;
    margin-left: 15px;
    text-align: left;
}
.row.search-page .container .category-list-full .category-item .category-title span {
    font-weight: normal;
    font-size: 13px;
}
#cmss-tab .cms-list-full .page .img, #all-tab .guide .img {
    width: 100%;
    height: 60px;
    display: inline-block;
    max-width: 65px;

}
#cmss-tab .cms-list-full li, #forum-tab .forum-list li {
    width: 100%;
    display: flex;
    margin-bottom: 25px;
}
.search-page li .cms-title a, .search-page li .forum-title a {
    color: #424242;
    font-size: 16px;
}
#cmss-tab .cms-list-full .guide .label-cms, #all-tab .cms-list .guide .label-cms {
    color: #26A86D;
    border: 1px solid #26A86D;
    background-color: #fff;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 10px;
    padding: 2px 15px;
    margin-bottom: 20px;
    max-height: 16px;
}

#forum-tab .forum-list .forum .label-forum, #all-tab .forum-list .forum .label-forum {
    color: #777;
    border: 1px solid #777;
    background-color: #fff;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 10px;
    padding: 2px 15px;
    margin-bottom: 20px;
    max-height: 16px;
}
.noResultPage {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.noResultPage p {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}
.noResultPage a {
    border: 1px solid #26A86D;
    padding: 15px 10px;
    width: 180px;
    display: inline-block;
    font-weight: 700;
}