a {
    text-decoration: none;
    outline: none;
    color: #000000;
}

ul {
    list-style: none;
    padding-left: 0;
}

.col-page {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.sidebar-inner {
    background: #fafafa;
    padding: 32px;
    margin-bottom: 20px;
}
.sidebar-inner .title-cate i {
    position: absolute;
    right: 2px;
    top: 5px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.readmore.active {
    background: #1a468f;
}
.readmore.active:hover{
    background: #1a468f;
}
.sidebar-inner .title-cate {
    color: #2f3032;
    font-weight: bold;
    font-size: 17px;
    margin: 0 0 15px;
    position: relative;
    cursor: pointer;
}
.item-cate .content-cate ul li a {
    position: relative;
    font-size: 14px;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item-cate .content-cate ul li a .check {
    top: 3px;
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    margin-right: 12px;
    border: 1px solid #cacaca;
    background-color: #fff;
}
.item-cate .content-cate ul li {
    margin-bottom: 14px;
}
.item-cate .content-cate ul li.active a .check::after{
    content: "\2713";
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    left: 3px;
    top: -2px;
    font-weight: 700;
    position: absolute;
    font-size: 12px;
    color: #fff;
}
.item-cate .content-cate ul li.active a .check {
    background: #ee7d22;
    border: 1px solid #ee7d22;
}
.item-cate .content-cate {
    display: none;
    padding-left: 8px;
    max-height: 300px;
    overflow-y: auto;
}
.sidebar-inner .title-cate.rotate i {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.content-cate::-webkit-scrollbar {
    width: 6px;
    height: 5px;
}
.content-cate::-webkit-scrollbar-thumb {
    background: #b9b9b8;
}
.content-cate::-webkit-scrollbar-track {
    background: #ececeb;
}


.prd-right .prd-right-top {
    display: flex;
    font-size: 16px;
    color: #2f3032;
    align-items: center;
    justify-content: space-between;
}
.col-page > div {
    padding: 0 15px;
}
.prd-right-top .prd-search {
    position: relative;
    width: 410px;
    max-width: 100%;
}
.prd-right-top .prd-search input {
    background: #fff;
    padding: 0 38px 0 12px;
    border: 1px solid #d7d6d5;
    line-height: 40px;
    width: 100%;
    font-size: 14px;
}
.prd-right-top .prd-search input:focus, .prd-right-top .prd-search input:focus-visible {
    border-color: #ee7d22;
    outline: 0;
}
.prd-right-top .prd-search button {
    position: absolute;
    right: 0;
    top: 3px;
    background: none;
    border: none;
    padding: 0 12px;
    height: 38px;
}
.prd-right-top .prd-search button i {
    font-size: 21px;
}
.prd-right-top .sort {
    border: 1px solid #d7d6d5;
    line-height: 40px;
    padding: 0 12px;
    font-size: 14px;
    height: 41px;
    width: 200px;
}
.product-block .product-img > a {
    display: block;
    position: relative;
    z-index: 9;
}
.product-block .product-img > a:before {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.product-block .product-img > a img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    z-index: 8;
    width: 100%;
}
.product-item-name {
    margin: 16px 0 8px;
    font-size: 14px;
}
.product-item-price {
    margin-bottom: 8px;
    color: #ee7d22;
}
.product-item-des {
    color: #333;
    font-size: 14px;
}
.old-price {
    text-decoration-line: line-through;
    margin-right: 8px;
    color: #67696c;
}
.new-price {
    font-size: 16px;
}
.list-product {
    display: flex;
    flex-wrap: wrap;
    margin: 12px -12px 0 -12px;
}
.list-product > div {
    padding: 0 12px;
    margin-top: 24px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.content-sidebar-dssp {
    padding-left: 8px;
    max-height: 300px;
    overflow-y: auto;
}
.category-list > div > a {
    display: block;
    position: relative;
    text-decoration: none;
}
.category-list > div > a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: linear-gradient(180deg,rgba(196,196,196,0) 57.55%,#000 103.35%);
    content: "";
}
.category-list > div > a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: scale-down;
}
.category-list > div > a:after {
    display: block;
    content: "";
    padding-bottom: 100%;
}
.category-list > div > a span {
    width: 100%;
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: block;
    bottom: 0;
    left: 0;
    font-weight: bold;
    padding-bottom: 14px;
    font-size: 24px;
    transition: all .3s;
}
.category-list > div > a:hover {
    color: #ee7d22;
}
.category-list > div:hover > a:before {
    background: rgba(0,0,0,.6);
}
.category-list > div > a:hover span {
    bottom: 50%;
    transform: translateY(50%);
    color: #ee7d22;
}
.category-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.category-list > div {
    padding: 0 15px;
    margin-bottom: 32px;
}
.wrap-intro-cate {
    font-size: 16px;
    max-height: 360px;
    overflow: hidden;
    position: relative;
}
.wrap-intro-cate:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 240px;
    content: "";
    background: linear-gradient(180deg,rgba(255,255,255,0) 0%,#fff 100%);
}
.wrap-intro-cate.active:before {
    position: static;
}
.readmore {
    display: inline-block;
    line-height: 36px;
    color: #fff !important;
    width: 142px;
    text-align: center;
    background: #ee7d22;
    margin-bottom: 24px;
}
.readmore i {
    margin-left: 10px;
}
.wrap-intro-cate.active {
    max-height: none;
}
.readmore .span_hide_more, .readmore.active .span_show_more {
    display: none;
}
.readmore.active .span_hide_more {
    display: inline-block;
}
.readmore:hover {
    background: #d16208;
    color: #fff;
}
.dm-top-inner {
    background: #fafafa;
    padding: 12px 12px 4px;
    margin-bottom: 24px;
}
.category-top-inner {
    background: #fafafa;
    padding: 12px 12px 4px;
    margin-bottom: 24px;
}
.category-top-inner a {
    display: inline-block;
    background: #fff;
    margin-bottom: 8px;
    line-height: 36px;
    padding: 5px 8px;
}
.category-top-inner a img {
    max-height: 50px;
}
.category-top-inner {
    display: flex;
    flex-wrap: wrap;
}
.pagination li a {
    border: 1px solid #d7d6d5;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-weight: bold;
    color: #67696c;
    border-radius: 0;
    padding: 0;
    margin-bottom: 5px;
    display: inline-block;
}
.pagination li {
    margin-right: 8px;
}
.pagination li a:hover, .pagination li.active a {
    background: #ee7d22;
    border-color: #ee7d22;
    color: #fff;
}
.list-product-search .product-item{
    width: 20%;
}
.pager {
    margin-top: 40px;
}
.pager .pagination{
    justify-content: right;
}
.list-product-search .product-item{
    margin-top: 24px;
}
.product-item-des {
    color: #333;
}
.main-content {
    padding-top: 80px;
}
.pdt-100 {
    padding-top: 100px;
}
@media (max-width: 992px) {
    .col-page {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .prd-right .prd-right-top {
        display: block;
    }
    .prd-right-top .sort {
        width: 100%;
        margin: 10px 0;
    }
    .col-page > div, .category-list > div {
        padding: 0 5px;
    }
    .category-list, .col-page {
        margin: 0 -10px;
    }
    .product-item-price {
        font-size: 13px;
    }
    .new-price {
        font-size: 14px;
    }
    .list-product > div {
        padding: 0 5px;
        margin-top: 20px;
    }
    .list-product {
        margin: 5px -5px 0 -5px;
    }
    .sidebar-inner {
        padding: 20px;
    }
    .category-list > div {
        margin-bottom: 10px;
    }
    .list-product-search .product-item{
        width: 50%;
    }
}