/*--------------------------------------------------------------
>>> ITEXA GROUP STYLE Contenuto: style-product.css
----------------------------------------------------------------
 */

.service-details h3 {
    font-size: 40px;
}

.sidebar .services ul li a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f061";
}
.owl-carousel .owl-item img {
    border-radius: 7px;
}

.content-side .service-details h4 {
    font-size: 30px;
}
.content-side .service-details ul,
.service-details .text-content ul li:before {
    content:"";
    list-style:none;
}
.service-details .text-content ul li {
    padding: 0px;
}
.content-side .service-details .download-pdf {
    position: relative;
    display: block;
    padding: 45px 45px;
    background: #f4f5f8;
    color: --thm-base;
    border-radius: 7px;
}

.table-product th.table-product-title {
    font-size: 20px;
}
.table-product th,
.table-product td {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6;
    padding: .6rem;
}
.table-product .border-top-2 {
    border-top: 3px solid #dee2e6;
}
.table-product .color {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 5px 0;
}
.table-product .color.color-dark-green {
    background-color: #006600;
}
.table-product .color.color-green-lc {
    background-color: #008000;
}
.table-product .color.color-light-green {
    background-color: #92D050;
}
.table-product .color.color-mint-green {
    background-color: #339933;
}
.table-product .color.color-fluo-green {
    background-color: #00CC00;
}
.table-product .color.color-yellow {
    background-color: #FFFF02;
}
.table-product .color.color-red {
    background-color: #FF0000;
}
.table-product .color.color-orange {
    background-color: #EB6C03;
}
.table-product .color.color-fluo-cyclamen {
    background-color: #FF3399;
}
.table-product .color.color-purple {
    background-color: #800180;
}

.table-product .color.color-blue {
    background-color: #0066FF;
}

.table-product .color.color-gray {
    background-color: #7F7F7F;
}
.table-product .color.color-black {
    background-color: #000000;
}

.table-product .color.color-white {
    background-color: #FFFFFF;
    border: 1px solid #7F7F7F;
}
.table-product .color.color-glitter-gray {
    background-color: #7F7F7F;
}

.service-details .image img {
    -webkit-filter: none;
    -ms-filter: none;
    -moz-filter: none;
    border-radius: 7px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}
.service-details .single-item-carousel img {
    border-radius: 7px;
}
