br {display:none}
.block-start {
  padding:20px 0;
  height:auto;
  overflow:hidden;
  max-width:870px;
  margin:0 auto;
}
.owl-item {
    position: relative;
    min-height: 340px;
    float: left;
    width:270px;
    margin:10px 5px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
}
.owl-item:hover {
    box-shadow: 0 1px 4px rgb(0 0 0 / 35%);
}
.single-card.big {
    text-align: center;
    max-width: 274px;
    margin-bottom: 5px;
}
.flip-card-inner {
    transition: transform .3s;
    -webkit-transition: transform .3s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    border-radius: 5px;
    background: #fff;
    height: 100%;
    width: 100%;
}
.single-card.big .flip-card-inner .flip-card-front {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.single-card.big .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    min-height:240px;
}
.card-image {
    height: 100px;
}
.card-image img {
    border-radius: 5px 5px 0 0;
    max-width: 100%;
    width: auto;
    max-height: 100px;
    
}
.single-card.big .card-content {
    padding: 15px 10px;
    height: auto;
}
.card-content .name {
    margin-bottom: 10px;
    padding: 0 22px;
    font-size: 16px;
    display: block;
    font-weight: 900;
    text-decoration: none;
    color: #333;
    margin-bottom: 5px;
    line-height: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.single-card.big .bonus-wrap {
    height: 44px;
    display: flex;
    margin: 10px 0 0 0;
    justify-content: center;
    align-items: center;
}
.card-content .bonus-offer {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    color: #333;
    line-height: normal;
    text-align: center;
}
.single-card.big .card-content .cta-button {
    max-width: 140px;
    margin: 15px auto 10px;
    z-index: 91;
    position: relative;
    background: linear-gradient(to bottom,#ffde03 0,#ffde03 0);
    border: none;
    text-decoration: none;
    text-align: center;
    margin: 15px auto;
    padding: 10px 5px;
    font-size: 13px;
    font-weight: 900;
    border-radius: 5px;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: normal;
    text-transform: none;
    width: 175px;
    min-width: auto;
    color: #2c2e2e;
}
.single-card.big .flip-card-inner .link-wrap {
    text-align: center;
    min-height: 23px;
}
.single-card.big .card-content .review-link {
    font-size: 12px;
    color: #767676;
    line-height: 1.92;
    z-index: 91;
    position: relative;
}
.review-link:hover {
    text-decoration:none;
}

/*Slots*/
.block-start .single-card.small {
    border-radius: 5px;
    height: 190px;
    padding: 0 18px;
    display: grid;
    margin-bottom: 30px;
    width:200px;
    float:left;
}
.block-start .single-card.small .card-inner {
    position: relative;
    overflow: hidden;
    transition: all .3s;
}
.single-card.small .card-inner {
    position: relative;
    overflow: hidden;
    transition: all .3s;
    height: 100%;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    border-radius: 5px;
    background: #fff;
}
.overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.block-start .single-card.small .card-image {
    height: 109px;
    position: unset;
}
.single-card.small .card-image {
    display: block;
    position: unset;
    height: 113px;
    overflow: hidden;
}
.single-card.small .card-image img {
    max-width: 100%;
    border-radius: 5px 5px 0 0;
}
.block-start .single-card.small .card-content {
    background: #fff;
    transition: all .2s;
    top: -10px;
    position: relative;
}
.block-start .single-card.small .card-content .name {
    margin-bottom: 10px;
    padding: 0;
    font-size: 14px;
    display: block;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-bottom: 10px;
    line-height: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.card-content .plain {margin:5px 0 3px 0;text-align:center;}

.buttons-wrap {
    display: flex;
}
.block-start .single-card.small .card-inner .cta-button {
    max-width: 140px;
    width: 100%;
    height: 34px;
    margin-top: 0;
    position: absolute;
    bottom: 15px;
    left: calc(50% - 70px);
    background: linear-gradient(to bottom,#ffde03 0,#ffde03 0);
    border: none;
    text-decoration: none;
    text-align: center;
    padding: 10px 5px;
    font-size: 13px;
    font-weight: 900;
    border-radius: 5px;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: normal;
    text-transform: none;
    width: 175px;
    min-width: auto;
    color: #2c2e2e;
}
.single-card.small .card-inner:hover {
    box-shadow: 0 1px 4px rgb(0 0 0 / 35%);
}
/*Casino Table*/
.recommended-casino__wrap-block {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%);
    background-color: #ffffff;
}
.recommended-casino__img-wrap {
    width: 256px;
    height: 100%;
    position: relative;
    display: inline-block;
    float: left;
}
.recommended-casino__img-wrap a {
    display: block;
    text-align:center;
}
.recommended-casino__img-wrap a img {
    max-height:95px;
    width:auto;
}
.recommended-casino__middle {
    width: calc(100% - 550px);
    text-align: center;
}
.recommended-casino .casino-card__rating {
    transition: height 0.2s cubic-bezier(0.54, 0.01, 0.57, 1.03) 0s;
    margin: 1px auto;
    height: 18px;
    text-align: center;
    flex: 0 0 100%;
    width: 100%;
}
.recommended-casino__wrap-block p {
    font-size: 18px;
    font-weight: 700;
    padding: 6px 10px 7px 10px;
    text-transform: uppercase;
    line-height: 1.28;
    margin-bottom: 0;
    color: #2c2e2e;
}
.recommended-casino__right-side {
    width: 256px;
}
.recommended-casino__cta-button {
    outline: none;
    box-sizing: border-box;
    list-style: none;
    border: none;
    text-align: center;
    margin: 0;
    padding: 0 5px;
    font-weight: 900;
    border-radius: 5px;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    text-transform: none;
    min-width: auto;
    text-decoration: none;
    background: linear-gradient(to bottom, #ffde03 0, #ffc107 100%);
    color: #333333;
    font-size: 18px;
    height: 64px;
    width: 100%;
}
.recommended-casino__visit {
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    color: #197419;
    display: block;
    line-height: normal;
    text-align: center;
    text-decoration: underline;
}
/*Main casino Table*/
.sc-tablelist {
    border-radius: var(--border-radius);
    padding: 10px;
    box-shadow: 0 9px 21px rgb(179 179 179 / 20%);
    margin-bottom: 50px;
}
.sc-tablelist-head {
    border-bottom: 4px solid #666;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.sc-tablelist-head .sc-tablelist-row {
    padding: 0;
}
.sc-tablelist-row {
    display: flex;
    padding: 20px 0;
    align-items: center;
    position: relative;
}
.sc-tablelist-content .sc-tablelist-row {border-bottom:2px solid #666;}
.sc-tablelist-row .col {
    padding: 0 10px;
}
.col-1 {
    flex: 8.3333333333%;
    max-width: 8.3333333333%;
}
.sc-tablelist-row .col-2 {
    flex-basis: 19%;
    min-width: 19%;
}
.col-2 {
    flex: 16.6666666667%;
    max-width: 16.6666666667%;
}
.sc-tablelist-row .col-3 {
    flex-basis: 20%;
    min-width: 20%;
}
.col-3 {
    flex: 25%;
    max-width: 25%;
}
.sc-tablelist-row .col-4 {
    flex-basis: 18%;
    min-width: 18%;
}
.col-4 {
    flex: 33.3333333333%;
    max-width: 33.3333333333%;
}
.sc-tablelist-row .col-5 {
    flex-basis: 19%;
    min-width: 19%;
}
.col-5 {
    flex: 41.6666666667%;
    max-width: 41.6666666667%;
}
.sc-tablelist-row .col-6 {
    flex-basis: 19%;
    min-width: 19%;
}
.col-6 {
    flex: 50%;
    max-width: 50%;
}
.part-review-thumb {
    height: 0;
    padding: 0 0 55%;
    position: relative;
    border-radius: 8px;
}
ul {
    list-style-type: none;
}
.part-pros-list {margin-left:10px;padding:0;}
.part-pros-list li {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    color:#ff7728;
}
.part-bonus {
    font-weight: 600;
}
.link-icon {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: var(--blue-color);
    vertical-align: middle;
}
/*Games*/
.casino-cards-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px auto;
    padding: 0;
}
.casino-item {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100px;
    
}
.casino-item .icon-container {
    align-items: center;
    background-color: #f3f4f6;
    border: 1px solid #e2e4e4;
    border-radius: 5px;
    box-shadow: 0 2px 10px -5px;
    display: flex;
    height: 92px;
    justify-content: center;
    width: 92px;
}
.casino-item .icon-container a img {padding:35px 0;}
.casino-item .game-title {
    display: block;
    font-size: 12px;
    font-style: normal;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}
/*Mobile*/
@media only screen and (max-width:500px)
{
    .owl-item {width:100%;}
    .single-card.big {max-width:100%;}
    .flip-card-inner {text-align:center;}
    .card-image img {max-height:100px;width:auto;}
    .block-start .single-card.small {width:50%;}
    .recommended-casino__wrap-block {flex-direction: column;}
    .recommended-casino__middle {width:100%;text-align:center;margin:20px 0;}
    .casino-cards-container div {flex-basis:33%!important;}
    .sc-tablelist-head {display:none;}
    .sc-tablelist-row {flex-direction:column;}
    .sc-tablelist-row .col-2, .sc-tablelist-row .col-3, .sc-tablelist-row .col-4, .sc-tablelist-row .col-5, .sc-tablelist-row .col-6 {flex-basis:100%;text-align:center;min-width:100%;margin-bottom:20px;}
    
    
}
@media screen and (max-width: 500px) {
    .part-review-thumb {padding:0 0 28%;}
    .part-review-thumb a img {max-height:100px!important;width:auto;}
}