.product-logo{
    width: 30% !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
.ltr{
    direction: ltr;
}
.page-back div.confirm{
 
    padding: 24px;
    border-radius: 6px;
    line-height: 20px;
}
.page-back .confirm-t{
    max-width: 340px;
    color: #3D3D3D;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
    font-weight: 700;
    padding: 0;
}
.page-back .confirm-t .red{
    color: #DF2F25;
    font-size: 16px;
}
.page-back .confirm-btn{
    border: none;
    flex-direction: row-reverse;
}
.page-back .confirm-btn span{
    min-width: 114px;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;

}
.page-back  #confirm-ok{
    background-color: #DF2F25;
    color: #fff;
}

.page-back  #confirm-cancle{
    margin: 0 8px;
    border: 1px solid #EFEFEF;
    color: #3D3D3D;
    
}