/*===================================Product details================================================================*/
/*Product details*/
#imgZoom {
    position: relative;
}
#zoomer {
    overflow: hidden;
    height: 355px;
    margin-top: 10px;
    position: relative;
}
#zoomer img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.cloudzoom-lens{
    width: 150px !important;
    height: 150px !important;
}
#zoomSlide {
    margin: 0;
    overflow: hidden;
    position: relative !important;
    text-align: center;
}
#zoomSlide ul{
    margin: 0;
    padding: 0;
}
#zoomSlide ul li{
    list-style: none;
}
#imgZoom img {
    max-width: 100%;
}
#prevSlideZ{
    background-image: url("../img/arrow-right.png");
    background-repeat:  no-repeat;
    background-size: 50px 50px;
    right: 3%;
}
#nextSlideZ {
    background-image: url("../img/arrow-left.png");
    background-repeat:  no-repeat;
    background-size: 50px 50px;
    left: 0;
}
#prevSlideZ, #nextSlideZ {
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: 50px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 50%;
    cursor: pointer;
    width: 50px;
    z-index: 2;
    text-decoration: none;
}
#zoomSlide .caroufredsel_wrapper{
    margin: 0 auto !important;
}

.borImagezoom img {
    height: auto;
    max-width: 100%;
}
.detailsFirstRows > h2{
    margin: 0;
    font-size: 20px;
    color: #6d6e71;
}
.detailsFirstRows > h1{
    margin: 0;
    padding-top: 0;
    line-height: 23px;
    font-size: 17px;
    font-weight: bold;
}
.detailsFirstRows .label{
    color: #6d6e71;
    padding: 0;
}
.detailsFirstRows .label del{
    font-size: 14px;
    color:  #6d6e71;
    font-weight: 100;
}
.detailsFirstRows .label .price{
    font-size: 19px;
    color: #101419;
    display: block;
    text-align: left;
}

.detailsRows div.label{
    color: #101419;
    font-size: 14px;
    margin: 0;
    padding: 10px 0 5px 0;
    display: block;
    text-align: left;
}
.colorWrp, .sizeWrp{
    padding: 0 !important;
}
.detailsFirstRows select{
    display: inline-block;
    margin-right: 15px;
    width: 100px;
    padding: 4px;
}
.detailsFirstRows select:nth-child(1){
    margin-right: 0;
}
/*.detailsRows{*/
    /*padding: 7px 0;*/
/*}*/
/*.productBtn{*/
    /*padding: 10px 0;*/
/*}*/
.productBtn .btn{
    border-radius: 0;
}
.productBtn .fav{
    padding:6px 6px;
    border: 1px solid #d1d1d1;
    background: #fff;
    height: 34px;
    display: block !important;
}
.productBtn .fav i{
    padding-right: 3px;
    color: #eb478e;
}
.detailsRows span a:hover, span.size a:hover, .detailsRows span a.active{
    background: #eb478e;
    color: #fff !important;
}
.detailsRows span a, span.size a {
    border: 1px solid #d1d1d1;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    margin-right: 4px;
    overflow: hidden;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 23px;
    text-decoration: none;
}
.detailsRows span a.active{
    color: #f04e99;
    text-decoration: none;
    line-height: 21px;
    box-shadow: 0 0 1px 1px #f04e99;
}
.colorWrp{
    display: table;
    width: 100%;
}
.quantity .qty {
    display: block;
    margin: 0 0 5px 0;
    width: 100%;
    float: left;
}
.quantity .qty b {
    font-weight: normal;
    float: left;
    border: 1px solid #ccc;
    border-right: none;
}
.quantity .qty b i {
    float: left;
    border: 1px;
    border-right: 1px solid #ccc;
    text-align: center;
    width: 33px;
    height: 30px;
    line-height: 31px;

    font-style: normal;
    cursor: pointer;
}

#tabDetails{
    margin: 10px 0;
    /*border-top: 1px solid #c6c5c5;*/
}
#tabDetails .prdView{
    margin-bottom: 20px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
#tabDetails .tab-content table{
    width: 100% !important;
    height: 100% !important;
}
.prdView > li:nth-child(1){
    margin-left:0 !important;
    border-left: 1px solid #101419;
}
.lstMap li{
    margin: 0 !important;
}

#tabNav li{
    border-right: 1px solid #101419;
    border-bottom: 1px solid #101419;
    border-top: 1px solid #101419;
    margin: 0;

    padding-bottom: 5px;
}
#tabNav li span{
    /*font-family: "OpenSans";*/
    color: #000;
    font-weight: bold;
}
#tabNav li.active, #tabDetails .nav>li.active>a{
    background: #101419;
}
#tabNav li.active span{
    color: #fff;
}
/*#tabDetails .nav-tabs > li:last-child a span:after{*/
/*content: "";*/
/*}*/
.nav-tabs > li{
    line-height: 34px;
    padding: 0 20px;
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    border: solid transparent;
    border-width: 2px 1px 0 1px;
    cursor: pointer;
}
.nav-tabs > li.active a{
    background: transparent;
}
.nav-tabs > li.active, .nav-tabs > li:hover{
    line-height: 34px;
    padding: 0 20px;
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    border: solid transparent;
    border-width: 2px 1px 0 1px;
    cursor: pointer;
    background: #fff;
    border-color: #CCB274 #ccc;
}
.blockSlide .prdTitle h2{
    font-size: 20px;
    display: inline-block;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    border-bottom: 1px solid #CCB274;
}
#tabDetails .nav-tabs > li a span{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
}
#tabDetails .nav > li > a{
    border-radius: 0;
    padding: 0 5px !important;
    color: #8d8c8c;
}
#tabDetails .nav > li.active > a{
    color: #000;
}
#tabDetails .nav > li > a, #tabDetails .nav > li > a > h3{
    border: none;
    margin: 0;
}
#tabDetails  .nav-tabs, #tabDetails .nav-tabs > li.active > a, #tabDetails .nav-tabs > li.active > a:focus, #tabDetails .nav-tabs > li.active > a:hover{
    border: none;
    border-radius: 0;
}
#tabDetails .nav-tabs > li > a:hover{
    background: none;
    color: #000;
}

.prodShowHot, .prodShowRelated{
    border-top: 1px solid #d1d1d1;
    padding: 10px 0;
}
.prodShowRelated{
    border-bottom: 1px solid #d1d1d1;
}
.prodShowHot .producttabs-products, .prodShowRelated .producttabs-products{
    padding: 0;
}
.prodShowHot .products-grid .item, .prodShowRelated .products-grid .item{
    margin: 0;
}
.pageView {
    color: #747474;
    float: left;
    font-size: 13px;
    text-align: center;
    line-height: 18px;
    width: 25%;
}
.faved{
    border: 1px solid #CCB274 !important;
}
#voteView0 {
    background-position: 0 -329px;
}
.pageView > b {
    font-size: 15px;
}
.si {
    background: transparent url("../img/spriteIcon.png") no-repeat scroll 0 0;
}
.voteView {
    display: block;
    line-height: 18px;
    text-align: right;
}
.blockAds{
    background: #e5e2e4;
    padding: 10px;
    margin: 6px 0;
    display: inline-block;
    width: 100%;
}
.ui-tooltip{
    text-align: center;
    color: black;
    display: none;
    position: absolute;
}
.unsel{
    cursor: not-allowed;
}
.ui-tooltip, .arrow:after{
    background: black!important;
    border: 2px solid white!important;
}
.ui-tooltip{
    padding: 10px 20px;
    color: white!important;
    box-shadow: 0 0 7px black;
}
.ui-tooltip-content{
    color: #ffffff!important;
}
.arrow{
    width: 70px; height: 16px; overflow: hidden;
    position: absolute; left: 50%; margin-left: -32px; bottom: -16px;
}
.arrow.top{
    top: -16px; bottom: auto;
}
.arrow.left{
    left: 20%;
}
.arrow:after{
    content: "";
    position: absolute; left: 20px; top: -20px; width: 20px; height: 20px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}
.arrow.top:after{
    bottom: -20px; top: auto;
}

#listChildsImg li{
    display: inline-block;
    margin: 20px 0;
    padding:0 5px 0 0 ;
}
#listChildsImg li:nth-child(4n){
    padding: 0;
}
#listChildsImg li .borImagezoom a{
    display: block;
}
#listChildsImg li .borImagezoom a img{
    width: 100%;
}
#voteView0{background-position: 0 -329px}
#voteView1{background-position: 0 -248px}
#voteView2{background-position: 0 -264px}
#voteView3{background-position: 0 -280px}
#voteView4{background-position: 0 -296px}
#voteView5{background-position: 0 -312px}
.productDetailsWrap a{
    color: #101419;
}
.blockDetails{
    margin: 10px 0;
}
.blockDetails .blockTitle{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #DEDEDE;
    margin: 10px 0 0 0;
    padding:  0 0 10px 0;
}
.blockDetails span{
    font-weight: bold;
    display: inline-block;
    padding-right: 10px;
}
.productShipping span{
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 25px;
}
.productShipping ul{
    padding: 0;
}
.productShipping ul li:before{
    content: "\f111";
    font-family: FontAweSome;
    font-size: 5px;
    position: absolute;
    top: 8px;
    color: #eb478e;
}
.cartBlockactive, .cartBlockactive .contentCart{
    display: block !important;
}
.productShipping ul li .tooltip{
    left: 10px !important;
}
.productShipping ul li{
    position: relative;
    list-style: none;
}
.productShipping ul li a:hover, .productShipping ul li:hover:before{
    color: #101419;
}
.productShipping ul li a{
    padding-left: 10px;
    cursor: pointer;
    font-style: italic;
    font-weight: bold;
    color: #eb478e;
    font-size: 13px;
    padding-bottom: 5px;
    display: block;
}
.productShipping ul li a.btn{
    padding: 0 0 0 10px;
    text-align: left;
}
.blockAds .hotSupport a{
    font-size: 16px;
    font-weight: bold;
    color: #eb478e;
    text-decoration: underline;
}
.blockAds .hotSupport i {
    background-position: -44px -65px !important;
    float: left;
    width: 12px;
    height: 20px;
    margin-right: 5px;
}
.lstSupport ul{
    padding: 0;
}
.lstSupport ul li a {
    font-size: 13px;
    color: #00aeef;
    font-style: italic;
}
.lstSupport ul li {
    float: left;
    margin: 5px 0;
    list-style: none;
    width: 50%;
    font-size: 13px;
}
.lstSupport ul li .icoWarrantly{
    background-position: -40px -126px !important;
}
.lstSupport ul li .icoShipping{
    background-position:  -37px -156px !important;
    width: 24px;
}
.lstSupport ul li .icoPayment{
    background-position:   -68px -68px !important;
}
.lstSupport ul li .icoQuality{
    background-position:   -40px -93px !important;
}
.lstSupport ul li i {
    float: left;
    margin-right: 3px;
    width: 21px;
    height: 21px;
}
.prdN>span {
    background: #000;
    color: #fff;
    padding: 4px 7px 4px 15px;
    position: relative;
}
.prdN > span i {
    font-size: 6px;
    position: absolute;
    top: 10px;
    left: 5px;
}
.socialDetails .fb-like, .socialDetails .fb-send {
    display: inline-block;
}
.socialDetails .fb-like {
    width: 130px;
    overflow: hidden;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
}
.productShipping i{
    display: block;
    padding-left: 35px;
    color: #06b0ef;
    font-weight: bold;
    font-size: 12px;
}
.productShipping span {
    display: block;
    background-image: url('../img/iconfreeshipng.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
}
.productShipping{
    margin: 10px 0;
}
.prdPayment ul{
    padding: 0;
}
.prdPayment ul li{
    float: left;
    list-style: none;
    width: 48%;
}
.prdPayment ul li:first-child{
    border-right: 1px solid #DEDEDE;
    margin-right: 2%;
}
.prdPayment ul li > h4{
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
}
.prdPayment ul li span{
    display: block;
}

.favoriteContent a{
    color: #101419;
}
.favoriteContent a:hover, .prdDetails > h3 a:hover{
    text-decoration: none;
    color:  #eb478e;
}

.commentTitle{
    text-transform: uppercase;
    background: #06b0ef;
    color: #fff;
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 10px;
    display: inline-block;
}

.blockDst{
    margin: 0;
}
.blockDst span{
    display: block;
    padding-top: 5px;
    font-size: 15px;
}
.productShipping{
    clear: both;
    float: left;
    width: 100%;
}
.productShipping span {
    display: block;
    background-image: url('../img/iconfreeshipng.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
}
.productShipping i {
    display: block;
    padding-left: 35px;
    color: #06b0ef;
    font-weight: 700;
    font-size: 13px;
}
.productShipping > a{
    color: #CCB274;
    font-size: 15px;
    display: block;
    padding-bottom: 5px;
    font-style: italic;
}
.productShipping > a:hover, .productShipping > a:active, .productShipping > a:focus{
    text-decoration: none;
    color: #CCB274;
}
#comment {
    width: 100%;
    min-height: 100px;
    margin: 10px 0;
    padding: 10px;
}
#btnRate a, #btnRate button{
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    background: #CCB274;
    border: none;
}
#btnRate a:hover{
    text-decoration: none;
}
.vote .si {
    float: left;
    width: 20px;
    height: 15px;
    background-position: 3px -329px;
    cursor: pointer;
}
.vote .si.voteHover, .vote .si.active {
    background-position: 3px -249px;
}
.blockL{
    margin: 0 0 20px 0;
}
.customerRv{
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.commentItems{
    border-bottom: 1px solid #eee;
    margin: 0 0 20px 0;
    clear: both;
}
.blockL ul{
    padding: 0;
    margin: 0;
}
.blockL ul li:first-child{
    padding-top: 0;
}
.blockL ul li:last-child{
    border-bottom: none;
}
.blockL ul li{
    list-style: none;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.blockL ul li label{
    display: block;
    font-weight: normal;
    margin: 0;
}
.blockL ul li span{
    display: block;
    font-weight: bold;
}

/*the qua tang*/
.gift_box {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #fb4c36;
    position: relative;
    margin: 25px 0 0;
    width: 65%;
}
.bg_gift {
    position: absolute;
    background: transparent url(../../../tp/T0034/img/sprites-main.png)no-repeat scroll -195px -321px;
    width: 80%;
    height: 44px;
    top: -13px;
    left: -10px;
    content: "";
    padding-left: 50px;
}
@media (max-width: 768px) {
    .bg_gift {
        width: 90%;
    }
    .gift_box {
        width: 100%;
    }
}
.title_text {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}
.title_text {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 40px;
}
.main_gift {
    padding-top: 15px;
    padding-left: 6%;
}
.main_gift li {
    text-align: left;
    padding: 5px 0;
    list-style-type: disc;
    list-style-position: outside;
    text-indent: -5px;
    display: list-item;
    position: relative;
    color: #ff4427;
}
.main_gift li a {
    color: #4d4d4f;
    display: block;
    font-size: 13px;
}
.main_gift img {
    width: 50px;
    object-fit: contain;
    padding: 0 5px;
}
/*===================================Product details================================================================*/
