﻿/* Css for /product/4.html, Version=1742177909 */
.product-image
{
    text-align: center;
    max-height: 320px;
    overflow: hidden;
}
.product-image.media-wrapper
{
    height: 300px;
    line-height: 300px;
    border: 1px solid #ddd;
    position: relative;
}
.product-image.media-wrapper img
{
    transition: all .2s cubic-bezier(.175,.885,.32,1);
    width: auto;
}
.product-image>img
{
    width: 100%;
    cursor: pointer;
    max-height: 100%;
}
.product-image.media-wrapper:hover
{
    cursor: pointer;
}
.product-image.media-wrapper .image-zoom-region
{
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: rgba(0,0,0,.15);
    border: 2px solid #fff;
    top: 0;
    left: 0;
    border-color: rgba(255,255,255,.5);
    display: none;
}
.product-image.media-wrapper:hover .image-zoom-region
{
    display: block;
}
.product-image-2x-wrapper
{
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    overflow: hidden;
    height: 300px;
    border: 1px solid #ddd;
    display: none;
}
#productImageWrapper:hover .product-image-2x-wrapper
{
    display: block;
    opacity: 0;
    transition: opacity .2s;
}
#productImageWrapper .product-image-2x-wrapper.show
{
    opacity: 1;
}
.product-image-2x.product-image.media-wrapper
{
    width: 200%;
    height: 600px;
    line-height: 600px;
    position: absolute;
    border: none;
    left: 0;
    top: 0;
    max-height: none;
}
.product-image-menu-wrapper
{
    overflow: hidden;
}
.product-image-menu-wrapper.scrollable
{
    position: relative;
    padding-left: 26px;
    padding-right: 26px;
}
.product-image-menu-wrapper.scrollable:before, .product-image-menu-wrapper.scrollable:after
{
    display: block;
    content: ' ';
    position: absolute;
    left: 20px;
    top: 5px;
    width: 6px;
    height: 50px;
    background-color: #fff;
    z-index: 11;
}
.product-image-menu-wrapper.scrollable:after
{
    left: auto;
    right: 20px;
}
.product-image-menu-wrapper .btn-img-scroller
{
    display: none;
}
.product-image-menu-wrapper.scrollable .btn-img-scroller
{
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #ddd;
    height: 50px;
    width: 20px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}
.product-image-menu-wrapper.scrollable .btn-img-scroller.btn-next-img
{
    right: 0;
    left: auto;
}
.product-image-menu-wrapper.scrollable .product-image-menu
{
    position: relative;
    transition: left .2s;
    left: 0;
}
.product-image-menu
{
    margin: 5px -3px;
}
.product-image-menu .product-image-wrapper
{
    float: left;
    padding: 0 3px;
    overflow: hidden;
}
.product-image-menu .product-image
{
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}
.product-image-menu .product-image:hover
{
    box-shadow: 0 0 4px rgba(0,0,0,.25);
    opacity: .9;
    border-color: #bbb;
}
.product-property .meta-name
{
    width: 100px;
    padding-right: 15px;
}
.btn-buy .btn
{
    min-width: 120px;
}
.product-property, .product-image-menu
{
    margin-bottom: 20px;
}
.product-property h1
{
    font-size: 22px;
}
.product-property h1, .btn-buy
{
    padding-left: 15px;
    padding-right: 15px;
}
@media(min-width: 992px)
{
    .product-property h1, .btn-buy
    {
        padding-left: 0;
        padding-right: 0;
    }
    .product-property.product-lack-img h1, .product-lack-img .btn-buy
    {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.article-content
{
    padding: 0;
    margin-bottom: 10px;
}
.product-property.product-lack-img h1
{
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
}
.article-files
{
    margin: 0 -15px;
    padding: 10px 15px;
    background: none;
}
.panel-body
{
    position: relative;
}
.panel-body .back2top
{
    position: absolute;
    bottom: 0;
    right: -30px;
    display: block;
    width: 30px;
    padding: 5px 8px;
    border: 1px solid #ddd;
    border-radius: 0 4px 4px 0;
}
.panel-body .back2top:hover
{
    text-decoration: none;
    background-color: #e5e5e5;
}
#buyBtnBox
{
    margin-left: 85px;
    font-weight: 400;
}
.btn-buy
{
    background: #f40;
    font-size: 16px;
    padding: 8px 16px;
    color: #fff;
    cursor: pointer;
}
.btn-buy:hover, .btn-buy:visited
{
    background: #f20;
    color: #fff;
}
.btn-cart
{
    background: #e43e41;
    font-size: 16px;
    padding: 8px 16px;
    color: #fff;
    cursor: pointer;
}
.btn-cart:hover, .btn-cart:visited
{
    background: #e41a41;
    color: #fff;
}
.btn-soldout
{
    background: #999;
    font-size: 16px;
    padding: 8px 16px;
    color: #fff;
    cursor: pointer;
}
#countBox .input-group
{
    width: 120px;
}
#countBox .input-group span
{
    cursor: pointer;
    background: inherit;
}
body
{
    background: #fff!important;
}
#header
{
    padding: 0;
    border-bottom: 0 solid #e5e5e5!important;
    background: #fff;
    margin: 0!important;
}
#block5
{
    display: none;
}
.col
{
    margin: auto 0!important;
    padding: 0!important;
}
.page-wrapper
{
    padding-top: 0!important;
}
label, input, button, video
{
    outline: 0!important;
}
.carousel
{
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0!important;
}
.breadcrumb
{
    margin-top: 15px!important;
}
.panel
{
    margin-bottom: 20px;
    background-color: #fff;
    border: 0 solid transparent!important;
    border-color: #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.btn
{
    text-shadow: 0 0 0 #fff!important;
}
#searchbar .btn
{
    top: 0!important;
}
#searchbar
{
    width: 300px!important;
    max-width: 300px!important;
}
#searchbar>form
{
    width: 300px!important;
    max-width: 300px!important;
    float: right;
}
.page-side
{
    font-size: 16px!important;
}
.page-side a
{
    font-size: 15px!important;
}
#header
{
    padding: 0;
    margin-bottom: 14px;
}
#headNav
{
    min-height: 30px;
    line-height: 30px;
    padding: 0;
    margin-bottom: 8px;
}
#headNav, #headTitle
{
    position: static;
    display: block;
}
#headNav>.row
{
    margin: 0;
}
#headTitle>.row, #headNav>.row
{
    display: table;
    width: 100%;
    margin: 0;
}
#headNav>.row>#siteNav, #headNav>.row>#siteSlogan, #headNav>.row>#searchbar, #headTitle>.row>#siteTitle, #headTitle>.row>#searchbar
{
    display: table-cell;
    vertical-align: middle;
}
#headTitle
{
    padding: 0;
}
#siteNav
{
    text-align: right;
    float: right;
    display: inline-block!important;
}
@media(max-width: 767px)
{
    #siteNav
    {
        padding-left: 8px;
        padding-right: 8px;
    }
}
#searchbar
{
    max-width: initial;
}
#searchbar>form
{
    max-width: 200px;
    float: right;
}
#navbar .navbar-nav
{
    width: 100%;
}
#navbarCollapse
{
    padding: 0;
}
#navbar .navbar-nav
{
    margin: 0;
}
#navbar li.nav-item-searchbar
{
    float: right;
}
#navbar li.nav-item-searchbar #searchbar>form
{
    margin: 4px;
}
#block257 .panel-heading
{
    color: #fff;
    background: #27b148!important;;
}
#block257 .panel-body
{
    padding-top: px!important;
}
#block257 .panel-body
{
    padding-right: px!important;
}
#block257 .panel-body
{
    padding-bottom: px!important;
}
#block257 .panel-body
{
    padding-left: px!important;
}
#block10 .panel-heading
{
    color: #fff;
    background: #27b148!important;;
}
#block10 .panel-body
{
    padding: 10px 5px!important;
    background: #f8f8f8;
}
#block10 .table td, #block10 .table th
{
    padding: 8px 7px!important;
}
#companyContact10
{
    font-size: 14px;
}
#block12
{
    background-color: #f5f5f5!important;
}
#block12 .panel-heading
{
    width: 100px;
    float: left;
    border-bottom: 0!important;
    padding: 10px 5px!important;
}
#block12 .panel-body
{
    width: 1070px;
    float: left;
    padding: 10px 5px!important;
}
#page12
{
    width: 100%;
    float: left;
    background: #f5f5f5;
    padding: 20px 0!important;
}
#block12
{
    width: 1170px;
    margin: 0 auto!important;
}
#block248 .panel-body
{
    padding-top: px!important;
}
#block248 .panel-body
{
    padding-right: px!important;
}
#block248 .panel-body
{
    padding-bottom: px!important;
}
#block248 .panel-body
{
    padding-left: px!important;
}
#block248 .panel-body
{
    margin: 0;
    padding: 0;
}
#block248 a
{
    color: #fff;
}
#page248 .panel
{
    margin-bottom: 0!important;
}