.viewcat .page-header{
    position: relative;
    background-color: #fff;
    padding: 15px 20px;
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.viewcat .page-header h1 {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
}
#viewcat .heading{
    margin-bottom: 10px;
    background: #c7c7c7;
    padding: 20px 10px 14px;
    text-align: center;
}

#viewcat .heading h2{
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

#viewcat .heading a{
    color: #08823a
}

#viewcat .heading a:hover{
    color: #0d9444
}

.viewgrid{
    position: relative;
    margin-bottom: 30px;
}

.viewgrid .item{
    position: relative;
    background-color: #fff;
    margin-bottom: 20px
}

.viewslider .item{
    margin-bottom: 0
}

.viewgrid .product-thumbnail{
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
}

.viewgrid .product-thumbnail img{
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    margin: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.viewgrid .product-thumbnail:hover img{
    transform: scale(1.06);
}

.viewgrid .product-info{
    padding: 10px
}

.viewgrid .product-info h3{
    font-weight: 400;
    font-size: 16px;
    min-height: 48px;
    margin-bottom: 5px;
    line-height: 1.4;
}

.viewgrid .product-info h3 a{
    color: #05833a
}
.viewgrid .price{
    padding: 0 5px;
}
.viewgrid .price .money{
    color: #ff5622;
    font-size: 17px;
    font-weight: 600;
    margin-right: 10px;
}
.viewgrid .price .discounts_money{
    font-size: 16px;
    color: #959595;
    text-decoration: line-through;
}
.viewgrid .info_pro{
    position: absolute;
    top: 2px;
    right: 10px
}

.viewgrid .owl-nav .owl-prev,
.viewgrid .owl-nav .owl-next{
    position: absolute;
    padding: 0;
    margin: 0;
    width: 35px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #05833a;
    top: 40%;
    color: #fff;
    font-size: 22px;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.viewgrid .owl-nav .owl-prev:hover,
.viewgrid .owl-nav .owl-next:hover{
    background-color: #0d9444
}
.viewgrid:hover .owl-nav .owl-prev,
.viewgrid:hover .owl-nav .owl-next{
    opacity: 1
}
.viewgrid .owl-nav .owl-prev{
    left: -18px;
}
.viewgrid .owl-nav .owl-next{
    right: -18px;
}

.msgshow {
    background: #F5F5F5;
    padding: 20px;
    border: 4px solid #C7C7C7;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 10020 !important;
}

/*  Second Example with big stars */
.rate-ex2-cnt {
    width: 150px;
    height: 30px;
}

.rate-ex2-cnt .rate-btn {
    width: 30px;
    height: 30px;
    float: left;
    background: url(../images/shops/rate/rate-btn2.png) no-repeat;
    cursor: pointer;
}

.rate-ex2-cnt .rate-btn:hover, .rate-ex2-cnt  .rate-btn-hover, .rate-ex2-cnt  .rate-btn-active {
    background: url(../images/shops/rate/rate-btn2-hover.png) no-repeat;
}
/* End second Example with big stars */

/* rate result */
.rate-result-cnt {
    width: 82px;
    height: 18px;
    position: relative;
}

.rate-stars {
    width: 82px;
    height: 18px;
    background: url(../images/shops/rate/rate-stars.png) no-repeat;
    position: absolute;
}

.rate-bg {
    height: 18px;
    background-color: #ffbe10;
    position: absolute;
}

.star-icon {
    width: 17px;
    height: 17px;
    background: url(../images/shops/rate/rate-btn3-hover.png) no-repeat;
    float: left
}
#detail{
    position: relative;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 20px;
}
#detail h1{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #05833a;
}
#detail .product_info{
    padding: 0;
    margin: 0;
}
#detail .product_info .code{
    margin-bottom: 15px;
}
#detail .product_info .money {
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 16px;
    color: #fe5b28;
}
#detail .product_info .discounts_money {
    text-decoration: line-through;
    font-size: 20px;
    color: #959595;
    font-weight: 400;
}
#imageGallery li{
    position: relative;
    max-height: 435px;
    overflow: hidden;
    text-align: center;
}
#imageGallery img{
    max-width: 100%;
    max-height: 435px
}
#detail .hometext{
    font-weight: 400;
    margin-bottom: 18px;
    text-align: justify;
    display: block;
}
#detail .oder #pnum{
    max-width: 85px;
    border-color: #ddd;
    font-size: 16px;
    text-align: center;
    height: 45px;
    border-radius: 2px;
}
#detail .oder .btn-order{
    margin-left: 10px;
    padding: 12px 15px;
    border-radius: 2px;
}

.nav-tabs {
    background-color: #cecece;
    border: none;
    margin-top: 20px !important;
}
.nav-tabs li{
    margin: 0;
}
.nav-tabs li a {
    color: #333;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 28px;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    color: #fff;
    background-color: #05833a;
    border: none;
}
.nav-tabs img {
    height: 25px;
    margin-right: 15px;
}
.tabs .tab-content{
    padding: 20px 0;
}
.detail-other .heading{
    background-color: #eee;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
    padding: 12px 20px;
    border-left: 4px solid #0d9443;
    margin-bottom: 10px;
}
.others_product ul{
    position: relative;
    padding: 0;
    margin: 0;
}
.others_product ul li{
    line-height: 20px;
    max-height: 62px;
    overflow: hidden;
    margin-bottom: 25px
}
.others_product ul img{
    width: 80px;
    float: left;
    margin-right: 10px;
}
.others_product ul a{
    color: #333
}
.others_product ul a:hover{
    color: #08823a
}
.others_product .price{
    margin-top: 4px
}
.others_product .price .money {
    color: #ff5622;
    font-size: 17px;
    font-weight: 600;
    margin-right: 10px;
}
.others_product .price .discounts_money {
    font-size: 16px;
    color: #959595;
    text-decoration: line-through;
}

.product-center{
    margin: 0
}
.product-center .owl-dots{
    text-align: center;
}
.product-center .owl-dot{
    background-color: #b3b3b3 !important;
    width: 35px;
    height: 4px;
    margin-left: 10px;
}
.product-center .owl-dot.active{
    background-color: #0da94d !important;
}
@media (max-width:767px) {
    .viewgrid .product-info h3{
        height: 40px;
        overflow: hidden;
        min-height: unset;
    }
    .viewgrid .product-info h3,
    .viewgrid .price .money{
        font-size: 15px;
    }
    .viewgrid .price .discounts_money{
        font-size: 13px;
    }
}