/* product-left */
.product-left.col-md-3{
    width:24%;
}
.product-center {
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-title {
    background-color: #2e4e7e;
}

.product-title h5 {
    font-size: 22px;
    color: #fff;
    padding-left: 15px;
    display: inline-block;
}
.product-title.power h5 {
    font-size: 16px;
    color: #fff;
    padding-left: 15px;
    display: inline-block;
}

.product-title h5:nth-of-type(2) {
    font-size: 16px;
    margin-top: 0;
}

.product-list-nav li {
    width: 100%;
    background-color: #fff;
    position: relative;
    font-size: 16px;
    color: #494949;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.product-list-nav li:hover {
    background: #f8f8f8;
}
.product-list-nav li.active {
    font-weight: bold;
    text-decoration: none;
    background: #f8f8f8;
}
.product-list-nav li:hover .dropdown-childrens {
    border-left: 2px solid #2e4e7e;
    background-color: #f8f8f8;
    width: 400px;
    text-align: center;
}

.product-list-nav li:after {
    content: '>';
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 14px;
    visibility: visible;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.product-list-nav li:hover:after {
    right: 5px;
}

.product-list-nav li a {
    display: block;
    padding: 15px;
    color: #494949;
    font-size: 14px;
    line-height: 20px;
}

.product-list-nav li:hover>a {
    font-weight: bold;
    text-decoration: none;
}


.product-list-nav li .dropdown-menu a:hover {
    text-decoration: none;
    color: #999;
}

.product-list-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    left: 100%;
    top: 0;
}

.product-list-nav li .dropdown-childrens dd {
    position: relative;
}

.product-list-nav li .dropdown-childrens dd:nth-of-type(2n+1):after {
    content: '|';
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 14px;
}

.product-list-nav li .dropdown-childrens dd a {
    padding: 5px;
}

.product-list-other li.active {
    background-color: #2e4e7e;
}

.product-list-other li.active a {
    color: #fff;
}

.product-list-other li.active:after {
    color: #fff;
}

.product-list-other li:hover:after {
    right: 15px;
}

.scientific {
    background-color: #f8f8f8;
    padding: 10px;
}

.scientific .title a {
    color: #666;
    margin-bottom: 10px;
    display: block;
}

.scientific p {
    font-size: 12px;
    line-height: 20px;
}

.tel24 img {
    width: 100%;
}

.product-title .more {
    color: #fff;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 10px;
}


/* product-right */
.product-right.col-md-9{
    width:76%;
    padding-left:5px;
}
.breadcrumbs {
    border-bottom: 1px solid #cccccc;
}

.breadcrumbs a {
    font-size: 16px;
    color: #666666;
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding-bottom: 8px;
}

.breadcrumbs a {
    margin-left: 20px;
}

.breadcrumbs a:after {
    content: '>';
    visibility: visible;
    font-size: 16px;
    position: absolute;
    right: -15px;
    top: 0px;
}

.breadcrumbs a:last-child:after{
    content:'';
}

.products-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.products-container .product {
    margin-top: 35px;
}

.products-container .product p {
    font-size: 16px;
    color: #454545;
    line-height: 22px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

.products-container .product img {
    border: 1px solid #cccccc;
    width: 228px;
    height: 228px;
}

.products-container .product a {
    display: block;
}

.pages {
    display: table;
    margin: 0 auto;
}