/* SYNAPSE */


.COL{
    font-family: 'Colus';
}

@font-face {
    font-family: 'Colus';
    src: url('Colus.eot');
    src: local('Colus'), local('Colus'),
        url('Colus.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

.syn-preloader{
	margin-bottom: 0;
}

.product-data .js-product-variants-data,
.product-data .js-product-variants-loader.syn-preloader{
	height: 150px;
}

.js-product-variants-loader.syn-preloader{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* FORTUNE  */
.fortune{
    /*margin: 3rem 0;*/
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.lottery {
    position: relative;
    display: inline-block;
}

.lottery{
    min-width: 200px;
    min-height: 200px;
    /*width: 600px;*/
    /*height: 600px;*/
}

.lottery canvas{
    width: 100%;
    height: 100%;
}

.lottery img.panda {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 150px;
    height: 150px;
}
@media (max-width: 579px){
    .lottery img.panda{
        width: 80px;
        height: 80px;
    }
}

.lottery img.for-arrow{
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

@media (max-width: 579px){
    .lottery img.for-arrow{
        width: 30px;
        height: 30px;
    }
}

#message {
    margin-top: 1.5rem;
    font-size: 22px;
    text-align: center;
}
@media (max-width: 579px){
    #message{
        margin-bottom: 2rem;
    }
}

.mes-title{
    padding-bottom: .5rem;
    font-size: 18px;
}

form#formElem{
    margin-top: 1rem;
}

ul#prizes{
    align-items: baseline;
    padding-inline-start: 0;
    padding: 1rem 0;
}

ul#prizes li.nav-link{
    position: relative;
    color: #58707d;
    padding: 0 0 0 15px;
    margin: .5rem 0;
    line-height: 1.3;
    list-style-type: none;
}
ul#prizes li.nav-link::before{
    position: absolute;
    content: '';
    top: 2px;
    left: 0;
    margin: auto;
    width: 6px;
    height: 12px;
    background-image: url(angle-right-grey.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.btn-fortune{
	padding: .75rem 2.5rem .6rem 2.5rem;
	background-color: #9fb6bf;
	color: white;
    border: 0;
    font-size: 18px;
    transition: .4s;
    border-radius: 8px;
    font-family: 'Colus';
    font-size: 24px;
    line-height: 1;
}
.btn-fortune:hover:not(:disabled),
.btn-fortune:focus:not(:disabled){
	background-color: #58707d;
    transition: .4s;
    cursor: pointer;
}

.btn-fortune:disabled{
    opacity: .35;
    transition: .4s;
}
