﻿
table {
    text-align: left;
}

.table > thead > tr > th, .table > tbody > tr > td {
    border: 1px solid #dcdcdc;
    padding: 20px;
    text-align: left;
}

.table > thead > tr > th {
    font-family: "Open Sans";
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
}

.table > tbody > tr > td {
    font-weight: bold;
    color: #747474;
    vertical-align: middle;
}

.pic-area {
    margin-bottom: 40px;
}

.row {
    margin: auto;
}

.nav-customer {
    text-align: left;
}

.fusion-image-wrapper {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(233, 234, 238);
    border-image: initial;
}

    .fusion-image-wrapper li img {
        width: 100%;
        height: auto;
    }

h1, h2 {
    font-family: "Open Sans Condensed";
    line-height: 1.4;
    letter-spacing: 0px;
}

a {
    color: rgb(51, 51, 51);
}

.pagination {
    text-align: right;
    padding-top: 55px;
    padding-bottom: 40px;
}

#prev::before {
    content: "<";
    color: rgb(51, 51, 51);
}

#next::after {
    content: ">";
    color: rgb(51, 51, 51);
}

#next {
    margin-left: 10px;
}

.single-navigation {
    height: 34px;
    line-height: 34px;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    margin-bottom: 60px;
    text-align: right;
    font-size: 15px;
    color: rgb(116, 116, 116);
    font-weight: bold;
}

.pagination a {
    font-size: 16px;
}

#main-contact-form > div > input {
    height: 29px;
}

.fusion-carousel {
    display: block;
    text-align: start;
    float: none;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
    width: 100%;
    height: 115px !important;
    margin: 0px;
    overflow: hidden;
}

.fusion-carousel-holder {
    text-align: center;
    list-style-type: none;
    float: none;
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: 0px;
    margin: 0px;
    width: 100%;
    height: 115px;
    line-height: 115px;
}

    .fusion-carousel-holder li {
        float: left;
        text-align: center;
        margin-left: 13px;
        max-width: 320px;
        display: inline;
        list-style-type: none;
    }

        .fusion-carousel-holder li img {
            max-height: 115px;
            border: 1px solid #e9eaee;
        }

/*owl-carousel-detail*/
.owl-carousel-detail .item {
    height: 260px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.owl-carousel-detail .item img {
    max-height: 260px;
}
.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}
/*realted products style*/
.related-products .item {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    /*max-width: 100%;*/
    height: auto;
}

.item-pic {
    display: table-cell;
    vertical-align: middle;
    height: 200px;
}

    .item-pic img {
        max-height: 200px;
    }

.item-pro-name {
    display: block;
    height: 20px;
}

    .item-pro-name p {
        font-weight: bold;
    }

.related-products .item {
    max-height: 220px;
    border: 1px solid #e9eaee;
    vertical-align: middle;
}

.fusion-title {
    display: flex;
}

    .fusion-title .title-sep.sep-double {
        height: 6px;
        border-bottom-width: 1px;
        border-top-width: 1px;
    }

    .fusion-title .title-sep-container {
        position: relative;
        height: 6px;
        -ms-flex-grow: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

.title-sep-container {
    margin-top: 10px;
}

.title-heading-left {
    font-family: "Open Sans";
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    font-size: 18px;
    color: #333333;
    padding-right: 8px;
    text-align: left;
}

.fusion-title .title-sep {
    position: relative;
    display: block;
    width: 100%;
    border-style: solid;
    border: 0 solid #e7e6e6;
    box-sizing: content-box;
}
