@charset "utf-8";

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

  .l-content .m-product .m-col-xxl-5 {
    width: 50%;
  }

  .l-content .bg-brand {
    padding: 10px !important;
    border-radius: 0 0 60px 60px !important;
  }
  
  .l-content .product .w-name {
    height: 70px !important;
  }
    
  .l-content .product {
    padding: 10px !important;
  }

  .l-content .title {
    margin-top: -57px;
  }

  .l-content .just-brand {
    justify-content: space-around;
  }

  .l-content .bestsell {
    position: absolute;
    top: calc(-80px/4);
    left: 7%;
    width: calc(30%/2);
  }

}

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

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

  .l-content .just-brand {
    justify-content: center;
  }

  .l-content .bestsell {
    position: absolute;
    top: calc(-80px/2.5);
    left: 7%;
    width: calc(20%/1.7);
  }

}

@media (min-width: 1200px){

  .l-content .m-product .m-col-xxl-5 {
    width: 20%;
  }

}

.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-1 {
  background: #f5f5f5;
  padding: 10px;
}

.l-content .bg-2 {
  background: #fff;
  border: 2px solid #dedede;
  padding: 10px;
  border-radius: 20px;
}

.l-content .border-1 {
  border: 2px solid #dedede;
  border-radius: 20px;
  padding: 30px 10px;
}

.l-content .border-red {
  border-color: #d00;
}

.l-content .border-blue {
  border-color: #0f218b;
}

.l-content .title-brand {
  width: fit-content;
  margin: auto;
  padding: 10px 30px 5px 30px;
  background: #f5f5f5;
  border-radius: 30px 30px 0 0;
  font-weight: bold;
  border-right: 5px solid #dedede;
  border-left: 5px solid #dedede;
}

.l-content .bg-brand {
  background: #fff;
  border: 5px solid #dedede;
  border-radius: 60px;
  width: fit-content;
  margin: auto;
  padding: 10px 30px;
}

.l-content .bg-brand img {
  border: 1px solid #dedede;
}

.l-content .bg-brand img:hover {
  border: 1px solid #ff730a;
}

.l-content .border-yellow {
  border-color: #ffcc00;
}

.l-content .subhead {
  border-left: 5px solid #d00;
  padding-left: 15px;
  text-align: left;
}

/* 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 .self-center { align-self: center; }
.l-content .p-relative { position: relative; }
.l-content .h-100 { height: 100%; }