﻿.cate-content {
    padding: 15px;
   
   
    margin-bottom: 30px;
}

.pro-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}



.old {
display: inline-block;
    color: #aaaaaa;
    font-weight: 400;
    text-decoration: line-through;
    font-size: 17px;
}
.pro-item {
    width: 33.33%;
    display: flex !important;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    height: 15vw;
}
.pro-item:nth-child(3n) {
  border-right: none;
}
/*.pro-item:nth-child(-n+3) {
  border-bottom: 1px solid #e1e1e1;
}*/
.pro-itm-img {
  margin: 0;
  width: 52%;
  flex-shrink: 0;
  text-align: center;
}
.pro-itm-main {
    padding: 20px 20px 20px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pro-itm-img a {
    display: flex;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.pro-itm-img img {
  width: 100%;
  transition: all 0.5s;
}
.pro-itm-img a span:not(.new-icon, .discount) {
    transition: all 0.3s;
    padding: 20px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.pro-itm-img a span.pro-itm-img02 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.pro-itm-img a:hover span.pro-itm-img02 {
  opacity: 1;
}
.new-icon {
  position: absolute;
  top: 0;
  right: 0;
  background: #f26522;
  color: #fff;
  font-size: 12px;
  z-index: 3;
  padding: 4px 2px;
  font-family: 'Oswald', sans-serif;
}
.discount {
    position: absolute;
    background: #ff1717;
    color: #fff;
    left: 3px;
    top: 0;
    width: 41px;
    z-index: 3;
    padding: 0px 2px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    line-height: 1.8em;
}
.pro-itm-ttl a {
  color: #353535;
  display: block;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.3em;
  font-family: 'Oswald', sans-serif;
  transition: all 0.3s;
}
.pro-itm-ttl a:hover {
  color: #f26522;
}
.pro-itm-ttl {
  margin-bottom: 5px;
}
.pro-itm-txt {
  margin: 0;
  font-size: 14px;
}
.pro-itm-txt span {
  font-size: 128.57%;
}
.pro-itm-price {
  color: #f26522;
  margin: 0;
}
.pro-itm-price span {
  font-size: 65%;
  display: inline-block;
  position: relative;
  top: -5px;
}
.pro-itm-btn {
  margin: 0;
  display: flex;
}
.pro-itm-btn a {
  width: 30px;
  height: 30px;
  border: 1px solid #e1e1e1;
  margin-right: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.pro-itm-btn a:hover {
  background: #fde3d7;
}
.pro-bnr {
  display: flex;
  justify-content: space-between;
}
.pro-bnr p {
  margin: 0;
  width: calc(33.33% - 10px);
}
.pro-bnr a {
  display: block;
  transition: all 0.3s;
}
.pro-bnr img {
  width: 100%;
}
.pro-bnr a:hover {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(7, 7, 7, 0.3);
  -moz-box-shadow: 0px 2px 10px 0px rgba(7, 7, 7, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(7, 7, 7, 0.3);
}
.filters-mobile{margin-bottom:40px;}
.filters-mobile-ttl {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    background: #20409a;
    color: #fff;
    padding: 5px 5px;
    text-transform: uppercase;
}
.filters-mobile-list{display:flex;flex-wrap:wrap;justify-content: space-between;}
.filters-mobile-item{width:48%;margin-bottom: 15px;}
.filters-mobile-item select {
    width: 100%;
    border: none;
    background: #e5e5e5;
    padding: 7px;
    font-size: 15px;
}
.filters-mobile-btn {
    background: #20409a;
    color: #fff;
    border: none;
    padding: 2px 20px;
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
    .pro-item {
        width: 100%;
        height: auto;
        border-right:none;
    }
}