@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 .block_BtnLink .BtnList {
    width: 100%;
  }
}

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

  .l-content .m-btn--down.edit {
    width: 30% !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 .block_BtnLink .BtnList {
    width: 50%;
  }
}


@media (min-width: 1200px){
  .l-content .m-btn--down.edit {
    width: 20% !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 .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-name.edit { height: 32px !important; }

.l-content .product .w-partno {
  display: block;
  height: 52px;
}

.l-content .gotop {
  position: fixed;
  bottom: 15%;
  right: 3%;
  background: linear-gradient(135deg, rgba(44, 164, 118, 1) 0%, rgba(208, 96, 102, 1) 100%);
  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 .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;
}

.l-content .block_BtnLink {
  display: flex;
  flex-wrap: wrap;
  background: #000;
  max-width: 1920px;
  margin: auto;
}

.l-content .block_BtnLink .BtnList.active {
  cursor:default;
  opacity: 1 !important;
  background-color: #2ca476;
  background-image: url('/en/pr/vona/recommend_brand/siemens/common/images/icons/arrow_tab_white.png');
  color: #fff;
}

.l-content .block_BtnLink .BtnList:hover {
  opacity: 0.75;
}

.l-content .block_BtnLink .BtnList {
  background-color: #dedede;
  background-image: url('/en/pr/vona/recommend_brand/siemens/common/images/icons/arrow_tab.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 3% 50%;
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  align-content: center;
  transition: opacity 0.2s;
  padding: 20px;
  border: 1px solid #c8c8c8;
}

/* 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 .self-end { align-self: end; }
.l-content .h-100 { height: 100%; }
.l-content .underline-none { text-decoration: none; }
.l-content .text-white { color: #fff; }