.view-76.view-loot-singular .modal-loot {
    display: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: auto;
    background-color: rgba(0,0,0,.5);
    z-index: 2002;
}

.view-76.view-loot-singular .modal-loot .st-modal-bleed {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    padding: 30px 0;
    margin: 0;
}

.view-76.view-loot-singular .modal-loot .st-modal-cnt {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 860px;
    padding: 0 30px;
    margin: 0 auto;
}

.view-76.view-loot-singular .modal-loot .cnt-wrap {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
    position: relative;
}

.view-76.view-loot-singular .modal-loot .cnt-wrap .close-btn {
    display: block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    background-image: url(/images/svg/views/loot/modals/close.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: +2;
    cursor: pointer;
}


/*
----------------------------------------------------

MODAL BUY TICKETS

----------------------------------------------------
*/

.modal-loot.modal-buy-tickets .st-head {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 50px;
    margin: 0;
    background-color: var(--c_yellow);
    position: relative;
}

.modal-loot.modal-buy-tickets .st-head:after {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 4px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 27px;
    background-image: url(/images/svg/views/loot/modals/horizontal-line.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.modal-loot.modal-buy-tickets .st-head .image-left {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    max-width: 110px;
    padding: 0;
    margin: 0 15px 0 0;
    z-index: +1;
}

.modal-loot.modal-buy-tickets .st-head .image-left img {
    max-width: 100%;
}

.modal-loot.modal-buy-tickets .st-head .title {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 52px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal-loot.modal-buy-tickets .st-head .image-right {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    max-width: 60px;
    padding: 0;
    margin: 0 0 0 15px;
}

.modal-loot.modal-buy-tickets .st-head .image-right img {
    max-width: 100%;
}

.modal-loot.modal-buy-tickets .st-content {
    display: block;
    box-sizing: border-box;
    padding: 25px 50px;
    margin: 0;
    background-color: #fff;
}

.modal-loot.modal-buy-tickets .st-content form {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-buy-tickets .st-content .section-title {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    color: #000;
    padding: 0 0 20px 0;
    margin: 0;
}

.modal-loot.modal-buy-tickets .st-content .section-title:last-child {
    padding: 0;
}

.modal-loot.modal-buy-tickets .st-content .fx-picker {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 0 35px 0;
    margin: 0 -10px;
}

.modal-loot.modal-buy-tickets .st-content .fx-picker:last-child {
    padding: 0;
}

.modal-loot.modal-buy-tickets .st-content .fx-picker .option {
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
    margin: 0 10px;
}

.modal-loot.modal-buy-tickets .st-content .fx-picker.offer .option .radio-wrapper {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: -6px 0;
    cursor: pointer;
}

.modal-loot.modal-buy-tickets .st-content .fx-picker.method .option .radio-wrapper {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.modal-loot.modal-buy-tickets .st-content .fx-picker .option .radio-wrapper input[type="radio"] {
    display: none;
}

.modal-loot.modal-buy-tickets .st-content .fx-picker .option .radio-wrapper .radio-cnt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    margin: 0;
    border: 3px solid #000;
    box-shadow: -1px 1px #000;
    border-radius: 8px;
    transition: 150ms ease all;
}

.modal-loot.modal-buy-tickets .st-content .fx-picker .option .radio-wrapper input[type="radio"]:checked + .radio-cnt {
    background-color: var(--c_yellow);
}

/* radio-cnt-count */

.modal-loot.modal-buy-tickets .st-content .fx-picker.method {
    justify-content: center;
}

.modal-loot.modal-buy-tickets .st-content .fx-picker .option .radio-wrapper .radio-cnt.radio-cnt-count .offer-icon {
    display: block;
    box-sizing: border-box;
    width: 60px;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-buy-tickets .st-content .fx-picker .option .radio-wrapper .radio-cnt.radio-cnt-count .offer-icon img {
    max-width: 100%;
}

.modal-loot.modal-buy-tickets .st-content .fx-picker .option .radio-wrapper .radio-cnt.radio-cnt-count .label-value {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 72px;
    font-weight: 700;
    line-height: 100%;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    z-index: +1;
}

.modal-loot.modal-buy-tickets .st-content .fx-picker .option .radio-wrapper .radio-cnt.radio-cnt-count .value-icon {
    display: block;
    box-sizing: border-box;
    width: 50px;
    padding: 0;
    margin: 0 0 0 -15px;
}

.modal-loot.modal-buy-tickets .st-content .fx-picker .option .radio-wrapper .radio-cnt.radio-cnt-count .value-icon img {
    max-width: 100%;
}

.modal-loot.modal-buy-tickets .st-content .fx-picker .option .radio-wrapper .radio-cnt.radio-cnt-count .value-input {
    display: block;
    box-sizing: border-box;
    padding: 0 15px 0 10px;
    margin: 0;
}

.modal-loot.modal-buy-tickets .st-content .fx-picker .option .radio-wrapper .radio-cnt.radio-cnt-count .value-input input[type="text"] {
    font-family: var(--f_asap);
    font-size: 42px;
    font-weight: 700;
    line-height: 90%;
    text-align: right;
    color: #000;
    height: unset;
    width: 118px;
    padding: 0 10px 0 0;
}

/* radio-cnt-method */

.modal-loot.modal-buy-tickets .st-content .fx-picker.method .option .radio-wrapper .radio-cnt {
    padding: 10px 12px 10px 75px;
    position: relative;
}

.modal-loot.modal-buy-tickets .st-content .fx-picker.method .option .radio-wrapper .radio-cnt:before {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 42px;
    height: 36px;
    padding: 0;
    margin: 0;
    background-image: url(/images/svg/views/loot/modals/buy_tickets/tick.svg);
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 150ms ease all;
}

.modal-loot.modal-buy-tickets .st-content .fx-picker.method .option .radio-wrapper input[type="radio"]:checked + .radio-cnt:before {
    opacity: 1;
}

.modal-loot.modal-buy-tickets .st-content .fx-picker .option .radio-wrapper .radio-cnt.radio-cnt-method .label-value {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-buy-tickets .st-content .fx-picker .option .radio-wrapper .radio-cnt.radio-cnt-method .value-icon {
    display: block;
    box-sizing: border-box;
    width: 33px;
    padding: 0;
    margin: 0 0 0 10px;
}

.modal-loot.modal-buy-tickets .st-content .fx-picker .option .radio-wrapper .radio-cnt.radio-cnt-method .value-icon img {
    max-width: 100%;
}

.modal-loot.modal-buy-tickets .st-content .fx-picker .option .radio-wrapper .radio-cnt.radio-cnt-method .value-currency {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    box-sizing: border-box;
    width: 50px;
    height: 100%;
    padding: 0 0 7px 0;
    margin: 0 0 0 10px;
}

.modal-loot.modal-buy-tickets .st-content .fx-picker .option .radio-wrapper .radio-cnt.radio-cnt-method .value-currency .eur {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

/* btn-wrapper */

.modal-loot.modal-buy-tickets .st-content .btn-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    box-sizing: border-box;
    padding: 35px 0 0 0;
    margin: 0;
}

.modal-loot.modal-buy-tickets .st-content .btn-wrap .btn-submit {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 50px 10px 25px;
    margin: 0;
    background-color: var(--c_yellow);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 35px;
    cursor: pointer;
}

.modal-loot.modal-buy-tickets .st-content .btn-wrap .btn-submit .icon {
    display: block;
    box-sizing: border-box;
    width: 85px;
    padding: 0;
    margin: -40px 0 -12px;
}

.modal-loot.modal-buy-tickets .st-content .btn-wrap .btn-submit .icon svg {
    max-width: 100%;
}

.modal-loot.modal-buy-tickets .st-content .btn-wrap .btn-submit .icon svg #svg-alyx-btn-glasses-effect {
    transition: 300ms ease all;
    opacity: 0;
}

.modal-loot.modal-buy-tickets .st-content .btn-wrap .btn-submit:hover .icon svg #svg-alyx-btn-glasses-effect {
    opacity: 1;
}

.modal-loot.modal-buy-tickets .st-content .btn-wrap .btn-submit .label {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    color: #000;
    text-transform: uppercase;
    padding: 0 0 0 15px;
    margin: 0;
}



/*
----------------------------------------------------

MODAL AFTER LOOT

----------------------------------------------------
*/

.modal-loot.modal-after-loot {
    overflow: hidden!important;
}

.modal-loot.modal-after-loot .st-modal-bleed {
    position: relative;
}

.modal-loot.modal-after-loot .slider-controls {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2006;
}

.modal-loot.modal-after-loot .slider-controls.hidden {
    display: none;
}

.modal-loot.modal-after-loot .slider-wrapper {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: relative;
    transition: 300ms ease all;
    transform: scale(1);
}

.modal-loot.modal-after-loot .slider-wrapper.hidden {
    transform: scale(0);
}

.modal-loot.modal-after-loot .slider-wrapper .slider-item {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-align: center;
    height: auto;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transition: 300ms ease all;
    transform: translateY(-50%);
    opacity: 0;
}

.modal-loot.modal-after-loot .slider-wrapper .slider-item.active {
    transform: translateY(-50%) translateX(0) scale(1);
    opacity: 1;
}

.modal-loot.modal-after-loot .slider-wrapper .slider-item.pre-active {
    display: block;
    transform: translateY(-50%) translateX(100%) scale(0.8);
    opacity: 1;
    filter: grayscale(1) blur(1px);
    cursor: pointer;
}

.modal-loot.modal-after-loot .slider-wrapper .slider-item.pre-active:after {
    content: '';
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: +1;
}

.modal-loot.modal-after-loot .slider-wrapper .slider-item.pre-active:hover {
    transform: translateY(-50%) translateX(100%) scale(0.9);
    filter: grayscale(.33) blur(1px);
}

.modal-loot.modal-after-loot .slider-wrapper .slider-item.after-active {
    display: block;
    transform: translateY(-50%) translateX(-100%) scale(0.8);
    opacity: 1;
    filter: grayscale(1) blur(1px);
    cursor: pointer;
}

.modal-loot.modal-after-loot .slider-wrapper .slider-item.after-active:after {
    content: '';
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: +5;
}

.modal-loot.modal-after-loot .slider-wrapper .slider-item.after-active:hover {
    transform: translateY(-50%) translateX(-100%) scale(0.9);
    filter: grayscale(.33) blur(1px);
}

.modal-loot.modal-after-loot .slider-wrapper .slider-item.in-active-left {
    display: block;
    transform: translateY(-50%) translateX(-300%) scale(0.8);
    opacity: 1;
    filter: grayscale(1) blur(1px);
}

.modal-loot.modal-after-loot .slider-wrapper .slider-item.in-active-right {
    display: block;
    transform: translateY(-50%) translateX(300%) scale(0.8);
    opacity: 1;
    filter: grayscale(1) blur(1px);
}

.modal-loot.modal-after-loot .st-head {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 50px;
    margin: 0;
    background-color: var(--c_yellow);
    position: relative;
}

.modal-loot.modal-after-loot .st-head:after {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 4px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 27px;
    background-image: url(/images/svg/views/loot/modals/horizontal-line.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.modal-loot.modal-after-loot .st-head .image-left {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    max-width: 110px;
    padding: 0;
    margin: 0 15px 0 0;
    z-index: +1;
}

.modal-loot.modal-after-loot .st-head .image-left img {
    max-width: 100%;
}

.modal-loot.modal-after-loot .st-head .title {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 52px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
}

.modal-loot.modal-after-loot .st-content {
    display: block;
    box-sizing: border-box;
    padding: 25px 50px;
    margin: 0;
    background-color: #fff;
}

.modal-loot.modal-after-loot .st-content .modal-dynamic-content {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-after-loot .st-content .game-section {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-after-loot .st-content .game-section .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: stretch;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    box-sizing: border-box;
    padding: 0 30px 0 0;
    margin: 0;
    flex: 0 0 60%;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-left .sub-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: stretch;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-left .sub-row .details {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-left .sub-row .details .top {
    display: block;
    box-sizing: border-box;
    padding: 0 0 10px 0;
    margin: 0;
    border-bottom: 2px solid #000;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-left .sub-row .details .top .label {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 14px;
    font-weight: 500;
    line-height: 115%;
    text-align: right;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-left .sub-row .details .top .game-title {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 30px;
    font-weight: 700;
    line-height: 115%;
    text-align: right;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-left .sub-row .details .bottom {
    display: block;
    box-sizing: border-box;
    padding: 10px 0 0 0;
    margin: 0;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-left .sub-row .details .bottom .value-price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-left .sub-row .details .bottom .value-price .label {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 16px;
    font-weight: 500;
    line-height: 115%;
    text-align: left;
    text-transform: uppercase;
    padding: 0 8px 0 8px;
    margin: 0;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-left .sub-row .details .bottom .value-price .price {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 24px;
    font-weight: 700;
    line-height: 115%;
    text-align: left;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-left .sub-row .details .bottom .button-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    box-sizing: border-box;
    padding: 15px 0 0 0;
    margin: 0;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-left .sub-row .details .bottom .button-wrap .btn-claim {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    width: 100%;
    max-width: 185px;
    padding: 10px 25px;
    margin: 0;
    border: 3px solid #000;
    box-shadow: -1px 1px #000;
    border-radius: 8px;
    cursor: pointer;
    transition: 300ms ease all;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-left .sub-row .details .bottom .button-wrap .btn-claim:hover {
    color: #fff;
    background-color: #000;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-left .sub-row .display {
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    margin: 0;
}

.modal-loot.modal-after-loot .st-content .game-section .single-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: stretch;
    box-sizing: border-box;
    width: 125px;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-after-loot .st-content .game-section .single-item .content-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: stretch;
    box-sizing: border-box;
    padding: 15px 1px 0 1px;
    margin: 0;
    position: relative;
    transition: 300ms ease all;
    opacity: 1;
}

.modal-loot.modal-after-loot .st-content .game-section .single-item:hover .content-wrapper {
    opacity: 1;
}

.modal-loot.modal-after-loot .st-content .game-section .single-item.won .content-wrapper {
    opacity: 1;
}

.modal-loot.modal-after-loot .st-content .game-section .single-item .content-wrapper .item-class {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    box-sizing: border-box;
    text-align: center;
    padding: 5px 5px 5px 5px;
    margin: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1) inset;
    position: relative;
}

.modal-loot.modal-after-loot .st-content .game-section .single-item .content-wrapper .item-class.v1:before {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0 3px 0 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/images/svg/views/loot/icons/star-black.svg);
}

.modal-loot.modal-after-loot .st-content .game-section .single-item .content-wrapper .item-class.v2:before {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 25px;
    height: 12px;
    padding: 0;
    margin: 0 3px 0 0;
    background-size: contain;
    background-position: left center;
    background-repeat: repeat-x;
    background-image: url(/images/svg/views/loot/icons/star-white.svg);
}

.modal-loot.modal-after-loot .st-content .game-section .single-item .content-wrapper .item-class.v3:before {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 39px;
    height: 12px;
    padding: 0;
    margin: 0 3px 0 0;
    background-size: contain;
    background-position: left center;
    background-repeat: repeat-x;
    background-image: url(/images/svg/views/loot/icons/star-yellow.svg);
}

.modal-loot.modal-after-loot .st-content .game-section .single-item .content-wrapper .item-class.v4:before {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/images/svg/views/loot/icons/star-yellow.svg);
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.modal-loot.modal-after-loot .st-content .game-section .single-item .content-wrapper .item-class .label {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 10px;
    font-weight: 700;
    line-height: 115%;
    color: #000;
    text-transform: uppercase;
    padding: 1px 0;
    margin: 0;
}

.modal-loot.modal-after-loot .st-content .game-section .single-item .content-wrapper .image {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    box-sizing: border-box;
    text-align: center;
    padding: 138% 0 0 0;
    margin: 0;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    border-right: 3px solid #000;

    transition: 300ms ease all;
    filter: grayscale(0);
}

.modal-loot.modal-after-loot .st-content .game-section .single-item:hover .content-wrapper .image {
    filter: grayscale(0);
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-right {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin: 0;
    flex: 0 0 40%;
    position: relative;
    opacity: .33;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-right .details {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-right .details .items-count {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 5px 0;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-right .details .items-count .boxed {
    display: inline-block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    color: var(--c_yellow);
    text-align: center;
    padding: 4px 3px;
    margin: 0;
    background-color: #000;
    border-radius: 4px;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-right .details .items-count .label {
    display: inline-block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    padding: 4px 3px;
    margin: 0;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-right .details .value-price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 0 0 5px 0;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-right .details .value-price .label {
    display: inline-block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    margin: 0 5px 0 0;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-right .details .value-price .value {
    display: inline-block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-right .details .rating {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-right .details .rating .cnt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


.modal-loot.modal-after-loot .st-content .game-section .row .col-right .details .rating .cnt .value {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-align:center;
    padding:0;
    margin:0;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-right .details .rating .icon {
    display: block;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image:url('/images/svg/common/nh/rating_glasses/full.svg');
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-right .details .rating .label {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size:16px;
    font-weight: 500;
    line-height: 100%;
    text-align:center;
    text-transform: uppercase;
    padding:0 5px;
    margin:0;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-right .image {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 141% 0 0 0;
    margin: 0;
    position: relative;
}

.modal-loot.modal-after-loot .st-content .game-section .row .col-right .image img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.modal-loot.modal-after-loot .st-content .button-section {
    display: block;
    box-sizing: border-box;
    padding: 0 30px;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal-loot.modal-after-loot .st-content .button-section .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: flex-end;
    box-sizing: border-box;
    padding: 0 0 30px 0;
    margin: 0;
}

.modal-loot.modal-after-loot .st-content .button-section .row .col-left {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    flex: 0 0 30%;
}

.modal-loot.modal-after-loot .st-content .button-section .row .col-left .label {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 14px;
    font-weight: 500;
    line-height: 115%;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 10px 0;
}

.modal-loot.modal-after-loot .st-content .button-section .row .col-left .btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    width: 100%;
    min-height: 50px;
    padding: 10px 10px;
    margin: 0 0 10px 0;
    border: 3px solid #000;
    box-shadow: -1px 1px #000;
    border-radius: 8px;
    cursor: pointer;
    background-color: var(--c_yellow);
}

.modal-loot.modal-after-loot .st-content .button-section .row .col-left .btn:last-child {
    margin: 0;
}

.modal-loot.modal-after-loot .st-content .button-section .row .col-left .btn .text {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding: 0 10px 0 10px;
    margin: 0;
}

.modal-loot.modal-after-loot .st-content .button-section .row .col-left .btn .icon {
    display: block;
    box-sizing: border-box;
    width: 36px;
    padding: 0;
    margin: -15px 0 -10px 0;
}

.modal-loot.modal-after-loot .st-content .button-section .row .col-left .btn .icon img {
    max-width: 100%;
    transition: 300ms ease all;
}

.modal-loot.modal-after-loot .st-content .button-section .row .col-left .btn:first-of-type:hover .icon img {
    transform: rotate(15deg);
}

.modal-loot.modal-after-loot .st-content .button-section .row .col-left .btn:last-of-type:hover .icon img {
    transform: rotate(-15deg);
}

.modal-loot.modal-after-loot .st-content .button-section .row .col-right {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-items: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 0 25px;
    flex: 0 0 40%;
}

.modal-loot.modal-after-loot .st-content .button-section .row .col-right .label {
    display: inline-block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 14px;
    font-weight: 500;
    line-height: 115%;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 0 3px;
    margin: 0 0 10px 0;
    background-color: #fff;
}

.modal-loot.modal-after-loot .st-content .button-section .row .col-right .btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-items: stretch;
    align-items: flex-end;
    box-sizing: border-box;
    text-decoration: none;
    width: 100%;
    padding: 10px 15px;
    margin: 0 0 10px 0;
    border: 3px solid #000;
    box-shadow: -1px 1px #000;
    border-radius: 8px;
    cursor: pointer;
    background-color: var(--c_yellow);
}

.modal-loot.modal-after-loot .st-content .button-section .row .col-right .btn:last-child {
    margin: 0;
}

.modal-loot.modal-after-loot .st-content .button-section .row .col-right .btn .text {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding: 0 0 0 10px;
    margin: 0;
}

.modal-loot.modal-after-loot .st-content .button-section .row .col-right .btn .icon {
    display: block;
    box-sizing: border-box;
    width: 36px;
    height: 12px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background-color: black;
    position: relative;
}

.modal-loot.modal-after-loot .st-content .button-section .row .col-right .btn .icon img {
    max-width: 58px;
    width: 58px;
    height: 77px;
    position: absolute;
    right: 3px;
    bottom: 0;
    transform-origin: bottom right;
    transition: 300ms ease all;
    pointer-events: none;
}

.modal-loot.modal-after-loot .st-content .button-section .row .col-right .btn:hover .icon img {
    transform: translateX(-3px) rotate(15deg);
}

.modal-loot.modal-after-loot .slider-actions {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    transition: 300ms ease all;
}

.modal-loot.modal-after-loot .slider-actions.hidden {
    transform: translate(-50%, 100%);
}

.modal-loot.modal-after-loot .slider-actions .buttons-action-all {
    display: block;
    box-sizing: border-box;
    padding: 15px 25px;
    margin: 0;
    background-color: var(--c_yellow);
    border-left: 3px solid #000;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}


.modal-loot.modal-after-loot .slider-actions .buttons-action-all .label-actions {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-after-loot .slider-actions .buttons-action-all .label-actions .label {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 16px;
    font-weight: 500;
    line-height: 115%;
    color: #000;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0;
}

.modal-loot.modal-after-loot .slider-actions .buttons-action-all .btn-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-after-loot .slider-actions .buttons-action-all .btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    min-width: 250px;
    width: 100%;
    color: #fff;
    min-height: 50px;
    padding: 10px 10px;
    margin: 0 25px 0 0;
    border: 3px solid #000;
    box-shadow: -1px 1px #000;
    border-radius: 8px;
    cursor: pointer;
    background-color: #000;
}

.modal-loot.modal-after-loot .slider-actions .buttons-action-all .btn:last-child {
    margin: 0;
}

.modal-loot.modal-after-loot .slider-actions .buttons-action-all .btn .text {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    padding: 0 10px 0 10px;
    margin: 0;
}

.modal-loot.modal-after-loot .slider-actions .buttons-action-all .btn .icon {
    display: block;
    box-sizing: border-box;
    width: 36px;
    padding: 0;
    margin: -10px 0 -15px 0;
}

.modal-loot.modal-after-loot .slider-actions .buttons-action-all .btn .icon img {
    max-width: 100%;
    transition: 300ms ease all;
}

.modal-loot.modal-after-loot .slider-actions .buttons-action-all .btn:first-of-type:hover .icon img {
    transform: rotate(15deg);
}

.modal-loot.modal-after-loot .slider-actions .buttons-action-all .btn:last-of-type:hover .icon img {
    transform: rotate(-15deg);
}


/*
----------------------------------------------------
MODAL FINALIZE
----------------------------------------------------
*/

.modal-loot.modal-finalize-purchase .st-head {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 50px;
    margin: 0;
    background-color: var(--c_yellow);
    position: relative;
    z-index: +1;
}

.modal-loot.modal-finalize-purchase .st-head:after {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 4px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 17px;
    background-image: url(/images/svg/views/loot/modals/horizontal-line.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.modal-loot.modal-finalize-purchase .st-head .image-left {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    max-width: 145px;
    padding: 0;
    margin: 0 15px 0 0;
    z-index: +1;
}

.modal-loot.modal-finalize-purchase .st-head .image-left img {
    max-width: 100%;
}

.modal-loot.modal-finalize-purchase .st-head .title {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 52px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal-loot.modal-finalize-purchase .st-head .image-right {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    max-width: 60px;
    padding: 0;
    margin: 0 0 0 15px;
}

.modal-loot.modal-finalize-purchase .st-head .image-right img {
    max-width: 100%;
}

.modal-loot.modal-finalize-purchase .st-content {
    display: block;
    box-sizing: border-box;
    padding: 25px 50px;
    margin: 0;
    background-color: #fff;
}

.modal-loot.modal-finalize-purchase .st-content form {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-finalize-purchase .st-content .section-title {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    color: #000;
    padding: 0 0 10px 0;
    margin: 0;
}

.modal-loot.modal-finalize-purchase .st-content .section-title:last-child {
    padding: 0;
}

.modal-loot.modal-finalize-purchase .st-content .section-label {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    color: #000;
    padding: 0 0 20px 0;
    margin: 0;
}

.modal-loot.modal-finalize-purchase .st-content .section-label:last-child {
    padding: 0;
}

.modal-loot.modal-finalize-purchase .st-content .btn-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    padding: 50px 0 0 0;
    margin: 0;
}

.modal-loot.modal-finalize-purchase .st-content .btn-wrap .btn {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    width: 100%;
    max-width: 250px;
    padding: 10px 10px;
    margin: 0 0 10px 0;
    border: 3px solid #000;
    box-shadow: -1px 1px #000;
    border-radius: 8px;
    cursor: pointer;
    background-color: var(--c_yellow);
}

.modal-loot.modal-finalize-purchase .st-content .btn-wrap .btn:last-child {
    margin: 0;
}

.modal-loot.modal-finalize-purchase .st-content .btn-wrap .btn .text {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 42px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding: 0 0 0 10px;
    margin: 0;
}

.modal-loot.modal-finalize-purchase .st-content .btn-wrap .btn .icon {
    display: block;
    box-sizing: border-box;
    width: 36px;
    height: 12px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background-color: black;
    position: relative;
}

.modal-loot.modal-finalize-purchase .st-content .btn-wrap .btn .icon img {
    max-width: 58px;
    width: 58px;
    height: 77px;
    position: absolute;
    right: 3px;
    bottom: 0;
    transform-origin: bottom right;
    transition: 300ms ease all;
    pointer-events: none;
}

.modal-loot.modal-finalize-purchase .st-content .btn-wrap .btn:hover .icon img {
    transform: translateX(-3px) rotate(15deg);
}

.modal-loot.modal-finalize-purchase .st-content .btn-wrap .label-close {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    color: #000;
    padding: 10px 0 0 0;
    margin: 0;
}



/*
----------------------------------------------------
MODAL FINALIZE
----------------------------------------------------
*/

.modal-loot.modal-finalize-purchase .st-head {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 50px;
    margin: 0;
    background-color: var(--c_yellow);
    position: relative;
    z-index: +1;
}

.modal-loot.modal-finalize-purchase .st-head:after {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 4px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 18px;
    background-image: url(/images/svg/views/loot/modals/horizontal-line.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.modal-loot.modal-finalize-purchase .st-head .image-left {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    max-width: 110px;
    padding: 0;
    margin: 0 15px 0 0;
    z-index: +1;
}

.modal-loot.modal-finalize-purchase .st-head .image-left img {
    max-width: 100%;
}

.modal-loot.modal-finalize-purchase .st-head .title {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 52px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal-loot.modal-finalize-purchase .st-head .image-right {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    max-width: 60px;
    padding: 0;
    margin: 0 0 0 15px;
}

.modal-loot.modal-finalize-purchase .st-head .image-right img {
    max-width: 100%;
}

.modal-loot.modal-finalize-purchase .st-content {
    display: block;
    box-sizing: border-box;
    padding: 25px 50px;
    margin: 0;
    background-color: #fff;
}

.modal-loot.modal-finalize-purchase .st-content form {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-finalize-purchase .st-content .section-title {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    color: #000;
    padding: 0 0 10px 0;
    margin: 0;
}

.modal-loot.modal-finalize-purchase .st-content .section-title:last-child {
    padding: 0;
}

.modal-loot.modal-finalize-purchase .st-content .section-label {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    color: #000;
    padding: 0 0 20px 0;
    margin: 0;
}

.modal-loot.modal-finalize-purchase .st-content .section-label:last-child {
    padding: 0;
}

.modal-loot.modal-finalize-purchase .st-content .btn-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    padding: 50px 0 0 0;
    margin: 0;
}

.modal-loot.modal-finalize-purchase .st-content .btn-wrap .btn {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    width: 100%;
    max-width: 250px;
    padding: 10px 10px;
    margin: 0 0 10px 0;
    border: 3px solid #000;
    box-shadow: -1px 1px #000;
    border-radius: 8px;
    cursor: pointer;
    background-color: var(--c_yellow);
}

.modal-loot.modal-finalize-purchase .st-content .btn-wrap .btn:last-child {
    margin: 0;
}

.modal-loot.modal-finalize-purchase .st-content .btn-wrap .btn .text {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 42px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding: 0 0 0 10px;
    margin: 0;
}

.modal-loot.modal-finalize-purchase .st-content .btn-wrap .btn .icon {
    display: block;
    box-sizing: border-box;
    width: 36px;
    height: 12px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background-color: black;
    position: relative;
}

.modal-loot.modal-finalize-purchase .st-content .btn-wrap .btn .icon img {
    max-width: 58px;
    width: 58px;
    height: 77px;
    position: absolute;
    right: 3px;
    bottom: 0;
    transform-origin: bottom right;
    transition: 300ms ease all;
    pointer-events: none;
}

.modal-loot.modal-finalize-purchase .st-content .btn-wrap .btn:hover .icon img {
    transform: translateX(-3px) rotate(15deg);
}

.modal-loot.modal-finalize-purchase .st-content .btn-wrap .label-close {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    color: #000;
    padding: 10px 0 0 0;
    margin: 0;
}



/*
----------------------------------------------------
MODAL PREVIEW ITEM
----------------------------------------------------
*/


.modal-loot.modal-preview-item {
    overflow: hidden!important;
}

.modal-loot.modal-preview-item .slider-controls {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2006;
}

.modal-loot.modal-preview-item .slider-controls.hidden {
    display: none;
}

.modal-loot.modal-preview-item .slider-wrapper {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: relative;
  }

.modal-loot.modal-preview-item .slider-wrapper .slider-item {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-align: center;
    height: auto;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transition: 300ms ease all;
    transform: translateY(-50%);
    opacity: 0;
}

.modal-loot.modal-preview-item .slider-wrapper .slider-item.active {
    transform: translateY(-50%) translateX(0) scale(1);
    opacity: 1;
}

.modal-loot.modal-preview-item .slider-wrapper .slider-item.pre-active {
    display: block;
    transform: translateY(-50%) translateX(100%) scale(0.8);
    opacity: 1;
    filter: grayscale(1) blur(1px);
    cursor: pointer;
}

.modal-loot.modal-preview-item .slider-wrapper .slider-item.pre-active:after {
    content: '';
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: +1;
}

.modal-loot.modal-preview-item .slider-wrapper .slider-item.pre-active:hover {
    transform: translateY(-50%) translateX(100%) scale(0.9);
    filter: grayscale(.33) blur(1px);
}

.modal-loot.modal-preview-item .slider-wrapper .slider-item.after-active {
    display: block;
    transform: translateY(-50%) translateX(-100%) scale(0.8);
    opacity: 1;
    filter: grayscale(1) blur(1px);
    cursor: pointer;
}

.modal-loot.modal-preview-item .slider-wrapper .slider-item.after-active:after {
    content: '';
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: +1;
}

.modal-loot.modal-preview-item .slider-wrapper .slider-item.after-active:hover {
    transform: translateY(-50%) translateX(-100%) scale(0.9);
    filter: grayscale(.33) blur(1px);
}

.modal-loot.modal-preview-item .slider-wrapper .slider-item.in-active-left {
    display: block;
    transform: translateY(-50%) translateX(-300%) scale(0.8);
    opacity: 1;
    filter: grayscale(1) blur(1px);
}

.modal-loot.modal-preview-item .slider-wrapper .slider-item.in-active-right {
    display: block;
    transform: translateY(-50%) translateX(300%) scale(0.8);
    opacity: 1;
    filter: grayscale(1) blur(1px);
}

.modal-loot.modal-preview-item .st-head {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 50px;
    margin: 0;
    background-color: var(--c_yellow);
    position: relative;
}

.modal-loot.modal-preview-item .st-head:after {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 4px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 27px;
    background-image: url(/images/svg/views/loot/modals/horizontal-line.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.modal-loot.modal-preview-item .st-head .image-left {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    max-width: 110px;
    padding: 0;
    margin: 0 15px 0 0;
    z-index: +1;
}

.modal-loot.modal-preview-item .st-head .image-left img {
    max-width: 100%;
}

.modal-loot.modal-preview-item .st-head .title {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 52px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
}

.modal-loot.modal-preview-item .st-content {
    display: block;
    box-sizing: border-box;
    padding: 25px 50px;
    margin: 0;
    background-color: #fff;
}

.modal-loot.modal-preview-item .st-content .modal-dynamic-content {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-preview-item .st-content .game-section {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-preview-item .st-content .game-section .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: stretch;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-left {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    box-sizing: border-box;
    padding: 0 30px 0 0;
    margin: 0;
    flex: 0 0 60%;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-left .sub-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-left .sub-row .details {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-left .sub-row .details .top {
    display: block;
    box-sizing: border-box;
    padding: 0 0 10px 0;
    margin: 0;
    border-bottom: 2px solid #000;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-left .sub-row .details .top .label {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 14px;
    font-weight: 500;
    line-height: 115%;
    text-align: right;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-left .sub-row .details .top .game-title {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 30px;
    font-weight: 700;
    line-height: 115%;
    text-align: right;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-left .sub-row .details .bottom {
    display: block;
    box-sizing: border-box;
    padding: 10px 0 0 0;
    margin: 0;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-left .sub-row .details .bottom .value-price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 10px 0;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-left .sub-row .details .bottom .value-price:last-child {
    margin: 0;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-left .sub-row .details .bottom .value-price .label {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 16px;
    font-weight: 500;
    line-height: 115%;
    text-align: left;
    text-transform: uppercase;
    padding: 0 8px 0 8px;
    margin: 0 8px 0 0;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-left .sub-row .details .bottom .value-price .price {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 24px;
    font-weight: 700;
    line-height: 115%;
    text-align: left;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-left .sub-row .details .bottom .value-price.small .price {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 18px;
    font-weight: 700;
    line-height: 115%;
    text-align: left;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-left .sub-row .details .bottom .button-wrap {
    display: block;
    box-sizing: border-box;
    padding: 15px 0 0 0;
    margin: 0;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-left .sub-row .details .bottom .button-wrap .btn-claim {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    width: 100%;
    padding: 10px 25px;
    margin: 0;
    border: 3px solid #000;
    box-shadow: -1px 1px #000;
    border-radius: 8px;
    cursor: pointer;
    transition: 300ms ease all;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-left .sub-row .details .bottom .button-wrap .btn-claim:hover {
    color: #fff;
    background-color: #000;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-left .sub-row .display {
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    margin: 0;
}

.modal-loot.modal-preview-item .st-content .game-section .single-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: stretch;
    box-sizing: border-box;
    width: 125px;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-preview-item .st-content .game-section .single-item .content-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: stretch;
    box-sizing: border-box;
    padding: 15px 1px 0 1px;
    margin: 0;
    position: relative;
    transition: 300ms ease all;
    opacity: 1;
}

.modal-loot.modal-preview-item .st-content .game-section .single-item:hover .content-wrapper {
    opacity: 1;
}

.modal-loot.modal-preview-item .st-content .game-section .single-item.won .content-wrapper {
    opacity: 1;
}

.modal-loot.modal-preview-item .st-content .game-section .single-item .content-wrapper .item-class {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    box-sizing: border-box;
    text-align: center;
    padding: 5px 5px 5px 5px;
    margin: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1) inset;
    position: relative;
}

.modal-loot.modal-preview-item .st-content .game-section .single-item .content-wrapper .item-class.v1:before {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0 3px 0 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/images/svg/views/loot/icons/star-black.svg);
}

.modal-loot.modal-preview-item .st-content .game-section .single-item .content-wrapper .item-class.v2:before {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 25px;
    height: 12px;
    padding: 0;
    margin: 0 3px 0 0;
    background-size: contain;
    background-position: left center;
    background-repeat: repeat-x;
    background-image: url(/images/svg/views/loot/icons/star-white.svg);
}

.modal-loot.modal-preview-item .st-content .game-section .single-item .content-wrapper .item-class.v3:before {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 39px;
    height: 12px;
    padding: 0;
    margin: 0 3px 0 0;
    background-size: contain;
    background-position: left center;
    background-repeat: repeat-x;
    background-image: url(/images/svg/views/loot/icons/star-yellow.svg);
}

.modal-loot.modal-preview-item .st-content .game-section .single-item .content-wrapper .item-class.v4:before {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/images/svg/views/loot/icons/star-yellow.svg);
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.modal-loot.modal-preview-item .st-content .game-section .single-item .content-wrapper .item-class .label {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 10px;
    font-weight: 700;
    line-height: 115%;
    color: #000;
    text-transform: uppercase;
    padding: 1px 0;
    margin: 0;
}

.modal-loot.modal-preview-item .st-content .game-section .single-item .content-wrapper .image {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    box-sizing: border-box;
    text-align: center;
    padding: 138% 0 0 0;
    margin: 0;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    border-right: 3px solid #000;

    transition: 300ms ease all;
    filter: grayscale(0);
}

.modal-loot.modal-preview-item .st-content .game-section .single-item:hover .content-wrapper .image {
    filter: grayscale(0);
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-right {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin: 0;
    flex: 0 0 40%;
    position: relative;
    opacity: .33;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-right .details {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-right .details .items-count {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 5px 0;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-right .details .items-count .boxed {
    display: inline-block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    color: var(--c_yellow);
    text-align: center;
    padding: 4px 3px;
    margin: 0;
    background-color: #000;
    border-radius: 4px;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-right .details .items-count .label {
    display: inline-block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    padding: 4px 3px;
    margin: 0;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-right .details .value-price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 0 0 5px 0;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-right .details .value-price .label {
    display: inline-block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    margin: 0 5px 0 0;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-right .details .value-price .value {
    display: inline-block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-right .details .rating {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-right .details .rating .cnt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


.modal-loot.modal-preview-item .st-content .game-section .row .col-right .details .rating .cnt .value {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-align:center;
    padding:0;
    margin:0;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-right .details .rating .icon {
    display: block;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image:url('/images/svg/common/nh/rating_glasses/full.svg');
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-right .details .rating .label {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size:16px;
    font-weight: 500;
    line-height: 100%;
    text-align:center;
    text-transform: uppercase;
    padding:0 5px;
    margin:0;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-right .image {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 100% 0 0 0;
    margin: 0;
    position: relative;
}

.modal-loot.modal-preview-item .st-content .game-section .row .col-right .image img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.modal-loot.modal-preview-item .st-content .disclaimer {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 20px 0 0 0;
}

.modal-loot.modal-preview-item .st-content .disclaimer .st-comb {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-preview-item .st-content .disclaimer .icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 18px;
    padding: 0;
    margin: 0 8px 0 0;
}

.modal-loot.modal-preview-item .st-content .disclaimer .icon svg {
    width: 18px;
    height: 18px;
    fill: var(--c_link);
    box-shadow: 0 0 1px 3px rgba(0,0,0,.03);
    border-radius: 50%;
}

.modal-loot.modal-preview-item .st-content .disclaimer .text {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 14px;
    font-weight: 500;
    line-height: 115%;
    color: #666;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

.modal-loot.modal-preview-item .st-content .button-section {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 50%;
    padding: 0;
    margin: 35px auto 0 auto;
}

.modal-loot.modal-preview-item .st-content .button-section .label {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 14px;
    font-weight: 500;
    line-height: 115%;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding: 0 3px;
    margin: 0 0 10px 0;
    background-color: #fff;
}

.modal-loot.modal-preview-item .st-content .button-section .btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-items: stretch;
    align-items: flex-end;
    box-sizing: border-box;
    text-decoration: none;
    width: 100%;
    padding: 10px 15px;
    margin: 0 0 10px 0;
    border: 3px solid #000;
    box-shadow: -1px 1px #000;
    border-radius: 8px;
    cursor: pointer;
    background-color: var(--c_yellow);
}

.modal-loot.modal-preview-item .st-content .button-section .btn:last-child {
    margin: 0;
}

.modal-loot.modal-preview-item .st-content .button-section .btn .text {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding: 0 0 0 35px;
    margin: 0;
}

.modal-loot.modal-preview-item .st-content .button-section .btn .text .value {
    display: inline;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-preview-item .st-content .button-section .btn .icon {
    display: block;
    box-sizing: border-box;
    width: 36px;
    height: 12px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background-color: black;
    position: relative;
}

.modal-loot.modal-preview-item .st-content .button-section .btn .icon img {
    max-width: 58px;
    width: 58px;
    height: 77px;
    position: absolute;
    right: 3px;
    bottom: 0;
    transform-origin: bottom right;
    transition: 300ms ease all;
    pointer-events: none;
}

.modal-loot.modal-preview-item .st-content .button-section .btn:hover .icon img {
    transform: translateX(-3px) rotate(15deg);
}


/*
----------------------------------------------------
MODAL ITEM SOLD
----------------------------------------------------
*/

.modal-loot.modal-item-sold .st-head {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 50px;
    margin: 0;
    background-color: var(--c_yellow);
    position: relative;
    z-index: +1;
}

.modal-loot.modal-item-sold .st-head:after {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 4px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 10px;
    background-image: url(/images/svg/views/loot/modals/horizontal-line.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.modal-loot.modal-item-sold .st-head .image-left {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    max-width: 160px;
    padding: 0;
    margin: 0 15px 0 0;
    z-index: +1;
}

.modal-loot.modal-item-sold .st-head .image-left img {
    max-width: 100%;
}

.modal-loot.modal-item-sold .st-head .title {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 52px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal-loot.modal-item-sold .st-head .image-right {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    max-width: 60px;
    padding: 0;
    margin: 0 0 0 15px;
}

.modal-loot.modal-item-sold .st-head .image-right img {
    max-width: 100%;
}

.modal-loot.modal-item-sold .st-content {
    display: block;
    box-sizing: border-box;
    padding: 25px 50px;
    margin: 0;
    background-color: #fff;
}

.modal-loot.modal-item-sold .st-content form {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.modal-loot.modal-item-sold .st-content .section-title {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    color: #000;
    padding: 0 0 10px 0;
    margin: 0;
}

.modal-loot.modal-item-sold .st-content .section-title:last-child {
    padding: 0;
}

.modal-loot.modal-item-sold .st-content .section-label {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    color: #000;
    padding: 0 0 20px 0;
    margin: 0;
}

.modal-loot.modal-item-sold .st-content .section-label:last-child {
    padding: 0;
}

.modal-loot.modal-item-sold .st-content .btn-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    padding: 50px 0 0 0;
    margin: 0;
}

.modal-loot.modal-item-sold .st-content .btn-wrap .btn {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    width: 100%;
    max-width: 250px;
    padding: 10px 10px;
    margin: 0 0 10px 0;
    border: 3px solid #000;
    box-shadow: -1px 1px #000;
    border-radius: 8px;
    cursor: pointer;
    background-color: var(--c_yellow);
}

.modal-loot.modal-item-sold .st-content .btn-wrap .btn:last-child {
    margin: 0;
}

.modal-loot.modal-item-sold .st-content .btn-wrap .btn .text {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 42px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding: 0 0 0 10px;
    margin: 0;
}

.modal-loot.modal-item-sold .st-content .btn-wrap .btn .icon {
    display: block;
    box-sizing: border-box;
    width: 36px;
    height: 12px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background-color: black;
    position: relative;
}

.modal-loot.modal-item-sold .st-content .btn-wrap .btn .icon img {
    max-width: 58px;
    width: 58px;
    height: 77px;
    position: absolute;
    right: 3px;
    bottom: 0;
    transform-origin: bottom right;
    transition: 300ms ease all;
    pointer-events: none;
}

.modal-loot.modal-item-sold .st-content .btn-wrap .btn:hover .icon img {
    transform: translateX(-3px) rotate(15deg);
}

.modal-loot.modal-item-sold .st-content .btn-wrap .label-close {
    display: block;
    box-sizing: border-box;
    font-family: var(--f_asap);
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    color: #000;
    padding: 10px 0 0 0;
    margin: 0;
}




/* ---------------------------
MODAL LOADER
---------------------------- */

.view-76.view-loot-singular .modal-loader {
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2005;
    background-color: rgba(0,0,0,.5);
}

.view-76.view-loot-singular .modal-loader .cnt-wrap {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    transition: 300ms ease all;
    transform: scale(1);
}

.view-76.view-loot-singular .modal-loader .cnt-wrap.hidden {
    transform: scale(0);
}

.view-76.view-loot-singular .modal-loader .image-loader {
    display: block;
    box-sizing: border-box;
    width: 64px;
    height: 64px;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: +1;
}

.view-76.view-loot-singular .modal-loader .image-loader:before {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 150%;
    height: 150%;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--c_yellow);
    border-radius: 50%;
    z-index: -1;
    border: 3px solid #000;

    animation-name: loader-anim-pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.view-76.view-loot-singular .modal-loader .image-loader svg {
    transform: rotate(-20deg);
    max-width: 100%;
    animation-name: loader-anim-rotate;
    animation-duration: 1.5s;
    animation-delay: 0;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
}

@keyframes loader-anim-pulse {
    25% {width: 180%; height: 180%;}
    50% {width: 135%; height: 135%;}
    75% {width: 200%; height: 200%;}
    100% {width: 150%; height: 150%;}
}

@keyframes loader-anim-rotate {
    50% {transform: rotate(30deg);}
    100% {transform: rotate(-20deg);}
}
