.detailsProduct{}
.detailsProduct .prod_name{
    font-size: 19px;
    color: #444344;
    font-weight: 600;

    word-break: break-word;
    margin-bottom: 10px;
}
.detailsProduct{
    /* background: #fff; */
    border: 1px solid #e0e0e0;
    /* border-left: 0; */
    padding: 0 42px 0 40px;
    margin-left: -1px;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    padding-top: 20px;
}
.detailsProduct .wrapPrice{
    margin-bottom: 21px;
}


.detailsProduct .price{
    padding: 0 10px 0 0;
    position: relative;
    font-size: 42px;
    margin-bottom: 7px;
    height: 50px;
    font-weight: 800;
    top: 0;
    /* float: left; */
    min-width: 40px;
    color: #000;
    display: block;
    margin-right: 2px;   
    text-shadow: -2px 2px 3px #fff, -2px -2px 0 #fff, 2px 2px 0 #fff, 2px -1px 0 #fff, 3px 4px 0 #aaa;
}

.detailsProduct .price .decimal{
    font-size: 21px;
    top: -15px;
    position:relative;    
}


.caracteristicas-destacadas {
    background-color: #fff;
    /* border: 1px solid #ddd; */
    /* border-radius: 8px; */
    padding: 20px 20px 20px 0;
    /* max-width: 400px; */
    margin: auto;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
}

.caracteristicas-destacadas h2 {
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: bold;
    color: #000;
}

.caracteristicas-destacadas ul {
    list-style-type: none;
    padding: 0;
}

.caracteristicas-destacadas li {
    font-size: 1.1em;
    margin-bottom: 5px;
}

.caracteristicas-destacadas strong {
    font-weight: bold;
}

.detailsProduct .priceWithoutTax{
    color: #969696;
    font-weight: 200;
    font-size: 16px;
    display: block;
    line-height: 15px;
    float: left;
    padding-top: 0;
}

.detailsProduct .wrapBtnAddCart {
    position: relative;
    margin-bottom: 25px;
    float: left;
}
.detailsProduct .btnAddCart {
    background: #000;
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 190px;
    margin: 0 10px;
    position: relative;
}
.detailsProduct .preCompra {
    background: #2074d3;
}
.detailsProduct .dateDelivery {
    color: #606060;
    position: absolute;
    bottom: -16px;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 10px;
}

.detailsProduct .black-button-link{
    color: #FFFFFF;
    background-color: #b9b9b9;
    border-radius: 0;
    padding: 10px;
    height: auto;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    width: 100%;
    clear: both;
    margin: 0;
    max-width: 200px;
}

.detailsProduct .wrapNoticeEventHasStock{
    display: inline-block;
    margin-right: 15px;
    padding-right: 9px;
    border-right: 1px solid #2c95ff;
    line-height: 10px;
    margin-bottom: 15px;
}
.detailsProduct .JS_add_notice_event{
    /* color: #fff; */
    display: inline-block;
}
.detailsProduct .pmt-simulator{
    margin-top: 15px;
}
.detailsProduct #JS_productForm{
    /* margin-bottom: 12px; */
}
.detailsProduct .wrapPurchase{
    margin-bottom: 10px;
    overflow: hidden;
}
.detailsProduct .iva{
    font-size: 10px;
    display: block;
    color: #969696;
}
.detailsProduct .pmt-simulator.pmt-banner{
    margin-top: 15px;
}
.detailsProduct .data{
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
}
.detailsProduct .data li span{
    font-weight: 600;
}

.detailsProduct .JS_prod_add{
    display: block;
    /*width: 116px;*/
    float: left;
    margin-right: 10px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: 0.5s;
}
.detailsProduct .JS_prod_add{
    background: #ff6a18;
}
.detailsProduct .JS_prod_add:hover{
    opacity:0.8;
}
.detailsProduct .JS_prod_add i{
    color: #fff;
    margin-left: 5px;
    margin-right: 7px;
    transition: 0.5s;
}
.detailsProduct .JS_prod_add:hover i{
    margin-left: 12px;
    margin-right: 0px;
}


detailsProduct .wrapPurchase{

}






.detailsProduct .prod_grade_stars {
    position: relative;
    width: 75px;
    height: 15px;
}
.detailsProduct .prod_grade_stars > div {
    position: absolute;top: 0;left: 0;
    height: 15px;
    background-position: 0 -30px;
    z-index: 2;
}
.detailsProduct .prod_grade_count {
    font-size: 12px;color: white;line-height: 24px;
}

.detailsProduct .prod_seguro {
    clear: both;
    margin-top: 5px;
    margin-bottom: 0px;
}
.detailsProduct .prod_seguro li {
    margin-top: 3px;
}
.detailsProduct .prod_seguro label{
    margin-left: 5px;
}

.detailsProduct .manufacturerLogo{
    width: 95px;
    /* margin-top: 0; */
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 9;
}
.detailsProduct .manufacturerLogo img{
    max-width: 100%;
    height: auto !important;
}


.last_comments_comment_top > div, .prod_grade_stars_cnta > div{
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
.last_comments {
    margin-bottom: 20px;
}
.last_comments_comment {
    padding: 5px 7px;
    margin-top: 5px;
    background: #f8f7f4;
    border: 1px solid #eeede7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.last_comments_comment_text {
    margin-top: 3px;
}
.last_comments_comment_grade {
    -moz-transform: scale(0.74);
    -webkit-transform: scale(0.74);
    -o-transform: scale(0.74);
    transform: scale(0.74);
}




.prodTabs {
    clear: both;
    margin-top: 30px;
}


.prod_desc {
    line-height: 1.4em;
    color: #777777 !important;
}

.prod_desc *{
    /*font-weight:inherit;*/
    font-family: 'Open Sans', sans-serif  !important;
}

.prod_desc{
    /*color: #777777 !important;*/
    font-size: 13px  !important;    
    line-height: 18px !important;
}


.prod_desc ul {
    margin: 2px 18px 4px;
}

.prod_desc ul,
.prod_desc ul li{
    list-style-type:square;
}

.prod_desc h2{
    font-size: 22px;
    font-weight: bold;    
    margin-top: 15px;
}

.prod_desc .clearfix{
    height: auto !important;
}

/*
.prod_desc table{
    width: 100%;
    margin-bottom: 25px;
    margin-top: 10px;
    border: 0;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;    
}
.prod_desc table tr:nth-child(odd) {
    background: #E5E5E5;
}
.prod_desc table tr:nth-child(even) {
    background: #F2F2F2;
}
.prod_desc table tr td{
    padding: 5px;
}

.prod_desc table.productspecs{}
.prod_desc table.productspecs h3{}
.prod_desc table.productspecs td{}
.prod_desc table.productspecs tr{}
*/

.detailsProduct .soon{
    position: relative !important;
    float: right;
    top: -9px;
}

.detailsProduct .etalage_small_thumbs img{
    cursor: pointer;
}

.detailsProduct .i-black-friday-mark{
    position: absolute;
    top: -7px;
    right: 4px;
    width: 84px;
    height: 84px;
    z-index: 90;
}


.detailsProduct .deliveryDayInfo{
    color:#8e058e;
    font-weight: bold;
    border:1px solid #e5ace5;
    background: #fceafc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 4px 4px 4px 6px;
}

.detailsProduct .deliveryDayInfo i{
    color: #555 !important;
}

.detailsProduct .infoModalBtn{

    float: right;
}

.detailsProduct .infoModalBtn i{
    color:#fff !important;
    font-weight: bold;
    border:1px solid #aaa;
    background: #888;
    text-align: center;
    line-height: 15px;
    font-size: 10px !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-sizing: border-box;
    height: 15px;
    width: 15px;    
}

.detailsProduct .bg_coupon_price{
    background-position: -304px -36px;
    width: 122px;
    height: 74px;
    position: absolute;
    top: 92px;
    right: -6px;
    color: #FFF500;
    font-weight: bold;
    font-size: 33px;
    letter-spacing: 0px;
    line-height: 90px;
    text-align: center;
    text-shadow: 0 2px 3px #000000;
}


.detailsProduct .cuotas{
    color: #f00;
    width: 169px;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    margin-left: 15px;
}
.detailsProduct .cuotas .littletext{
    font-size: 11px;
    color: #888;
    font-weight: normal;
}


.detailsProduct .text-muted{
    font-size: 31px;
    text-decoration: line-through;
    color: #999;    
}


.detailsProduct .sello-descuento{
    background: white;
    border-radius: 50%;
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 39px;
    height: 39px;
    position: absolute;
    line-height: 39px;
    text-align: center;
    font-size: 15px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
    top: 152px;
    left: 300px;
}



@media (max-width: 767px) {
    .detailsProduct .soon {
        position: relative !important;
        top: auto !important;
        overflow: hidden;
        text-align: center;
        margin: 0 auto;
        left: 0 !important;
        right: 0;
        float: none;
    }    
}


.detailsProduct #JS_users_watching_now{
    position: absolute;
    right: 11px;
    top: 37px;
    width: 144px;
    display: block;
}

.detailsProduct .productReclaimsBanners > div::after{
    content:" ";
    position: absolute;
    top:1px;
    right:1px;
    left:1px;
    bottom:1px;
    border: 1px solid #efefef;
    z-index:0;
}
.detailsProduct .productReclaimsBanners > div{
    padding: 3px;
    position: relative;
}.detailsProduct .productReclaimsBanners img{
    max-width: 100%;
    height: auto;
}
.detailsProduct .productReclaimsBanners a{
    display: block;
    height: 100%;
    position: relative;
    z-index: 1;    
}





.detailsProduct .disponibilidad{
    margin: 0;
    /* background: none; */
    list-style: none;
    /* font-size: 14px; */
    background: #6ec17c;
    color: #fff;
    padding: 3px;
    font-size: 12px;
    padding-left: 13px;
    margin-bottom: 12px;
}

.detailsProduct .disponibilidad i{
    color: #fff;
}
.detailsProduct .disponibilidad i.JS_tooltip{
    position: absolute;
    right: -7px;
    top: 4px;
}
.detailsProduct .decimal{
    /* font-size: 23px; */
    /* letter-spacing: -1px; */
}
.detailsProduct .coma{
    /* font-size: 28px; */
    /* letter-spacing: 0px; */
}

.detailsProduct form .priceOld{
    padding: 0;
    margin: 0;
    /* line-height: 0; */
    border-bottom: 1px solid #eeece6;
    /* background-color: #fff; */
    height: 20px;
    /* margin-top: 5px; */
    clear: both;
    text-align: center;
    margin-bottom: 12px;
}

.detailsProduct form .priceOld .num{
    font-size: 15px;
    text-decoration: line-through;
    color: red;    
}



.detailsProduct .infoPoints {
    /* border: 1px solid #ddd; */
    padding: 0;
    /* text-align: center; */
    /* border-radius: 4px; */
    font-size: 11px;
    line-height: 15px;
    /* min-height: 50px; */
    display: block;
    overflow: hidden;
    padding-top: 6px;
}

.detailsProduct .infoPoints div.texto {
    float: right;
    width: 54%;
    /* margin-left: 7%; */
}

.detailsProduct .infoPoints div.texto p {
    /* padding-top: 10px; */
    text-align: right;
    margin-right: 10px;
    display: block;
    cursor: pointer;
}

.detailsProduct .infoPoints div.puntos {
    /* color: #77aadb; */
    text-align: center;
    font-size: 13px;
    float: left;
    height: auto;
    padding: 0;
    /* margin-top: 8px; */
    width: 46%;
    min-height: 50px;
    cursor: pointer;
}


@media (max-width: 419px) {
    .detailsProduct .prod_form{
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0;
        padding-left: 13px;
        height: 131px;
        z-index: 999999999999999999999999;
        width: 100%;
        margin-bottom: 0 !important;
        padding-bottom: 8px;
        background: #fff;
        padding-top: 8px;
        border-top: 1px solid #ddd;
    }
    .detailsProduct .prod_seguro label{
        font-size: 13px;
        margin-left: 0;        
    }
    .detailsProduct .prod_seguro{
        padding-left: 0;
    }
}


#JS_wrapFormProductComment .title3{
    margin-bottom: 20px !important;
}


.detailsProduct .no_outlet {
    display: block;
}

.detailsProduct .etiquetas{
    display: inline;
}
.detailsProduct .etiqueta{
    cursor: pointer;
    position: relative;
    background-color: #3498ff;
    padding: 0px 5px;
    /* line-height: 25px; */
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    margin-top: 0px;
    padding-right: 8px;
    margin-right: 5px;
    padding-top: 3px;
    padding-left: 8px;
    padding-bottom: 4px;
}
.detailsProduct .extraCanon{
    display: inline-block;
    font-size: 11px;
    line-height: 11px;
    color: #888;    
}

.detailsProduct .b2bcustomer{
    margin: 10px 0;
    text-align: center;
    background: #efefef;
    color: #000;
    padding: 5px;        
}

.detailsProduct .extraCanon{
    display: block;
    font-size: 11px;    
    line-height: 11px;
    color: #888;     
}