.nav-item-lang > .nav-link-lang {
    padding: 2px 10px!important;
}

.nav-item-lang .nav-link-lang img {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-top: -0.3em;
    vertical-align: middle;
}

.nav-item-lang .dropdown-menu-lang{
    min-width: 120px;
}


.user-avatar > .nav-link{
    padding: 5px 15px!important;
}

.user-avatar > .nav-link img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 100%;
	margin-right: 6px;
}

.no-login-box .btn-login > span {
    margin: 0 6px;
}

.product-info{
    padding: 25px 0;
    background-color: #eef6fe;
}
.product-info-img{
    flex: 0 0 10%;
    width: 11%;
}
.product-info-img .thumb{
    border-radius: 5px;
}
.product-info .title{
    font-size: 18px;
    color: #007bff;
}

.product-info .rating{
    font-size: 14px;
}

.product-info .price{
    font-size: 18px;
    color: #dd2222;
    font-weight: 700;
    line-height: 32px;
    margin-top: 10px;
}

.show-round{
    margin: 10px 0;
}
.product-zone .tips{
    font-weight: bold;
    margin-bottom: 10px;
}
.product-seat .card .booking-act{
    padding: 20px 30px;
}
.product-seat .card .booking-act .btn{
    border-radius: 50px;
}
.product-seat .card .booking-act .tips{
    margin-top: 10px;
    color: #999;
}

.product-zone  .zone-price_img {
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    padding: 10px 5px;
}

.org-box {
    padding-bottom: 10px;
}

.org-box .org-title {
    margin-bottom: 10px;
    font-size: 18px;
    color: #212121;
    font-weight: bold;
}

.org-box .org-desc {
    line-height: 1.5;
    font-size: 16px;
    color: #555;
}

.org-box .org-desc p{
    line-height: inherit;
    font-size: inherit;
    margin-bottom: 0.5em;
}

.pz-wrapper {
    max-width: 590px;
    overflow: hidden;
}


.goods-buy-box{
    padding: 30px 0;
}

.goods-buy-box .card .list-group-item .con{
    min-width: 200px;
    text-align: right;
}


.goods-buy-box .card .checkout-act{
    padding: 1.25rem 1.25rem;
}

.goods-buy-box .card .checkout-act .btn{
    border-radius: 50px;
}

.goods-buy-box .card .checkout-act .tips{
    margin-top: 10px;
    color: #999;
}
