.prose :where(strong):not(:where([class~="not-prose"] *)) {
    color: #fff;
}

.prose :where(a):not(:where([class~="not-prose"] *)) {
    color: #e09b37;
}
.prose :where(code):not(:where([class~=not-prose] *)) {
    color: #e09b37;
}

.basket-steps {
    --tw-border-opacity: 1;
    border-color: rgb(109 109 113 / var(--tw-border-opacity));
    border-style: solid;
    border-width: 1px;
    border-radius: 12px;
    margin-top: 20px;
}

.basket-step:nth-child(1) {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.basket-step.active {
    background: #e09b37;
    color: black;
    font-weight: bold;
}

.basket-step {
    float: left;
    width: 25%;
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;

    background: #252636;
    --tw-border-opacity: 1;
    border-right-color: rgb(109 109 113 / var(--tw-border-opacity));
    border-right-style: solid;
    border-right-width: 1px;

}

.basket-steps div.basket-step:nth-child(4) {
    border-right-width: 0;
    border-right-color: #fff;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.fivem-login {
    display: flex;
    padding-top: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.resource-image img {
    width: 188px;
    height: 188px;
    object-fit: cover;
    border-radius: 12px;
    margin-right: 10px;
}

.fivem-login a.btn,.checkout-summary-container button.btn, .fivem-login .variable-continue {
    display: inline-flex;
    align-items: center;
    background-color: #e09b37;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 6px;
    padding: 1.25rem 1.75rem;
    cursor: pointer;
    transition: background-color .3s,border-color .3s,color .3s;
    margin: 20px 0;
}

.checkout-summary-container {
    padding-bottom: 50px;
}
.checkout-summary-headline {
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.checkout-summary-container button.btn {
    margin: 10px 0;
}

.discord-login-input a.btn#login-with-discord {
    margin: 0;
}

.variable-discord-login {
    padding-top: 10px;
}

.fivem-login .variable-continue {
    margin: 20px 0 10px;
}

.discord-name {
    padding: 10px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    text-align: center;
}

.fivem-login .variable-item a.btn {
    padding: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fivem-login form {
    margin-bottom: 0;
}

.fivem-login a.btn:hover {
    background-color: #ca8c31;
}

.fivem-login .input-group {
    display: flex;
    justify-content: center;
}

.push-bottom {
    margin-bottom: 100px;
}

.why-shop-item {
    margin-bottom: 15px;
}

.checkout-container {
    background: url('https://cdn.tebex.io/store/914833/templates/120910/assets/5e6a862d67796ba3581c0491c66630f88f326449.png');
    padding: 15px;
    border-radius: 12px;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.custom-price {
    display: flex;
    padding: 20px;
    justify-content: center;
}

.price-label {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 10px;
}

.custom-price .price-right {
    background: #525476;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border: 1px solid #000000;
    border-left: 0;
}

.custom-price input {
    padding: 5px;
    width: 85px;
    color: black;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border: 1px solid #000000;
    border-right: 0;
}

.checkout-summary-container {
    width: 800px;
    margin: 0 auto;
}

.checkout-summary-headline {
    display: flex;
    justify-content: space-between;
}

.checkout-summary-content table {
    border-collapse:separate;
    width: 100%;
    border: 1px solid #6D6D71;
    border-radius: 12px;
    border-bottom-right-radius: 0;
}

.checkout-summary-content table td {
    padding: 20px;
    border-bottom: 1px solid #6D6D71;
}

.checkout-summary-content table tr:last-of-type td {
    border-bottom: 0;
}

.price-summary {
    width: 150px;
    float: right;
    border: 1px solid #6D6D71;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top: 0;
    text-align: center;
    padding: 10px 0;
}

.checkout-summary-content table img {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.checkout-summary-content table input {
    width: 60px;
    padding: 5px;
    color: black;
}

.checkout-summary-content form {
    margin-bottom: 0;
}

.price-color {
    color: #5FEE5B;
    font-weight: bold;
}

.remove-button {
    background-color: #6D6D71;
    color: #ffffff;
    padding: 8px 10px;

}

.checkout-bottom {
    display: flex;
    justify-content: space-between;
}

.checkout-bottom .checkout-button {
    width: 200px;
}

.coupon-container .coupon-top {
    margin-bottom: 10px;
}

.coupon-container .coupon-top span {
    font-size: 20px;
    border-bottom: 4px solid  #e09b37;
}

.coupon-container {
    width: 250px;
}

#hero-slider {
    position: relative;
}

@media (min-width: 1280px) {
    #hero-slider > div:not(.tns-item) {
        position: absolute;
        transform: translateY(-50%);
    }
}

@media (max-width: 1024px) {
    .checkout-summary-container {
        width: 600px;
    }
}

@media (max-width: 768px) {
    .checkout-summary-container {
        width: 400px;
    }

    .checkout-summary-content tr td:first-child {
        display: none;
    }

    .checkout-summary-container .checkout-bottom {
        flex-direction: column-reverse;
        align-items: center;
    }
}

.refferal-block {
}

.refferal-block .ref-image {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.ref-image img {
    border-radius: 12px;
    cursor: pointer;
}

.ref-image img.left, .ref-image img.right {
    position: absolute;
    top: -30px;
    opacity: 0.5;
    width: 240px;
    height: 180px;
    object-fit: cover;
}

.ref-image img.left {
    left: -100px;
}

.ref-image img.right {
    right: -100px;
}

.ref-image img.center {
    position: relative;
    width: 300px;
    height: 200px;
    object-fit: cover;
    border: 4px solid #0c0c12;
}

.refferal-block .ref-name {
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0;
    cursor: pointer;
}

.refferal-block .ref-name, .refferal-block .ref-cta {
    text-align: center;
}

.refferal-outer-container {
    display: flex;
    justify-content: center;
}

.homepage-product-header .cat-description {
    display: none;
}

@media (min-width: 768px) {
    .homepage-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (min-width: 1024px) {
    .homepage-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .homepage-product-header .cat-description {
        display: block;
        width: 650px;
    }
}

@media (min-width: 1280px) {
    .homepage-product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .homepage-product-header .cat-description {
        width: 850px;
    }
}

@media (min-width: 1536px) {
    .homepage-product-header .cat-description {
        width: auto;
    }
}

.homepage-product-header {
    height: 100px;
    background-image: url('https://cdn.tebex.io/store/914833/templates/120910/assets/5e6a862d67796ba3581c0491c66630f88f326449.png');

    margin-bottom: 1.875rem;
    margin-top: 1.875rem;
}

.homepage-product-header:nth-child(0) {
    margin-top: 0;
}

.homepage-product-header  {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.homepage-product-header .cat-name {
    font-size: 40px;
    padding-left: 1.875rem;
}

.homepage-product-header .cat-description {
    padding-right: 1.875rem;
}

.detail-price-display {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
}
.detail-price-price {

}
.detail-price-mbg .button {
    width: 100%;
    margin-top: 10px;
}

.page-container {
    max-width: 800px;
    background: #1c1c2a;
    padding-top: 20px;
    margin-bottom: 20px;
}
.page-container p {
    padding-bottom: 15px;
}

@media (min-width: 1024px) {
    #support-box .big-padding {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

.prose li {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.prose ul {
    margin-top: 0 !important;
}
@media (min-width: 1280px) {
    .xl\:flex-row {
        flex-direction: row;
    }
}

section #mc_embed_signup div.mce_inline_error {
    margin: 0;
    background-color: #ff00004d;
}

section.top-bar {
/*christmas*/
/*background: rgb(152,116,33);*/
/*background: linear-gradient(270deg, rgba(152,116,33,1) 0%, rgba(185,153,79,1) 50%, rgba(152,116,33,1) 100%);*/

/*summer*/
/*background: #39bce5;*/
/*background: linear-gradient(25deg, rgb(7 131 153) 0%, rgb(4 218 255) 51%, rgb(28 95 155) 100%);*/
}

#mc_embed_signup_scroll {
    min-height: 210px;
}