.buy-heal {
    height: 50px;
}

.buy-heal a {
    background: #89c34a;
    color: #fff;
    padding: 3px 18px;
}

.buy-heal a:hover {
    color: #fff;
    opacity: 0.8;
}

.coupons {
    margin: 25px 0;
}

.item {
    margin-bottom: 30px;
    border: 1px solid #ededed;
    padding: 15px;
    position: relative;
}

.item .header {
    display: flex;
}

.item .footer {
    margin-left: 210px;
}

.item .img {

}

.item .img-inner {
    width: 180px;
    height: 160px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
}

.item .img img {
    
}

.item .content {
    flex: 1;
    padding-left: 30px;
    position: relative;
}

.item .no-img {
    background: url(../img/shop/coupon-no-img.svg) no-repeat center;
    width: 100px;
    height: 100px;
    margin: 0;
    opacity: 1;
}

.item .date {
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
}

.item .title {
    font-size: 16px;
    font-weight: bold;
}

.item .price, .item .price-fragments {
    margin: 5px 0;
    font-size: 16px;
}

.item .price-old {
    display: inline-block;
}

.item .price-alt {
    line-height: normal;
    margin-top: -4px;
}

.item .price-alt span {
    font-size: 12px;
    color: #9f9d9d;
    line-height: normal;
}

.item .detail {
    position: relative;
    margin-bottom: 45px;
}

.item .detail .desc {
    margin: 10px 0;
}

.item .detail .props {
    font-size: 12px;
}

.item .detail .props span {
    display: block;
    line-height: 20px;
}

.item .buttons {
    position: absolute;
    bottom: 0;
}

.item .buttons a {
    background: #FF9800;
    color: #fff;
    padding: 5px 15px;
    display: block;
    border-radius: 4px;
}

.item .buttons a:hover {
    background: #ffa116;
}

.item .label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    color: #fff;
    padding: 0px 10px;
    font-size: 12px;
}

.item .label.green {
    background: #4CAF50;
}

.item .label.gray {
    background: #9e9e9e;
}

.item .dino-count {
    margin-top: 15px;
    font-size: 14px;
}

.item .no-dino {
    color: #F44336;
}

#dialog-select-dino {
    width: 400px;
    left: calc(50% - 200px);
}

#dialog-select-dino {
    width: 400px;
    left: calc(50% - 200px);
}

#dialog-select-dino .dlg-yes {
    left: calc(50% - 85px);
}

#dialog-select-dino .dlg-dino-gender {
    display: none;
}

#dialog-select-dino .ctrl-tumbler div {
    flex: 1;
    text-align: center;
}

.dlg-content-amount {
    padding: 20px 0;
}

.dlg-content-amount .ctrl-amount {
    margin: 0 auto;
}

.dlg-content-amount label {
    text-align: center;
}