.body {
    background: #fff;
}

.browse-page__body {
    margin-top: 3rem;
    display: flex;
}

.browse-page__filter {
    box-sizing: border-box;
    flex-basis: 16.6%;
    max-width: 16.6%;
}

.browse-page__result {
    padding-left: 1rem;
    box-sizing: border-box;
    flex-basis: 84.4%;
    max-width: 84.4%;
}

.sort-by-options {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    overflow: visible;
    display: flex;
    height: 5rem;
    margin-bottom: 0.1rem;
    background-color: white;
    text-align: center;
}

.sort-by-options .sort-by-options__option--selected {
    color: #18a786;
    border-bottom: 2px solid #18a786;
    box-sizing: border-box;
}

.sort-by-options .dropdown .dropdown__entry--selected2 {
    color: #18a786;
    border-bottom: 2px solid #18a786;
    box-sizing: border-box;
}

.sort-by-options__option {
    text-decoration: none;
    display: block;
    cursor: pointer;
    user-select: none;
    line-height: 5rem;
    height: 5rem;
    color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    flex: 1;
}

.sort-by-options__option:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
    background-color: rgba(0, 0, 0, 0.02);
}

.sort-by-options .dropdown {
    flex: 1;
}

.dropdown {
    display: inline-block;
    cursor: pointer;
    user-select: none;
}

.sort-by-options .dropdown .popover {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 2;
    border-color: white;
    border-radius: 2px;
}

.sort-by-options .dropdown:hover .popover {
    display: block;
}

.dropdown__options {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown__entry:not(.dropdown__entry--selected):hover {
    color: #3b5998 !important;
}

.sort-by-options .dropdown__entry {
    background-color: white;
    border: none;
    color: rgba(0, 0, 0, 0.8);
    height: 5rem;
    padding: 0 1rem 0 1rem;
    text-transform: uppercase;
    justify-content: center;
}

.icon-like {
    font-size: 2rem;
    color: #3b5998;
    margin-right: 0.5rem;
    stroke: currentColor;
    cursor: pointer;
    user-select: none;
}

.sort-by-options .dropdown__entry {
    background-color: white;
    border: none;
    color: rgba(0, 0, 0, 0.8);
    height: 5rem;
    padding: 0 1rem 0 1rem;
    text-transform: uppercase;
    justify-content: left;
}

.sort-by-options .dropdown__entry i {
    padding-left: 5px;
    font-size: 10px;
}

.dropdown__entry {
    display: flex;
    align-items: center;
    user-select: none;
}

.dropdown__entry--selected {
    border: 1px solid rgba(0, 0, 0, 0.09);
}

.dropdown__entry .icon-arrow-down {
    margin-left: 0.5rem;
    font-size: 1.2rem;
}

.search-result-view {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.search-result-view__item-card {
    padding: 1rem 0.5rem 0 0.5rem;
    width: 25%;
    box-sizing: border-box;
}

.search-result-view__item-card:hover{}
.item-card--shadow:hover{
    border-color: #18a786;
}

.badge--promotion {
    background-color: rgba(255, 212, 36, 0.9);
}

.badge--promotion:after {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: -4px;
    border-style: solid;
    position: absolute;
    border-width: 0 19px 4px 19px;
    border-color: transparent rgba(255, 212, 36, 0.9) transparent rgba(255, 212, 36, 0.9);
}

.badge--fixed-width {
    width: 38px;
    height: 35px;
}

.badge {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    padding: 4px 2px 3px 2px;
    border-radius: 0;
}

.badge--promotion__label-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    font-weight: bold;
    line-height: 12px;
    color: #3b5998;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.badge--promotion__label-wrapper__off-label {
    color: white;
    margin: 2px 0;
}

.category-list {
    color: rgba(0, 0, 0, 0.8);
}

.category-list__header {
    text-transform: capitalize;
    text-decoration: none;
    color: #18a786;
    height: 5rem;
    line-height: 5rem;
    font-weight: 500;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
    border-radius: 24px;
    padding-left: 15px;
}

.category-list__header:hover {
    text-decoration: none;
    color: #02907d;
}

.category-list__header-icon {
    margin-right: 1rem;
}

.icon-all-cate {
    width: 1.2rem;
}

.category-list {
    color: rgba(0, 0, 0, 0.8);
}

.category-list__category-list {
    padding: .8rem 0;
}

.category-list__sub-category-list {
    padding: .8rem 0 .8rem 20px;
    display: none;
}

.category-list-item:not(:first-child) {
    margin-top: 1.6rem;
}

.category-list__sub-category {
    text-decoration: none;
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.8);
}
.category-container--card {
    position: relative;
}
.category-container--card .horizontal-line {
    position: absolute;
    height: 1px;
    width: 100%;
    background: rgba(0,0,0,0.09);
    top: 50%;
    z-index: 10;
}
.category-items {
    padding-top: 0 !important;
    padding-right: 0;
    padding-left: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    background: white;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(0,0,0,0.09);
    position: relative;
}
.category-items .category-items-wrapper .category-item {
    width: 20.5%;
    display: inline-block;
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: rgba(0,0,0,0.09);
    background-color: white;
    vertical-align: middle;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.clickable_area {
    cursor: pointer;
}
.category-items .category-items-wrapper .category-item .category-wrapper {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
}
.category-items .category-items-wrapper:not(:first-child) .category-item {
    border-width: 0 1px 0px 0px;
}
.category-items .category-items-wrapper .category-item .subcat-title {
    white-space: normal;
    height: 40px;
}
.middle-centered-div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-self: center;
    -webkit-align-self: center;
    font-size: 14px;
}
.category-items .category-items-wrapper .category-item .subcat-title .title {
    padding: 0 8px;
    line-height: 15px;
    width: 100%;
    text-align: center;
    color: rgba(0,0,0,0.87);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    top: -5px;
}
.ratio_1_1_box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.active > .category-list__sub-category {
    color: #3b5998;
}

.category-list__sub-category:hover {
    text-decoration: none;
    color: #02907d;
}

.category-list-item.active > .category-list__sub-category-list {
    display: block;
}

.browse-page .search-filter-status {
    margin-top: 3rem;
}

.search-filter-status {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #18a786;
    height: 3rem;
    font-weight: 500;
    font-size: 1.3rem;
    border-top: 1px solid #cccccc9c;
    border-bottom: 1px solid #cccccc9c;
    padding: 20px 0;
}

.search-filter-status__text {
    flex: 1;
}

.search-filter-status .icon-filter {
    font-size: 1.2rem;
    margin-right: 1rem;
    stroke: currentColor;
    margin-top: -6px;
}

.browse-page__filter-body {
    box-sizing: border-box;
    padding-top: 2rem;
}

.browse-page .condition-filter {
    margin-bottom: 3rem;
}

.condition-filter__header {
    font-size: 1.3rem;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
    text-transform: uppercase;
}

.browse-page .condition-filter__item {
    text-transform: capitalize;
}

.condition-filter__item {
    /*margin-top: 2rem;*/
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
    display: block;
}

.condition-filter__item:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
}

.checkbox {
    display: block;
    color: rgba(0, 0, 0, 0.8);
}

.checkbox--checked .checkbox__box {
    color: #3b5998;
    font-weight: lighter;
    font-size: 9px;
}

.checkbox__control {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    cursor: pointer;
    user-select: none;
}

.checkbox input {
    display: none;
}

.condition-filter .checkbox__control {
    font-size: 1.2rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    padding: 0;
}

.condition-filter .checkbox__box {
    margin-right: .7rem;
}

.condition-filter .checkbox__box i {
    opacity: 0;
}

.condition-filter .checkbox--checked .checkbox__box i {
    opacity: 1;
}

.checkbox__box {
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: white;
    text-align: center;
    width: 1.3rem;
    height: 1.3rem;
    line-height: 1.1rem;
    border: 1px solid rgba(0, 0, 0, 0.26);
    border-radius: 10px;
    flex-shrink: 0;
    margin-right: 1rem;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05) inset;
}

.browse-page .price-range-filter {
    margin-bottom: 2rem;
}

.price-range-filter__header {
    color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    font-weight: 500;
}

.price-range-filter__inputs {
    margin-top: 2rem;
    display: flex;
}

.price-range-filter__error {
    padding: 1rem 0;
    color: red;
    font-size: 1.2rem;
}

.price-range-filter__inputs .price-range-filter__input--vn {
    width: 7.5rem;
    font-size: 1.2rem;
}

.price-range-filter__input {
    color: rgba(0, 0, 0, 0.8);
    width: 7rem;
    height: 3rem;
    background-color: white;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.26);
    box-sizing: border-box;
    padding-left: 1.5rem;
    font-size: 1.3rem;
    text-transform: uppercase;
    border-radius: 24px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05) inset;
}

.price-range-filter__range-line-wrapper {
    display: inline-flex;
    align-items: center;
    flex: 1;
    margin-left: 1rem;
    margin-right: 1rem;
}

.price-range-filter__range-line--vn {
    width: 1rem;
}

.price-range-filter__range-line {
    border-top: 1px solid #BDBDBD;
    width: 100%;
}

.price-range-filter__button {
    height: 3rem;
    margin: 2rem 0;
}

.price-range-filter__button .button-solid {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: normal;
    width: 100%;
    height: 100%;
}

.button-solid.button-solid--primary {
    background-color: #18a786;
}

.button-solid {
    border-radius: 1px;
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.54);
    color: white;
    transition: opacity 0.2s ease;
    user-select: none;
}

.search-reset {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.search-reset a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
}

.search-reset .button-solid {
    font-weight: 400;
    height: 3rem;
    width: 100%;
    font-size: 1.4rem;
}

.button-solid--primary:hover {
    background-color: #02907d;
}

.page-controller .pagination>li {
    padding: 0;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    font-size: 2rem;
    /*margin-left: 1.5rem;
    margin-right: 1.5rem;*/
    float: left;
    margin: 0 2px;
}

.pagination li a, .pagination li span, .pagination>li.disabled>span {
    background: #f0f0f0;
    font-size: 14px;
    line-height: 27px;
}

.page-controller .pagination>li>a {
    color: rgba(0, 0, 0, 0.4);
    float: none;
    height: 40px;
    width: 40px;
    border-radius: 41px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    text-align: center;
    display: inline-block;
}

.page-controller .pagination>li>span {
    float: none;
    height: 40px;
    width: 40px;
    border-radius: 41px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    text-align: center;
    display: inline-block;
}

.page-controller .pagination>li.active>a {
    background: #3bd0ad;
    color: #fff;
    float: none;
    border-color: transparent;
}



.page-controller .pagination>li.active:hover>a  {
    cursor: pointer;
    background-color: #02907d;
}

.browse-page .page-controller {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
}

.page-controller {
    display: flex;
    justify-content: center;
}

@media (min-width: 1200px) {

}
@media (min-width: 993px) {
    .browse-page__filter {
        padding-right: 1rem;
    }
}
@media (max-width: 992px) {
    .browse-page__body {
        display: block;
    }
    .browse-page__filter-body {
        display: none;
    }
    .browse-page__result {
        padding-left: 0px;
    }
    .browse-page__filter,
    .browse-page__result {
        flex-basis: 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) {

}
@media (max-width: 767px) {
    .search-result-view__item-card {
        width: 50%;
    }
    .category-items .category-items-wrapper .category-item {
        width: 28.5%;
    }
    .sort-by-options .dropdown:hover .popover {
        display: block;
        width: 300px;
        right: 0px;
        /*left: initial;*/
    }
    .sort-by-options__option,
    .sort-by-options .dropdown__entry {
        font-size: 1.2rem;
    }
}
@media (min-device-width: 720px) {
    .inner, .center-container, .site_header_list {
        max-width: 100% !important;
    }
}