/**
 *
*/

.single-product .page-title{
    text-transform: unset;
}

.single-product .preview-full .inner{
    height: 0;
    padding-bottom: 450px;
    position: relative;
}
.single-product .preview-full .slick-slide img{
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width:100%;
    object-fit: cover;
}

.single-product .preview-thumb{
    padding: 0 25px;
    margin-bottom: 15px;
}


/** - */

.single-product .excerpt{
    margin: 30px 0 15px;
}
.prod-cats{
    font-size: 12px;
    margin-top: 10px;
}
.prod-cats .sign{
    font-weight: 700;
}

.single-product .right .btn-container{
    justify-content: flex-start;
}

@media (min-width: 992px){
    .prod-cats a:hover,
    .prod-cats a:focus{
        color:#dc7928;
    }
}

@media (max-width: 768px){
    .single-product .first-screen{
        flex-direction: column-reverse;
    }
    .single-product .first-screen .right{
        margin-bottom: 30px;
    }
    .single-product .preview-full .inner{
        padding-bottom: 320px;
    }
}

/** - */
.tab-container{
    margin: 30px 0 0;
}
.tab-nav{
    background-color: #e8e8e8e8;
    justify-content: space-between;
}
.tab-nav li{
    flex-grow: 1;
}
.tab-nav li button{
    font-weight: 500;
    color:inherit;
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding:10px;
    border-bottom: 4px solid transparent;
    transition-property: color, background-color, border, opacity;
}
.tab-nav li button.tab-nav__active{
    color:#dc7928;
    background-color: transparent;
    border-bottom: 4px solid #dc7928;
}

.tab-content{
    border-top:0;
    border-bottom:0;
    /*padding: 30px 0;*/
}
.tab-content>div{
    padding: 30px 0;
}

@media screen and (min-width: 992px){
    .tab-nav li button:not(.tab-nav__active):hover,
    .tab-nav li button:not(.tab-nav__active):focus {
        color:#dc7928;
        background-color: transparent;
        border-color: currentColor;
        opacity: .5;
    }
}

/** - */
#target_characteristics th{
    font-weight: inherit;
    text-align: left;
    border-bottom: none;
    background-color: #e8e8e8e8;
}
#target_characteristics  tr{
    border-bottom:none;
}
#target_characteristics th,
#target_characteristics td{
    border:1px solid #c6c6c6;
    padding: 1% 2%;
}

/*#target_downloads .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -20px;
}*/
/*#target_downloads .file-link{
    width:49%;
    margin-bottom: 20px;
}*/