span.icon-new{
color: #c00000;
border: 1px solid #c00000;
}
span.icon-free{
color: #0000ff;
border: 1px solid #0000ff;
}
div.top_of_category{
width: 100%;
}
div.top_of_category img{
width: 100%;
}
div.header_obi{
width: 100%;
    margin-top: 50px;
}
div.header_obi p{
 margin: 0;
 padding: 0;
}
div.header_obi p.attention{
  display: flex;
  justify-content: center;
  align-items: center;
width: 100%;
height: 48px;
background: #000;
color: #fff;
transition: .4s;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
font-weight: 700;
font-size: 18px;
}
div.header_obi a{
  display: flex;
  justify-content: center;
  align-items: center;
width: 100%;
height: 48px;
background: #000;
color: #fff;
transition: .4s;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
font-weight: 700;
font-size: 18px;
}
div.header_obi a:hover{
  background: #fff;
color: #000;
}

div.detailBox dl.sizeBox dd div.size1, div.detailBox dl.sizeBox dd div.size2, div.detailBox dl.sizeBox dd div.size3, div.detailBox dl.sizeBox dd div.size4, div.detailBox dl.sizeBox dd div.size5,  div.detailBox dl.sizeBox dd div.size6{
  display: flex;
  flex-wrap: wrap;
}
div.detailBox dl.sizeBox dd div.size1 p{
  width: calc(100% / 2);
}
div.detailBox dl.sizeBox dd div.size2 p{
  width: calc(100% / 3);
}
div.detailBox dl.sizeBox dd div.size3 p{
  width: calc(100% / 4);
}
div.detailBox dl.sizeBox dd div.size4 p{
  width: calc(100% / 5);
}
div.detailBox dl.sizeBox dd div.size5 p{
  width: calc(100% / 6);
}
div.detailBox dl.sizeBox dd div.size6 p{
  width: calc(100% / 7);
}


header .fs-pt_menu__item--apparel a {
  background: url("https://pawsliving.itembox.design/product/002/000000000221/000000000221-01-m.jpg") no-repeat 2px;
    background-size: auto;
  background-size: 30px;
}
header .fs-pt_menu__item--all_item a {
  background: url("https://pawsliving.itembox.design/item/img/online_shop/category/all.jpg") no-repeat 2px;
    background-size: auto;
  background-size: 30px;
}
header .fs-pt_menu__item--walk a {
  background: url("https://pawsliving.itembox.design/item/img/online_shop/category/walk.jpg") no-repeat 2px;
    background-size: auto;
  background-size: 30px;
}
header .fs-pt_menu__item--go_out a {
  background: url("https://pawsliving.itembox.design/item/img/online_shop/category/goout.jpg") no-repeat 2px;
    background-size: auto;
  background-size: 30px;
}
header .fs-pt_menu__item--wear a {
  background: url("https://pawsliving.itembox.design/item/img/online_shop/category/wear.jpg") no-repeat 2px;
    background-size: auto;
  background-size: 30px;
}
header .fs-pt_menu__item--sleep a {
  background: url("https://pawsliving.itembox.design/item/img/online_shop/category/sleep.jpg") no-repeat 2px;
    background-size: auto;
  background-size: 30px;
}
header .fs-pt_menu__item--care_clean a {
  background: url("https://pawsliving.itembox.design/item/img/online_shop/category/careclean.jpg") no-repeat 2px;
    background-size: auto;
  background-size: 30px;
}
header .fs-pt_menu__item--eat a {
  background: url("https://pawsliving.itembox.design/item/img/online_shop/category/eat.jpg") no-repeat 2px;
    background-size: auto;
  background-size: 30px;
}
header .fs-pt_menu__item--toys a {
  background: url("https://pawsliving.itembox.design/item/img/online_shop/category/toys.jpg") no-repeat 2px;
    background-size: auto;
  background-size: 30px;
}
header .fs-pt_menu__item--owner a {
  background: url("https://pawsliving.itembox.design/item/img/online_shop/category/owner.jpg") no-repeat 2px;
    background-size: auto;
  background-size: 30px;
}
header .fs-pt_menu__item--other a {
  background: url("https://pawsliving.itembox.design/item/img/online_shop/category/other.jpg") no-repeat 2px;
    background-size: auto;
  background-size: 30px;
}
b.red{
color: #c00000;
}