
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('/static/styles/fonts/Montserrat-SemiBold.ttf') format('truetype');
}

html {
    -webkit-text-size-adjust: none;
}

body {
    font-family: "Montserrat-SemiBold", -apple-system, BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    padding: 0;
    margin: 0;
    background-color: #6B3606;
    user-select: none;
    color: white;
    font-size: 12px;
}

h4 {
    font-size: 22px;
}

*::-webkit-scrollbar {
    display: none;
}


/*********************************/
/* Main page elements            */
/*********************************/

.main-container {
    position: relative;
    width: 400px;
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 0 5px 10px 5px;
}

.main-color {
    color: #CD8F6E !important;
}

.main-color-light {
    color: #FBC390 !important;
}

.cta-logo {
    width: 30%;
    display: block;
    margin: 0 auto 10px auto;
}

.st-discount-percent {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 4px;
    right: 10px;
    background-image: url("/images/client/UI/Offers/OF_ValueBg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotate(-20deg);
    font-size: 25px;
    line-height: 18px;
    padding-top: 23px;
    text-align: center;
    color: white;
    -moz-text-shadow:
            -2px -2px 0px #4E1400,
            0px -2px 0px #4E1400,
            2px -2px 0px #4E1400,
            -2px 0px 0px #4E1400,
            2px 0px 0px #4E1400,
            -2px 2px 0px #4E1400,
            0px 2px 0px #4E1400,
            2px 2px 0px #4E1400;
    -webkit-text-shadow:
            -2px -2px 0px #4E1400,
            0px -2px 0px #4E1400,
            2px -2px 0px #4E1400,
            -2px 0px 0px #4E1400,
            2px 0px 0px #4E1400,
            -2px 2px 0px #4E1400,
            0px 2px 0px #4E1400,
            2px 2px 0px #4E1400;
    text-shadow:
            -2px -2px 0px #4E1400,
            0px -2px 0px #4E1400,
            2px -2px 0px #4E1400,
            -2px 0px 0px #4E1400,
            2px 0px 0px #4E1400,
            -2px 2px 0px #4E1400,
            0px 2px 0px #4E1400,
            2px 2px 0px #4E1400;
}

.st-discount-percent span {
    font-size: 12px;
}

.st-discount-percent.st-not-logged {
    width: 250px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    top: 110px;
    left: 50%;
    font-size: 16px;
    margin-left: -125px;
    background-image: url("/images/client/UI/Offers/OF_CT_LimitedTime_Bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: none;
    padding: 0;
}

.st-search-box {
    width: 200px;
    display: inline-block;
    margin-left: 30px;
}

.st-user-info {
    position: absolute;
    top: 10px;
    left: 10px;
}

.st-not-logged,
.st-logged {
    display: none;
}

#st-user-avatar {
    width: 45px;
    border: 2px solid black;
    border-radius: 5px;
}

#st-user-vip-lvl {
    display: block;
    height: 15px;
    margin: -14px auto 1px auto;
}

body.not-logged {
    padding-top: 30px;
}

body.not-logged .st-not-logged-info {
    margin-top: 95px;
    margin-bottom: 50px !important;
}

/*********************************/
/* Offer row                     */
/*********************************/

.st-offer-row {
    width: 100%;
    margin: 2px 0;
    padding: 2px;
    background: rgb(157,96,48);
    background: linear-gradient(180deg, rgba(157,96,48,1) 0%, rgba(100,52,7,1) 100%);
    border-radius: 3px;
}

.st-offer-row-thumb,
.st-offer-row-content,
.st-offer-row-buy-button-container {
    display: inline-block;
    vertical-align: middle;
}

.st-offer-row-thumb {
    width: 15%;
}

.st-offer-row-content {
    position: relative;
    width: 60%;
    font-size: 10px;
    padding: 2px 5px;
    margin: 0 1%;
    background-color: #5B2F0A;
    color: #FBC390;
    border-radius: 5px;
}

.st-offer-row.st-long-description .st-offer-row-info {
    font-size: 9px;
    line-height: 9px;
}

.st-offer-row.st-long-description .st-offer-row-info .small-icon {
    height: 18px;
}

.st-offer-row-buy-button-container {
    width: 23%;
    vertical-align: middle;
}

.st-offer-row-buy-button {
    width: 100%;
    overflow: hidden;
}

.st-offer-row-discounted-price {
    height: 100%;
    white-space: nowrap;
    padding-top: 5px;
    text-align: center;
}

.st-offer-row-buy-button.disabled {
    filter: grayscale(1);
}

.st-offer-row-name {
    font-size: 11px;
}

.st-offer-row-vp {
    position: absolute;
    top: 2px;
    right: 3px;
}

/*********************************/
/* Exclusive offer row           */
/*********************************/

.st-excl-offer-row {
    display: block;
    position: relative;
    width: 100%;
    height: 112px;
    background-size: cover;
    background-repeat: no-repeat;
    border: 3px solid #D2AC62;
    border-radius: 8px;
    margin: 7px auto;
}

.st-excl-offer-row-header,
.st-excl-offer-row-footer  {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.st-excl-offer-row.no-headers .st-excl-offer-row-header,
.st-excl-offer-row.no-headers .st-excl-offer-row-footer {
    background-color: rgba(0, 0, 0, 0);
}

.st-excl-offer-row.free-gift .st-excl-offer-row-header {
    background-color: rgba(0, 0, 0, 0.7);
}

.st-excl-offer-row.free-gift .st-excl-offer-row-footer {
    background-color: rgba(0, 0, 0, 0);
}

.st-excl-offer-row.free-gift .st-excl-offer-price,
.st-excl-offer-row.free-gift .st-excl-offer-stock {
    display: none;
}

.st-excl-offer-row-header {
    top: 0;
    z-index: 30;
    border-radius: 8px 8px 0 0;
    height: 20px;
    line-height: 20px;
}

.st-excl-offer-row-footer {
    bottom: 0;
    z-index: 40;
    height: 16px;
    border-radius: 0 0 8px 8px;
}

.st-excl-offer-banner-icon {
    position: absolute;
    top: 22px;
    left: 20px;
    height: 65px;
    z-index: 20;
}

.st-excl-offer-stock {
    display: inline-block;
    position: absolute;
    bottom: 6px;
    left: 25px;
    z-index: 50;
}

.st-excl-offer-price {
    display: inline-block;
    position: absolute;
    top: -4px;
    right: -3px;
    z-index: 50;
    width: 90px;
    height: 32px;
    line-height: 30px;
    background-image: url("/images/client/UI/Offers/OF_Price_Bg2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: right;
    padding-right: 7px;
}

.st-excl-offer-old-price {
    display: inline-block;
    line-height: 13px;
    margin-right: 0;
    margin-top: 2px;
    margin-bottom: -9px;
    font-size: 9px;
}

.st-excl-offer-rewards {
    display: inline-block;
    position: absolute;
    top: 32px;
    right: 0;
    height: 48px;
    width: 260px;
    max-width: 68%;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    overflow-y: auto;
    white-space: nowrap;
    z-index: 25;
}

.st-excl-offer-rewards .medium-icon {
    margin-top: 5px;
}

.st-excl-offer-rewards .white-with-border {
    font-size: 10px;
    margin-left: -17px;
    margin-right: 5px;
    vertical-align: bottom;
}

.st-excl-offer-rewards .hero-icon {
    height: 40px;
}

.st-excl-offer-clock {
    background-image: url("/images/client/UI/Offers/OF_CT_ClockBg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 160px;
    height: 36px;
    position: absolute;
    bottom: -8px;
    right: -2px;
    text-align: left;
    padding-left: 38px;
    z-index: 50;
    line-height: 41px;
    font-size: 10px;
    color: black;
}

.st-excl-offer-shine-container {
    position: relative;
    width: 100%;
    height: 112px;
    overflow: hidden;
}

.st-excl-offer-shine {
    position: absolute;
    top: -70%;
    left: -65%;
    width: 50px;
    height: 250%;
    transform: rotate(65deg);
    background: linear-gradient(to right, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0.15) 100%);
    animation: button-shine 4.5s ease-out 1s infinite;
    z-index: 10;
}

@keyframes button-shine {
    0% { left: -65%; opacity: 0; }
    16% { left: 140%; opacity: 0.8; }
    100% { left: 140%; opacity: 0.8; }
}

/*********************************/
/* Dialogs                       */
/*********************************/

.items-dialog .modal-content {
    height: 490px;
    background-color: black;
    border: 2px solid white;
    color: white;
    background-image: url("/images/client/UI/OffersBanner/OF_VideoReward.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.items-dialog .modal-wrapper {
    padding: 0 7%;
}

.login-dialog .modal-header,
.login-dialog .modal-body,
.login-dialog .modal-footer,
.items-dialog .modal-header,
.items-dialog .modal-body,
.items-dialog .modal-footer,
.excl-items-dialog .modal-header,
.excl-items-dialog .modal-body,
.excl-items-dialog .modal-footer,
.black-dialog .modal-header,
.black-dialog-dialog .modal-body,
.black-dialog-dialog .modal-footer {
    border: 0;
}

.login-dialog .modal-header {
    background: #E3BB00;
    width: 92.5%;
    margin: 0 auto;
    margin-top: 1.5%;
    padding: 12px;
    border: 3px solid #944D00 !important;
    border-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.items-dialog .modal-header {
    padding-top: 5px;
}

.login-dialog .modal-title,
.items-dialog .modal-title,
.excl-items-dialog .modal-title,
.black-dialog .modal-title {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.items-dialog .modal-body {
    padding: 0 1rem;
}

.login-dialog .modal-footer,
.items-dialog .modal-footer,
.excl-items-dialog .modal-footer,
.black-dialog .modal-footer {
    justify-content: center;
}

.login-dialog .close,
.items-dialog .close,
.excl-items-dialog .close,
.black-dialog .close {
    position: absolute;
    top: -10px;
    right: -8px;
    opacity: 1;
}

.login-dialog .close {
    right: 0;
    top: -1px;
}

.login-dialog .close span,
.items-dialog .close span,
.excl-items-dialog .close span,
.black-dialog .close span {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: white;
    border: 2px solid white;
    background-color: #70390C;
    line-height: 28px;
    font-family: initial;
    font-size: 30px;
    font-weight: bold;
    border-radius: 8px;
    padding: 0;
    margin: 0;
    opacity: 1;
}

.st-offer-items-list {
    overflow-y: scroll;
    margin-top: 1%;
}

.st-offer-list-item {
    line-height: 25px;
}

.medal-icon-hero {
    display: inline-block;
    width: 18px;
    z-index: 3;
    margin-left: -36px;
    margin-right: 12px;
    margin-bottom: -20px;
}

.login-dialog .modal-content {
    height: 470px;
    background-color: transparent;
    color: white;
    background-image: url("/images/client/UI/Card/CD_Card_Rare.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 7px 0;
    font-size: 14px;
    border: 0;
}

.black-dialog .modal-content {
    background-color: black;
    color: white;
    border: 2px solid white;
    padding: 0 12px;
}

.black-dialog .modal-header {
    border-bottom: 1px solid #e9ecef;
}

.black-dialog .modal-body {
    padding: 0 1rem;
}

.ywg-label {
    width: 100%;
    text-align: center;
    position: absolute;
    top: -22px;
    left: 0;
    font-size: 16px;
}

.multiplier-offer-flag {
    background-image: url("/images/client/UI/Common/SH_OneTimeBg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left;
    padding: 10px 5px 10px 10px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.multiplier-offer-flag .small-icon {
    margin-top: -2px;
}

.old-flooz-award {
    display: inline-block;
    transform: scale(.9);
}

.st-offer-old-price {
    display: inline-block;
    line-height: 3px;
    margin-right: 4px;
    margin-top: 9px;
    margin-bottom: -10px;
    font-size: 10px;
}

.excl-items-dialog .modal-content {
    height: 490px;
    background-color: black;
    border: 2px solid white;
    color: white;
    background-image: url("/images/client/UI/OffersBanner/OF_Custom.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.excl-items-dialog .modal-header {
    padding-top: 5px;
}

.excl-items-dialog .modal-title {
    font-size: 16px;
}

.excl-items-dialog .modal-body {
    padding: 3px;
}

.excl-offer-content {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 112px;
    border-bottom: 4px solid black;
    margin-top: -20px;
}

.excl-items-dialog .st-excl-offer-stock {
    bottom: 3px;
}

.st-excl-offer-dialog-right-container {
    position: absolute;
    bottom: 18px;
    right: 0;
    width: 65%;
    text-align: center;
}

.st-excl-offer-small-timer-container span {
    vertical-align: middle;
}

.st-excl-offer-small-timer-icon {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background-image: url("/images/client/UI/Offers/OF_Clock.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.st-excl-offer-limited-badge {
    background: url("/images/client/UI/Offers/OF_CT_LimitedTime_Bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 184px;
    height: 29px;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.st-excl-offer-items-list {
    margin: 0 auto;
    margin-top: 14%;
    width: 80%;
    position: absolute;
    left: 9%;
    bottom: 10%;
    overflow-y: scroll;
}

.st-excl-offer-vip {
    width: 100%;
    text-align: center;
    font-size: 15px;
    position: absolute;
    bottom: -11px;
    left: 0;
}

.black-dialog .modal-dialog {
    max-width: 350px !important;
    margin: auto;
}

.st-info-images img {
    height: 400px !important;
}

/*********************************/
/* Common elements               */
/*********************************/

.c-pointer {
    cursor: pointer;
}

.wi-40 {
    width: 40px;
}

.wi-60 {
    width: 60px;
}

.wi-70 {
    width: 70px;
}

.wi-90 {
    width: 90px;
}

.wi-220 {
    width: 220px;
}

.button-orange {
    background-image: url("/images/client/UI/Common/button_orange.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 50px;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    color: white;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    max-width: 100px;
}

.button-orange:not(.disabled):active {
    filter: brightness(1.3);
}

.black-dialog .modal-footer button,
.button-small {
    background-image: url("/images/client/UI/Common/OP_Button.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 30px;
    min-width: 80px;
    display: inline-block;
    padding: 0 12px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    color: white;
    border: 0;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.button-small:active {
    filter: brightness(1.3);
}

.crossed {
    position: relative;
}

.crossed::after {
    content: "";
    position: absolute;
    top: 45%;
    left: -5%;
    display: block;
    width: 120%;
    height: 2px;
    background: red;
    border-radius: 50%;
    transform: rotate(-20deg);
}

.clickable {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .05s;
}

.clickable:active {
    transform: scale(.95);
}

.white-with-border {
    color: white;
    -moz-text-shadow:
            -1px -1px 0px #000,
            0px -1px 0px #000,
            1px -1px 0px #000,
            -1px  0px 0px #000,
            1px  0px 0px #000,
            -1px  1px 0px #000,
            0px  1px 0px #000,
            1px  1px 0px #000;
    -webkit-text-shadow:
        -1px -1px 0px #000,
        0px -1px 0px #000,
        1px -1px 0px #000,
        -1px  0px 0px #000,
        1px  0px 0px #000,
        -1px  1px 0px #000,
        0px  1px 0px #000,
        1px  1px 0px #000;
    text-shadow:
            -1px -1px 0px #000,
            0px -1px 0px #000,
            1px -1px 0px #000,
            -1px  0px 0px #000,
            1px  0px 0px #000,
            -1px  1px 0px #000,
            0px  1px 0px #000,
            1px  1px 0px #000;
}

.tiny-icon,
.small-icon,
.medium-icon {
    width: auto;
    vertical-align: middle;
    margin-top: -4px;
}

.tiny-icon {
    height: 15px;
}

.small-icon {
    height: 20px;
}

.medium-icon {
    height: 35px;
}

/*********************************/
/* Spinner                       */
/*********************************/

.cta-spinner {
    height: 70px;
    width: 70px;
    margin: -35px 0 0 -35px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999999;
}

.cta-spinner .ring {
    border-radius: 50%;
    position: absolute;
    border: calc(65px * 0.05) solid transparent;
    border-top-color: #ff1d5e;
    border-left-color: #ff1d5e;
    animation: cta-spinner-animation 2s infinite;
}

.cta-spinner .ring:nth-child(1) {
    height: calc(65px - 65px * 0.2 * 0);
    width: calc(65px - 65px * 0.2 * 0);
    top: calc(65px * 0.1 * 0);
    left: calc(65px * 0.1 * 0);
    animation-delay: calc(2000ms * 0.1 * 4);
    z-index: 5;
}

.cta-spinner .ring:nth-child(2) {
    height: calc(65px - 65px * 0.2 * 1);
    width: calc(65px - 65px * 0.2 * 1);
    top: calc(65px * 0.1 * 1);
    left: calc(65px * 0.1 * 1);
    animation-delay: calc(2000ms * 0.1 * 3);
    z-index: 4;
}

.cta-spinner .ring:nth-child(3) {
    height: calc(65px - 65px * 0.2 * 2);
    width: calc(65px - 65px * 0.2 * 2);
    top: calc(65px * 0.1 * 2);
    left: calc(65px * 0.1 * 2);
    animation-delay: calc(2000ms * 0.1 * 2);
    z-index: 3;
}

.cta-spinner .ring:nth-child(4) {
    height: calc(65px - 65px * 0.2 * 3);
    width: calc(65px - 65px * 0.2 * 3);
    top: calc(65px * 0.1 * 3);
    left: calc(65px * 0.1 * 3);
    animation-delay: calc(2000ms * 0.1 * 1);
    z-index: 2;
}

.cta-spinner .ring:nth-child(5) {
    height: calc(65px - 65px * 0.2 * 4);
    width: calc(65px - 65px * 0.2 * 4);
    top: calc(65px * 0.1 * 4);
    left: calc(65px * 0.1 * 4);
    animation-delay: calc(2000ms * 0.1 * 0);
    z-index: 1;
}

@keyframes cta-spinner-animation {
    50% {
        transform: rotate(360deg) scale(0.7);
    }
}

#dropin-container button.adyen-checkout__applepay__button {
    -webkit-appearance: -apple-pay-button !important;
}

.dialog-adyen .modal-title {
    color: black;
}

.dialog-contacts .modal-header *, .dialog-contacts .modal-body * {
    color: black;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 999;
    width: 100%;
    max-width: 400px;
    padding: 5px 10px;
    transform: translateX(-50%);
    background: #6b3707;
}

.pre {
    white-space: pre;
}

.footer a {
    text-decoration: underline;
    color: white;
}

.footer-logo-wrapper.flex-row-center {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.footer-logo-wrapper img {
    height: 25px;
    width: auto;
}

.flex-row-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-header button.close {
    z-index: 100;
}

.excl-items-dialog .excl-offer-content {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}
