.de-left{float:left}
.de-right{float:right}
.clear {clear: both}
@media (max-width: 767px) {
    .de-left,.de-right{float:none}
}

.detail-image {
    margin-bottom: 30px;
    background: #fff;
}

.detail-image p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 3rem;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.detail-image .depic{
    padding: 10px 20px 20px;
}

.detail .th-card {
  margin-bottom: 30px;
  border-radius: 0;
}
.detail .th-card.pd-0 {
  padding: 0;
}
.detail .th-card .th-card-title {
  margin: 0 0 20px;
  font-size: 1.125em;
  color: #484848;
}
.detail .th-card .item-thumbnail {
  position: relative;
  padding: 10px;
}
.detail .th-card .item-thumbnail .item-links {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.9);
  text-align: center;
  display: none;
}
.detail .th-card .item-thumbnail .item-links .btn {
  min-width: 200px;
  max-width: 100%;
}
.detail .th-card .item-thumbnail .item-links >div >div {
  margin: -10px;
}
.detail .th-card .item-thumbnail .item-links >div >div >div {
  margin: 10px;
}
.detail .th-card .item-thumbnail:hover .item-links {
  display: block;
  animation: fadeIn 300ms;
}
.detail .th-card .item-description p,
.detail .th-card .item-description img {
  margin-bottom: 30px;
}
.detail .th-card .item-description p img {
  margin-top: 30px;
}
.detail .th-card .item-description h2 {
  font-size: 1.5em;
  line-height: 1.6;
  margin-bottom: 20px;
}
.detail .th-card .item-description h3 {
  font-size: 1.25em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.detail .th-card .item-description h4 {
  line-height: 1.6;
  margin-bottom: 20px;
}
.detail .th-card .item-description h2 a,
.detail .th-card .item-description h3 a,
.detail .th-card .item-description h4 a {
  position: relative;
  color: #000000;
}
.detail .th-card .item-description h2 a:hover,
.detail .th-card .item-description h2 a:hover:after,
.detail .th-card .item-description h3 a:hover,
.detail .th-card .item-description h3 a:hover:after,
.detail .th-card .item-description h4 a:hover,
.detail .th-card .item-description h4 a:hover:after {
  color: #23cf5f;
}
.detail .th-card .item-description h2 a:after,
.detail .th-card .item-description h3 a:after,
.detail .th-card .item-description h4 a:after {
  content: "\f0c1";
  font-family: "FontAwesome";
  font-size: 0.875em;
  display: inline-block;
  margin-left: 5px;
  color: #999;
}
.detail .th-card .item-description ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 10px;
}
.detail .th-card .item-description ul >li {
  display: block;
  padding: 0 0 0 15px;
  position: relative;
  margin-bottom: 5px;
}
.detail .th-card .item-description ul >li img {
  margin: 10px 0;
}
.detail .th-card .item-description ul >li:before {
  position: absolute;
  content: " ";
  width: 4px;
  height: 4px;
  background: #ccc;
  border-radius: 10px;
  left: 0;
  top: 12px;
}
.detail .th-card .item-description ol {
  list-style: none;
  list-style-position: inside;
  padding: 0;
  margin: 0 0 25px 10px;
}
.detail .th-card .item-description ol > li {
  counter-increment: item;
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
}
.detail .th-card .item-description ol > li img {
  margin: 10px 0;
}
.detail .th-card .item-description ol > li >a {
  color: #000000;
}
.detail .th-card .item-description ol > li >a:hover {
  color: #23cf5f;
}
.detail .th-card .item-description ol > li:before {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 0.625em;
  content: counter(item);
  background: #00aeef;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.detail .th-card .item-description pre {
  margin-bottom: 30px;
}
.detail .th-card .item-description .outer-img-large {
  margin-left: -100px;
  margin-right: -100px;
}
.detail .th-card .item-description .outer-img-xlarge {
  margin-left: -150px;
  margin-right: -150px;
}
.detail .th-card .item-description .social-share {
  padding: 0;
  margin: 70px 0 20px;
}
.detail .th-card .item-description blockquote {
  background: #F6F7F9;
  padding: 60px 30px 30px;
  border: 0;
  border-radius: 3px;
  position: relative;
  font-size: 1.25em;
  line-height: 36px;
  margin-bottom: 30px;
}
.detail .th-card .item-description blockquote strong,
.detail .th-card .item-description blockquote b {
  font-weight: 600;
}
.detail .th-card .item-description blockquote p:last-child {
  margin-bottom: 0;
}
.detail .th-card .item-description blockquote:before {
  content: "\f10e";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 2em;
  color: #23cf5f;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.detail .th-card .item-meta {
  padding: 30px 20px;
  border-top: 1px solid #EBEFF1;
}
.detail .th-card .item-meta >div {
  color: #AEAEAE;
  line-height: 1;
}
.detail .th-card .item-meta >div >span {
  margin-top: 7px;
  line-height: 1;
  font-weight: 500;
  color: #222222;
  display: block;
}
.detail .th-card .nav {
  margin: -1.875rem -1.875rem 1.875rem;
  background: #FAFAFA;
  border-bottom: 1px solid #EBEFF1;
}
.detail .th-card .nav .nav-link {
  position: relative;
  padding: 1.3em 2em;
  color: #939393;
  border-right: 1px solid #EBEFF1;
}
.detail .th-card .nav .nav-link:last-child {
  border-right: 0;
}
.detail .th-card .nav .nav-link.active {
  background: #fff;
  font-weight: 700;
  color: #23cf5f;
}
.detail .th-card .nav .nav-link.active:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: #fff;
}
.detail .th-card .ul-check {
  list-style: none;
  padding: 0;
  margin: -10px;
  display: block;
}
.detail .th-card .ul-check >li {
  display: inline-block;
  margin: 10px;
  font-size: 0.875em;
  color: #484848;
}
.detail .th-card .ul-check >li .ico.ico-check {
  color: #23cf5f;
}
.detail .th-card .ul-tags {
  display: block;
  list-style: none;
  padding: 0;
  margin: -5px;
  font-size: 0;
}
.detail .th-card .ul-tags >li {
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin: 5px;
}
.detail .th-card .ul-tags >li >a {
  font-size: 0.75em;
  background: #D8D8D8;
  color: #484848;
  padding: 5px 7px;
  border-radius: 3px;
}
.detail .th-card .ul-tags >li >a:hover {
  background-color: #23cf5f;
  color: #fff;
}
.detail .item-sidebar .th-card {
  padding: 1.875rem;
}
.detail .item-sidebar .th-card .purchase-intro {
  font-size: 0.875em;
  line-height: 1.375rem;
  color: #878787;
  margin-bottom: 1.875rem;
}
.detail .item-sidebar .th-card .item-price {
  margin-bottom: 1.250rem;
}
.detail .item-sidebar .th-card .item-price.no-discount {
  padding-bottom: 1.250rem;
  border-bottom: 1px solid #e5e5e5;
}
.detail .item-sidebar .th-card .item-price >span {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  float: right;
}
.detail .item-sidebar .th-card .item-price >span.labels {
  font-size: 1.5rem;
  font-weight: 400;
  float: left;
}
.detail .item-sidebar .th-card .item-price #agent-rank {
	font-size: 1.3em;
}
.detail .item-sidebar .th-card .item-discount-badge {
  position: relative;
  height: 2.875rem;
  line-height: 2.875rem;
  background: #E6475B;
  color: #fff;
  margin: 0 -2.25rem 1.250rem -2.25rem;
  padding: 0 2.250rem;
}
.detail .item-sidebar .th-card .item-discount-badge >div {
  display: block;
}
.detail .item-sidebar .th-card .item-discount-badge span {
  display: block;
  font-weight: 600;
  float: right;
}
.detail .item-sidebar .th-card .item-discount-badge span.labels {
  font-weight: 400;
  float: left;
}
.detail .item-sidebar .th-card .item-discount-badge >div:after,
.detail .item-sidebar .th-card .item-discount-badge >div:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 3px;
  border-style: solid;
  z-index: 1;
}
.detail .item-sidebar .th-card .item-discount-badge >div.badge-left-corner:before {
  top: -6px;
  left: 0px;
  border-color: transparent #D0021B #D0021B transparent;
}
.detail .item-sidebar .th-card .item-discount-badge >div.badge-left-corner:after {
  bottom: -6px;
  left: 0px;
  border-color: #D0021B #D0021B transparent transparent;
}
.detail .item-sidebar .th-card .item-discount-badge >div.badge-right-corner:before {
  top: -6px;
  right: 0px;
  border-color: transparent transparent #D0021B #D0021B;
}
.detail .item-sidebar .th-card .item-discount-badge >div.badge-right-corner:after {
  bottom: -6px;
  right: 0px;
  border-color: #D0021B transparent transparent #D0021B;
}
.detail .item-sidebar .th-card .item-discount-green {
  position: relative;
  height: 2.875rem;
  line-height: 2.875rem;
  background: #23cf5f;
  color: #fff;
  margin: 0 -1.9rem 1.250rem;
  padding: 0 2.250rem;
}
.detail .item-sidebar .th-card .item-discount-green >div {
  display: block;
}
.detail .item-sidebar .th-card .item-discount-green span {
  display: block;
  font-weight: 600;
  float: right;
}
.detail .item-sidebar .th-card .item-discount-green span.labels {
  font-weight: 400;
  float: left;
}
.detail .item-sidebar .th-card .item-discount-green >div:after,
.detail .item-sidebar .th-card .item-discount-green >div:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 3px;
  border-style: solid;
  z-index: 1;
}
.detail .item-sidebar .th-card .item-discount-green >div.badge-left-corner:before {
  top: -6px;
  left: 0px;
  border-color: transparent #D0021B #D0021B transparent;
}
.detail .item-sidebar .th-card .item-discount-green >div.badge-left-corner:after {
  bottom: -6px;
  left: 0px;
  border-color: #D0021B #D0021B transparent transparent;
}
.detail .item-sidebar .th-card .item-discount-green >div.badge-right-corner:before {
  top: -6px;
  right: 0px;
  border-color: transparent transparent #D0021B #D0021B;
}
.detail .item-sidebar .th-card .item-discount-green >div.badge-right-corner:after {
  bottom: -6px;
  right: 0px;
  border-color: #D0021B transparent transparent #D0021B;
}
.detail .item-sidebar .item-purchase-options {
  list-style: none;
  padding: 0;
  margin: 0 0 1.875rem 0;
}
.detail .item-sidebar .item-purchase-options >li {
  font-size: 0.75rem;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 400;
}
.detail .item-sidebar .item-purchase-options >li:last-child {
  margin-bottom: 0;
}
.detail .item-sidebar .item-purchase-options >li >.fa-check {
  color: #23cf5f;
}
.detail .item-sidebar .btn-preview {
  margin-bottom: 1.250rem;
}
.detail .main-content {
    width: 70%;
    height: auto;
    float: left;
	background: #fff;
}
.detail .main-content .detail-title {
	border-bottom: 1px solid #ddd;
    padding: 20px;
    line-height: 46px;
}
.detail .main-content .detail-infos {
    padding:20px;
	font-size: 0.8em;
	word-wrap:break-word
}

.detail-content {
    background: #fff;
}

.detail-content .detail-title {
	border-bottom: 1px solid #ddd;
    padding: 20px;
    line-height: 46px;
    font-size: 20px;
}
.detail-content .detail-infos {
    padding:20px;
    font-size: 0.8rem;
    word-wrap:break-word
}
.detail-content .detail-infos h3 {
    font-size:0.85rem;
}

@media screen and (max-width: 1589px){
.detail .main-content {
    width: 70%;
}
}
@media screen and (max-width: 1125px){
.detail .main-content {
    width: 100%;
    float: none;
}}
@media (max-width: 767px) {
    .detail-image p {
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom:0
	}
    .detail-image .depic{
        padding:0
    }
	.detail .item-sidebar {
        width: auto;
        float: none;
        margin-left: 0;
        padding-left:0;
        padding-right:0;
	}
}

@media screen and (max-width: 840px) {
    .detail .detail-image{
        min-height: auto;
    }
}

.tag-list {
    list-style: none;
    float: left;
    margin: 0;
    padding: 15px 0;
}

.tag-list  a {
    padding: 12px 26px;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    margin: 0 10px 0 0
}


.tag-list a {
    background: #f3f1f0
}

@media screen and (max-width: 640px) {
    .tag-list {
        display:none
    }
}