@charset "utf-8";

@media (max-width: 767px){
  .l-content .m-container {
    padding: 0;
  }

  .l-content .m-btn--down.edit , .l-content .m-btn--down.edit2 {
    width: 100% !important;
    margin: 0.5rem 0;
  }
  
  .l-content .m-product .m-col-xxl-5 {
    width: 100%;
  }

  .l-content .product .w-name {
    height: 45px !important;
  }

}

@media (min-width: 768px){
  .l-content .m-container {
    max-width: 1680px;
    padding: 0 40px;
  }

  .l-content .m-btn--down.edit {
    width: 30% !important;
    margin: 0.5rem 0.5rem;
  }

  .l-content .m-btn--down.edit2 {
    width: 45% !important;
    margin: 0.5rem 0.5rem;
  }

  .l-content .m-product .m-col-xxl-5 {
    width: 33%;
  }
  
  .l-content .product .w-name {
    height: 90px !important;
  }

}

@media (min-width: 1200px){
  .l-content .m-btn--down.edit , .l-content .m-btn--down.edit2 {
    width: 20% !important;
    margin: 0.5rem 0.5rem;
  }
  
  .l-content .m-product .m-col-xxl-5 {
    width: 20%;
  }

  .l-content .product .w-name {
    height: 110px !important;
  }

}

@media (min-width: 1400px){
  .l-content .fx-height--tb {
    height: 52px !important;
  }

}

@media (min-width: 1600px){
  .l-content .product .w-name {
    height: 90px !important;
  }
}

.l-content .product:hover {
  border: 1px solid #ff730a;
  cursor: pointer;
}

.l-content .product:hover a {
  color: #ff730a;
}

.l-content .product {
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 15px;
  text-align: center;
}

.l-content .product .w-name {
  display: block;
  height: 52px;
  font-weight: bold;
}

.l-content .product .w-partno {
  display: block;
  height: 52px;
}

.l-content .border-1 {
  background: #fff;
  border: 2px solid #dedede;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.l-content .icon {
  position: relative;
  height: 45px;
  padding: 0.75rem 1.65rem !important;
}

.l-content .icon.icon1:before {
  position: absolute;
  top: 2px;
  right: 10px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url('/en/pr/vona/recommend_brand/panasonic/popular/images/motor/icons/icon1.png') no-repeat;
}
.l-content .icon.icon2:before {
  position: absolute;
  top: 2px;
  right: 10px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url('/en/pr/vona/recommend_brand/panasonic/popular/images/motor/icons/icon2.png') no-repeat;
}
.l-content .icon.icon3:before {
  position: absolute;
  top: 2px;
  right: 10px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url('/en/pr/vona/recommend_brand/panasonic/popular/images/motor/icons/icon3.png') no-repeat;
}

/* Useful Class */
.l-content .w-mm { margin: 0 auto; }
.l-content .w-pm0 { margin: 0; padding: 0; }
.l-content .just-center { justify-content: center; }
.l-content .content-center { align-content: center; }
.l-content .self-center { align-self: center; }
.l-content .w-stock { color: #9f4f00; font-weight: bold; }
.l-content .u-pdis { color: #a0a0a0; }
.l-content .h-100 { height: 100%; }
.l-content .underline-none { text-decoration: none; }
