/*carousel*/
.product-carousel_wrapper{
  margin-bottom: 1em;
}
.standcut img{
  width: auto;
}

.standcut .product-carousel{
  width: 100%;
}

/*title*/
.products_summary .each_summary.summary02 {
  background-image: none;
}
.products_summary .each_summary{
  height: 150px;
}
.summary_inner h3{
  text-align: center;
}

@media screen and (max-width: 768px){
  .products_summary .each_summary{
    height: 50px;
  }
}

/*Prodctimglink_colwrapper*/
.Prodctimglink_colwrapper{
  display: flex;
}
.Prodctimglink_colwrapper .Prodctimglink_2col{
  width: 50%;
}
.detail .dbox .Prodctimglink_colwrapper a{
  color: #444444;
}
.detail .dbox .Prodctimglink_colwrapper a:hover{
  text-decoration: none;
  color: #004473;
}
.detail .dbox .Prodctimglink_colwrapper a:hover img{
  opacity: 0.8;
}
.content:not(#nr_news):not(.top_content) .detail .dbox .Prodctimglink_colwrapper p.Prodctimglink_Name{
  font-size: 30px!important;
  font-weight: bold;
}
.content:not(#nr_news):not(.top_content) .detail .dbox .Prodctimglink_colwrapper p.Prodctimglink_Desc{
  font-size: 14px!important;
}
@media screen and (max-width: 768px){
  .Prodctimglink_colwrapper{
    flex-direction: column;
  }
  .Prodctimglink_colwrapper .Prodctimglink_2col{
    width: 100%;
  }
  .Prodctimglink_colwrapper .Prodctimglink_2col+.Prodctimglink_2col{
    padding-top: 30px;
  }
}