@charset "utf-8";

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

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

  .l-content .tag.bestseller {
    max-width: 150px;
  }

}

@media (min-width: 768px){
  .l-content .m-container {
    max-width: 1680px;
    padding: 0 40px;
  }
  
  .l-content .product .w-name {
    height: 30px !important;
  }

  .l-content .tag.bestseller {
    position: relative;
    max-width: 150px;
    right: -20px;
}

}

@media(min-width:992px){
    .l-content .tag.bestseller {
      position: relative;
      max-width: 120px;
      right: -20px;
  }
}

@media (min-width: 1200px){

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

}

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

  .l-content .tag.bestseller {
    position: relative;
    max-width: 150px;
    right: -20px;
  }
}

.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 .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;
}

.l-content .text-title {
    color: #00255d;
    font-size: clamp(20px, 2vw, 40px);
    font-weight: bold;
}

.l-content .section1 .card {
    height: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 0;
}

.l-content .section1 .card img {
    border-radius: 8px 8px 0px 0px;
    height: auto;
    width: 100%;
    vertical-align: middle;
}

.l-content .section1 .card .des {
    padding: 10px;
}

.l-content .section1 .tag {
    margin-top: 5px;
    color: #00255d;
    padding: 0.5rem;
    border-radius: 8px;
    font-size: clamp(12px, 1vw, 14px);
    background-color: #f8f8f8;
    border-style: none;
    cursor: pointer;
}

.l-content .section1 .shadow{
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2); 
}

.l-content .frame {
    margin: 0;
    padding: 10px;
}

.l-content .section2 .func {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.l-content .bullet li {
    list-style-type: disc;
}

.l-content .section3 .m-tab {
    border: none;
}

.l-content .section3 .m-tab .tab-control {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 20px;
    position: relative;
    z-index: 2;
    border: none;
    background-color: #efefef;
}

.l-content .section3 .m-tab .tab-control li.current {
    background-color: #00255d;
    color: #fff;
    border-radius: 5px;
}

.l-content .section3 .m-tab .tab-control li {
    padding: 8px;
    margin-right: 10px;
    margin-top: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    position: relative;
    background: none;
    border: none;
    font-weight: bold;
    color: #333333;
}

.l-content .ads-row .area {
    max-width: 1600px;
}

.l-content .ads-row .icon {
    display: flex;
    vertical-align: middle;
    gap: 10px;
    align-items: center;
    padding: 20px;
    justify-content: center;
    background-color: #efefef;
    border-radius: 8px;
    height: 100%;
}


/* Useful Class */
.l-content .m-auto { margin: 0 auto; }
.l-content .w-pm0 { margin: 0; padding: 0; }
.l-content .just-center { justify-content: center; }
.l-content .w-stock { color: #9f4f00; font-weight: bold; }