
:root {
    --ui-font-base: 'Titillium Web', sans-serif;

    --ui-text-main: #fff;
    --ui-text-soft: #ddd;
    --ui-text-muted: #aaa;
    --ui-text-dark: #444444;

    --ui-danger: #e62b64;
    --ui-warning: #ffeb3b;
    --ui-success: #7caa2e;

    --ui-radius-xs: .1875rem;
    --ui-radius-sm: .3125rem;
    --ui-radius-md: .5rem;
    --ui-radius-lg: .625rem;
    --ui-radius-xl: 1.25rem;
    --ui-radius-pill: 62.4375rem;

    --ui-shadow-soft: 0 0 .3125rem rgba(0,0,0,.75);
    --ui-shadow-md: 0 0 .5rem rgba(0,0,0,.5);
    --ui-shadow-lg: 0 0 .625rem rgba(44,57,79,.8);
    --ui-shadow-xl: 0 0 1.5625rem rgba(0,0,0,.08);

    --ui-border-soft: .0625rem solid rgba(255,255,255,.11);
    --ui-border-faint: .0625rem solid rgba(255,255,255,.09);
    --ui-border-strong: .0625rem solid rgba(255,255,255,.20);

    --ui-space-2xs: .125rem;
    --ui-space-xs: .3125rem;
    --ui-space-sm: .5rem;
    --ui-space-md: .625rem;
    --ui-space-lg: .9375rem;
    --ui-space-xl: 1.25rem;
    --ui-space-2xl: 1.875rem;

    --ui-fs-2xs: .625rem;
    --ui-fs-xs: .75rem;
    --ui-fs-sm: .8125rem;
    --ui-fs-md: .875rem;
    --ui-fs-lg: .9375rem;
    --ui-fs-xl: 1.25rem;
    --ui-fs-2xl: 1.875rem;
}

body {
    font-family: var(--ui-font-base);
    color: var(--ui-text-dark);
    background: var(--color5);
}

.number-message {
    position: absolute;
    top: -.3125rem;
    left: -.625rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: var(--ui-danger);
    color: #fff;
    font-size: var(--ui-fs-2xs);
    line-height: 1.25rem;
    text-align: center;
}

span.count-prelie {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    background: var(--ui-danger);
    color: #fff;
    line-height: 1;
}

.margin-regulation {
    margin: 0 -.9375rem 0 0;
}

.margin-regulation2 {
    margin: 0;
}

form#searchCasino > div > div > input {
    background: #e0e0e0;
    border: .0625rem solid #ddd;
    font-size: 1.0625rem !important;
    padding: 1.875rem .625rem;
}

form#searchCasino .fa-search {
    width: calc(100% + 1.875rem);
    margin: 0 0 0 -1.5625rem;
    padding: 1rem;
    background: #146e51;
    border-radius: var(--ui-radius-sm);
    font-size: 1.875rem !important;
    text-align: center;
}

form#searchCasino .col-2 {
    margin: 0 !important;
}

#header {
    background: var(--color3);
    box-shadow: var(--ui-shadow-xl);
    z-index: 997;
    padding: .125rem 0 .625rem;
}

#footer {
    background: var(--color7);
    padding: 1.875rem 0 2.5rem;
    color: #ccc;
    font-size: var(--ui-fs-md);
    text-align: center;
}

.datepicker td,
.datepicker th {
    font-size: .75rem;
}

.no-b > .text-muted > option {
    font-family: var(--ui-font-base);
    background: var(--color5);
}

.box-container-provider {
    position: relative;
    margin: 0 -.9375rem;
}

/* Navigation */

.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > ul {
    display: flex;
}

.nav-menu > ul > li {
    position: relative;
    padding: .625rem .9375rem;
    white-space: nowrap;
}

.nav-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    color: var(--color2);
    font-family: var(--ui-font-base);
    font-size: var(--ui-fs-md);
    text-align: center;
    transition: .3s;
}

.nav-menu > ul > li > a > svg {
    width: 1.125rem;
    margin: .3125rem;
    fill: var(--color2);
}

.nav-menu > ul > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.3125rem;
    width: 0;
    height: .125rem;
    background-color: var(--color1);
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.nav-menu a:hover::before,
.nav-menu li:hover > a::before,
.nav-menu .active > a::before {
    width: 100%;
    visibility: visible;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
    color: var(--color1);
}

.nav-menu a:hover svg,
.nav-menu .active > a svg,
.nav-menu li:hover > a > svg {
    fill: var(--color1);
}

.nav-menu .drop-down ul {
    position: absolute;
    top: calc(100% + 1.875rem);
    left: 1.75rem;
    z-index: 99;
    display: block;
    min-width: 11.25rem;
    padding: .625rem 0;
    background: #fff;
    box-shadow: 0 0 1.875rem rgba(127,137,161,.25);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.nav-menu .drop-down:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nav-menu .drop-down li {
    position: relative;
    min-width: 11.25rem;
}

.nav-menu .drop-down ul a {
    padding: .625rem 1.25rem;
    font-size: var(--ui-fs-md);
    font-weight: 500;
    text-transform: none;
    color: #222;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
    color: #34b7a7;
}

.nav-menu .drop-down > a::after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: .3125rem;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 1.875rem);
}

.nav-menu .drop-down .drop-down:hover > ul {
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 2.1875rem;
}

.nav-menu .drop-down .drop-down > a::after {
    content: "\eaa0";
    position: absolute;
    right: .9375rem;
    font-family: IcoFont;
}

nav.nav-menu.d-none.d-lg-block {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    margin: 0 auto;
}

.bg-virtual {
    background: var(--color5);
}

.button-account-m-p {
    margin: 0 !important;
    padding: .3125rem 1.875rem !important;
    font-size: .9375rem !important;
}

/* Pagination */

.pagination-p {
    border-radius: 0 !important;
}

.pagination-p > .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: rgba(255,255,255,.34);
    border-color: #fff;
}

.pagination-p > .page-item:first-child .page-link,
.pagination-p > .page-item:last-child .page-link {
    border-radius: 0;
}

.pagination-p > li > a.page-link {
    padding: .3125rem .625rem;
    border: .0625rem solid #dee2e6;
    background-color: transparent;
    color: #fff;
}

.pagination-p > li > a.page-link:hover {
    background-color: #fff;
    color: var(--color5);
}

/* Generic blocks */

.no-b > .text-muted {
    color: #fff !important;
    font-size: var(--ui-fs-md);
}

.no-b > .border {
    border: 0 !important;
    background: transparent;
}

.box-balance {
    margin-bottom: 1.875rem;
    padding: .625rem 0;
    border-top: .0625rem solid #fff;
    border-bottom: .0625rem solid #fff;
}

.box-balance > h2 {
    margin: 0 0 .3125rem;
    padding-bottom: .625rem;
    border-bottom: .0625rem solid rgba(255,255,255,.31);
    color: var(--color1);
    font-size: 1.25rem;
    font-weight: 600;
    text-align: left;
}

.box-balance > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .3125rem;
    border-bottom: .0625rem dotted rgba(255,255,255,.42);
}

.box-balance > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.box-balance > div > span {
    font-size: .75rem;
}

.box-balance > div > strong {
    color: #ddd;
    font-size: .8125rem;
}

.border-hr {
    border-top: .0625rem solid #fff;
}

.box-account-button {
    padding: .625rem;
    background: var(--color3);
    border: .0625rem solid rgba(255,255,255,.13);
}

.box-account-button > h2 {
    margin: 0 0 .625rem;
    color: var(--color1);
    font-size: 1.25rem;
    font-weight: 600;
    text-align: left;
}

.box-account-button > div > div {
    display: block;
    margin-bottom: .3125rem;
    padding: .625rem;
    background: var(--color5);
    border: .0625rem solid rgba(255,255,255,.09);
    border-radius: var(--ui-radius-md);
    text-align: left;
}

.box-account-button > div > div:hover {
    background: transparent;
    border-color: rgba(255,255,255,.70);
}

div.current-p-tab {
    background: var(--color1) !important;
    color: var(--color8);
}

.container-virtual {
    display: flex;
    justify-content: flex-start;
    margin: 1.25rem .3125rem 0;
    padding: .625rem 0;
    overflow: auto;
    border-top: .0625rem solid rgba(255,255,255,.08);
    border-bottom: .0625rem solid rgba(255,255,255,.08);
}

.container-password-reset {
    width: 100%;
    max-width: 25rem;
    margin: 5.9375rem auto 1.875rem;
    padding: .9375rem;
    overflow: auto;
    border: .0625rem solid #fff;
}

.virtual-title {
    margin: 0 0 .9375rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: left;
}

button.close.new {
    position: absolute;
    top: .625rem;
    right: 1.125rem;
    color: #fff;
}

.margin-bottom-5 {
    margin-bottom: .3125rem !important;
}

.pd-l-2 {
    padding-left: .125rem;
}

.pd-r-2 {
    padding-right: .125rem;
}

.friends {
    margin-top: .625rem;
    padding: .3125rem 1.25rem;
    border: .0625rem dotted rgba(255,255,255,.44);
    border-radius: .625rem;
}

.friends > h4 {
    margin-bottom: .625rem;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
}

.style-card {
    width: 100%;
    border: 0;
    background-color: var(--color5);
}

.style-card > .card-body > h5,
.style-card > .card-body > h2 {
    margin-bottom: .125rem;
    font-weight: 600;
}

.style-card > .card-body > h5 {
    color: #fff;
}

.style-card > .card-body > h2 {
    color: var(--color1);
}

.style-card > .card-body > p {
    margin-bottom: .625rem;
    color: #ddd;
    font-size: .875rem;
}

.description-promo {
    margin-top: 1.25rem;
    color: #aaa;
}

h1.title-sport {
    padding: 1.5625rem 0 .625rem;
    color: #fff;
    font-size: 1.875rem;
    font-weight: 600;
}

h1.title-sport > svg {
    width: 1.875rem;
    margin: 0 .625rem .25rem;
    fill: var(--color1);
}

.carousel-item.block > img {
    display: block;
    width: 100%;
}

/* Game tiles */

.square-box-virtual,
.square-box-casino {
    position: relative;
    overflow: hidden;
    float: left;
}

.square-box-virtual {
    width: 25%;
}

.square-box-casino {
    width: 14.2857%;
}

.square-box-virtual::before,
.square-box-casino::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.square-content-virtual,
.square-content-casino {
    position: absolute;
    inset: .625rem;
    overflow: hidden;
    border-radius: 1.875rem;
    border: var(--ui-border-soft);
    box-shadow: var(--ui-shadow-lg);
}

.square-content-virtual {
    background: #292d34;
}

.square-content-casino {
    background: var(--color6);
}

.container-casino {
    display: table;
    width: 100%;
    height: 100%;
}

.image-casino-icon {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    backface-visibility: hidden;
    transition: .5s ease;
}

.middle-button {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    text-align: center;
    transform: translate(-50%, -50%);
    transition: .5s ease;
}

.container-casino:hover .image-casino-icon {
    opacity: .1;
}

.container-casino:hover .middle-button {
    opacity: 1;
}

.icon-play-casino {
    width: 100%;
    margin-top: .3125rem;
}

.title-game {
    margin-bottom: .625rem;
    color: #fff;
    font-size: .8125rem;
}

.circle {
    stroke: var(--color1);
    stroke-dasharray: 650;
    stroke-dashoffset: 650;
    opacity: .3;
    transition: all .5s ease-in-out;
}

.playBut {
    display: inline-block;
    transition: all .5s ease;
}

.playBut .triangle {
    stroke: #fff;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    transform: translateY(0);
    transition: all .7s ease-in-out;
}

.playBut:hover .triangle {
    stroke: var(--color1);
    stroke-dashoffset: 0;
    opacity: 1;
    animation: nudge .7s ease-in-out;
}

.playBut:hover .circle {
    stroke-dashoffset: 0;
    opacity: 1;
}

/* Auth buttons */

.login-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 33.3333%;
}

.login,
.logged,
.registration {
    padding: .3125rem .625rem;
    border-radius: 1.4375rem;
    font-size: .75rem;
}

.login {
    margin: .625rem .625rem .3125rem 0;
    border: .0625rem solid var(--color1);
    background: var(--color1);
    color: var(--color8);
    font-weight: 600;
}

.logged {
    position: relative;
    margin: .3125rem .625rem 0 0;
    border: .0625rem solid var(--color1);
    background: var(--color1);
    color: var(--color8);
    font-size: .75rem;
}

.logged:last-child {
    margin-right: 0;
}

.registration {
    margin: .625rem .625rem .3125rem 0;
    border: .0625rem solid var(--color1);
    background: transparent;
    color: var(--color9);
    font-weight: 600;
}

.login:hover,
.logged:hover,
.registration:hover {
    background: var(--color1);
    color: #fff;
    transition: all .3s ease-in-out;
}

a.logged > svg {
    width: .75rem;
    margin: -.1875rem .3125rem 0 .3125rem;
    fill: var(--color8);
}

a.logged:hover > svg {
    fill: #fff;
}

a.exit-to-play {
    color: #fff;
}

a.exit-to-play > svg {
    width: .9375rem;
    margin: -.125rem .3125rem 0 0;
    fill: rgba(255,255,255,.48);
}

a.exit-to-play:hover > svg {
    fill: rgba(255,0,0,.63);
}

.info-profile {
    display: flex;
    justify-content: space-between;
    margin-bottom: .3125rem;
    color: #fff;
    font-size: .75rem;
}

.info-profile > span > svg {
    width: .75rem;
    margin: -.125rem 0 0 .3125rem;
    fill: #fff;
}

/* Forms */

.coolform .form-control {
    display: block;
    width: 100%;
    height: calc(1.25rem + .5rem + .125rem);
    margin-top: .3125rem;
    padding: .3125rem 0 .3125rem .625rem;
    border: .0625rem solid #fff;
    border-radius: var(--ui-radius-sm);
    background-color: transparent;
    background-clip: padding-box;
    color: #888;
    font-size: .8125rem;
    font-weight: 400;
    line-height: .8125rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.coolform .form-control:focus {
    border-color: #e64d0e;
    background-color: transparent;
    color: #fff;
    outline: 0;
    box-shadow: none;
}

/* Jackpot */

.jackpot {
    position: absolute;
    top: -.6875rem;
    width: 100%;
    height: 4.6875rem;
    z-index: 110;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.jackpot-div-mini,
.jackpot-div-super,
.jackpot-div-mega {
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: relative;
    width: calc(33.333% - 1.25rem);
    max-width: 18.75rem;
    height: 2.1875rem;
    margin: 1.25rem .625rem 0;
    border-radius: 1.25rem;
    background-size: cover;
    box-shadow: var(--ui-shadow-md);
}

.jackpot-div-mini {
    border: .125rem solid #ddd;
    animation: bounce-in-top 1.1s steps(2, end) 0s both;
}

.jackpot-div-super {
    border: .125rem solid var(--color1);
    animation: bounce-in-top 1.1s steps(2, end) .5s both;
}

.jackpot-div-mega {
    border: .125rem solid rgba(255,235,59,.99);
    animation: bounce-in-top 1.1s steps(2, end) 1s both;
}

.jackpot-div-mini > strong,
.jackpot-div-super > strong,
.jackpot-div-mega > strong {
    align-self: center;
    padding: 0 .5625rem;
    margin: 0 .3125rem;
    border-right: .0625rem solid #fff;
    color: #fff;
    font-size: 1.25rem;
}

.jackpot-div-mini > span,
.jackpot-div-super > span,
.jackpot-div-mega > span {
    align-self: center;
    margin: .125rem .1875rem;
    font-size: .8125rem;
    text-transform: uppercase;
}

.jackpot-div-mini > span {
    color: #aaa;
    font-weight: 600;
}

.jackpot-div-super > span {
    color: var(--color1);
    font-weight: 600;
}

.jackpot-div-mega > span {
    color: #ffeb3b;
    font-weight: 700;
}

.stelle-promo {
    padding-top: 0;
    padding-bottom: 3.125rem;
    background: var(--color3);
    overflow: hidden;
}

.stelle {
    position: relative;
    top: 5rem;
    width: 100%;
    height: 3.375rem;
    background: radial-gradient(ellipse at bottom, var(--color3) 0%, #090a0f 100%);
    overflow: hidden;
}

/* Sliders / rails */

.slide-casino {
    display: flex;
    padding: .3125rem 3.4375rem .3125rem .3125rem;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    background: var(--color4);
    border-bottom: .0625rem solid rgba(7,17,32,.81);
    box-shadow: 0 0 .625rem rgba(0,0,0,.38);
    cursor: pointer;
    user-select: none;
    will-change: transform;
    scrollbar-color: #2e323b;
    scrollbar-width: .1875rem !important;
    -ms-overflow-style: none;
}

.slide-subcategories {
    display: flex;
    margin-left: -.9375rem;
    margin-right: -.9375rem;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    border-bottom: .0625rem solid rgba(7,17,32,.81);
    box-shadow: 0 0 .625rem rgba(0,0,0,.38);
    cursor: pointer;
    user-select: none;
    will-change: transform;
    scrollbar-color: #2e323b;
    scrollbar-width: .1875rem !important;
    -ms-overflow-style: none;
}

.slide-subcategories::-webkit-scrollbar-thumb {
    background-color: #2e323b;
    border-radius: .3125rem;
    box-shadow: 0 0 .375rem rgba(0,0,0,.3);
}

.slide-subcategories::-webkit-scrollbar-track {
    background-color: #222;
}

.slide-subcategories::-webkit-scrollbar {
    width: .3125rem;
}

.provider {
    width: 100%;
    min-width: 8.125rem;
    padding-left: .125rem;
    padding-right: .125rem;
}

div.provider > a {
    display: block;
    padding: .1875rem;
    background: var(--color5);
    border: .0625rem solid rgba(255,255,255,.09);
    border-radius: var(--ui-radius-md);
    text-align: center;
}

div.provider > a:hover {
    background: transparent;
    border-color: rgba(255,255,255,.70);
}

.provider > a > img {
    width: auto;
    height: 1.875rem;
    margin: 0;
}

.provider.active > a {
    background: #4b5161;
}

.slider-x-casino {
    margin: .625rem 1.25rem;
}

div.slider-x-casino > a.carousel-control-prev,
div.slider-x-casino > a.carousel-control-next {
    width: 1.25rem;
    background: var(--color1);
}

div.slider-x-casino > a.carousel-control-prev {
    margin-left: -1.25rem;
    border-top-left-radius: var(--ui-radius-md);
    border-bottom-left-radius: var(--ui-radius-md);
}

div.slider-x-casino > a.carousel-control-next {
    margin-right: -1.25rem;
    border-top-right-radius: var(--ui-radius-md);
    border-bottom-right-radius: var(--ui-radius-md);
}

div.slider-x-casino > a.carousel-control-prev > span,
div.slider-x-casino > a.carousel-control-next > span {
    width: .625rem;
}

/* Bottom bar */

.bottom-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: var(--color3);
    box-shadow: 0 0 .625rem hsla(0,0%,100%,.1);
    z-index: 997;
}

.botton-bar-option {
    display: flex;
    justify-content: space-between;
}

.b-b-footer {
    padding: .625rem;
    border: 0;
    border-left: .015625rem solid rgba(255,255,255,.2);
    border-right: .015625rem solid rgba(255,255,255,.2);
    background: transparent;
    color: #fff;
    font-weight: 600;
}

.b-b-footer:hover {
    background: rgba(255,255,255,.15);
    color: #fff;
}

.b-b-footer:focus {
    outline: 0;
}

.b-b-footer > svg {
    width: 1.25rem;
    margin: .1875rem;
    fill: #fff;
}

.d-d-footer {
    background: var(--color3);
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: var(--ui-shadow-soft);
}

.b-footer-left {
    display: flex;
}

.form-check-p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 .625rem;
    border-bottom: .0625rem solid rgba(255,255,255,.05);
}

.form-check-p > label {
    display: flex;
    align-items: center;
    margin: .25rem;
    color: #fff;
}

.form-check-p > label > img {
    width: 1.25rem;
    margin-right: .5rem;
}

.d-d-footer > p {
    margin-bottom: 0;
    padding: .5rem .625rem .625rem;
    border-bottom: .0625rem solid rgba(255,255,255,.20);
    color: #fff;
    font-size: .8125rem;
}

.d-d-footer > p > a {
    color: #fff;
}

.d-d-footer > p > a > svg {
    width: 1.125rem;
    margin-right: .5rem;
    fill: #fff;
}

/* Modal */

.modal {
    background: rgba(15,15,15,.9);
}

.modal-style-1,
.modal-style-2 {
    padding: 1.25rem;
    border: .0625rem solid rgba(51,51,51,.5);
    border-radius: .625rem;
    box-shadow: 0 0 .5rem .0625rem rgb(17 17 17);
}

.modal-style-1 {
    background: var(--color5);
}

.modal-style-2 > h3 {
    margin-bottom: 0;
    color: #22262b;
    font-size: .9375rem;
    font-weight: 600;
    text-align: left;
}

.title-modal-1 {
    color: #fff;
    font-size: .9375rem;
    font-weight: 600;
}

.step-icon {
    display: flex;
    justify-content: space-around;
    margin: .9375rem 0 .3125rem;
}

.step {
    width: 3.75rem;
    color: #aaa;
    font-size: .6875rem;
    text-align: center;
}

.step > svg {
    width: 1.25rem;
    margin: 0 auto .3125rem;
    fill: #aaa;
}

.active-svg {
    color: var(--color1);
    font-weight: 600;
}

.active-svg > svg {
    fill: var(--color1) !important;
}

.form-control-r {
    margin-bottom: 0;
    border: .0625rem solid #e94e10;
}

.registration-submit {
    margin-top: .3125rem;
    margin-right: .625rem;
    padding: .3125rem .625rem;
    border: .0625rem solid #aaa;
    border-radius: .625rem;
    background: #aaa;
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
}

.label-r {
    width: calc(100% - 1.25rem);
    margin: 0 .625rem .3125rem;
    padding: .3125rem .9375rem;
    border-bottom-left-radius: var(--ui-radius-md);
    border-bottom-right-radius: var(--ui-radius-md);
    background: #e94e10;
    color: #fff;
    font-size: .75rem;
    text-align: left;
}

.form-control-a {
    margin-bottom: .9375rem;
}

/* Footer / misc */

.slider-home {
    border-bottom: .125rem solid #2b313a;
}

.body-content {
    margin-top: 5rem;
}

.social-links {
    display: flex;
    justify-content: space-between;
    width: 12.5rem;
    margin: 0 auto 2.5rem;
}

.social-links > a {
    color: #ccc;
}

.social-links > a:hover {
    color: #e94e10;
}

.box-link-footer {
    margin-bottom: 1.875rem;
}

.box-link-footer > img {
    width: 11.25rem;
    margin-bottom: 1.25rem;
}

.box-link-footer > ul {
    display: block;
    padding: 0;
    list-style: none;
}

.box-link-footer > ul > li {
    display: inline-block;
    padding: .0625rem .9375rem;
    border-right: .03125rem solid rgba(255,255,255,.18);
    font-size: .6875rem;
}

.box-link-footer > ul > li:last-child {
    border-right: 0;
}

.box-link-footer > ul > li > a {
    color: #ccc;
}

.icon-play {
    width: 90%;
    margin-bottom: .625rem;
}

.gioco-18 {
    margin: .625rem;
    padding: .625rem 1.25rem;
    border: .0625rem solid var(--color4);
    border-radius: 1.25rem;
    color: #bbb;
    font-size: .8125rem;
}

.section-footer-play {
    justify-content: center;
    margin-bottom: 1.875rem;
}

img.multiplatform {
    width: 100%;
    max-width: 21.25rem;
}

div#loadNextGames > div.show-all-p {
    background: var(--color4);
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem;
}

div#loadNextGames > div.show-all-p > a,
div.container-play-1 > div.show-all-p > a,
div.container-play-2 > div.show-all-p > a {
    margin: 0 0 .625rem;
    padding: .3125rem 1.5625rem .9375rem;
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    color: #fff;
    font-size: .875rem !important;
    font-weight: 700;
    cursor: pointer;
}

div#loadNextGames > div.show-all-p > a,
div.container-play-1 > div.show-all-p > a {
    background: var(--color5);
}

div.container-play-2 > div.show-all-p > a {
    background: var(--color4);
}

div#loadNextGames > div.show-all-p > a > svg,
div.container-play-1 > div.show-all-p > a > svg,
div.container-play-2 > div.show-all-p > a > svg {
    width: 1rem;
    margin-right: .625rem;
    fill: var(--color1);
}

.container-play-1,
.container-play-2 {
    padding-top: .625rem;
    overflow: auto;
    margin: 0 .3125rem 0 0;
}

.container-play-2 {
    background: var(--color4);
}

.container-play-1 > h2,
.container-play-2 > h2 {
    margin: 0 .625rem .625rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
}

div.container-play-1 > div.show-all-p {
    background: var(--color4);
}

div.container-play-2 > div.show-all-p {
    background: var(--color5);
}

.list-type-play > div {
    display: flex;
    margin: 0 -.9375rem;
}

.pul-type-play {
    width: 100%;
    margin: 0;
    border-bottom: .0625rem solid rgba(255,255,255,.13);
}

.pul-type-play > a {
    display: block;
    padding: .5rem 1.25rem;
    background: transparent;
    color: #fff;
    font-size: .875rem;
    text-align: center;
}

.pul-type-play > a:hover {
    background: rgba(255,255,255,.10);
}

.pul-type-play.active {
    background: var(--color1);
}

.pul-type-play.active > a {
    color: #272c35;
}

.show-all-p {
    display: flex;
    justify-content: center;
    width: 100%;
}

nav.mobile-nav > ul {
    display: flex;
    flex-direction: column;
}

nav.mobile-nav > ul > li {
    padding: .625rem;
    border-bottom: .0625rem solid rgba(255,255,255,.11);
}

nav.mobile-nav > ul > li > a {
    display: flex;
    color: #fff;
}

nav.mobile-nav > ul > li.active > a {
    color: var(--color1);
}

nav.mobile-nav > ul > li > a > svg {
    width: 1.25rem;
    margin-right: .625rem;
    fill: #fff;
}

.box-search {
    position: absolute;
    top: 1.3125rem;
    right: 2.5rem;
}

.slide-adv {
    height: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.content-adv {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}

.text-adv {
    align-self: center;
    text-align: left;
}

.text-adv > h2,
.text-adv > h5 {
    margin-bottom: .125rem;
    font-weight: 600;
}

.text-adv > h2 {
    color: var(--color1);
}

.text-adv > h5 {
    color: #fff;
}

a.botton-adv-1,
a.botton-adv-2 {
    margin: .3125rem;
    font-size: .9375rem;
    font-weight: 600;
    box-shadow: 0 0 .375rem -.0625rem rgba(0,0,0,.5);
}

a.botton-adv-1 {
    padding: .5rem 1.875rem;
    border-radius: var(--ui-radius-sm);
    background: #7caa2e;
    color: #fff;
}

a.botton-adv-2 {
    padding: .5rem 1.875rem;
    border-radius: 1.25rem;
    background: #ddd;
    color: #2b313a;
}

a.botton-adv-1:hover {
    background: var(--color1);
    color: #fff;
    box-shadow: none;
}

a.botton-adv-2:hover {
    background: #ddd;
    color: var(--color1);
    box-shadow: none;
}

/* Search button */

.container-s {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 6.25rem;
    margin: auto;
}

.container-s .search {
    position: absolute;
    inset: 0;
    right: calc(-100% + 3.125rem);
    width: 2.5rem;
    height: 2.5rem;
    margin: auto;
    background: var(--color1);
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    transition: all 1s;
    z-index: 4;
}

.container-s .search:hover {
    cursor: pointer;
}

.container-s .search::before {
    content: "";
    position: absolute;
    inset: 0;
    top: .9375rem;
    left: .9375rem;
    width: .4375rem;
    height: .125rem;
    margin: auto;
    background: #fff;
    transform: rotate(45deg);
    transition: all .5s;
}

.container-s .search::after {
    content: "";
    position: absolute;
    inset: 0;
    top: -.3125rem;
    left: -.25rem;
    width: 1.0625rem;
    height: 1.0625rem;
    margin: auto;
    border: .125rem solid #fff;
    border-radius: 50%;
    transition: all .5s;
}

.list-type-play {
    border-right: .0625rem solid rgba(255,255,255,.10);
}

.position-sticky {
    position: sticky;
    top: 5rem;
}

.loghi-pag img {
    height: 1.25rem;
}

/* Icons / labels */

p.cash {
    display: flex;
    margin: .3125rem 0 0;
    color: #fff;
    font-size: .875rem;
}

p.cash > svg {
    width: .9375rem;
    margin: 0 .625rem 0 .3125rem;
    fill: #fff;
}

.select-box {
    display: block;
    position: relative;
    width: 100%;
    margin: .625rem auto 0;
    color: #272c35;
    font-size: .9375rem;
}

.select-box__current {
    position: relative;
    outline: none;
    box-shadow: 0 .9375rem 1.875rem -.625rem rgba(0,0,0,.1);
    cursor: pointer;
}

.select-box__current:focus + .select-box__list {
    opacity: 1;
    animation-name: none;
}

.select-box__current:focus + .select-box__list .select-box__option {
    cursor: pointer;
}

.select-box__current:focus .select-box__icon {
    transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
    position: absolute;
    top: 50%;
    right: .9375rem;
    width: 1.25rem;
    opacity: .3;
    transform: translateY(-50%);
    transition: .2s ease;
}

.select-box__value {
    display: flex;
}

.select-box__input {
    display: none;
}

.select-box__input:checked + .select-box__input-text {
    display: block;
}

.select-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    padding: .625rem .9375rem;
    background-color: var(--color1);
}

.select-box__list {
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    box-shadow: 0 .9375rem 1.875rem -.625rem rgba(0,0,0,.1);
    animation-name: HideList;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: step-start;
}

.select-box__option {
    display: block;
    margin-bottom: 0;
    padding: .9375rem;
    border-top: .0625rem solid rgba(255,255,255,.2);
    background-color: #4b5261;
    color: #fff;
}

.select-box__option:hover,
.select-box__option:focus {
    background-color: #fbfbfb;
    color: #546c84;
}

.color-top {
    margin-top: .3125rem;
    margin-bottom: -.1875rem;
    color: #fff;
    font-size: .625rem;
}

.color-top > strong {
    color: var(--color1);
    font-size: .875rem;
}

.reg-success-text {
    color: var(--color2);
}

.add-to-favorite {
    position: absolute;
    right: .625rem;
    bottom: .625rem;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    transition: color .3s ease;
}

.add-to-favorite .fa-heart {
    font-size: 1.5rem;
}

.add-to-favorite .fa-heart.favorited {
    color: #ff0000;
}

.labels {
    position: absolute;
    top: .625rem;
    left: .625rem;
    display: flex;
    flex-direction: column;
    gap: .3125rem;
}

.label {
    display: inline-block;
    padding: .3125rem .625rem;
    border-radius: var(--ui-radius-sm);
    color: #fff;
    font-size: .75rem;
    text-transform: uppercase;
}

.label.hot {
    background-color: #ff0000;
}

.label.new {
    background-color: #00ff00;
}

/* Animations */

@keyframes animStar {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-125rem);
    }
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

@-webkit-keyframes bounce-in-top {
    0% {
        transform: translateY(-31.25rem);
        opacity: 0;
        animation-timing-function: ease-in;
    }
    38% {
        transform: translateY(0);
        opacity: 1;
        animation-timing-function: ease-out;
    }
    55% {
        transform: translateY(-4.0625rem);
        animation-timing-function: ease-in;
    }
    72% {
        transform: translateY(0);
        animation-timing-function: ease-out;
    }
    81% {
        transform: translateY(-1.75rem);
        animation-timing-function: ease-in;
    }
    90% {
        transform: translateY(0);
        animation-timing-function: ease-out;
    }
    95% {
        transform: translateY(-.5rem);
        animation-timing-function: ease-in;
    }
    100% {
        transform: translateY(0);
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-top {
    0% {
        transform: translateY(-31.25rem);
        opacity: 0;
        animation-timing-function: ease-in;
    }
    38% {
        transform: translateY(0);
        opacity: 1;
        animation-timing-function: ease-out;
    }
    55% {
        transform: translateY(-4.0625rem);
        animation-timing-function: ease-in;
    }
    72% {
        transform: translateY(0);
        animation-timing-function: ease-out;
    }
    81% {
        transform: translateY(-1.75rem);
        animation-timing-function: ease-in;
    }
    90% {
        transform: translateY(0);
        animation-timing-function: ease-out;
    }
    95% {
        transform: translateY(-.5rem);
        animation-timing-function: ease-in;
    }
    100% {
        transform: translateY(0);
        animation-timing-function: ease-out;
    }
}

@keyframes nudge {
    0% { transform: translateX(0); }
    30% { transform: translateX(-.3125rem); }
    50% { transform: translateX(.3125rem); }
    70% { transform: translateX(-.125rem); }
    100% { transform: translateX(0); }
}

@keyframes HideList {
    from {
        transform: scaleY(1);
    }
    to {
        transform: scaleY(0);
    }
}

/* Responsive */

@media (max-width: 85.375rem) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a::after {
        content: "\ea9d";
    }
}

@media (min-width: 48rem) {
    .select-box {
        width: 70%;
    }
}

@media (min-width: 62rem) {
    .select-box {
        width: 50%;
    }
}

@media (min-width: 75rem) {
    .select-box {
        width: 30%;
    }
}

@media (max-width: 64.0625rem) {
    .square-box-casino {
        width: 25%;
    }
}

@media (max-width: 61.9375rem) {
    #header {
        position: sticky;
        top: 0;
        padding: .625rem 0;
    }

    #header .logo img {
        max-height: 2.1875rem;
        margin-top: .3125rem;
        margin-left: 3.75rem;
    }

    #header .logo {
        margin-left: 3.4375rem;
    }

    .mobile-nav-toggle {
        top: 0.95rem;
        margin-bottom: -5.625rem;
        font-size: 2.5rem;
    }

    nav.nav-menu.d-none.d-lg-block {
        display: none !important;
    }

    .slide-casino {
        margin: 0 !important;
        overflow-x: scroll;
        scrollbar-width: none;
    }

    .slide-casino::-webkit-scrollbar {
        display: none;
    }

    div.provider > a {
        width: 7.1875rem;
    }

    .square-box-casino {
        width: 25%;
    }

    .body-content {
        margin-top: 2.9375rem;
    }

    .jackpot {
        top: .3125rem;
    }

    .stelle {
        top: 2.9375rem;
        height: 4.1875rem;
    }

    .registration {
        margin-right: 0;
    }

    .login-links {
        display: flex;
        justify-content: flex-end;
        width: auto;
        padding: 0;
    }

    .logged-link {
        display: flex;
        justify-content: flex-end;
        width: 33.33%;
        padding: 0;
    }

    .slider-home {
        overflow: hidden;
    }

    .jackpot-div-mini,
    .jackpot-div-super,
    .jackpot-div-mega {
        justify-content: center;
        flex-direction: column;
    }

    .jackpot-div-mini > strong,
    .jackpot-div-super > strong,
    .jackpot-div-mega > strong {
        margin: 0 .3125rem;
        border-right: 0;
        font-size: .875rem;
        line-height: .875rem;
    }

    .jackpot-div-mini > span,
    .jackpot-div-super > span,
    .jackpot-div-mega > span {
        margin: 0 .1875rem;
        font-size: .625rem;
    }

    .pd-l-2,
    .pd-r-2 {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}

@media (max-width: 48.0625rem) {
    .box-account-button > div {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .box-account-button > div > div {
        width: calc(33.33333% - .625rem);
        margin-right: .625rem;
        font-size: .8125rem;
        font-weight: 600;
        text-align: center;
    }
}

@media (max-width: 37.5rem) {
    .hide-on-mobile {
        display: none;
    }

    .navigation-bar {
        margin-left: 1.25rem;
    }

    .mobile-nav-toggle {
        margin-left: .3125rem;
    }
}

@media (min-width: 37.5rem) {
    .hide-on-desktop {
        display: none !important;
    }
}

@media (max-width: 30rem) {
    .margin-regulation {
        margin: 0 -.9375rem 0 -.9375rem;
    }

    .margin-regulation2 {
        margin: 0 -.9375rem 0 -.9375rem;
    }

    .list-type-play > div {
        display: flex;
        flex-direction: column;
        margin: 0 -.9375rem;
    }

    .box-account-button > div {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .box-account-button > div > div {
        width: calc(50% - .625rem);
        margin-right: .625rem;
        font-size: .8125rem;
        font-weight: 600;
        text-align: center;
    }

    .box-link-footer > ul > li {
        width: 49%;
        padding: .0625rem .9375rem;
        border-right: 0;
        font-size: .75rem;
    }

    .text-adv {
        align-self: flex-start;
    }

    .text-adv > h2 {
        font-size: 1rem;
    }

    .text-adv > h5 {
        font-size: .75rem;
    }

    .button-adv {
        padding: .1875rem;
    }

    a.botton-adv-1,
    a.botton-adv-2 {
        padding: .5rem .9375rem;
        font-size: .625rem;
    }

    nav.nav-menu.d-none.d-lg-block {
        display: none !important;
    }

    .logged {
        padding: .25rem .9375rem;
        font-size: 0;
    }

    a.logged > svg {
        margin-top: 0;
    }

    .square-box-casino {
        width: 50%;
    }

    .body-content {
        margin-top: 3rem;
    }

    #header .logo {
        margin-left: 3.4375rem;
    }

    #header .logo img {
        max-height: 1.5625rem;
    }

    .jackpot {
        top: -.375rem;
    }

    .stelle {
        top: 2.9375rem;
        height: 3.25rem;
    }

    .registration,
    .login-links {
        margin-right: 0;
        padding: 0;
    }

    .slider-home {
        overflow: hidden;
    }

    .jackpot-div-mini > strong,
    .jackpot-div-super > strong,
    .jackpot-div-mega > strong {
        margin: 0 .3125rem;
        border-right: 0;
        font-size: .9375rem;
    }

    .jackpot-div-mini > span,
    .jackpot-div-super > span,
    .jackpot-div-mega > span {
        margin: 0 .1875rem;
        font-size: .625rem;
    }

    .pd-l-2,
    .pd-r-2 {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}


@media (max-width: 30rem) {
    .logged {
        padding: .25rem .9375rem;
        font-size: 0;
    }

    a.logged > svg {
        margin-top: 0;
    }

    .square-box-casino {
        position: relative;
        width: 50%;
        float: left;
        overflow: hidden;
    }

    .body-content {
        margin-top: 3rem;
    }

    #header .logo {
        margin-left: 3.4375rem;
    }

    .jackpot {
        top: -.375rem;
    }

    .stelle {
        top: 2.9375rem;
        height: 3.25rem;
    }

    .registration {
        margin-right: 0;
    }

    .login-links {
        padding: 0;
    }

    #header .logo img {
        max-height: 1.5625rem;
    }

    .slider-home {
        overflow: hidden;
    }

    .jackpot-div-mini,
    .jackpot-div-super,
    .jackpot-div-mega {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .jackpot-div-mini > strong,
    .jackpot-div-super > strong,
    .jackpot-div-mega > strong {
        margin: 0 .3125rem;
        border-right: 0;
        font-size: .9375rem;
    }

    .jackpot-div-mini > span,
    .jackpot-div-super > span,
    .jackpot-div-mega > span {
        margin: 0 .1875rem;
        font-size: .625rem;
    }
}

/* Search button */

.container-s {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 6.25rem;
    margin: auto;
}

.container-s .search {
    position: absolute;
    inset: 0;
    right: calc(-100% + 3.125rem);
    width: 2.5rem;
    height: 2.5rem;
    margin: auto;
    background: var(--color1);
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    transition: all 1s;
    z-index: 4;
}

.container-s .search:hover {
    cursor: pointer;
}

.container-s .search::before {
    content: "";
    position: absolute;
    inset: 0;
    top: .9375rem;
    left: .9375rem;
    width: .4375rem;
    height: .125rem;
    margin: auto;
    background: #fff;
    transform: rotate(45deg);
    transition: all .5s;
}

.container-s .search::after {
    content: "";
    position: absolute;
    inset: 0;
    top: -.3125rem;
    left: -.25rem;
    width: 1.0625rem;
    height: 1.0625rem;
    margin: auto;
    border: .125rem solid #fff;
    border-radius: 50%;
    transition: all .5s;
}

.list-type-play {
    border-right: .0625rem solid rgba(255, 255, 255, 0.1);
}

.position-sticky {
    position: sticky;
    top: 5rem;
}

.loghi-pag img {
    height: 1.25rem;
}

/* Search desktop */

@keyframes animStar {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-125rem);
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-31.25rem);
        transform: translateY(-31.25rem);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: translateY(-4.0625rem);
        transform: translateY(-4.0625rem);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: translateY(-1.75rem);
        transform: translateY(-1.75rem);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: translateY(-.5rem);
        transform: translateY(-.5rem);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-31.25rem);
        transform: translateY(-31.25rem);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: translateY(-4.0625rem);
        transform: translateY(-4.0625rem);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: translateY(-1.75rem);
        transform: translateY(-1.75rem);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: translateY(-.5rem);
        transform: translateY(-.5rem);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes nudge {
    0% {
        transform: translateX(0);
    }
    30% {
        transform: translateX(-.3125rem);
    }
    50% {
        transform: translateX(.3125rem);
    }
    70% {
        transform: translateX(-.125rem);
    }
    100% {
        transform: translateX(0);
    }
}

p.cash {
    display: flex;
    margin: .3125rem 0 0;
    color: #fff;
    font-size: .875rem;
}

p.cash > svg {
    width: .9375rem;
    margin: 0 .625rem 0 .3125rem;
    fill: #fff;
}

.select-box {
    position: relative;
    display: block;
    width: 100%;
    margin: .625rem auto 0;
    color: #272c35;
    font-size: .9375rem;
}

@media (min-width: 48rem) {
    .select-box {
        width: 70%;
    }
}

@media (min-width: 62rem) {
    .select-box {
        width: 50%;
    }
}

@media (min-width: 75rem) {
    .select-box {
        width: 30%;
    }
}

.select-box__current {
    position: relative;
    box-shadow: 0 .9375rem 1.875rem -.625rem rgba(0, 0, 0, 0.1);
    cursor: pointer;
    outline: none;
}

.select-box__current:focus + .select-box__list {
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none;
}

.select-box__current:focus + .select-box__list .select-box__option {
    cursor: pointer;
}

.select-box__current:focus .select-box__icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
    position: absolute;
    top: 50%;
    right: .9375rem;
    width: 1.25rem;
    opacity: .3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.select-box__value {
    display: -webkit-box;
    display: flex;
}

.select-box__input {
    display: none;
}

.select-box__input:checked + .select-box__input-text {
    display: block;
}

.select-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    padding: .625rem .9375rem;
    background-color: var(--color1);
}

.select-box__list {
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    box-shadow: 0 .9375rem 1.875rem -.625rem rgba(0, 0, 0, 0.1);
    -webkit-animation-name: HideList;
    animation-name: HideList;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
}

.select-box__option {
    display: block;
    margin-bottom: 0;
    padding: .9375rem;
    border-top: .0625rem solid rgba(255, 255, 255, 0.2);
    background-color: #4b5261;
    color: #fff;
}

.select-box__option:hover,
.select-box__option:focus {
    background-color: #fbfbfb;
    color: #546c84;
}

@-webkit-keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

.color-top {
    margin-top: .3125rem;
    margin-bottom: -.1875rem;
    color: #fff;
    font-size: .625rem;
}

.color-top > strong {
    color: var(--color1);
    font-size: .875rem;
}

.reg-success-text {
    color: var(--color2);
}

.add-to-favorite {
    position: absolute;
    right: .625rem;
    bottom: .625rem;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    transition: color .3s ease;
}

.add-to-favorite .fa-heart {
    font-size: 1.5rem;
}

.add-to-favorite .fa-heart.favorited {
    color: #ff0000;
}

.labels {
    position: absolute;
    top: .625rem;
    left: .625rem;
    display: flex;
    flex-direction: column;
    gap: .3125rem;
}

.label {
    display: inline-block;
    padding: .3125rem .625rem;
    border-radius: .3125rem;
    color: #fff;
    font-size: .75rem;
    text-transform: uppercase;
}

.label.hot {
    background-color: #ff0000;
}

.label.new {
    background-color: #00ff00;
}
