.input-quantity {
    width: 128px;
    border: 1px solid #ddd;
    display: flex;
}

.input-quantity button {
    flex: 1;
    height: 36px;
    background: #eee;
    border: 0px;
}

.input-quantity input {
    width: 64px;
    height: 36px;
    border: 0px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
}

.btn.btn-main {
    background-color: #FB2C74;
    color: white;
    display: block;
    width: 100%;
    font-weight: 600;
    margin-top: 60px;
}

.btn.btn-main:hover {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
}

.product-detail-breadcrumb
.breadcrumb {
    background: white;
    padding: 0.75rem 0px;
}

.product-detail-breadcrumb
.breadcrumb-item
a {
    color: #FB2C74;
}

.product-detail-breadcrumb
.breadcrumb-item.active
a {
    color: #6c757d;
}

.product-item {
    width: 128px;
}

.product-item img {
    width: 128px !important;
    object-fit: cover;
}

.appstore-wrapper {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 32px;
}

.appstore-wrapper div:first-child {
    margin-left: 16px;
}

.download {
    background-image: url("../img/rumahtaslucu-home.png");
    background-position: right center;
}

.deposit-amount {
    position: absolute;
    top: 50%;
    right: 0px;
}

.copy-link {
    font-size: 12px;
    font-style: italic;
    color: #333;
    text-decoration: underline;
}

@media screen and (max-width: 990px) {
    .appstore-wrapper {
        justify-content: center;
    }
}
