#itemproductmain {
    margin: auto;
    width: 98%;
}

main img {
    max-width: 100%;
}

.detailsProduct .prod_name {
    margin-right: 95px;
}

@media (max-width: 575px) {
    #itemproductmain .nav-tabs {
        border-bottom: 2px solid #ddd;
        display: inline-block;
    }
    #itemproductmain .nav-tabs .nav-item {
        float: left;
        width: auto;
    }
    .tabsProduct {
        padding: 10px;
    }
}

.owl-carousel {
    z-index: 0;
}

body.ficha .JS_productsList {
    margin-bottom: 40px;
}

.prodF {
    position: relative;
    margin-bottom: 21px;
    background: #fff;
    padding-bottom: 15px;
}

.prodF .gallery {
    border-top: 0;
    border-bottom: 0;
}

.prodF .shortDesc {
    padding: 20px 17px;
    background: #fff5f0;
    margin: 30px 0 27px;
}

.prodF .shortDesc ul {
    margin-left: 10px;
}

.prodF .red {
    color: #f00;
}

.prodF .separation {
    margin-bottom: 10px;
}

.prodF .wrapPricesByQty {
    max-width: 140px;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    position: relative;
    top: -13px;
}

.prodF .wrapPricesByQty .title {
    font-weight: bold;
    font-size: 11px;
    color: #0769ca;
}

.prodF .wrapPricesByQty .inner {
    background: #efefef;
    padding: 10px;
    border-radius: 8px;
}

.prodF .priceByQty {
    display: block;
    font-weight: bold;
    font-size: 11px;
    color: #000;
}

.prodF .promo {
    display: inline-block;
    min-height: 50px;
    background: #ffe800;
    padding: 10px;
    font-weight: bold;
    color: #e40202;
    font-size: 23px;
}

.prodF .promo .name {
    display: block;
    font-size: 13px;
}

.prodF .separator {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 9px;
}

.prodF .blockComplementaries {
    padding-bottom: 0;
    margin-bottom: 10px;
}

.prodF .blockComplementaries li {
    margin-top: 3px;
}

.prodF .blockComplementaries label {
    margin: 0 0 10px 3px;
    display: block;
    padding-left: 20px;
    text-indent: 1px;
    cursor: pointer;
    color: #777;
}

.prodF .blockComplementaries label:hover {
    color: #000;
}

.prodF .blockComplementaries .wrapCheckbox1 input[type=checkbox] {
    visibility: hidden;
}

.prodF .blockComplementaries .wrapCheckbox1 {
    width: 25px;
    position: relative;
    float: left;
    margin-right: 8px;
}

.prodF .blockComplementaries .wrapCheckbox1 label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 23px;
    top: 0;
    border: 2px solid #a9a9a9;
    border-radius: 4px;
    background: linear-gradient(to bottom, #222 0%, #45484d 100%);
    box-shadow: inset 0 0 0 rgba(0,0,0), 0 1px 0 rgba(255,255,255,.4);
}

.prodF .blockComplementaries .wrapCheckbox1 label:after {
    content: '';
    opacity: 0;
    position: absolute;
    width: 12px;
    height: 6px;
    background: transparent;
    top: 6px;
    left: 4px;
    border: 3px solid #fc5900;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

.prodF .blockComplementaries .wrapCheckbox1 label:hover::after {
    opacity: 0.3;
}

.prodF .blockComplementaries .wrapCheckbox1 input[type=checkbox]:checked + label:after {
    opacity: 1;
    border-color: #fc5900;
}

.prodF .stockAvailable {
    background: #e6e6e6;
    height: 18px;
    position: absolute;
    top: -21px;
    right: 10px;
    left: 10px;
}

.prodF .colorBar {
    max-width: 80%;
    min-width: 25%;
    height: 100%;
    color: #fff;
    padding-left: 3px;
    position: absolute;
    left: 0;
    text-indent: 0;
}

.prodF .colorBar .text {
    position: absolute;
    top: -8px;
    left: 0;
    color: #999;
    font-style: italic;
}

.prodF .colorBar.green {
    background: #6bc279;
}

.prodF .colorBar.red {
    background: #e06b73;
}

.prodF .colorBar.orange {
    background: #f7ab48;
}

.prodF .stock {
    line-height: 11px;
    text-align: left;
    font-size: 12px;
}

.tabsProduct {
    border-top: 0;
    margin-bottom: 40px;
}

#ctab-tabdescription {
    font-size: 14px;
}

.tabsProduct table {
    width: 100%;
    border-spacing: 0;
    font-size: 13px;
    border-collapse: collapse !important;
}

.tabsProduct table h3 {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    padding: 15px 0 6px;
    border-bottom: 1px dotted #ccc;
}

.tabsProduct table tbody td:last-child {
    width: 73%;
    padding: 2px 0;
}
