.productTop {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 1rem 0;
    position: relative;
}

@media (max-width: 768px) {
    .productTop {
        background: #fff;
        padding: 2rem 0;
    }
}

.productTop .large-image-preview {
    position: absolute;
    top: 0;
    left: 60%;
    width: 200px;
    height: 200px;
    overflow: hidden;
    z-index: 100;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    display: none;
}

.productTop .large-image-preview img {
    position: absolute;
    top: 0;
    left: 0;
}

.productTop .productLeft {
    display: block;
    float: left;
    width: 65%;
    box-sizing: border-box;
    padding: 0 5% 0 1rem;
}

@media (max-width: 768px) {
    .productTop .productLeft {
        display: block;
        overflow: hidden;
        float: none;
        width: 100%;
        padding: 0;
        vertical-align: top;
    }
}

.productTop .productRight {
    float: left;
    width: 35%;
    box-sizing: border-box;
   /* padding: 0 2%;*/
}

.productTop .productLeft .leftContent {
    float: left;
    width: 100%;
}

.image-gallery {
    -webkit-tap-highlight-color: transparent;
    min-height: 627px;
}

.image-gallery-content {
    position: relative;
    line-height: 0;
    top: 0;
}

.image-gallery-thumbnails-wrapper {
    position: relative;
}

.image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
    display: inline-block;
    vertical-align: top;
    width: 78px;
    min-height: 100%;
}
.image-gallery-thumbnails-wrapper.left {
    margin-right: 5px;
    z-index: 3;
justify-content: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: absolute;
}

@media (max-width: 1440px) {
  .image-gallery {
    min-height: 515px;
}
  
}
@media (max-width: 768px) {

    .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
        display: none;
    }
}



.image-gallery-slide-wrapper {
    position: relative;
    min-height: 456px;
}
.image-gallery-slide-wrapper {    border: 1px solid rgba(208,204,216,0.5);}
.image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
    display: inline-block;
    width: calc(100% - 70px - 20px);
        left: 40px;
}

@media (max-width: 768px) {
    .image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
        width: 100%;
        min-height: 320px;
            left: 0px;
    }
}

.image-gallery-bullets {
    bottom: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1;
    display: none;
}

.image-gallery-bullets .image-gallery-bullets-container {
    background-color: rgba(0, 0, 0, .2);
    padding: 4px 0;
    border-radius: 20px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.image-gallery-bullets .image-gallery-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    outline: none;
    padding: 5px;
}

.image-gallery-bullets .image-gallery-bullet.active {
    background: #e70012;
    border-color: #e70012;
}

@media (max-width: 768px) {
    .image-gallery-bullets {
        display: block;
    }
}

.image-gallery-thumbnails {
    overflow: hidden;
    padding: 5px 0;
}

.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails {
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0;
 
}

.image-gallery-thumbnails .image-gallery-thumbnails-container {
    cursor: pointer;
    text-align: center;
    transition: -webkit-transform .45s ease-out;
    transition: transform .45s ease-out;
    transition: transform .45s ease-out, -webkit-transform .45s ease-out;
    white-space: nowrap;
}

.image-gallery-thumbnail {
    display: inline-block;
    border: 3px solid transparent;
    transition: border .3s ease-out;
    width: 70px;
    border: 1px solid rgba(208,204,216,0.5);
    border-radius: 50px;
    background: #fff;
}

.image-gallery-thumbnail:hover {
       box-shadow: 0 5px 5px rgba(0,0,0,0.1);
     border-radius: 50px;
}

.image-gallery-thumbnail.active {
       box-shadow: 0 5px 5px rgba(0,0,0,0.1);
     border-radius: 50px;
}

.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail {
    display: block;
    margin-right: 0;
       padding: 20px;
    
    margin: 10px 0 0 0;
}

.image-gallery-thumbnail img {
    vertical-align: middle;
    width: 100%;
}

.image-gallery-thumbnail-label {
    color: #1a1a1a;
    font-size: 1em;
}

.image-gallery-fullscreen-button {
    right: 0;
}

.image-gallery-fullscreen-button, .image-gallery-left-nav, .image-gallery-play-button, .image-gallery-right-nav {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    outline: none;
    position: absolute;
    z-index: 4;
}

.image-gallery-play-button {
    bottom: 0;
}

.image-gallery-play-button {
    left: 0;
}

.image-gallery-left-nav, .image-gallery-right-nav {
    color: #fff;
    font-size: 5em;
    padding: 35px 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .2);
    background-size: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
}

.image-gallery-left-nav:hover, .image-gallery-right-nav:hover {
    background-color: rgba(0, 0, 0, .5) !important;
}

.image-gallery-left-nav {
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6rem' height='6rem' viewBox='0 0 1000 1000'%3E%3Cpath fill='%23fff' d='M723.1 990l43.3-43.3L320.2 500 766.3 53.3 723.1 10 233.7 500l489.4 490z'/%3E%3C/svg%3E");
}

.image-gallery-right-nav {
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6rem' height='6rem' viewBox='0 0 1000 1000'%3E%3Cpath fill='%23fff' d='M276.9 10l-43.3 43.3L679.8 500 233.7 946.7 277 990l489.4-490L276.9 10z'/%3E%3C/svg%3E");
}
.nei_title {
    font-family: forza-medium;
    text-transform: capitalize;
    padding-bottom: 30px;
}
.nei_title a {
    font-family: forza-medium;
    text-transform: capitalize;
        color: #333;
}
.product_right_con_txt { 
    overflow: hidden;
    padding-bottom: 30px;
}
.product_right_con_txt h1 { 
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    font-family: forza-bold;
    font-weight: bold;
}
.product_right_con_btn {
    margin: 10px 0;
    overflow: hidden;
    min-height: 80px;
        padding-top: 30px;
    width: 100%;
}
.product_right_con_btn a {
    margin: 16px 12px 0 0;
    padding: 19px 48px;
    font-size: 1.0625rem;
    background-color: #2e6bb8;
    color: #fff;
    outline: 0;
    border-radius: 32px;
 }

.product_right_con_btn a:hover {
    background-color: #1f3d6c;
 }
.tabs-basic{
    font: bold 13px sans-serif;
     margin: 30px auto;
    text-align: center;
}

/* The tabs */

.tabs-basic ul{
    list-style: none;
    text-align: left;

    margin: 0;
    padding: 0;
}

.tabs-basic ul li{
    display: inline-block;
    margin-bottom: -1px;
}

.tabs-basic a{
    display: block;
    text-decoration: none;
    color: #656a6d;

    border: 1px solid transparent;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;

    padding: 15px 22px 10px;
}

.tabs-basic .tab-active {
    border-color: #dddddd;
    background-color: #ffffff;
}

/* The content */

.tabs-basic .tabs-content-placeholder{
    overflow: hidden;
    border: 1px solid #dddddd;
    font-weight: normal;
    background-color: #fff;

    padding: 15px 30px 30px;
    margin: 0 auto;
}

.tabs-basic .tabs-content-placeholder div{
    display: none;
}

.tabs-basic .tabs-content-placeholder div.tab-content-active{
    display: block;
}

.tabs-basic .tabs-content-placeholder div p{
    color: #565a5c;
    line-height: 1.45;
    text-align: left;

    margin: 5px 0 20px;
}

.tabs-basic .tabs-content-placeholder div img{
    max-width:100%;
}



@media (max-width: 500px) {
    .nei_title {
        width: 90%;
    margin: auto;
        
    }
    .tabs-basic a{
        padding: 12px 15px;
    }

}
/* Header */
.htmleaf-header{
	padding: 1em 190px 1em;
	letter-spacing: -1px;
	text-align: center;
	background: #66677c;
}
/*nav*/
.htmleaf-demo a{color: #fff;text-decoration: none;}
.htmleaf-demo{width: 100%;padding-bottom: 1.2em;}
.htmleaf-demo a{display: inline-block;margin: 0.5em;padding: 0.6em 1em;border: 3px solid #fff;font-weight: 700;}
.htmleaf-demo a:hover{opacity: 0.6;}
.htmleaf-demo a.current{background:#1d7db1;color: #fff; }

@media (max-width: 768px) {
    .image-gallery-left-nav, .image-gallery-right-nav {
        display: none;
    }
}

.image-gallery-slides {
    line-height: 0;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.image-gallery-slide {
    background: #fff;
    left: 0;
    position: absolute;
    /*top: 0;*/
    width: 100%;
}

.image-gallery-slide.center {
    position: relative;
}

.image-gallery-slide .image-gallery-image {
    cursor: grab;
}

.image-gallery-slide img {
    width: 100%;
}

.productTop .productName {
    font-size: 2rem;
    line-height: 3rem;
    padding-bottom: 1rem;
}

.productTop .productRight .productName, .productTop .productRight .productDescription {
    display: block;
}

.productTop .productDescription {
    font-size: 1.16rem;
    line-height: 1.6rem;
    padding-bottom: 1rem;
}

@media (max-width: 767px) {
    .productTop .productRight {
        display: block;
        overflow: hidden;
        float: none;
        width: 100%;
      /*  padding: 1rem;*/margin-bottom:20px;
        box-sizing: border-box;
    }
}

.productTop .productRight .productReview {
    padding-bottom: 1rem;
}

.productTop .productRight .productReview .toReview {
    display: table;
    color: #333;
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.productTop .productRight .productReview .toReview .starBox {
    float: left;
}

.productTop .productRight .productReview .toReview .reviewCount {
    vertical-align: middle;
    padding-left: 1rem;
    line-height: 2.4rem;
    height: 2.4rem;
    float: left;
    font-weight: 700;
    font-size: 1rem;
}

.productTop .productRight .productWork {
    padding: 1rem 0;
    margin: 1rem 0;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    font-size: 1.16rem;
    line-height: 1.6;
}

.productTop .productRight .productWork ul {
    margin: 0;
    padding-left: 2rem;
}

.productTop .productRight .productWork li {
    padding-left: 0;
    list-style: inside;
}

.productTop .productRight .productPrice {
    font-size: 2.2rem;
    line-height: 3rem;
    padding: 1rem 0;
}

.productTop .productRight .productColor {
    margin: 0;
}

.productTop .productRight .productColor .productsDiscount .endData {
    color: #6ab48d;
}

.productTop .productRight .productColor span {
    font-size: 1.16rem;
}

.productTop .productRight .productColor .priceHead {
    padding-right: 1rem;
    font-size: 1.5rem;
    line-height: 3.5rem;
}

.productTop .productRight .productColor .priceHead .amount {
    font-size: 2rem;
    color: #F70046;
}

.productTop .productRight .productColor a {
    position: relative;
    top: 7px;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 3px;
    border: 2px solid #f2f2f2;
    background-color: #f2f2f2;
    padding: .5rem 1rem;
}

.productTop .productRight .productColor a:hover {
    color: #555555;
}

.productTop .productRight .productColor .colorPick, .productTop .productRight .productColor a:hover {
    border-color: #6ab48d;
}

.productTop .productRight .productBuy {
    padding: 0;
    font-size: 1.16rem
}

.productTop .productRight .productBuy .buyButton {
    margin: 1.5rem 0 0;
}

.productTop .productRight .productBuy a {
    display: block;
    width: 100%;
    text-align: center;
    height: 4.2rem;
    line-height: 4.2rem;
    vertical-align: middle;
    color: #fff; font-size:15px;
    border: 1px solid #e70012;
    background: #e70012;
}

.productTop .productRight .productBuy a:hover {
    background: #fff;
    color: #666;
    border-color: #666;
}

.productTop .productRight .productReview .star span i {
    font-size: 2rem;
}

.star span i {
    line-height: 2rem;
    font-size: 1rem;
    display: inline-block;
    color: #6ab48d;
    padding: 1px;
}
.hj_poi{width:100%;float:left;}

.hj_poi span{width:100%;float:left;height:40px;line-height:40px; text-indent:20px; font-size:18px; font-weight:bold;background-color:#e70012; color:#fff;}
.hj_poi p{margin-top:2%;width:100%;float:left; font-size:15px; word-wrap: break-word; }

n
