/* detail nick */
.title-with-sell-btn {
    line-height: 40px;
    width: 100%;
}
.title-with-sell-btn .title-h1 {
    font-size: 30px;
    width: 80%;
    float: left;
    word-break: break-word;
    color: var(--text-bg-dark);
    line-height: 40px;
}
.clear {
    clear: both;
    margin: 0;
    padding: 0;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.btn-border-primary {
    color: var(--text-bg-dark);
    border: 2px solid #ffa300;
    background: transparent;
    font-weight: bold;
}
.right {
    float: right !important;
}
.btn-border-primary:hover {
    color: #141414;
    background: #ffa300;
}
#equal-height {
    overflow: hidden;
    border: 3px solid #1f2635;
}
#equal-height {
    overflow: inherit;
}
.detail-section {
    width: 100%;
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
    background-color: #1f2635;
    min-height: 250px;
}
.detail-section .section-l {
    width: 60%;
    padding: 16px 26px;
}
.detail-section .section-l {
    height: 100%;
    float: left;
    background: #141922;
}
.detail-section .section-l .detail {
    position: relative;
    margin-top: 10px;
}
.txt-center {
    text-align: center;
}
.detail-section .img-detail {
    float: left;
    width: 199px;
    height: 199px;
    border: 5px solid #1b212f;
    border-radius: 3px;
}
@media (min-width: 993px) {
    .detail-section .section-l .detail div.txt-center+ul.item-detail-left, .detail-section .section-l .detail div.txt-center+ul.account-detail-left {
        margin-left: 40px;
    }
}
.detail-section .section-l .detail div.txt-center+ul {
    margin-left: 60px;
}
.detail-section .section-l .detail ul {
    width: 370px;
}
@media (min-width: 768px) {
    .orderDetail-wrap .detail-section .section-l .detail ul {
        width: 380px;
    }
}
.detail-section .row-detail {
    float: left;
    margin-top: -10px;
}
.detail-section .row {
    margin: 0;
}
.detail-section .section-l .detail ul li {
    border-bottom: 2px solid #1f2635;
}
.detail-section .section-l .detail ul li {
    border-bottom: 2px solid #1f2635;
}
.detail-section .row-detail li:first-child {
    padding-bottom: 15px;
}
.detail-section li {
    padding: 15px 0;
}
[class^=col-] {
    padding: 0;
}
.detail-section li label {
    margin-bottom: 4px;
}
.detail-section li label {
    color: #b3b3b3;
    width: 146px;
    vertical-align: middle;
    float: left;
}
.label-icon-date {
    background: url('/assets/frontend/assets/image/icon-date.png') no-repeat 0 0;
}
.label-icon-view {
    background: url('/assets/frontend/assets/image/icon-views.png') no-repeat 0 0;
}
.label-icon-time {
    background: url('/assets/frontend/assets/image/icon-delivery-speed.png') no-repeat 0 0;
}
.label-icon-seller {
    background: url('/assets/frontend/assets/image/icon-seller.png') no-repeat 0 0;
}
.label-icon {
    padding-left: 20px;
    background-position: left center !important;
    background-size: 14px 14px !important;
}
.detail-section li .feedback {
    padding-left: 146px;
    line-height: 22px;
    position: relative;
}
.orderDetail-wrap .seller-status-detail {
    justify-content: unset;
    margin: 0;
    width: 100%;
}
.orderDetail-wrap .seller-status-detail {
    height: 100%;
    justify-content: space-evenly;
    margin-right: 20px;
    margin-left: 20px;
}
.seller-status-detail {
    display: flex;
    position: relative;
}
.seller-status-detail .avatar-status-left {
    text-align: center;
}
.orderDetail-wrap .seller-status-detail div[style-attr=sell-lv-progressbar] {
    --size: 66px;
}
.seller-status-detail div[style-attr=sell-lv-progressbar].lv-1 {
    --fg: #37bd20;
    --pgPercentage: 20;
}
div[style-attr=sell-lv-progressbar].lv-1 {
    color: #37bd20 !important;
}
div[style-attr=sell-lv-progressbar] {
    --size: 90px;
}
div[style-attr=sell-lv-progressbar] {
    --size: 66px;
    --fg: #369;
    --bg: transparent;
    --pgPercentage: 0;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side, #191f2b 90%, transparent 0 101%, #191f2b 0), conic-gradient(var(--fg) calc(var(--pgPercentage)* 1%), var(--bg) 0);
}
.txt-hot {
    color: #ffa300;
    text-decoration: none;
    word-wrap: break-word;
}
.orderDetail-wrap .seller-status-detail .avatar-status-left .seller-avatar {
    width: 60px;
    height: 60px;
}
.seller-status-detail .avatar-status-left .seller-avatar {
    width: 84px;
    height: 84px;
    border: 4px solid #242b3a;
}
.seller-status-detail .avatar-status-left .seller-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0;
    border: 4px solid #1f2635;
}
.detail-section li .feedback div img {
    margin-right: 10px;
    vertical-align: middle;
}
.seller-lvl {
    position: relative;
}
.seller-lvl:hover .seller-lvl-popup{
    display: block;
}
.seller-lv.lv-1 {
    color: #37bd20 !important;
}
.seller-lv {
    font-size: 16px;
}
.seller-lvl-popup {
    position: absolute;
    top: 36px;
    z-index: 2;
    height: 37px;
    border-radius: 3px;
    background-color: #263044;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    color: #b3b3b3;
    line-height: 15px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 5px 10px;
    display: none;
    white-space: nowrap;
}
.seller-status-detail .seller-detail-avatar-popup {
    position: absolute;
    z-index: 3;
    top: 0;
    height: auto;
    left: 80px;
    padding: 30px 10px;
    padding-right: 10px !important;
    flex-flow: column;
    white-space: normal;
    background-color: #1c222e;
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    color: #b3b3b3;
    line-height: 15px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    display: none;
    cursor: default;
}
.seller-status-detail .seller-detail-avatar-popup {
    max-width: 365px;
    min-width: 320px;
    padding: 30px;
}
.seller-status-detail .seller-detail-avatar-popup div.d-flex.align-items-center {
    margin-left: 12px;
}
.seller-status-detail .seller-detail-avatar-popup div.d-flex.align-items-center {
    margin-left: 20px;
}
.seller-status-detail .seller-detail-avatar-popup div.d-flex.align-items-center {
    margin-left: 15px;
}
.seller-status-detail .seller-detail-avatar-popup .seller-member-detail {
    line-height: 20px;
    font-size: 12px;
    margin-left: 60px;
}
.seller-status-detail .seller-detail-avatar-popup .seller-member-detail {
    margin-left: 50px;
    width: auto !important;
}
.seller-status-detail .seller-detail-avatar-popup .seller-member-detail .member-name {
    font-size: 16px;
    color: #fff;
}

.detail-section .section-l .detail ul li {
    border-bottom: 2px solid #1f2635;
}
.detail-section .seller-member-detail li:first-child {
    padding-bottom: 0;
}
.detail-section .row-detail li:first-child {
    padding-bottom: 15px;
}
.seller-status-detail .seller-detail-avatar-popup .seller-member-detail li {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.seller-status-detail ul li {
    padding-right: 0;
    border-bottom: 0 !important;
}
.detail-section li {
    padding: 15px 0;
}
.seller-status-detail .seller-detail-avatar-popup ul.d-flex.w-100.row {
    margin-left: 0;
    padding-left: unset;
}
.seller-status-detail .seller-detail-avatar-popup ul.d-flex, .seller-status-detail .seller-detail-avatar-popup ul.d-flex.w-100.row {
    margin-left: 12px;
}
.seller-status-detail .seller-detail-avatar-popup ul.d-flex {
    margin-top: 1.5rem;
    margin-left: 5px;
}
.detail-section .row {
    margin: 0;
}
.seller-status-detail .seller-detail-avatar-popup ul.d-flex.w-100.row li {
    max-width: 115px;
    padding-left: 15px;
}
.seller-status-detail .seller-detail-avatar-popup ul.d-flex li div {
    font-size: 12px;
}
.seller-status-detail .seller-detail-avatar-popup ul.d-flex .mb-3 span:first-child, .seller-status-detail .seller-detail-avatar-popup ul.d-flex div span:first-child, .seller-status-detail .seller-detail-avatar-popup ul.d-flex.w-100.row .mb-3 span:first-child, .seller-status-detail .seller-detail-avatar-popup ul.d-flex.w-100.row div span:first-child {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
}
.seller-status-detail .seller-detail-avatar-popup ul.d-flex .mb-3 span:first-child, .seller-status-detail .seller-detail-avatar-popup ul.d-flex div span:last-child, .seller-status-detail .seller-detail-avatar-popup ul.d-flex.w-100.row .mb-3 span:first-child, .seller-status-detail .seller-detail-avatar-popup ul.d-flex.w-100.row div span:last-child {
    color: #696b75;
}
.seller-status-detail .seller-detail-avatar-popup ul.d-flex .mb-3 span:first-child, .seller-status-detail .seller-detail-avatar-popup ul.d-flex.w-100.row .mb-3 span:first-child {
    color: #ffa300;
}
.seller-status-detail .seller-detail-avatar-popup ul.d-flex i.iconfont {
    color: #ffa300;
    margin-left: -24px;
    margin-right: 5px;
}

.seller-status-detail .seller-detail-avatar-popup i {
    font-size: 14px;
}
.orderDetail-wrap .iconfont {
    color: #ffa300;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #b3b3b3;
}
.icon-trophy:before {
    content: "";
}
ol, ul {
    list-style: none;
}
.detail-section .section-r {
    height: 100%;
    float: right;
    width: 30%;
}

.detail-section .section-r {
    width: 40%;
    background-color: #1f2635;
    text-align: center;
    padding-top: 20px;
}
.detail-section .section-r .price {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 22px;
}

.detail-section .section-r .btn-success {
    font-size: 18px;
    width: calc(100% - 32px);
    height: 50px;
    margin-bottom: 22px;
}
.detail-section .section-r .btn-success {
    max-width: 250px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn.btn-buy {
    background-color: #37bc20 !important;
}
.btn.btn-success {
    background-color: #37bc20;
    border: none;
    color: #141414;
    font-weight: bold;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}
.btn {
    border-radius: 2px;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn.btn-buy:hover {
    background-color: #47d62d !important;
}
.offerDetail_payment_icon {
    width: 220px;
    height: 33px;
}
.orderDetail-wrap .seller-status-detail .content-status-right {
    font-size: 12px;
}

.seller-status-detail .content-status-right {
    margin-left: 20px;
    color: #b3b3b3;
}
.orderDetail-wrap .seller-status-detail .content-status-right>div.offer-seller-name {
    font-size: 16px;
}

.orderDetail-wrap .seller-status-detail .content-status-right>div {
    text-align: unset;
    justify-content: unset;
    font-size: 14px;
}
.orderDetail-wrap .seller-status-detail .content-status-right>div {
    text-align: right;
    justify-content: right;
    margin-top: 0;
}
.seller-status-detail .offer-seller-name {
    font-size: 16px;
    text-align: left;
    margin-top: -5px;
}
.offer-seller-name {
    display: flex;
}
.seller-status-detail .offer-seller-name a {
    color: #fff;
}
.offer-seller-name a, li.member-name a {
    display: block;
}
.offer-seller-name .power-seller-popup {
    position: relative;
    margin-top: -2px;
}
.ml-1, .mx-1 {
    margin-left: .25rem !important;
}
.hide {
    display: none;
}
.orderDetail-wrap .seller-status-detail .content-status-right>div.border-bottom {
    max-width: 140px;
    border-bottom: 1px solid #1f2635 !important;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

.orderDetail-wrap .seller-status-detail .content-status-right>div {
    text-align: unset;
    justify-content: unset;
    font-size: 14px;
}
.orderDetail-wrap .seller-status-detail .content-status-right>div {
    text-align: right;
    justify-content: right;
    margin-top: 0;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.vote-star-relative {
    position: relative;
    margin-top: -2px;
}
.orderDetail-wrap .detail-section .vote-star {
    margin: 0 2px;
}

.orderDetail-wrap .vote-star {
    margin-right: unset;
}
.vote-star {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 70px;
    height: 14px;
    overflow: hidden;
    vertical-align: middle;
    background: url(https://www.playerauctions.com/Static/images/stars1.png?v=6JdAx6ZAV3mAlkr35XxSTgoMk8w) repeat-x 0 -15px;
}
.vote-star i {
    position: absolute;
    left: 0;
    display: inline-block;
    height: 14px;
    background: url(https://www.playerauctions.com/Static/images/stars1.png?v=6JdAx6ZAV3mAlkr35XxSTgoMk8w) repeat-x 0 0;
}
.vote-star-popup {
    position: absolute;
    left: 43px;
    top: -46px;
    z-index: 2;
    height: 37px;
    border-radius: 3px;
    background-color: #263044;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    color: #b3b3b3;
    line-height: 15px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 5px 10px;
    display: none;
    white-space: nowrap;
}
.vote-star-relative:hover .vote-star-popup {
    display: flex;
    top: 30px;
    left: 20px;
    line-height: 30px;
}
.detail-section .section-l .detail ul li:last-child {
    border-bottom: 0;
}
.txt-link {
    color: #ffa300;
}
.seller-status-detail .OLP-currency-seller-avatar-popup>i {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #1c222e;
    transform: rotate(45deg);
    bottom: -5px;
    z-index: -1;
    top: 15px;
    left: -5px;
}
.seller-lvl-popup i {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #263044;
    transform: rotate(45deg);
    top: -5px;
    left: 20px;
    z-index: -1;
}
.seller-status-detail i {
    color: #ffa300;
}
.js-hover-seller-status-popup:hover ~ #seller-modal{
    display: block;
}
.vote-star-popup>i {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #263044;
    transform: rotate(45deg);
    bottom: -5px;
    left: 12px;
    z-index: -1;
}
.vote-star-relative:hover .vote-star-popup i {
    top: -5px;
}
@media (max-width: 1200px) {
    .detail-section .img-detail {
        float: none;
        margin-bottom: 20px;
    }
}
@media (max-width: 992px) {
    .detail-section .section-l .detail ul {
        width: 100%;
    }
    .detail-section .section-r {
        width: 100%;
        padding: 0;
        height: auto !important;
    }
    .detail-section .section-l .detail div.txt-center+ul {
        margin-left: 0;
    }
    .detail-section .section-l {
        width: 100%;
        padding: 18px 25px 18px 48px;
    }
    .detail-section .section-l {
        padding-left: 24px;
        height: auto !important;
    }
    .offer-seller-name a, li.member-name a {
        max-width: 200px;
        text-align: left;
    }
    .hidden-xs {
        display: none !important;
    }
    .detail-section .feedback {
        padding-left: 20px !important;
    }
    .detail-section .section-l .detail ul li:last-child label {
        width: 100%;
    }
    .seller-status-detail {
        height: 100%;
        justify-content: space-evenly;
        margin-right: 20px;
        margin-left: 20px;
    }
    .seller-status-detail {
        justify-content: unset;
        margin: 0;
        width: 100%;
    }
    .btn-border-primary {
        display: none;
    }
    .detail-section .section-l p.pa-xs-12 {
        float: left;
        width: 100%;
        padding: 2px 0 0 6px;
    }
    .detail-section .section-l p.pa-xs-12 {
        padding-left: 20px;
    }
    .detail-section .section-l .detail ul li:first-child label {
        width: 100%;
        margin-bottom: 15px;
    }
    .detail-section .section-r .btn-success {
        display: block;
        margin: 0 auto;
    }
    .detail-section .section-r div {
        width: auto;
        padding: 10px 0;
    }
}
@media (max-width: 768px) {
    .detail-section .section-l .img-detail {
        max-width: 100%;
        max-height: 100%;
    }
}
/* end detail nick */
/* section-outer */
.section-outer {
    font-size: 14px;
    color: #b3b3b3;
    margin-bottom: 48px;
}
.process-outer {
    text-align: center;
}
.process-outer {
    margin-top: 50px;
    list-style: none;
}
.process-outer ul {
    list-style: none;
}
.process-outer li {
    float: left;
    width: 20%;
    padding: 0 20px 0 22px;
    line-height: 18px;
    position: relative;
}
.process-outer li:first-child {
    padding: 0 14px 0 20px;
}
.process-outer li .process-item {
    position: absolute;
    width: 80px;
    height: 95px;
    top: -110px;
    left: 50%;
    margin-left: -40px;
    background: url('https://www.playerauctions.com/Static/images/work-flow-box-bg.png?v=G8_F0N7tdPiqFMfyD6k7nILgSGc') no-repeat 0 0;
    background-size: cover;
}
.process-outer li+li .process-item {
    background-position: 0 -93px;
}
.process-outer li+li+li .process-item {
    background-position: 0 -185px;
}
.process-outer li+li+li+li .process-item {
    background-position: 0 -280px;
}
.process-outer li+li+li+li+li .process-item {
    background-position: 0 -374px;
}
.process-outer>img {
    visibility: hidden;
}
@media (max-width: 992px) {
    .process-outer {
        text-align: left;
        display: none;
    }
}
/* end section-outer */
/* process outer */
.section-heading-responsive {
    height: auto;
}
.section-heading {
    width: 100%;
    text-align: center;
    background: url('https://www.playerauctions.com/Static/images/line-gray.png?v=6JdAx6ZAV3mAlkr35XxSTgoMk8w') center repeat-x;
    margin-bottom: 20px;
    position: relative;
    line-height: 52px;
}
.section-heading-responsive .title {
    width: 100%;
    text-align: center;
    position: relative;
    line-height: 30px;
    display: inline-block;
    padding: 0 30px;
}
.section-outer .products {
    max-width: 740px;
    margin: 0 auto;
    padding: 18px 0 10px 0;
}
.section-outer .products ul li {
    float: left;
    width: 325px;
    padding-left: 32px;
    height: 30px;
    line-height: 26px;
    margin-bottom: 34px;
    margin-right: 48px;
}
.section-outer .products ul li:first-child {
    background-position: 0 -32px;
}
.section-outer .products ul li a {
    color: #fff;
    font-size: 14px;
}
.section-outer .products ul li a img {
    vertical-align: middle;
    margin-right: 10px;
}
.txt-bold {
    font-weight: bold;
}
.section-outer .products ul li:nth-child(even) {
    margin-right: 0;
}
.section-outer .products ul li+li {
    background-position: 0 -64px;
}
.section-outer .products ul li:last-child {
    background-position: 0 -102px;
}
.section-heading-responsive span {
    background-color: #0d0f16;
    margin: 0 auto;
    font-weight: bold;
}
.section-heading span {
    color: #fff;
    display: inline-block;
    background-color: #0d0f16;
    padding: 0 30px;
    font-weight: bold;
    font-size: 24px;
}
@media (max-width: 992px) {
    .section-outer .products ul li {
        padding-left: 0px;
        width: 300px;
    }
}
@media (max-width: 768px) {
    .section-outer .products {
        width: 96%;
        font-size: 16px;
        margin: 0 0 16px 0;
    }
    .section-outer .products ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .section-outer .products ul li a {
        font-size: 16px;
    }
}
/* end process outer */
/* description */
.pa-tabs {
    width: 100%;
}
.pa-tabs .pa-nav-tabs {
    font-size: 16px;
}
.pa-tabs .pa-nav-tabs li {
    display: inline-block;
    width: 140px;
    background-color: #242b3a;
    padding: 18px 0;
    text-align: center;
    color: #b3b3b3;
    cursor: pointer;
}
.show {
    display: block !important;
}
.pa-tabs .pa-nav-tabs li.active {
    color: #fff;
    border-top: 3px solid #ffa300;
    padding-top: 15px;
}
.pa-tabs .pa-nav-tabs a {
    color: #b3b3b3;
    text-decoration: none;
}
.pa-tabs .pa-nav-tabs li.active a {
    color: #fff;
}
.tab-content {
    background-color: #242b3a;
    font-size: 14px;
    color: #b3b3b3;
    padding: 20px 28px 26px 28px;
    margin-bottom: 28px;
    overflow-x: auto;
}
div#linkDiv img {
    max-width: 100%;
    height: auto;
}
/* end description */
.tags {
    display: flex;
    gap: 10px;
    margin-bottom: 4px;
}
.tag {
    gap: 4px;
    align-items: center;
    border-radius: 4px;
    display: flex;
    font-size: 13px;
    height: 32px;
    line-height: 16px;
    padding: 6px 0px;
    width: -moz-max-content;
    width: max-content;
    border: unset;
}
.tag.theft {
    color: #24b26e;
    background: transparent;
}
.tag-verify .theft:hover {
    border: unset;
}
.tag.no-stealing {
    color: #b3b3b3;
    background: transparent;
}
.tag-no-stealing .no-stealing:hover {
    border: unset;
}
.no-stealing svg {
    filter: invert(77%) sepia(7%) saturate(14%) hue-rotate(35deg) brightness(92%) contrast(93%);
}