.sidebar {}

.box_Tab {
    padding: 9px 5px;
    background: #1a6e66;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
}

.box {
    border: 1px solid #e6e6e6;
}

.title_filter {
    display: block;
    padding: 7px 10px;
    background: #e6e6e6;
    color: #1a6e66;
    text-transform: uppercase;
    margin-bottom: 1px;
    position: relative;
}

.box ul li a {
    padding: 7px 0 7px 20px;
    display: block;
}
.box ul li.current> a{
    color: var(--secondColor);
    font-weight: bold;
}
.box ul li .sub_menu {
    display: none;
}

.box ul li .sub_menu li a {
    padding-left: 30px;
    border-bottom: 1px dotted #e5e5e5;
}

.box ul li.current .sub_menu {
    display: block;
}

.pt-order.danhgia .label-title:before {
    position: absolute;
    top: 5px;
    font-family: "FontAwesome";
    content: '\f005';
    right: 10px;
    font-size: 12px;
    background: none;
}

.news-text.brand-description a {
    color: #333;
}

.news-text.brand-description {
    text-align: justify
}

.text-right .down_summary {
    margin-top: 15px
}

.text-primary small {
    font-size: 14px;
    background: #ff9800;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px
}

.pt-order ul li {
    list-style: none;
    float: left;
    font-size: 13px;
    line-height: 20px;
    width: 100%
}

.pt-order ul li a {
    padding: 5px 3px;
    color: #555;
    font-size: 12px
}

.pt-order .label-title:before {
    width: 15px;
    height: 20px;
    position: absolute;
    top: 9px;
    right: 10px;
    content: '';
    background: url(../images/sort.svg) no-repeat
}

.pt-order.show ul {
    opacity: 1;
    visibility: visible
}

.pt-order {

    margin-right: 10px;
}

.pt-order.mucgia .label-title:before {
    position: absolute;
    top: 5px;
    font-family: "FontAwesome";
    content: '\f155';
    right: 10px;
    font-size: 12px;
    background: none;
}

.pt-order ul li a:hover {
    cursor: pointer;
}

.pt-order .label-title {
    background: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 26px 5px 16px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
   
    border: 1px solid #fff
}

.pt-order ul {
    /* padding-left: 0; */
    position: absolute;
    top: 100%;
    right: 100px;
    width: auto;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    z-index: 50;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px #f5f5f5;
    -moz-box-shadow: 1px 1px 2px #f5f5f5;
    -o-box-shadow: 1px 1px 2px #f5f5f5;
    -ms-box-shadow: 1px 1px 2px #f5f5f5;
    box-shadow: 1px 1px 2px #f5f5f5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-align: left;
    padding-left: 10px;
}

.ratingresult {
    float: left;
    padding-right: 40px
}

.ratingresult .wrap_star .Stars {
    display: inline-block
}

.load_view {
    padding-top: 35px
}

.button-like {
    cursor: pointer;
    line-height: 32px;
    display: inline-block
}

.button-like .content {
    display: inline-flex
}

.button-like .content .icon {
    color: #ea4a87;
    position: relative
}

.button-like .content .fa-heart-o:before {
    font-family: "fontawesome";
    font-size: 21px;
    font-style: initial
}

.button-like .content .icon.fa {
    display: none
}

.button-like .content .text {
    font-size: 15px;
    color: #2f3537
}

.button-like .content .text.number-like {
    font-size: 10px;
    background: #f7005f;
    border-radius: 15px;
    font-weight: 700;
    padding-left: 3px;
    padding-right: 3px;
    height: 11px;
    color: #fff;
    line-height: 11px;
    margin: 5px 7px -2px 0
}

.brand-description h2 {
    color: #000;
    margin: 0 0 10px
}

.box-filter .bf-content ul li input {
    margin-right: 10px
}

input[type=checkbox] {
    position: relative;
    cursor: pointer
}

input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 1px solid #555;
    border-radius: 0;
    background-color: #fff
}

input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px
}

.hide-pc {
    text-align: left;
    padding-left: 0;
    float: left;
    position: absolute;
    font-size: 12px;
    left: 44%;
    bottom: 20px;
    padding: 6px 30px;
    color: #000;
    border: 1px solid #ff9800;
    border-radius: 0;
    display: block;
    top: auto
}

.content-filter .box-filter.close {
    opacity: 0;
    visibility: hidden
}

.content-filter .box-filter .btn-primary {
    position: absolute;
    bottom: 20px;
    left: 54%;
    background: #ff9800;
    padding: 5px 30px;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #ff9800
}

.boloc:hover {
    cursor: pointer
}

.box-filter.active {
    opacity: 1 !important;
    visibility: visible !important
}

.nav-tabs {
    position: relative;

    display: flex;
    justify-content: space-between;
    align-items: center;


}



.wrap_order {
    display: flex;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-radius: 50px;
    background-color: #00a0ff;
    color: #fff;
    border: none
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #00a0ff
}

.nav-tabs>li>a:hover {
    border-color: #00a0ff;
    color: #fff
}

.nav-tabs>li>a {
    border-radius: 50px;
    color: #00a0ff;
    border: 1px solid #00a0ff;
    padding: 6px 20px;
    font-size: 15px;
    margin-bottom: 6px
}

.nav-tabs>li {
    float: none;
    display: inline-block
}



.encircle {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #fc649c;
    margin-bottom: 10px;
    position: absolute;
    left: 48%
}

.arrow-more {
    margin: 0 auto;
    margin-top: 10px;
    width: 23px;
    height: 23px;
    background-image: url(https://www.shareicon.net/data/2017/02/28/880100_bottom_512x512.png);
    background-size: contain
}

.bounce {
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -ms-animation: bounce 2s infinite;
    animation: bounce 2s infinite
}

.i-load-more {
    text-align: center;
    margin: 5px 0 25px
}

#load_more {
    padding: 12px 50px;
    display: inline-block;
    margin-top: 60px
}

.loader {
    width: 20%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top
}

.wrapp_list_desc {
    position: relative
}

.list-cat {
    padding-left: 0;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
    overflow: hidden
}

.list-cat li {
    list-style: none;
    display: inline-block;
    margin-right: 10px
}

.list-cat li a h2 {
    font-size: 12px;
    margin: 0;
    color: #000;
    font-weight: 400
}

.list-cat li a h2:hover {
    color: #fff
}

.collapsed-icon-toggle.collapsed .on-closed {
    display: initial
}

.collapsed-icon-toggle.collapsed .on-opened {
    display: none
}

.collapsed-icon-toggle .on-closed {
    display: none
}

.collapsed-icon-toggle .on-opened {
    display: initial
}

.scroll-v-250px {}

.select-cat ul li a h3 {
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    font-weight: 400
}

.panel-default>.panel-heading {
    display: none
}

.padding-v-xs {
    padding-top: 2px;
    padding-bottom: 2px
}

.btn.ico span.icon {
    opacity: 0
}

.btn.ico.active span.icon {
    opacity: 1
}


.i-filter_congdung {
    position: absolute;
    top: -25px;
    left: 50%;
    z-index: 2
}

.title_brand h1 {
    /* margin: 0; */
    text-align: left;
    font-size: 25px;
    line-height: 35px;
}

.desc_brand h2 {
    margin: 10px 0
}