.product-item {
  margin-bottom: 90px;
  position: relative;
  padding: 1px;
}

@media (max-width: 1199px) {
  .product-item {
    margin-bottom: 40px;
  }
}

.product-item:hover .product-image {
  border: 1px solid #f15b67;
}

.product-item .product-image {
  border: 1px solid white;
}

.product-item .product-image a {
  display: block;
  position: relative;
}

.product-item .product-image a .avatar {
  width: 100%;
}

.product-item .product-image a .tem-inside img {
  display: block;
}

.product-item .product-image a .tem-inside .top-left, .product-item .product-image a .tem-inside .bottom-right {
  max-width: 50%;
}

@media (max-width: 1440px) {
  .product-item .product-image a .tem-inside .top-left, .product-item .product-image a .tem-inside .bottom-right {
    max-width: 60%;
  }
}

.product-item .product-image a .tem-inside .top-left {
  position: absolute;
  top: 10px;
  left: 10px;
}

.product-item .product-image a .tem-inside .bottom-right {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.product-item .price {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1440px) {
  .product-item .price {
    margin: 15px 0 10px;
  }
}

@media (max-width: 1199px) {
  .product-item .price {
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  .product-item .price {
    font-size: 0.75rem;
  }
}

.product-item .price .currency {
  padding-left: 2px;
}

.product-item .price .amount, .product-item .price .currency {
  font-weight: bold;
}

.product-item .price ins {
  text-decoration: none;
  color: #000000;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .product-item .price ins {
    margin-right: 10px;
  }
}

.product-item .price del {
  text-decoration: none;
}

.product-item .price del .amount {
  text-decoration: line-through;
}

.product-item .price.sale ins {
  display: block;
  color: #f15b67;
}

.product-item .product-title {
  line-height: 34px;
  margin-bottom: 10px;
  height: 68px;
}

@media (max-width: 1440px) {
  .product-item .product-title {
    line-height: 25px;
    height: 50px;
  }
}

@media (max-width: 1199px) {
  .product-item .product-title {
    line-height: 20px;
    height: 35px;
  }
}

@media (max-width: 767px) {
  .product-item .product-title {
    font-size: 0.75rem;
    height: 46px;
  }
}

.product-item .product-title a {
  text-decoration: none;
  color: #000000;
}

.product-item .product-tem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-item .product-tem .percent-discount {
  background-color: #f15b67;
  color: white;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  margin-right: 18px;
  height: 32px;
  font-size: 0.875rem;
}

@media (max-width: 1440px) {
  .product-item .product-tem .percent-discount {
    height: 21px;
    font-size: 0.75rem;
  }
}

@media (max-width: 1199px) {
  .product-item .product-tem .percent-discount {
    font-size: 0.6875rem;
  }
}

@media (max-width: 767px) {
  .product-item .product-tem .percent-discount {
    font-size: 0.5625rem;
    margin-right: 10px;
    line-height: 1;
    padding: 0 10px;
    height: 21px;
  }
}

@media (max-width: 543px) {
  .product-item .product-tem .percent-discount {
    padding: 0 10px;
    height: 18px;
  }
}

.product-item .product-tem .tem-image {
  height: 27px;
}

.product-item .product-tem .tem-image img {
  width: auto;
  height: 100%;
  display: block;
}

@media (max-width: 1440px) {
  .product-item .product-tem .tem-image {
    height: 21px;
  }
}

@media (max-width: 543px) {
  .product-item .product-tem .tem-image {
    height: 18px;
  }
}

.top-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-list .title-filter {
  text-transform: uppercase;
  background-color: #fac5c9;
  padding: 15px;
  position: relative;
  display: none;
}

@media (max-width: 991px) {
  .top-list .title-filter {
    display: block;
  }
}

.top-list .title-filter .close-filter {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(../../../img3_0/icon/close1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
}

.top-list .facet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-list .facet .title-facet {
  float: left;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .top-list .facet .title-facet {
    display: none;
  }
}

.top-list .facet .switch-facet {
  float: left;
}

.top-list .facet .switch-facet .item-facet {
  padding-left: 10px;
}

.top-list .facet .switch-facet .item-facet:hover .line-col, .top-list .facet .switch-facet .item-facet.active .line-col {
  background-color: #000000;
}

.top-list .facet .switch-facet .item-facet .line-col {
  position: relative;
  width: 7px;
  display: inline-block;
  height: 16px;
  margin: 2px 1px 0;
  background-color: #b3b3b3;
}

.top-list .facet .switch-facet .item-facet.col1 {
  display: none;
}

@media (max-width: 767px) {
  .top-list .facet .switch-facet .item-facet.col1 {
    display: inline-block;
  }
}

.top-list .facet .switch-facet .item-facet.col2 {
  display: none;
}

@media (max-width: 991px) {
  .top-list .facet .switch-facet .item-facet.col2 {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .top-list .facet .switch-facet .item-facet.col3 {
    display: none;
  }
}

@media (max-width: 991px) {
  .top-list .facet .switch-facet .item-facet.col4 {
    display: none;
  }
}

.list-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 1199px) {
  .list-product {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}

.list-product .item {
  width: calc(100% / 4);
  float: left;
  padding: 15px;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

@media (max-width: 1199px) {
  .list-product .item {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

@media (max-width: 991px) {
  .list-product .item {
    width: calc(100% / 3);
  }
}

@media (max-width: 767px) {
  .list-product .item {
    width: 50%;
  }
}

.list-product .item.col-1, .list-product .item.col-2, .list-product .item.col-3, .list-product .item.col-4 {
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

.list-product .item.col-1 {
  width: 100%;
}

.list-product .item.col-2 {
  width: 50%;
}

.list-product .item.col-3 {
  width: calc(100% /3);
}

@media (max-width: 767px) {
  .list-product .item.col-3 {
    width: 50%;
  }
}

.list-product .item.col-4 {
  width: 25%;
}

@media (max-width: 991px) {
  .list-product .item.col-4 {
    width: calc(100% / 3);
  }
}

@media (max-width: 767px) {
  .list-product .item.col-4 {
    width: 50%;
  }
}

.breadcrumb {
  background: white;
  padding-right: 0;
  padding-left: 0;
}

.breadcrumb ul li {
  display: inline-block;
  padding: 0 15px 0 10px;
  position: relative;
}

.breadcrumb ul li:first-child {
  padding-left: 0;
}

.breadcrumb ul li:last-child:after {
  display: none;
}

.breadcrumb ul li:after {
  content: '';
  width: 5px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.breadcrumb ul a {
  text-decoration: none;
  color: #000000;
}

.paging.st002 .list-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paging.st002 .list-pager li {
  float: left;
  margin: 20px 5px;
}

.paging.st002 .list-pager li.active a, .paging.st002 .list-pager li:hover a {
  color: #f15b67;
  border-color: #fac5c9;
  background-color: #fac5c9;
}

.paging.st002 .list-pager li a {
  border: 1px solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #666666;
}