#bokMain{
    display: flex;
    padding: max(1.2% , 8px);
}
#bokMain > div{
    padding: max(2% , 7px);
}
a{
    text-decoration: none;
    color: var(--lcolor);
}
h1{
    font-size: 20px;
}
#cntSecbk{
    width: 46%;
}
#cntSecbk a,.icon-star.f, .icon-star-half.f,.icon-starf.f{
    color: var(--lcolor);
}
.auth_rtg{
    display: flex;
    justify-content: space-between;
}
#cntSecbk hr{
    margin-top: 18px;
    border-color: #d9d9d9;
    border-top: none;
}
.destxt{
    font-size: 15px;
    line-height: 24px;
}
.abtbk{
    display: block;
    margin: 15px 0px -5px 0;
    font-weight: 500;
}
.bkbadge{
    display: flex;
    justify-content: space-between;
}
.bdgcnt span{
    font-size: 13px;
}
.bdgcnt span:nth-child(3){
    font-weight: 300;
}
.bdgcnt span:nth-child(2){
    font-size: 28px;
}
.bdgcnt{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.mt10{
    margin-top: 10px!important;
}
.buyside{
    border: 2px solid #dbdbdb;
    padding: 8px !important;
    height: fit-content;
    border-radius: 2px;
    margin-top: 4%;
}
.buinsd{
    border: 1px solid #b7b7b7;
    padding: 12px;
    border-radius: 2px;
}
.tpbkbtn{
    display: flex;
    gap: 6px;
    margin-bottom: 6px;
    justify-content: center;
}
.tpbkbtn span.active{
    border: 2px solid var(--lcolor);
    background: var(--sbcolor);
    color: var(--tcolor);
}
.tpbkbtn span{
    border: 1px solid #b7b7b7;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    width: 50%;
}

.prcln span{
    margin: 2px;
}
.buinsd > div{
    margin-bottom: 18px;
}

.stkqty > div{
    width: 50%;
    text-align: center;
    border: 1px solid #b7b7b7;
    padding: 5px 1px;
    border-radius: 3px;
    font-size: 13px;
    color: #5e5e5e;
    user-select: none;
    display: flex;
    justify-content: space-around;
}
.stkqty{
    display: flex;
    gap: 5px;
}
.buyside button{
    width: 100%;
    margin-bottom: 10px;
    padding: 6px;
    font-weight: 400;
    display: flex;
    color: #fff;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
#adfav{
    background: #ffffff;
    border: 1px solid var(--scolor);
    color: var(--scolor);
}
#adcrt{
    background: var(--lcolor);
    border: 1px solid var(--lcolor);
}