.cg_allow_overflow{
	overflow:visible !important;
}

.app_download_buttons{
	display:flex;
	align-items:center;
	gap:15px;
}

.app_download_button{
	flex:0 0 auto;
	display:flex;
	align-items:stretch;
	justify-content:center;
	background-color:#c90c13;
	color:white;
	border-radius:10px;
	overflow:hidden;
	font-weight:bold;
	text-decoration:none !important;
	transition:background .3s ease;
	border:2px solid white;
}

.app_download_button:hover{
	background-color:#950509;
}

.app_download_text{
	display:flex;
	align-items:center;
	flex:1;
	font-size:18px;
	font-weight:600;
	color:white;
	padding:0 18px;
	text-decoration:none;
}

.app_download_icon{
	display:flex;
	align-items:center;
	background-color:white;
	color:#c90c13;
	flex:0 0 auto;
	font-size:33px;
	padding:8px;
	text-decoration:none;
	transition:color .3s ease;
}

.app_download_button:hover .app_download_icon{
	color:#950509;
}

.cg_mobile_buttons{
	display:none;
}

.cg_white_text_large{
	color:white;
	font-size:22px;
	font-weight:300;
}

.cg_white_text_smaller{
	color:white;
	font-size:19px;
	font-weight:300;
}

.cg_yellow_header{
	font-size:36px;
	font-weight:600;
}

.product-filter > li > a{
	user-select: none;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(225,30,37,0.55);
	-moz-box-shadow: 0px 0px 0px 0px rgba(225,30,37,0.55);
	box-shadow: 0px 0px 0px 0px rgba(225,30,37,0.55);
}

.product-filter > li.active > a{
	-webkit-box-shadow: 0px 3px 22px -3px rgba(225,30,37,0.55);
	-moz-box-shadow: 0px 3px 22px -3px rgba(225,30,37,0.55);
	box-shadow: 0px 3px 22px -3px rgba(225,30,37,0.55);
}

.cg_order_tickets{
	color:white;
	margin:0 !important;
	padding:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	gap:5px;
}

.highlight_a{
	transition:background .3s ease;
	font-weight:bold;
	color:#c90c13;
}

.highlight_a:hover{
	background-color: rgba(201, 12, 19, 0.11);
	color:#c90c13 !important;
}

.cg_loading_error{
	width:100%;
	border:2px dashed #a3a3a3;
	border-radius:10px;
	padding:25px;
}

.cg_order_tickets > li{
	background:linear-gradient(47deg, #232323 0%, #3c3c3c 74%, #232323 74%, #3c3c3c 100%);
	flex:0 0 calc(50% - 5px);
	margin: 0 !important;
	padding:10px;
	font-size:14px;
	font-weight:600;
	display:flex;
	border-radius:16px;
	align-items: center;
}

.cg_order_tickets > li.winner{
	background:linear-gradient(47deg, #c90c13 0%, #950509 74%, #c90c13 74%, #950509 100%);
}

.cg_order_tickets > li > div.cg_order_ticket{
	border-radius:10px;
	flex:0 0 auto;
	background-color:white;
	padding:10px 25px;
	font-weight:700;
}

.cg_order_tickets > li > div.cg_instant_result{
	padding:0 15px;
	color:white;
}

.cg_order_item{
	border:1px solid rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.05);
	border-radius:25px;
	padding:25px;
	margin-bottom:25px;
}

.cg_order_controls{
	display:flex;
	align-items:center;
	justify-content:space-between;
	background-color:black;
	color:white;
	padding:15px;
	margin-bottom:10px;
	border-radius:10px;
}

.hidden_stat{
	display:none;
}

.cg_progress_label{
	font-weight:700;
	color:rgba(0,0,0,1);
	margin-top:5px;
}

.cg_progress_row{
	display:flex;
}

.cg_progress_col{
	flex:1;
}

.cg_progress_col:last-child{
	text-align:right;
	color:rgba(0,0,0,0.8);
	font-weight:600;
}

.cg_progress_bar{
	height:16px;
	border-radius:25px;
	background-color:#f9cfd1;
	position:relative;
	margin-bottom:5px;
}

.cg_progress_bar_inner{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	border-radius:25px;
	width:20px;
	background-color:#e11e26;
	transition:width 0.5s ease-in-out;
}

.cg_progress_bar_inner:after{
	content:" ";
	position:absolute;
	display:block;
	right:-10px;
	top:-2px;
	bottom:-2px;
	width:20px;
	background-color:#e11e26;
	border-radius:50%;
	-webkit-box-shadow: 0px 0px 0px 3px #FFFFFF;
	box-shadow: 0px 0px 0px 3px #FFFFFF;
}

.cg_progress_bar_inner.cg_progress_bar_zero:after{
	left:0%;
}

.cart-contents > p{
	opacity:0;
	transition:opacity .3s ease;
}

.__instant_win_ticket_header{
	padding: 15px;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	background: #f8f8f8;
	border-radius: 8px;
}

.__instant_win_ticket_header_large{
	font-size: 42px;
	color: #c0252b;
	line-height: 1.2;
	margin-bottom: 10px;
}

.__instant_win_ticket_header_text{
	font-size: 22px;
	margin-bottom: 15px;
	line-height: 1.4;
}

.prize_reveal{
	display:none;
}

.__instant_win_ticket_header_small{
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	background: #eee;
	padding: 12px;
	border-radius: 6px;
	margin-top: 15px;
}

.__instant_win_ticket_container{
	display:flex;
	align-items:center;
	gap:10px;
	padding: 0 15px 15px;
	width:100%;
	flex-basis:100%;
	flex-wrap:wrap;
}

.__instant_win_ticket{
	overflow:hidden;
	flex:0 0 100%;
	position:relative;
	display:flex;
	background: linear-gradient(0deg, #c0252b 0%, rgb(133, 22, 27) 100%);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.5);
	color:white;
	padding:15px;
	border-radius:5px;
	align-items:center;
	font-weight:600;
	transition:all 0.5s ease-in-out;
}

.__reveal_button{
	height:26px;
	display:inline-flex;
	align-items:center;
	background-color:white;
	color:#c0252b;
	border-radius:3px;
	padding:3px 7px;
	font-weight:bold;
	cursor:pointer;
	margin-left:15px;
}

.__non_instant_win_ticket{
	flex:0 0 100%;
	position:relative;
	display:flex;
	background: linear-gradient(0deg, #272727 0%, rgb(78, 78, 78) 100%);
	color:white;
	padding:15px;
	border-radius:5px;
	align-items:center;
	font-weight:600;
}

.__non_instant_win_ticket > .ticket{
	flex:0 0 auto;
	background-color:white;
	font-weight:bold;
	color:#272727;
	border-radius:3px;
	margin-right:15px;
	padding:3px 7px;
}

.__instant_win_ticket > .ticket{
	flex:0 0 auto;
	background-color:white;
	font-weight:bold;
	color:#c0252b;
	border-radius:3px;
	margin-right:15px;
	padding:3px 7px;
}

.__prize_name{
	flex:1 1 auto;
}

.__slide_animation{
	animation: slide 1s ease-in-out;
	filter: blur(0);
}

@keyframes slide {
	0% {
		filter: blur(0);
		transform: translateY(200%);
	}
	100% {
		transform: translateY(0%);
	}
}

.slideUpOut{
	position:absolute;
	animation: slideUpOut 1s ease-in-out;
	opacity:0;
}

@keyframes slideUpOut {
	0% {
		position:absolute;
		filter: blur(0);
		transform: translateY(0%);
		opacity:1;
	}
	100% {
		position:absolute;
		transform: translateY(-200%);
		opacity:0;
	}
}

/* --- SITE ALERTS --- */
.site_alert_cg{
	background: rgb(201,12,19);
	background: linear-gradient(0deg, rgba(201,12,19,1) 0%, rgba(212,37,22,1) 100%);
	color:white;
	font-weight:bold;
	border-radius:12px;
	font-size:14px;
	box-sizing: border-box;
}

.alert_inner_cg{
	padding:15px 25px;
}

.single-product .ui-tabs .ui-tabs-nav li{

}

.single-product .ui-tabs .ui-tabs-nav li.ui-state-active a{
	border:0px solid #e2e2e2 !important;
	cursor:default !important;
	border-bottom:1px solid white !important;
}

.single-product .ui-tabs .ui-tabs-nav li:last-child{
	border-right:0px !important;
}

ul.ui-tabs-nav li.ui-tabs-active.ui-state-active > a{
	background-color:white !important;
	border:0 !important;
	color:rgba(0,0,0,0.7) !important;
}

h2.yikes-custom-woo-tab-title{
	padding-left:10px !important;
}

a.defaultLink:hover{
	color:#e11e26 !important;
	background:rgba(225,30,38, 0.2) !important;
}

a.defaultLink{
	font-weight:bold !important;
	padding:0 !important;
	color:#e11e26 !important;
	background:transparent !important;
}

/* --- REFERAL --- */

.woocommerce-MyAccount-content > .referral-notice.woocommerce-Message.woocommerce-Message--info.woocommerce-info{
	background-image:url(https://competitiongo.co.uk/wp-content/uploads/2022/10/ld_background_02.png);
	background-size:cover;
	padding:20px !important;
	width:100%;
	border-radius:12px;
}

.woocommerce-MyAccount-content > .referral-notice.woocommerce-Message.woocommerce-Message--info.woocommerce-info p{
	padding:0;
	margin:0;
	width:100%;
}

.woocommerce-MyAccount-content > .referral-notice.woocommerce-Message.woocommerce-Message--info.woocommerce-info > p{
	color:white;
	font-weight:bold;
	font-size:16px;
	width:100%;
}

.woocommerce-MyAccount-content > .referral-notice.woocommerce-Message.woocommerce-Message--info.woocommerce-info a.copy-url-to-clipboard{
	background:#ad0304;
	border-radius:5px;
	color:white;
	padding:5px 10px;
	position:absolute;
	top:5px;
	right:5px;
	bottom:5px;
}

.woocommerce-MyAccount-content > .referral-notice.woocommerce-Message.woocommerce-Message--info.woocommerce-info a.copy-url-to-clipboard span{
	position:relative;
	margin-right:5px;
}

code#referral-url{
	padding:10px;
	display:block;
	width:100%;
	border-radius:7px;
	position:relative;
	overflow:hidden;
	color:rgba(0,0,0,0.7);
	padding-right:25px;
}

/* --- ENTRY LIST TABLE --- */

table.entry-list-table tr td {
	text-align:left;
}

table.entry-list-table tr.instantWinning{
	position:relative;
	background: rgb(255,248,233);
	background: linear-gradient(0deg, rgba(255,248,233,1) 0%, rgba(25,30,35,0) 100%);
}

table.entry-list-table tr.instantWinning:after{
	position:absolute;
	top:0;
	right:0;
	background-color:#dba420;
	color:white;
	content:"INSTANT";
	font-size:9px;
	font-weight:bold;
	border-radius: 0px 0px 0px 50px / 0px 0px 0px 150px;
	padding:0px 9px;
	padding-left:15px;
}

table.entry-list-table tr.mainWinning{
	position:relative;
	background: rgb(255,219,219);
	background: linear-gradient(0deg, rgba(255,219,219,0.36458333333333337) 0%, rgba(25,30,35,0) 100%);
}

table.entry-list-table tr.mainWinning:after{
	position:absolute;
	top:0;
	right:0;
	background-color:#d53131;
	color:white;
	content:"WINNER";
	font-size:9px;
	font-weight:bold;
	border-radius: 0px 0px 0px 50px / 0px 0px 0px 150px;
	padding:0px 9px;
	padding-left:15px;
}

table.entry-list-table tr{
	transition:background .3s ease;
}

table.entry-list-table tr:hover{
	background-color:rgba(0,0,0,0.02);
}

.entry_list_header_container{
	display:flex;
	justify-content:center;
	margin-bottom:25px;
}

.entry_list_header_box{
	flex-basis:600px;
	border:1px solid rgba(0,0,0,0.1);
	border-radius:10px;
	overflow:hidden;
}

.entry_content{
	padding:50px;
}

.entry_content_table{
	padding:50px;
	padding-bottom:30px;
}

.entry_list_header_box .entry_image_heading{
	background-color:#f8f8f8;
	height:160px;
	margin-bottom:35px;
}

.entry_list_image_container{
	position:relative;
	bottom:-50px;
	width:200px;
	height:200px;
	border-radius:50%;
	overflow:hidden;
	margin:0 auto;
	border:5px solid white;
	/*-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);*/
}

.entry_list_image_container > img{
	width:100%;
}

.entry_list_header_container .entry_list_product_name{
	font-weight:600;
	font-family:poppins;
	padding:25px;
	font-size:17px;
	text-align:center;
}

.entry_list_stats_container{
	background-color:#f8f8f8;
	border:1px solid #ebebeb;
	color:rgba(0,0,0,0.5);
	display:flex;
	align-items: stretch;
	border-radius:6px;
}

.entry_list_stat{
	display:flex;
	align-items:center;
	text-align:center;
	justify-content:center;
	flex-basis:33.333%;
	font-weight:600;
	padding:10px;
	border-right:1px solid #ebebeb;
}

.entry_list_stat:last-child{
	border-right:0px solid #ebebeb;
}

.entry_list_winners_container{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:25px;
	gap: 10px;
}

.entry_list_winner{
	flex: 1;
	cursor:default;
	transition:background .3s ease;
	border-radius:8px;
	text-align:center;
	border:1px solid #ebebeb;
	padding:15px;
}

.entry_list_winner:hover{
	background-color:rgba(0,0,0,0.03);
}

.entry_list_icon{
	width:100%;
	padding:10px;
	text-align:center;
	font-size:35px;
	color:rgba(0,0,0,0.4);
}

.entry_list_winner > .entry_list_ticket_tablet{
	background-color:rgba(0,0,0,0.6);
	color:white;
	display:inline-block;
	padding:2px 10px;
	font-size:12px;
	font-weight:bold;
	border-radius:5px;
}

.entry_list_winner_name{
	margin-top:10px;
	font-weight:700;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

div.products_wrapper.isotope_wrapper > ul.products{
	display:flex !important;
	flex-wrap: wrap !important;
}

ul.products > li.product.type-product.status-publish.product-type-lottery{
	flex: 0 0 calc(33.33% - 16px);
	margin-left:8px !important;
	margin-right:8px !important;
}

.featured_competition{
	border:0px solid #c90c13 !important;
	-webkit-box-shadow: 0px 0px 15px -2px rgba(201,12,19,0.49), inset 0px 0px 15px -2px rgba(201,12,19,0.49) !important;
	box-shadow: 0px 0px 15px -2px rgba(201,12,19,0.49), inset 0px 0px 15px -2px rgba(201,12,19,0.49) !important;
	outline:1px solid #c90c13 !important;
	order: -5;
}

span.view-entries{
	margin-bottom:10px;
}

span.view-entries a:hover{
	background:#b20b14 !important;
}

a.entry_list_button{
	margin-bottom:5px;
	background:#717171 !important;
}

a.entry_list_button:hover{
	background:#5c5c5c !important;
}

.m_bottom_55{
	margin-bottom:65px;
}

span.view-entries > a{
	position:relative;
	transition: background .2s ease;
	top:-10px;
	background-color:rgba(0,0,0,0.5);
	display:block;
	width:100%;
	color:white;
	text-align:center;
	font-size:16px;
	padding:10px;
	font-weight:bold;
	text-decoration:none;
	border-radius:10px;
	margin-bottom:10px;
}

span.view-entries > a:hover{
	background-color:rgba(0,0,0,0.7);
}

.entry_list_header{
	margin-left:270px;
	height:60px;
	line-height:60px;
	font-size:22px;
	font-weight:600;
	padding-left:15px;
	margin-bottom:15px;
}

.instant_tab{
	font-size:10px;
	border:1px solid #ffb400;
	background-color:#ffe29c;
	cursor:default;
	color:#ffb400;
	font-weight:bold;
	border-radius:5px;
	padding:2px 3px;
}

.main_tab{
	font-size:10px;
	border:1px solid #ff0000;
	background-color:#ff9c9c;
	cursor:default;
	color:#ff0000;
	font-weight:bold;
	border-radius:5px;
	padding:2px 3px;
}

.entry_list_banner_image{
	position:relative;
	background-color:grey;
	width:100%;
	height:210px;
	background-position:center;
	border-radius:16px;
	display:flex;
	align-items:end;
}

.winner_name{
	background-color:rgba(255,255,255,0.6);
	backdrop-filter: blur(4px);
	position:relative;
	z-index:3;
	margin-left:270px;
	font-size:22px;
	color:rgba(0,0,0,0.8);
	padding:15px;
	border-top-right-radius:10px;
	font-weight:bold;
}

.winner_name > i {
	margin-right:6px;
}

.ticket_ic{
	position:relative;
	top:-2px;
	background-color:#c90c13;
	color:white;
	font-size:13px;
	font-weight:600;
	border-radius:4px;
	padding:2px 4px;
}

.entry_list_banner_image:after{
	backdrop-filter: blur(4px);
	position:absolute;
	content:" ";
	display:block;
	background:rgba(19,21,24,0.8);
	border-radius:16px;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.entry_list_image{
	z-index:2;
	position:absolute;
	top:20px;
	left:20px;
	border-radius:10px;
	border:4px solid white;
}

ul.wc-item-meta > li{
	margin:0;
	padding:5px;
}

ul.wc-item-meta > li:nth-of-type(even){
	background-color:rgba(0,0,0,0.05);

}

.cg_entry_list_competitions_container{
	transition:.3s ease;
	display:flex;
	align-items:center;
	flex-direction: row;
	background-color:rgba(0,0,0,0.02);
	border-radius:25px;
	padding:15px;
	margin-bottom:5px !important;
}

.cg_entry_list_competitions_container:nth-of-type(even){
	background-color:rgba(0,0,0,0.0);
}

.cg_entry_list_competitions_container:hover{
	background-color:rgba(0,0,0,0.04);
}

.cg_entry_list_competitions_container > div.cg_entry_title {
	flex-grow: 1
}

.cg_entry_list_competitions_container > div.cg_date{
	flex-basis: content;
	font-weight:bold;
	padding:0px 15px;
}

.cg_entry_list_competitions_container > div.cg_date span{
	font-weight:600;
	font-size:12px !important;
}

.cg_entry_list_competitions_container > .cg_button_container{
	flex-basis: content;
}

.cg_entry_list_competitions_container a.view_button{
	display:inline-block;
	background-color:#c90c13;
	position:relative;
	top:0;
	border:1px solid #8d090e;
	border-bottom:3px solid #8d090e;
	border-radius:10px;
	color:white;
	text-decoration:none;
	font-weight:700;
	text-align:center;
	padding:10px 22px;
}

.cg_entry_list_competitions_container a.view_button:active{
	top:2px;
	border:1px solid #8d090e;
	border-bottom:1px solid #8d090e;
	margin-bottom:-2px;
}

.cg_heading_competition{
	display:flex;
	align-items:center;
}

.cg_heading_competition > h5{
	margin:0;
	margin-bottom:0 !important;
}

.tombstone_loading_competition{
	user-select: none;
	pointer-events: none;
	box-shadow: 0 0 10px 0 #e2e2e2 !important;
}

.tombstone_loading_competition .cg_home_clock{
	background-color:#e2e2e2;
	color:transparent;
	border-color:#e2e2e2 !important;
}

.product .image_frame.my_frame img{
	transition:opacity .3s ease;
	background-color:#e2e2e2 !important;
	opacity:0;
	aspect-ratio: 1 / 1;
}

.tombstone_loading_competition.product .image_frame.my_frame img{
	opacity:1;
}

.has-post-thumbnail.post-placeholder.product.product-type-lottery.product_cat-uncategorized.sale.status-publish.tombstone_loading_competition.type-product.virtual .add_to_cart_button.product_type_simple{
	background-color:#e2e2e2 !important;
	color:transparent !important;
	border-color:#e2e2e2 !important;
}

.competition_top_text.snow:after{
	user-select: none;
	pointer-events: none;
	content:" ";
	display:block;
	position:absolute;
	aspect-ratio: 11.31 / 1;
	top:-5px;
	width:calc(100% + 14px);
	left:-6px;
	z-index:12;
	background: url(https://competitiongo.co.uk/wp-content/uploads/2023/12/cg_snow.png) no-repeat center;
	background-size:contain;
}

.tombstone_loading_competition .desc.my_des .dopa_title{
	color:transparent !important;
}

.tombstone_loading_competition .desc.my_des h4 .price{
	color:transparent !important;
	opacity:0;
}

.tombstone_loading_competition .cg_progress_label{
	color:transparent !important;
}

.tombstone_loading_competition .desc.my_des h4 .price ins::after{
	color:transparent !important;
}

.tombstone_loading_competition .cg_progress_bar{
	background-color:#e2e2e2 !important;
}

.tombstone_loading_competition .cg_progress_bar .cg_progress_bar_inner{
	opacity:0;
}

.tombstone_loading_competition .cg_home_clock ul{
	background-color:#e2e2e2;
	border-radius:10px;
	margin-bottom:5px;
	color:transparent;
	border-color:#d0d0d0 !important;
}

.tombstone_loading_competition .cg_home_clock ul > li{
	color:transparent;
	border:none;
}

.tombstone_loading_competition .grid-view-card{
	background-color:#e2e2e2 !important;
	color:transparent !important;
	border-color:#e2e2e2 !important;
}

.tombstone_loading_competition .grid-view-card > .ending-output{
	color:transparent !important;
	background-color:#e2e2e2 !important;
}

.product.type-product.status-publish.has-post-thumbnail .image_frame.my_frame > img{
	object-fit:cover;
}

.grid-view-card{
	display:flex;
	align-items: stretch;
}

.grid-view-card > .ending-output{
	display:flex;
	align-items:center;
	text-align:center;
	justify-content: center;
	font-size:10px !important;
}

.grid-view-card > .ending-output:first-child{

}

.competition_top_text{
	position:absolute;
	display:none;
	align-items:center;
	justify-content:center;
	padding:20px;
	font-size:16px;
	top:0;
	left:0;
	right:0;
	height:30px;
	background-color: rgba(201, 12, 19, 0.4);
	backdrop-filter: blur(5px);
	color: white;
	font-weight:bold;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

.today_end_date .competition_top_text{
	display:flex;
}

span.mini-draw-tablet{
	position:relative;
	top:-1px;
	background-color:#c90c13;
	color:white;
	padding:2px 5px;
	border-radius:5px;
	font-size:11px;
	font-weight:bold;
	cursor:default;
	user-select: none;
}

.today_end_date span.mini-draw-tablet{
	transform: scale(1);
	animation: pulseBG 1s infinite;
}

@keyframes pulseBG {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(201, 12, 19, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}


.pulsate {
	-webkit-animation: pulsatingText 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	position:relative;
	transform: rotate(0deg);
	z-index:5;
}
@-webkit-keyframes pulsatingText{
	0% {
		opacity: 0.5;
		transform: scale(0.9);
	}
	50% {
		opacity: 1.0;
		transform: scale(1.0);
	}
	100% {
		opacity: 0.5;
		transform: scale(0.9);
	}
}

@media only screen and (max-width: 1025px) {
	.site_alert_cg{
		margin-top:60px;
	}
}

@media only screen and (max-width: 970px) {
	ul.products > li.product.type-product.status-publish.product-type-lottery{
		flex: 0 0 calc(50% - 10px);
		margin:0 !important;
	}
}

@media only screen and (max-width: 600px) {

	.app_download_button{
		flex: 100%;
		width:100%;
	}

	.cg_mobile_buttons{
		display:flex;
		align-items:center;
		justify-content:end;
		position:fixed;
		z-index:100;
		color:white;
		border-radius:40px;
		bottom:10px;
		right:10px;
		padding:10px;
		background-color: #191919;
	}

	.cg_mobile_buttons_inner{
		display:flex;
		align-items:center;
		gap:10px;
	}

	.cg_mobile_buttons_inner > a{
		display:flex;
		flex-wrap:wrap;
		align-items:center;
		font-weight:bold;
		color:rgba(255,255,255,0.5);
		padding:7px;
		border-radius:40px;
		background-color: #232323;
		text-decoration: none !important;
	}

	.cg_mobile_buttons_inner > a.highlighted{
		color:white;
	}

	.cg_mobile_buttons_inner > a > i{
		width:100%;
		text-align:center;
		font-size:22px;
	}

	.cg_mobile_buttons_inner > a > div{
		width:100%;
		text-align:center;
		font-size:9px;
	}


	.cg_mobile_buttons_inner > a:active{
		color:white;
		text-decoration: none !important;
	}

	.cg_mobile_buttons_inner > a:focus{
		color:white;
		text-decoration: none !important;
	}

	.cg_order_tickets > li {
		flex: 0 0 calc(100%);
	}

	.__reveal_button {
		height: 50px;
	}

	.__cg_live_countdown_container{
		width:70%;
	}

	.site_alert_cg{
		margin-top:60px;
	}

	.entry_content{
		padding:40px;
	}

	.entry_content_table{
		padding:15px;
	}

	ul.products > li.product.type-product.status-publish.product-type-lottery{
		flex: 0 0 calc(100%);
		margin:0 !important;
		margin-bottom:10px !important;
	}

	.entry_list_header{
		margin-left:10px;
		height:auto;
		line-height:initial;
		font-size:22px;
		font-weight:600;
		padding-left:15px;
		padding-top:60px;
		margin-bottom:15px;
	}

	.entry_list_image{
		z-index:2;
		position:absolute;
		top:20px;
		left:calc(50% - 125px);
		border-radius:10px;
		border:4px solid white;
	}
	
	.woocommerce .shop_table .product-name a {
	    color:#c0252b;
	}

	.cg_allow_overflow{
		overflow: hidden !important;
	}

	.__cg_live_countdown_label_text{
		font-size:10px !important;
	}

	.cg_instants_table{
		overflow-x:auto;
	}

	.__instant_win_ticket_header{
		padding: 12px;
	}

	.__instant_win_ticket_header_large{
		font-size: 32px;
	}

	.__instant_win_ticket_header_text{
		font-size: 18px;
	}

	.__instant_win_ticket_header_small{
		font-size: 14px;
		padding: 10px;
	}

}
