.section-list__content{
    display: flex;
    
}
a{
    color:#4a4a4a;
    text-decoration:none;
    cursor:pointer;
}
.col-sm-4-config {
    width: 20%;
}
.section-list__item:not(:first-child){
    padding: 0 10px;
}
.section-list__item a{
    color: #4a4a4a;
}
.section-list__item.active a{
    color: rgb(233, 163, 76);
}
.section-list__title {
    margin: 20px 0;
    border-left: 3px solid #f7933fe6;
    padding-left: 5px;
}

    .section-list__title p {
        font-size: 16px;
        font-weight: 600;
        color: #4a4a4a
    }
.section-list__item button {
    padding: 4px;
    padding: 0 10px;
    background-color: transparent;
    width: 104px;
    height: 32px;
    border: 1px solid rgba(171, 169, 169, 0.5);
    border-radius: 2px;
    position: relative;
}
    .section-list__item button img {
        width: 98px;
        height: 20px;   
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
#filter1 {
    width: 74.9px;
    height: 34.4px;
    border: 1px solid rgba(171, 169, 169, 0.5);
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
}
#filter2 {
    width: 74.9px;
    height: 34.4px;
    border: 1px solid rgba(171, 169, 169, 0.5);
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
}
#filter3 {
    width: 74.9px;
    height: 34.4px;
    border: 1px solid rgba(171, 169, 169, 0.5);
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
}
#filter4 {
    width: 74.9px;
    height: 34.4px;
    border: 1px solid rgba(171, 169, 169, 0.5);
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
}
.total-filter__content {
    position: absolute;
    width: 800px;
    height: 400px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1050;
    background-color: white;
    border-radius: 8px;
    top: 341px;
    display: none;
}
#span-price{
    position: relative;
    font-weight: bolder;
    font-size: 18px;
    margin-left: 23px;
    /* padding-top: 577px; */
    top: 10px;
}
#span-chipset {
    position: relative;
    font-weight: bolder;
    font-size: 18px;
    margin-left: 23px;
    /* padding-top: 577px; */
    top: 10px;
}
#span-os {
    position: relative;
    font-weight: bolder;
    font-size: 18px;
    margin-left: 23px;
    /* padding-top: 577px; */
    top: 10px;
}
#span-storage {
    position: relative;
    font-weight: bolder;
    font-size: 18px;
    margin-left: 23px;
    /* padding-top: 577px; */
    top: 10px;
}
#list-f1{
    position: relative;
    top: 10px;
    padding: 0;
    left: 23px;
    width: 256.86px;
    height: 132px;
    display: flex;
    flex-wrap: wrap;
    
}
#list-f1 li {
    display: flex;
    margin: 5px 7px;
    border: 1px solid rgba(171, 169, 169, 0.5);
    padding: 6px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}
#list-f2{
    position: relative;
    top: 10px;
    padding: 0;
    left: 23px;
    width: 256.86px;
    /* height: 132px; */
    display: flex;
    flex-wrap: wrap;
}
#list-f2 li{
    display: flex;
    margin: 5px 7px;
    border: 1px solid rgba(171, 169, 169, 0.5);
    padding: 6px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}
#list-f3{
    position: relative;
    top: 10px;
    padding: 0;
    left: 23px;
    width: 256.86px;
    /* height: 132px; */
    display: flex;
    flex-wrap: wrap;
}
#list-f3 li{
    display: flex;
    margin: 5px 7px;
    border: 1px solid rgba(171, 169, 169, 0.5);
    padding: 6px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}
#list-f4{
    position: relative;
    top: 10px;
    padding: 0;
    left: 23px;
    width: 256.86px;
    /* height: 132px; */
    display: flex;
    flex-wrap: wrap;
}
#list-f4 li{
    display: flex;
    margin: 5px 7px;
    border: 1px solid rgba(171, 169, 169, 0.5);
    padding: 6px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}
.total-filter__list {
    display: flex;
    flex-wrap: wrap; 
}
.total-filter__list{
    display: flex;
}
.btn-filter{
    display: flex;
    height: 35px;
    align-items: center;
    padding: 0 13px;
    display:none
}
.btn-filter .closes{
    text-align: center;
    width: 50%;
    display: inline-block;
    font-weight: bold;
    height: 35px;
    background-color: rgb(244, 225, 194);
    margin-right: 9px;
    padding: 0 7px;
    display: flex;
    justify-content: center;
    color:rgb(239, 141, 71) ;
    align-items: center;
    border-radius:3px;
}
    .btn-filter .results {
        text-align: center;
        width: 50%;
        display: inline-block;
        font-weight: bold;
        height: 35px;
        padding: 0 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: whitesmoke;
        background-color: rgb(239, 141, 71);
        border-radius: 3px;
    }
.btn-filter2 {
    display: flex;
    height: 35px;
    align-items: center;
    padding: 0 13px;
    display:none;
}

    .btn-filter2 .closes {
        text-align: center;
        width: 50%;
        display: inline-block;
        font-weight: bold;
        height: 35px;
        background-color: rgb(244, 225, 194);
        margin-right: 9px;
        padding: 0 7px;
        display: flex;
        justify-content: center;
        color: rgb(239, 141, 71);
        align-items: center;
        border-radius: 3px;
    }

    .btn-filter2 .results {
        text-align: center;
        width: 50%;
        display: inline-block;
        font-weight: bold;
        height: 35px;
        padding: 0 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: whitesmoke;
        background-color: rgb(239, 141, 71);
        border-radius: 3px;
    }
#list-f5{
    position: relative;
    top: 10px;
    padding: 0;
    left: 8px;
    width: 256.86px;
    /* height: 132px; */
    display: flex;
    flex-wrap: wrap;
}
 #list-f5 li{
    display: flex;
    margin: 5px 7px;
    border: 1px solid rgba(171, 169, 169, 0.5);
    padding: 6px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.group-content {
    background-color: white;
    width: 300px;
    height: 150px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 1050;
    border-radius: 5px;
    top: 341px;
    display: none;
}
.section-list__title p{
    margin: 8px 0 10px;
}
#list-f1 li.active a{
    color:lightcoral;
}
#list-f2 li.active a {
    color: lightcoral;
}
#list-f3 li.active a {
    color: lightcoral;
}
#list-f4 li.active a {
    color: lightcoral;
}
#list-f5 li.active a {
    color: lightcoral;
}
.btn-filter2 .results{
    cursor:pointer;
}
.title {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI';
    font-size: 23px;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding: 0;
    min-width: 1200px;
    margin: 29px 0;
}
.detail-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight:400;
    margin-bottom:15px;
}
.detail-title span{
    font-weight:700;
}
#modify-icon-rightar {
    position: relative;
    left: 5px;
    top: 8px;
    color: #00483d;
    font-size:9px;
}
#title-sort {
    color: #00483d;
}
.header-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

    .header-breadcrumb a {
        padding: 0 15px;
        display: flex;
        align-items: center;
    }

        .header-breadcrumb a span {
            color: #fff;
            font-size: 13px;
            margin-left: 9px
        }
.category_type_2 li a img {
    width: 70px !important;
    height: 70px;
}

.category_type_2 li {
    width: 131.25px;
    height: 56.5px;
}

    .category_type_2 li a {
        width: 121.6px;
        height: 21.6px
    }

.owl-item {
    margin: 0 !important;
    width: 150.25px !important;
    margin-right: 10px !important;
}
.facet label a i {
    font-size: 9px;
}
.btn-main a, .btn-main span {
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.1),0 2px 6px 2px rgba(60,64,67,.15);
    color: #212529;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 34px;
    justify-content: center;
    margin: 0 auto 15px;
    max-width: 335px;
    transition: all .3s
}

    .btn-main a:hover, .btn-main span:hover {
        background-color: rgba(217,83,79,.1);
        border: 1px solid #d70018;
        color: #d70018
    }
