
.bx-viewport{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: auto;
}
.show-pic{
    width: 415%;
    position: relative;
    transition-duration: 0s;
    -webkit-transform: translate3d(-434px, 0px, 0px);
    -moz-transform: translate3d(-434px, 0px, 0px);
    transform: translate3d(-434px, 0px, 0px);
}
.show-pic img{
    margin: 0 auto;
    max-height: 340px;
}
#pic-page{
    text-align: center;
    margin-top: 10px;
}
#pic-page a{
    margin: 0 2px;
}
#pic-page a img{
    width: 40px;
    display: inline-block;
    padding: 2px;
    border: solid #ccc 1px;
    margin-bottom: 5px;
}
#pic-page a:hover img, #pic-page a.active img{
    border: solid #5280DD 1px;
}
.bx-wrapper{
    box-shadow: none;
    margin-bottom: 0 !important;
}
.prodinfo-wrapper{
    margin: 30px 0 20px 0;
}
.prodinfo-wrapper .prod-heading{
    margin: 0;
    line-height: 24px;
    font-size: 16px;
    color: #B97809;
    padding-bottom: 5px;
    border-bottom: 1px dotted #cccccc;
}
@media (min-width: 992px){
    .col-md-6 {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
}
.page-btn{
    background-color: #C79447;
    border-radius: 0;
    border: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.line-sep{
    clear: both;
    border-top: 1px dotted #ccc;
    margin: 10px 0 20px 0;
    padding: 20px 0 0 0;
    line-height: 26px;
    overflow: auto;
}
.prodinfo-wrapper p{
    margin-top: 1rem;
}
.np-wrapper{
    clear: both;
    margin: 20px 0 40px 0;
    padding-bottom: 40px;
    line-height: 22px;
}
.to-prev, .to-next{
    text-align: center;
}
.relative{
    margin-bottom: 10px;
}
.product-list{
    clear: both;
    padding: 50px 0 0 0;
    margin-right: -15px;
    margin-left: -15px;
}
.np-wrapper a:hover{
    color: #B97809;
    text-decoration: none;
}
.show-pic li img{
    width: 100%;
    height: 100%;
}
