@charset "utf-8";

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

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

  .l-content .m-btn--down.edit.sub {
    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;
  }

  .l-content .bg-main.edit { margin-top: 70px; }
  .l-content .bg-main { padding-bottom: 70px !important; }
  .l-content .bg-main.edit2 { padding-bottom: 20px !important; border-bottom: 10px solid #000; }

  .l-content .bg-main .head {
    margin-top: -70px;
  }
}

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

  .l-content .m-btn--down.edit {
    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;
  }


  .l-content .bg-main.edit { margin-top: 130px; }
  .l-content .bg-main { padding-bottom: 130px !important; }
  .l-content .bg-main.edit2 { padding-bottom: 20px !important; border-bottom: 10px solid #000; }

  .l-content .bg-main .head {
    margin-top: -130px;
  }
}

@media (min-width: 992px){

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

  .l-content .m-table-responsive.edit {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}


@media (min-width: 1200px){
  .l-content .m-btn--down.edit {
    width: 14% !important;
    margin: 0.5rem 0.5rem;
  }

  .l-content .m-btn--down.edit.sub {
    width: 17% !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 .m-btn--down.edit.sub {
    width: 14% !important;
    margin: 0.5rem 0.5rem;
  }

}

@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 .bg-main { background-color: #dedede; padding: 20px 10px; border-top: 10px solid #000; }
.l-content .bg-main.white { background-color: #fff !important; }

.l-content .no-tbl { background: none; border: none;}

.l-content .gotop{
  position: fixed;
  bottom: 15%;
  right: 3%;
  background: #000;
  padding: 10px;
  border-radius: 50%;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
}

.l-content .gotop.show {
  opacity: 0.5;
  visibility: visible;
}

.l-content .gotop:hover {
  opacity: 1;
  cursor: pointer;
}

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