.main-info {
  padding-top: 20px;
}

.product-photo {
  border: 1px solid #ededed;
  padding: 0;
  overflow: hidden;
}

.product-photo .gallery-top .swiper-slide {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 991px) {
  .product-photo {
    height: 369px;
  }

  .product-photo .gallery-top .swiper-slide {
    height: 280px;
  }

  .gallery-thumbs {
    height: 87px;
  }
}

@media screen and (min-width: 991.5px) {
  .product-photo {
    height: 274px;
  }

  .product-photo .gallery-top .swiper-slide {
    height: 208px;
  }
  .gallery-thumbs {
    height: 64px;
  }
}

@media screen and (min-width: 1200px) {
  .product-photo {
    height: 340px;
  }

  .product-photo .gallery-top .swiper-slide {
    height: 258px;
  }

  .gallery-thumbs {
    height: 80px;
  }
}

.gallery-thumbs .swiper-slide {
  opacity: 0.5;
  height: 100%;
  padding: 5px 0 5px 10px;
}

.gallery-thumbs .swiper-slide:last-child {
  padding: 5px 10px;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border: 1px solid #8b8b8c;
}

.info-box > .title {
  font-size: 22px;
  line-height: 30px;
  color: #332c2b;
  font-weight: bold;
  margin-bottom: 10px;
}

.info-box > .desc {
  font-size: 14px;
  line-height: 24px;
  color: #332c2b;
  text-indent: 2em;
}

.tabs {
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
}

.tabs > .tab-item {
  width: 30%;
  font-size: 15px;
  height: 46px;
  color: #332d2c;
  background-color: transparent;
  align-items: center;
  background-color: #F1F1F1;
  justify-content: center;
}

.tabs > .tab-item:hover {
  color: #fefefe;
  background-color: #0b60a9;
  cursor: pointer;
}

.tabs > .tab-item.active {
  color: #fefefe;
  background-color: #0b60a9;
}

.tab-section{
  display: none;
}

.tab-section.active{
  display: block;
}

.related-products > .title {
  width: 100%;
  height: 58px;
  font-size: 12px;
  line-height: 100%;
  color: #8b8b8c;
  align-items: flex-end;
  /* justify-content: flex-start; */
  padding-bottom: 8px;
  border-bottom: 2px solid #0b60a8;
  margin-top: 100px;
}

.related-products > .title > span {
  font-size: 20px;
  line-height: 100%;
  color: #0b60a8;
  margin-right: 5px;
}

.related-products > .list{
  padding: 20px 0 70px;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .related-products > .list > .item-container > .item > img{
    height: 281px;
  }
}

@media screen and (min-width: 991.5px) {
  .related-products > .list > .item-container > .item > img{
    height: 202px;
  }
}

@media screen and (min-width: 1200px) {
  .related-products > .list > .item-container > .item > img{
    height: 144px;
  }
}

.related-products > .list > .item-container {
  padding: 0 22px;
  margin-bottom: 20px;
}

.related-products > .list > .item-container > .item{
  border: 1px solid #ededed;
  cursor: pointer;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 500ms;
}

.related-products > .list > .item-container > .item > img{
  width: 100%;
  object-position: center;
  object-fit: cover;
}

.related-products > .list > .item-container > .item > .info {
  height: 70px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.related-products > .list > .item-container > .item > .info > .name {
  font-size: 14px;
  line-height: 30px;
  background-color: #fff;
  /* color: #0b60a8; */
}

.related-products > .list > .item-container > .item > .info > .keyword {
  color: #A1A1A1;
  font-size: 12px;
  line-height: 20px;
  width: 80%;
  border-top: 1px solid #C9CACA;
  text-align: center;
}

.related-products > .list > .item-container > .item:hover {
  box-shadow: 0 0 20px 0 #ccc;
}

.product-details h3{
display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}


.product-details h1{
display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.product-details h2{
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.product-details h4{
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}




.product-details td {font:12px/1.5 "sans serif",tahoma,verdana,helvetica;}
.product-details ,.product-details .product-details p{word-wrap: break-word;}
p {margin:5px 0;}
.product-details table {border-collapse:collapse;}
 .product-details img {border:0;}
.product-details noscript {display:none;}
.product-details table.ke-zeroborder td {border:1px dotted #AAA;}
.product-details img.ke-flash {
	border:1px solid #AAA;
	background-image:url(http://sp.mlsfang.com/editor/themes/common/flash.gif);
	background-position:center center;
	background-repeat:no-repeat;
	width:100px;
	height:100px;
}
.product-details img.ke-rm {
	border:1px solid #AAA;
	background-image:url(http://sp.mlsfang.com/editor/themes/common/rm.gif);
	background-position:center center;
	background-repeat:no-repeat;
	width:100px;
	height:100px;
}
.product-details img.ke-media {
	border:1px solid #AAA;
	background-image:url(http://sp.mlsfang.com/editor/themes/common/media.gif);
	background-position:center center;
	background-repeat:no-repeat;
	width:100px;
	height:100px;
}
.product-details img.ke-anchor {
	border:1px dashed #666;
	width:16px;
	height:16px;
}
.product-details .ke-script,.product-details  .ke-noscript,.product-details .ke-display-none {
	display:none;
	font-size:0;
	width:0;
	height:0;
}
.product-details .ke-pagebreak {
	border:1px dotted #AAA;
	font-size:0;
	height:2px;
}
.product-details ul {
	    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.product-details ul li {
	    display: list-item;
    text-align: -webkit-match-parent;
box-sizing: border-box;
list-style:disc outside none;
}


.product-details ol {
	           display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.product-details ol li {
	    display: list-item;
    text-align: -webkit-match-parent;
box-sizing: border-box;
list-style:decimal;
}

table td {
    border: #eee solid 1px;
    padding: 8px;
}
table {
    border-collapse: collapse;
}

tr:hover{background-color: #eaf5fc;} 