.type-area {
    width: 1220px;
    margin: 0 auto;
    background-color: #FFFFFF;
    position: relative;
}
.logo {
    display: none;
}
.product-classification {
    width: 1220px;
    height: 80px;
    margin: 20px auto;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 10px;

}

.height {
    height: 120px;
}

.product-filter {
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.product-filter>li {
    float: left;
}

.product-filter>li>button {
    /* width: 58px; */
    margin-left: 16px;
    padding: 4px 12px;
    height: 36px;
    border: 1px solid rgb(228, 229, 231);
    border-radius: 5px;
    background: rgb(255, 255, 255);
    float: right;
}

.product-content {
    background: rgb(255, 255, 255);
    border-radius: 4px;
    /* position: relative; */
    overflow: auto;
}
.thumbnail {
    padding: 25px 20px;
}
.thumbnail:hover {
    cursor: pointer;
    background-color: #fafafa;
}
.thumbnail>img {
    margin-left: 0 !important;
    display: inline;
}
.thumbnail-content {
    width: 240px;
    margin-left: 12px;
    /* height: 127px; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
}
.product-filters-pice {
    /* width: 100%; */
    height: 36px;
    line-height:36px;
    margin-left: 20px;
    margin-top:10px;
    overflow:hidden;
}

.product-filters-pice>ul {
    float: left;
}

.product-filters-pice>ul>li {
    /* width: 80px; */
    margin-right: 20px;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    
}




.product-filters-pice>ul>li:last-child {
    margin-right: 0;
}
.product-filters-pice>ul>li>img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.product-filters-pice input {
    width: 75px;
    height: 36px;
    border-radius: 5px;
    padding: 20px 5px;
    background: rgb(248, 248, 249);
}

.inputal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    width: 200px;
    margin-top: -10px;
}

.horizontal {
    display: block;

    width: 12px;
    height: 1px;




    background: rgb(119, 125, 133);
}

.perpendicular {
    width: 1px;
    height: 11px;
    background-color: #E4E5E7;
    display: block;
}

.thumbnail-img-tag {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.thumbnail-img-div {
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-color:#ffffff;
    border-radius: 4px;
}
.thumbnail-img-div>img {
    width: 100%; 
    height: 100%;
    object-fit: cover;
}
.thumbnail-price {
    font-size: 14px;
    color: #FA1414;
}
.thumbnail-price>span {
    font-size: 18px;
}
.title-h {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #212529;
}

h4 {
    display: inline;
    font-size: 16px;
}

.title-h span {
    /* display: inline-block; */
    padding: 2px 4px;
    font-size: 14px;
    margin: 9 auto;
    line-height: 18px;
    border-radius: 2px;
    color: #ffffff;
    background: linear-gradient(191.04deg, rgb(250, 20, 20) -4.598%, rgb(250, 115, 20) 116.89%);
}

.label-tag {
    margin-top: 6px;

}

.label-tag span {
    display: inline-block;
    padding: 2px 3px;
    border: 1px solid rgb(228, 229, 231);
    border-radius: 2px;
    background: rgb(255, 255, 255);
    font-size: 0.7em;
    font-weight: 300;
    color: #777D85;
    margin-right: 6px;
    margin-bottom: 6px;
}

.caption {
    margin-top: 17px;
}

.caption>p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0;
    color: #6c757d;
    line-height:24px;
}

.page-nave {
    position: absolute;

    bottom: 0px;
    right: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}
.glyphicon-sm {
    width: 8px !important;
}

.gly-sm {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-left: 5px;
}
@media screen and (min-width:431px) {
    .navbar-header {
        display: none;
    }
    .navbar-collapse {
        display: none;
    }
    .collapse-nav {
        display: none;
    }
    .navbar-nav {
        display: none;
    }
}
@media screen and (max-width: 430px)  {
    header {
        display: none;
        width: 475px;
    }
    .type-area {
        display: inline-block;
        width: 100%;
    }
    .brand-img {
        display: none;
    }
    .product-classification {
        display: none;

    }
    .navbar-brand img {
        width: 132px;
        height: 36px;
        margin-top: -8px;
    }
    footer {
        display: none;
    }
    .navbar {
        margin-bottom: 0;
        
    }
    .nav-tabs {
        display: none;
    }
}