.widget-side-game-list {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 10px 0 0 0;
    min-height: 320px;
    background-color: #fff;
}

    .widget-side-game-list ul.side-game-list {
        padding-left: 0px;
        overflow: hidden;
    }

ul.side-game-list li.side-game-list-item {
    float: left;
    margin: 0 1.25% 15px 0px;
    padding: 0 0 0 0;
    text-align: left;
    vertical-align: top;
    display: none;
    width: 32.65%;
}

    ul.side-game-list li.side-game-list-item:nth-child(3n) {
        float: left;
        margin: 0 0px 15px 0px;
        padding: 0 0 0 0;
        text-align: left;
        vertical-align: top;
        display: none;
        width: 32.65%;
    }

    ul.side-game-list li.side-game-list-item .show {
        display: block;
    }


    ul.side-game-list li.side-game-list-item .item-container {
        display: block;
        /*width: 360px;*/
        height: auto; /*268px*/
    }



.item-container a.item-header {
    display: block;
    width: 100%;
    height: 150px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
}

    .item-container a.item-header .item-header-prize {
        display: inline-block;
        width: 100%;
        height: 26px;
        margin: 136px 0 0 0;
        padding: 3px 0 3px 0;
        background-color: rgba(248, 248, 248, 1);
        border: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
    }


.full-width-header {
    width: 100vw;
    background-color: #ebebeb;
    /*margin-left: calc(-100vw / 2 + 1140px / 2);
    margin-right: calc(-100vw / 2 + 1140px / 2);*/
}


.item-container .item-body-image {
    border: 4px solid #fff;
}

.item-container .item-name {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

.item-container .item-prize {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    padding-left: 0px;
    text-align: center;
}

.item-container div.item-body {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0px 0 5px 0;
    background: #F8F8F8;
    text-align: left;
    border: 1px solid #d1d2d3;
}

    .item-container div.item-body .item-body-inner {
        display: block;
        width: auto;
        height: auto;
        margin: 0 0 0 0;
        padding: 5px 8px 5px 8px;
        background: #F8F8F8;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        color: #4a4a4a;
        font-weight: 600;
        text-align: left;
    }

        .item-container div.item-body .item-body-inner .item-body-description {
            display: block;
            width: auto;
            height: 115px;
            overflow-y: auto;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            line-height: 19px;
        }

        .item-container div.item-body .item-body-inner .item-body-header {
            padding-top: 20px;
            padding-bottom: 10px;
        }

        .item-container div.item-body .item-body-inner .image-link {
            width: 100%;
            border-top: 1px solid #d1d2d3;
            height: 130px;
        }

        .item-container div.item-body .item-body-inner .item-body-links {
            display: block;
            width: auto;
            height: auto;
            margin: 0 0 0 0;
            padding-top: 0px;
            color: #5593F9;
            float: right;
        }

            .item-container div.item-body .item-body-inner .item-body-links a:hover {
                text-decoration: underline;
            }


        .item-container div.item-body .item-body-inner .item-body-action {
            display: block;
            width: auto;
            height: 130px;
            min-height: 105px;
            /*margin: 5px 0 0 0;*/
            padding: 10px 0 0 0;
            float: right;
            width: 52%;
        }

            .item-container div.item-body .item-body-inner .item-body-action .item-price,
            .item-container div.item-body .item-body-inner .item-body-action .item-active-game-info {
                display: block;
                width: 100%;
                height: auto;
                margin: 10px 0 0 0;
                padding: 0 0 0 0;
                font-size: 13px;
                font-weight: 600;
                float: right;
            }

.item-price-container {
    height: 100%;
}

.item-container div.item-body .item-body-inner .item-body-action .item-price .item-price-left,
.item-container div.item-body .item-body-inner .item-body-action .item-price .item-price-right {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 13px;
    font-weight: 600;
}


.control-label2 {
    background: #FE423F;
    color: white;
    text-transform: uppercase;
    padding-right: 1px !important;
    font-size: 11px !important;
    font-weight: 300 !important;
}

.item-container div.item-body .item-body-inner .item-body-action .item-price .item-price-left {
    float: left;
    margin-left: 6px;
}

.item-container div.item-body .item-body-inner .item-body-action .item-price .item-price-right {
    float: right;
}

.item-container div.item-body .item-body-inner .item-body-action .item-price label {
    margin: 0 0 0 0;
    padding: 0 0 0 0px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}


.item-container div.item-body .item-body-inner .item-body-command {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    text-align: center;
}

    .item-container div.item-body .item-body-inner .item-body-command a.item-body-button {
        display: block;
        width: auto;
        height: auto;
        min-height: 38px;
        margin: 0 0px 0 0px;
        padding: 8px 5px;
        font-size: 22px;
        line-height: 22px;
        text-align: center;
    }

    .item-container div.item-body .item-body-inner .item-body-command a.item-body-button:focus{
        text-decoration: none;
    }
.item-header-img {
    position: relative;
    z-index: 2;
    right: 0;
    width: 48%;
    height: 130px;
    background: transparent none no-repeat 70%;
    background-size: 0;
    top: -3.5px;
    float: left;
}

    .item-header-img .bg-rotation {
        content: "";
        position: absolute;
        z-index: 12;
        bottom: 0;
        top: 0;
        right: 0;
        margin: auto;
        left: 0;
        border-radius: 4px;
        background: inherit;
        background-size: 100%;
        will-change: transform,left,right,top,bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: left .25s ease-out,right .25s ease-out,top .25s ease-out,bottom .25s ease-out,-webkit-transform .25s ease-out 0s;
        transition: left .25s ease-out,right .25s ease-out,top .25s ease-out,bottom .25s ease-out,-webkit-transform .25s ease-out 0s;
        transition: transform .25s ease-out 0s,left .25s ease-out,right .25s ease-out,top .25s ease-out,bottom .25s ease-out;
        transition: transform .25s ease-out 0s,left .25s ease-out,right .25s ease-out,top .25s ease-out,bottom .25s ease-out,-webkit-transform .25s ease-out 0s;
        width: 165px;
        height: 90px;
        border: 2px solid white;
    }

    .item-header-img .bg-rotation_0 {
    }

    .item-header-img .bg-rotation_1 {
        z-index: 11;
    }

    .item-header-img .bg-rotation_2 {
        z-index: 10;
    }

    .item-header-img .bg-rotation_3 {
        z-index: 9;
    }

    .item-header-img .bg-rotation_4 {
        z-index: 8;
    }

    .item-header-img .bg-rotation_5 {
        z-index: 7;
    }

    .item-header-img .bg-rotation.active {
        -webkit-box-shadow: 0 4px 6px 0 rgba(175,175,175, .5);
        box-shadow: 0 4px 6px 0 rgba(175,175,175, .5);
    }

    .item-header-img .bg-rotation_1.active {
        -webkit-transform: rotate(2.4831deg);
        transform: rotate(2.4831deg);
    }

    .item-header-img .bg-rotation_2.active {
        -webkit-transform: rotate(-2.4831deg);
        transform: rotate(-2.4831deg);
    }

    .item-header-img .bg-rotation_3.active {
        -webkit-transform: rotate(-4.5213deg);
        transform: rotate(-4.5213deg);
    }

    .item-header-img .bg-rotation_4.active {
        -webkit-transform: rotate(7.6192deg);
        transform: rotate(7.6192deg);
    }

    .item-header-img .bg-rotation_5.active {
        -webkit-transform: rotate(5.0192deg);
        transform: rotate(0.9192deg);
    }




.scratch-ribbon {
    position: relative;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 30;
    overflow: hidden;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: right;
}


.header-item-scratchcard {
    height: 320px;
    width: 1140px;
}

.header-item div a.header-play {
    display: block;
    width: 70% !important;
    height: auto !important;
    max-width: 284px;
    margin: 10px auto;
    padding: 5px 2px;
    border: none;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
}

.header-container-scratchcard {
    margin-top: -10px;
    /*margin-left: calc(100vw / 2 - 1140px / 2);*/
    background-color: #fff;
}

.header-text-scratchcard {
    font-family: 'Open Sans';
    font-size: 44px;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 45px;
    text-shadow: none;
    background-color: transparent;
    text-align: center;
    text-transform: none;
    opacity: 1;
    padding: 110px 0px 10px 0px;
}

.subheader-text-scratchcard {
    font-family: 'Open Sans';
    font-size: 28px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    text-shadow: #000000 3px 5px 5px;
    background-color: transparent;
    text-align: center;
    text-transform: none;
    opacity: 1;
    padding: 0px 0px 20px 0px;
}

.lottery-play-scratchcard {
    display: inline-block;
    width: 284px;
    height: auto;
    background-color: #ff8000;
    font-family: 'Open Sans';
    font-size: 27px;
    color: #ffffff;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    /* border-radius: 0px; */
    padding: 20px 40px 10px 40px;
    margin: 0px;
    height: 56px;
}

.lottery-play-scratchcard:focus{
    text-decoration:none;
}
/* Corner Ribbon - START */


.widget-side-game-list .item-ribbon {
    /*position: absolute;

    width: 75px;
    height: 75px;
    z-index: 1;
    overflow: hidden;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

    text-align: right;*/
    width: 75px;
    height: 75px;
    position: absolute;
}

    .widget-side-game-list .item-ribbon .corner {
        width: 0;
        height: 0;
        border-top: 75px solid red;
        border-right: 75px solid transparent;
    }

    .widget-side-game-list .item-ribbon span {
        position: absolute;
        top: 0;
        display: inline;
        width: 75px;
        height: 75px;
        text-align: center;
        font-size: 11px;
        line-height: 11px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Open Sans", sans-serif;
        color: #fff;
        margin: auto;
        transform: rotate(-45deg);
    }

        .widget-side-game-list .item-ribbon span.bottom {
            padding-top: 22px;
        }

        .widget-side-game-list .item-ribbon span.middle {
            padding-top: 11px;
        }

        .widget-side-game-list .item-ribbon span.split {
            padding-top: 6px;
            width: 50px;
            margin-left: 10px;
            margin-right: 10px;
            line-height: 13px;
        }

/* Corner Ribbon - END */


.widget-side-game-list .more-scratchcards {
    font-size: 20px;
    margin-left: 1.5%;
    width: 97%;
    color: #333333;
    font-weight: 600;
    height: 40px;
}



.widget-side-game-list .more-text-scratchcards {
    font-size: 14px;
    margin-left: 2.5%;
    margin-bottom: 1%;
    float: right;
    color: #3B5DE5;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
}

/* FILTER - START */
.filter-scratchcard {
    height: 50px;
    text-align: center;
}


/* Navbar container */
.navbar-scratchcard {
    overflow: hidden;
    background-color: #fff;
    font-family: Arial;
    height: 60px;
    text-align: center;
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
    /*border-bottom: 1px solid lightgray;*/
}

    /* Links inside the navbar */
    .navbar-scratchcard a {
        float: left;
        font-size: 16px;
        color: #333;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        width: 33%;
    }

/* The dropdown container */
.dropdown-scratchcard {
    float: left;
    overflow: hidden;
    width: 33%;
}

    /* Dropdown button */
    .dropdown-scratchcard .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: #333;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit; /* Important for vertical align on mobile phones */
        margin: 0; /* Important for vertical align on mobile phones */
        width: 100%;
    }

.btn-scratchcard-all {
    font-size: 16px;
    border: none;
    outline: none;
    color: #333;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
    width: 30%;
    float: left;
}

    .navbar-scratchcard a:hover, .btn-scratchcard-all:hover {
        background-color: #FF8000;
        color: white;
    }
/* Add a red background color to navbar links on hover */
.navbar-scratchcard a:hover, .dropdown-scratchcard:hover .dropbtn {
    background-color: #FF8000;
    color: white;
}

/* Dropdown content (hidden by default) */
.dropdown-content-scratchcard-price {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5;
}

    /* Links inside the dropdown */
    .dropdown-content-scratchcard-price a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        /* Add a grey background color to dropdown links on hover */
        .dropdown-content-scratchcard-price a:hover {
            background-color: #ddd;
        }

/* Show the dropdown menu on hover */
.dropdown-scratchcard:hover .dropdown-content-scratchcard-price {
    display: block;
}



/* Dropdown content (hidden by default) */
.dropdown-content-scratchcard-jackpot {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5;
}

    /* Links inside the dropdown */
    .dropdown-content-scratchcard-jackpot a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        /* Add a grey background color to dropdown links on hover */
        .dropdown-content-scratchcard-jackpot a:hover {
            background-color: #ddd;
        }

/* Show the dropdown menu on hover */
.dropdown-scratchcard:hover .dropdown-content-scratchcard-jackpot {
    display: block;
}

.section-scratchcard {
    /*border-bottom: 1px solid lightgray;*/
}


.btn-scratchcard {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: white;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

    .btn-scratchcard:hover {
        border: none;
        outline: none;
        padding: 12px 16px;
        background-color: #FF8000;
        cursor: pointer;
        width: 100%;
        color: white;
    }

.btn-scratchcard-price {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: white;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

    .btn-scratchcard-price:hover {
        border: none;
        outline: none;
        padding: 12px 16px;
        background-color: #FF8000;
        cursor: pointer;
        width: 100%;
        color: white;
    }

.btn-scratchcard-jackpot {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: white;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

    .btn-scratchcard-jackpot:hover {
        border: none;
        outline: none;
        padding: 12px 16px;
        background-color: #FF8000;
        cursor: pointer;
        width: 100%;
        color: white;
    }

.filter-container-scratchcard {
    border-bottom: 1px solid lightgray;
    margin-bottom: 10px;
}

/* FILTER - END */


.games-banner-slider-item{
    max-width:1140px;
}