@charset "utf-8";

@media (max-width: 767px){
  .l-content .m-container {
    padding: 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-product .m-col-xxl-5 {
    width: 33%;
  }
  
  .l-content .product .w-name {
    height: 90px !important;
  }

  .l-content .just-between-md { justify-content: space-between; }
}



@media (min-width: 1200px){
  .l-content .m-product .m-col-xxl-5 {
    width: 20%;
  }

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

  .l-content .m-col-xl-col { width: 12.5%; }

}

@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 .bg-primary {
  background: #121e41;
  padding: 20px 10px;
  max-width: 1920px;
  margin: auto;
}

.l-content .bg-secondary {
  background: #16254f;
  padding: 20px 10px;
  max-width: 1920px;
  margin: auto;
}

.l-content .gotop{
  position: fixed;
  bottom: 15%;
  right: 3%;
  background: #008bd0;
  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 .sub-head {
  border-bottom: 5px solid #fff;
}

.l-content .p-tab-control {
    padding: 0px;
    margin: 0px;
    position: relative;
    z-index: 2;
    border-bottom: solid 5px #008ace;
    background-color: #16254F;
}

.l-content .m-tab .p-tab-title{
  display: flex;
  width: auto;
  border-bottom: solid 5px #008ace;

}


.l-content .m-tab .p-tab-title li.current {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color:#008ace;
  top: 0.25rem;
}

.l-content .m-tab .p-tab-title li{
  flex: 1;
  background-color: #16254f;  
  border:none;
  padding: 0%;
  width: auto;
  top: 0rem;
}

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

.l-content .m-col .newproduct{
  align-self: center;
  width: auto;
  background-color: #fff;
  padding: 30px;
  margin-left: auto;
  border-radius: 10PX;
  padding-top: 100px;
  margin-top: -50px;
}

.l-content .product-content{
  font-weight: bold;
}


.l-content .box-anchor { transition: 0.2s ease-in-out; }
.l-content .box-anchor:hover { cursor: pointer; }
.l-content .box-anchor:hover img { filter: hue-rotate(-183deg) brightness(1.3);}
.l-content .box-anchor:hover a { color: #ff730a !important; }

.l-content .text-white { color: #fff; }

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