/** Shopify CDN: Minification failed

Line 275:0 Unexpected "}"

**/
/* CSS Document */
.prodact_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.prodact_list li {
  width: 32%;
  margin-right: 2%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.prodact_list li:nth-child(3n) {
  margin-right: 0;
}

.prodact_list_img {
  background: #cccccc;
  position: relative;
}

.prodact_list_img img {
  width: 100%;
}

.prodact_list_img:after {
  content: "";
  background: url("../images/prodact/prodact_list_arrow.png") no-repeat;
  width: 40px;
  height: 40px;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}

.ly_mcatImgCnt {
  position: relative;
}

.ly_mcatImgCnt .un_subImg {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.prodact_list_name {
  position: absolute;
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  left: 0;
  bottom: 10px;
  padding: 10px 30px;
}

.prodavr_list_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 10px 0;
}

.prodavr_list_list li {
  width: 48.5%;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 1.5rem;
  font-weight: bold;
  min-height: 40px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background: #f6f6f6;
  padding: 5px 10px 5px 0;
}

.prodavr_list_list li a {
  width: 100%;
  color: #333;
  display: block;
  text-decoration: none;
}

.prodavr_list_list li:before {
  display: inline-block;
  background: url("../images/side_arrow.png") no-repeat;
  content: "";
  width: 6px;
  height: 11px;
  background-size: contain;
  margin: 0 10px;
}

.prodact_list li.prodact_list_info {
  border: none;
}

.prodact_list li.prodact_list_info a {
  background: #e27933;
  color: #fff;
  text-decoration: none;
  padding: 15px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  border-radius: 5px;
  font-weight: bold;
  line-height: 2.8rem;
  margin-bottom: 20px;
}

.prodact_list li.prodact_list_info a:after {
  background: url("../images/foot_boc2_btn_icon.png") no-repeat;
  width: 36px;
  height: 36px;
  background-size: cover;
  display: inline-block;
  margin-left: 20px;
  content: "";
}

.prodact_list li.prodact_list_info p {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .prodact_list li {
    width: 48.5%;
  }
  .prodact_list li:nth-child(3n) {
    margin-right: 2%;
  }
  .prodact_list li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 599px) {
  .prodact_list li {
    width: 100%;
    margin-right: 0;
  }
  .prodact_list li:nth-child(3n) {
    margin-right: 0;
  }
  .prodavr_list_list li {
    width: 48.5%;
  }
}

.prodact_tit {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.prodact_category_mv {
  position: relative;
  color: #fff;
  font-weight: bold;
  margin-bottom: 45px;
      height: 300px;
    overflow: hidden;
}
.bg-black {
    background-color: #000;
    display: inline-block;
    width: 100%;
    height: 100%;
    outline: 2px solid rgb(255, 255, 255);
    outline-offset: -10px;
}

.prodact_category_mv img {
    width: 100%;
    position: absolute;
    opacity: 0.5;
  display: block;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.prodact_category_mv .txt1 {
  top: 16.66%;
  left: 4.5%;
  font-size: 1.8rem;
  position: absolute;
}

.prodact_category_mv h2 {
  top: 30%;
  font-size: 3.8rem;
  position: absolute;
  left: 4.5%;
  color: white;
  font-weight: bold;
}

.prodact_category_mv .txt2 {
  bottom: 13.33%;
  left: 4.5%;
  font-size: 1.5rem;
  position: absolute;
  line-height: 1.5;
  padding-right: 4.5%;
}

@media screen and (max-width: 599px) {
#main-collection-filters{
  padding-left:10px!important;
}


  
  .prodact_category_mv h2 {
    top: 23%;
    font-size: 3rem;
  }
  .prodact_category_mv .txt1 {
    top: 12%;
    font-size: 1.8rem;
  }
  .prodact_category_mv .txt2 {
    bottom: 9%;
  }
  .prodact_category_mv h2 {
    font-size: 3rem;
  }
  .prodact_category_mv img {
    min-height: 300px;
    object-fit: cover;
  }
}

.prodact_category_category {
  margin-bottom: 20px;
}

.prodact_category_category h3 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.prodact_category_category ul {
  display: flex;
  flex-wrap: wrap;
  padding-left:10px;
  padding-right:10px;
}

.collection.page-width{
    padding-left:10px!important;
  padding-right:10px!important;
}
}

.prodact_category_category ul li {
  margin-right: 2%;
  width: 23.5%;
  margin-bottom: 20px;
}

.prodact_category_category ul li a {
  display: block;
  text-decoration: none;
}

.prodact_category_category ul li:nth-child(4n) {
  margin-right: 0;
}

.prodact_category_category ul li img {
  width: 100%;
  vertical-align: bottom;
}

.prodact_category_category ul li div {
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 10px;
}

.prodact_category_category ul li div:after {
  content: "";
  background: url("../images/prodact/prodact_list_arrow.png") no-repeat;
  width: 40px;
  height: 40px;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}

.prodact_category_category ul li p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 599px) {
  .prodact_category_category ul li {
    width: 49%;
  }
  .prodact_category_category ul li:nth-child(2n) {
    margin-right: 0;
  }
}

.item_list {
  display: flex;
  flex-wrap: wrap;
}

.item_list li {
  width: 23.5%;
  padding-right: 2%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  box-sizing: content-box;
}

.item_list li a {
  text-decoration: none !important;
  display: block;
}

.item_list li:nth-child(4n) {
  padding-right: 0;
}

.item_list li .item_img {
  margin-bottom: 10px;
}

.item_list li .item_name {
  margin-bottom: 10px;
  color: #5285d1;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.item_list li .postage {
  font-size: 1.2rem;
  font-weight: bold;
  color: #e27933;
  padding: 4px 10px;
  border: 1px solid #e27933;
  display: inline-block;
  margin-bottom: 10px;
}

.item_list li .price {
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 10px;
}

.item_list li .price {
  font-size: 1.3rem;
  color: #333;
}

.item_list li .price span {
  font-weight: bold;
  color: #dd0011;
}

.item_list li .go_cart_box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.item_list li .go_cart {
  background: #e27933;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.4rem;
  height: 34px;
  width: 100%;
  border-radius: 4px;
}

.item_list li .go_cart:hover {
  color: #ffff00 !important;
  opacity: 1;
  text-decoration: none !important;
}

.item_list li .recomend {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background: url("../images/prodact/item_list_star.jpg") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 599px) {
  .item_list li {
    width: 48.5%;
  }
  .item_list li:nth-child(2n) {
    padding-right: 0;
  }
}

#ProductGridContainer h2.title.title--primary {
	font-size: 1.6rem;
  	line-height: 1.5;
}
.pagination__item {
	border:none !important;
}
