@charset "utf-8";

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

  .l-content .m-btn--down.edit {
    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 .box-main {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: #131b28 5px 5px 0;
    position: relative;
  }
  
  .l-content .sub-t {
    border-bottom: 2px solid #1d263a;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 30%;
  }

  .l-content .sub-t img {
    margin-bottom: -10px;
  }
}

@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: 70px !important;
  }

  .l-content .box-main {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: #131b28 10px 10px 0;
    position: relative;
  }
  
  .l-content .m-customList1 li.w-50p , .l-content .m-customList1 li.w-30p { width: 44%; }
  
  .l-content .pd-name { height: 130px; }
  .l-content .pd-name.edit { height: 100px; }

  .l-content .fx-h-md { height: 200px; }

  .l-content .sub-t {
    border-bottom: 3px solid #1d263a;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 50%;
  }
  
  .l-content .sub-t img {
    margin-bottom: -20px;
  }

}


@media (min-width: 992px){
  .l-content .pd-name { height: 100px; }
  .l-content .pd-name.edit { height: 70px; }
  
  .l-content .m-btn--down.edit2 { width:auto !important; padding: 0.575rem 1.65rem 0.575rem 2.5rem !important; margin: 0; }
  .l-content .infobtn1 {position: absolute;right: 85%;top: 54%;transform: translate(0 , -54%);}
  .l-content .infobtn2 {position: absolute;left: 31%;top: 44.7%;transform: translate(0 , -44.7%);}
  .l-content .infobtn3 {position: absolute;right: 82%;top: 74%;transform: translate(0 , -74%);}
  .l-content .infobtn4 {position: absolute;left: 38%;top: 57%;transform: translate(-38% , -57%);}
  .l-content .infobtn5 {position: absolute;left: 40%;top: 65%;transform: translate(0 , -65%);}
  .l-content .infobtn6 {position: absolute;left: 12.5%;top: 97%;transform: translate(-12.5% , -97%);}
  
  .l-content .m-table-responsive.edit {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

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

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

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

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

  .l-content .pd-name { height: 70px; }

  .l-content .infobtn6 {position: absolute;left: 13.5%;top: 96.5%;transform: translate(-13.5% , -96.5%);}
  
  .l-content .fx-h-md { height: 170px; }
}

@media (min-width: 1400px){
  .l-content .pd-name { height: 130px; }
  .l-content .pd-name.edit { height: 110px; }
  
  .l-content .fx-h-md { height: 190px; }
  .l-content .m-customList1 li.w-30p { width: 30%; }
}


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

  .l-content .pd-name { height: 100px; }
  .l-content .pd-name.edit { height: 110px; }

  .l-content .infobtn6 {position: absolute;left: 13.5%;top: 96.5%;transform: translate(-13.5% , -96.5%);}
  
}

@media (min-width: 1662px){
  .l-content .fx-h-md { height: 170px; }
}

@media (min-width: 1735px){
  .l-content .pd-name , .l-content .pd-name.edit { height: 70px; }
}

.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 .f-wrap { flex-wrap: wrap; }

.l-content .m-customList1 li {
  text-indent: -35px;
  margin-left: 35px;
  margin-bottom: 10px;
}

.l-content .m-customList1 > li:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  vertical-align: middle;
  background: url('/en/pr/vona/recommend_brand/skf/popular/images/icons/check.png') center no-repeat;
}

.l-content .abs-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.l-content .bg-t1 {
  background-image: url('/en/pr/vona/recommend_brand/skf/popular/images/bg_t1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.l-content .bg-t2 {
  background-image: url('/en/pr/vona/recommend_brand/skf/popular/images/bg_t2.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.l-content .bg-1 { background: #bbc9d5; padding: 40px 10px; }
.l-content .bg-2 { background: #758caf; padding: 40px 10px; }
.l-content .bg-7 { background: #dae4e1; padding: 40px 10px; }

.l-content .gotop {
  position: fixed;
  bottom: 15%;
  right: 3%;
  background-color: #131b28;
  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 .w-hidetext {
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}

/* Useful Class */
.l-content .h-100 { height: 100%; }
.l-content .w-100 { width: 100%; }
.l-content .just-center { justify-content: center; }
.l-content .just-between { justify-content: space-between; }
.l-content .self-center { align-self: center; }
.l-content .w-stock { color: #9f4f00; font-weight: bold; }
.l-content .u-pdis { color: #a0a0a0; }
.l-content .p-relative { position: relative; }
.l-content .text-white { color: #fff; }