/*
Theme Name: Let's Win
Theme URI: Let's Win
Author:
Author URI:
Description:
Text Domain:

*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
	--primary-color: #f50571;
	--secondary-color: #0f0f0f;
}

body {
	font-family: 'Poppins', sans-serif;
}

html {
	scroll-behavior: smooth;
}

@font-face {
	font-family: 'AvenirLTStd-Black';
	src: url('fonts/AvenirLTStd-Black.eot');
	src: url('fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirLTStd-Black.woff2') format('woff2'), url('fonts/AvenirLTStd-Black.woff') format('woff'), url('fonts/AvenirLTStd-Black.ttf') format('truetype'), url('fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'AvenirLTStd-Book';
	src: url('fonts/AvenirLTStd-Book.eot');
	src: url('fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirLTStd-Book.woff2') format('woff2'), url('fonts/AvenirLTStd-Book.woff') format('woff'), url('fonts/AvenirLTStd-Book.ttf') format('truetype'), url('fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir-Heavy';
	src: url('fonts/Avenir-Heavy.eot');
	src: url('fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'), url('fonts/Avenir-Heavy.woff2') format('woff2'), url('fonts/Avenir-Heavy.woff') format('woff'), url('fonts/Avenir-Heavy.ttf') format('truetype'), url('fonts/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir-Roman';
	src: url('fonts/Avenir-Roman.eot');
	src: url('fonts/Avenir-Roman.eot?#iefix') format('embedded-opentype'), url('fonts/Avenir-Roman.woff2') format('woff2'), url('fonts/Avenir-Roman.woff') format('woff'), url('fonts/Avenir-Roman.ttf') format('truetype'), url('fonts/Avenir-Roman.svg#Avenir-Heavy') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'AvenirNext-Bold';
	src: url('fonts/AvenirNext-Bold.eot');
	src: url('fonts/AvenirNext-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNext-Bold.woff2') format('woff2'), url('fonts/AvenirNext-Bold.woff') format('woff'), url('fonts/AvenirNext-Bold.ttf') format('truetype'), url('fonts/AvenirNext-Bold.svg#Avenir-Heavy') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir-Medium';
	src: url('fonts/Avenir-Medium.eot');
	src: url('fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Avenir-Medium.woff2') format('woff2'), url('fonts/Avenir-Medium.woff') format('woff'), url('fonts/Avenir-Medium.ttf') format('truetype'), url('fonts/Avenir-Medium.svg#Avenir-Heavy') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

.paddingl-none {
	padding-left: 0px;
}

.paddingr-none {
	padding-right: 0px;
}

.sep-10 {
	display: block;
	clear: both;
	width: 100%;
	height: 10px;
}

.sep-20 {
	display: block;
	clear: both;
	width: 100%;
	height: 20px;
}

.sep-30 {
	display: block;
	clear: both;
	width: 100%;
	height: 30px;
}

.sep-40 {
	display: block;
	clear: both;
	width: 100%;
	height: 40px;
}

.sep-50 {
	display: block;
	clear: both;
	width: 100%;
	height: 50px;
}

.smooth {
	opacity: 0;
	position: relative;
	top: 50px;
}

.fadein {
	opacity: 0;
}

ul {
	padding: 0px;
	margin: 0px;
}

li {
	list-style: none;
}

.container {
	max-width: 1250px;
}

.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	float: left;
}

a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.topbar {
	background-color: #0c0c0d;
	border-bottom: solid 2px #535353;
}

.topbare-logo img {
	max-width: 250px;
}

.topbare-logo a {
	display: inline-block;
}

.topbar-right-info {
	display: flex;
	justify-content: flex-end;
}

.topbar-save-text {
	border-left: 1px solid rgba(219, 219, 219, 0.5);
	margin-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
}

.topbar-save-text a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.topbar-save-text a span {
	display: inline-block;
	color: #f3578b;
	font-weight: bold;
}

.topbar-save-text a i.fa {
	padding-left: 8px;
}

.social-list {
	border-left: 1px solid rgba(219, 219, 219, 0.5);
	border-right: 1px solid rgba(219, 219, 219, 0.5);
	padding: 5px 7px;
}

.social-list ul li {
	display: inline-block;
}

.social-list ul li a {
	margin: 0px 6px;
	padding: 4px;
	color: #fff;
	font-size: 17px;
	line-height: 18px;
}

.logo-section {
	background-color: #0c0c0d;
	padding: 22px 0px;
}

.my-accountdesktop {
	display: inline-block;
}

.my-accountdesktop a {
	background-color: #31b9e8;
	padding: 11px 23px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	display: inline-block;
}

.logo {
	text-align: center;
}

.logo a {
	display: inline-block;
	max-width: 71%;
}

.shopping-basket-info {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.shopping-basket-icon {
	margin-right: -13px;
}

.shopping-basket-icon img {
	max-width: 57% !important;
}

.shopping-basket-text h4 {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 0px;
	line-height: 17px;
	font-family: 'Avenir-Heavy';
	letter-spacing: 1px;
}

.shopping-basket-text span {
	display: inline-block;
	color: #31b9e8;
	font-size: 14px;
	font-family: 'Avenir-Heavy';
	margin-top: 0px;
}

.menu-img img {
	width: 100%;
}

.top-rating-section {
	background: #2e2a37;
	padding: 13px 0px;
}

.reviewimg {
	width: 100%;
	text-align: center;
}

.reviewimg a {
	display: inline-block;
	max-width: 30%;
}

.banner-slider-section {
	position: relative;
}

.banner-wrapper-title {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner-text-info h4 {
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	text-transform: uppercase;
}

.banner-text-info h2 {
	color: #ffff;
	font-size: 47px;
	font-weight: bold;
	text-transform: uppercase;
}

.banner-text-info ul {
	margin-bottom: 50px;
}

.banner-text-info ul li {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: 0px 0px;
	position: relative;
	padding-left: 7px;
	font-family: 'Avenir-Roman';
	text-transform: uppercase;
}

.banner-text-info ul li img {
	margin-right: 6px;
	max-width: 19px;
	vertical-align: revert;
}

/* .banner-text-info ul li::after {
	content: "\f00c";
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0px;
	top: 2px;
	font-size: 13px;
	color: #f3578b;
	font-family: 'Font Awesome 5 Free';
} */

.btn-wrapper {
	display: inline-block;
}

.btn-wrapper a {
	display: inline-block;
	background-color: #30b5e3;
	padding: 10px 22px;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	border-radius: 3px;
	font-weight: 600;
	margin: 0px 3px;
	letter-spacing: 2px;
}

.btn-wrapper a.be-vip-btn {
	background-color: #f3578b;
	color: #fff;
}

.banner-wrapper img {
	width: 100%;
}

#sliderhome .owl-dot {
	display: none;
}

#sliderhome .owl-nav button.owl-prev {
	position: absolute;
	left: 2%;
	top: 44%;
	box-shadow: none !important;
	outline: none !important;
}

#sliderhome .owl-nav button .fa {
	display: inline-block;
	color: #31b9e8;
	font-size: 16px;
}

#sliderhome .owl-nav button.owl-next {
	position: absolute;
	top: 44%;
	right: 2%;
	box-shadow: none !important;
	outline: none !important;
}

#sliderhome .owl-nav button {
	border-radius: 100% !important;
}

.banner-bottom-prizes-section {
	background: #2e2a37;
	padding: 13px 0px;
}

.prizes-text {
	width: 100%;
	text-align: center;
}

.prizes-text p {
	margin: 0px;
	color: #fff;
	font-size: 24px;
	font-family: 'Avenir-Medium';
}

.prizes-text p span {
	display: inline-block;
	font-family: 'AvenirLTStd-Black';
}

.prizes-text p span img {
	margin-right: 8px;
	max-width: 100%;
	vertical-align: bottom;
}

.rating-section {
	background: #F3F3F3;
	padding: 10px 0px;
}

.bottom-reviewimg img {
	width: 100%;
	max-width: none !important;
}

.ultimate-text-section {
	background-color: #f3578b;
	padding: 30px 0px;
}

.ultimate-text {
	width: 100%;
	text-align: center;
}

.ultimate-text h3 {
	margin-bottom: 0px;
	font-size: 31px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}

.ultimate-text h3 span {
	display: inline-block;
	color: #000;
}

.footer-section {
	background: #0f0f0f;
	padding-top: 64px;
}

.footer-info h3 {
	margin-bottom: 22px;
	color: #ffffff;
	font-size: 28px;
}

.footer-info p {
	color: #fff;
	font-size: 14px;
	max-width: 93%;
}

.footer-info a {
	color: #f3578b;
	text-decoration: none;
	font-weight: bold;
}

.get-in-blk {
	margin: 0px 0px 0px;
	padding: 28px 26px;
	height: 100%;
	background: #25222c;
	border-radius: 8px;
	position: relative;
	top: -20px;
}

.contact-nav li {
	margin-bottom: 40px;
	line-height: 20px;
}

.contact-nav li i.fa {
	margin-right: 10px;
	font-size: 28px;
	line-height: 28px;
	color: #fff;
}

.contact-nav li .info h6 {
	margin: 0;
	color: #ffffff;
	font-size: 16px;
}

.contact-nav li .info a {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}

.contact-nav li .info a i.fa {
	font-size: 11px;
}

.social-nav li a {
	margin-right: 12px;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
}

.footer-info-details ul li {
	position: relative;
	padding-left: 26px;
	line-height: 27px;
}

.footer-info-details ul li::after {
	position: absolute;
	content: "\f054";
	display: inline-block;
	font-family: 'Font Awesome\ 5 Free';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
	left: 0;
	width: 17px;
	line-height: 18px;
	height: 17px;
	background-color: #fff;
	text-align: center;
	border-radius: 50%;
	top: 4px;
	font-size: 12px;
	font-weight: bold;
}

.footer-info-details ul li a {
	color: #fff;
	font-size: 14px;
}

footer .trustpilot-logo img {
	max-width: 120px;
	margin-right: 20px;
}

footer .trustpilot-logo a {
	display: inline-block;
}

.copy-right {
	width: 100%;
	text-align: center;
	margin-top: 45px;
	background-color: #25222c;
	padding: 15px 0px;
}

.copy-right p {
	margin-bottom: 0px;
	color: #fff;
	font-size: 13px;
}

.vip-club-section {
	padding: 53px 0px 60px;
	background-image: url(images/all-competition-bg.jpg);
	background-size: cover;
	background-color: #000;
}

.club-head {
	width: 100%;
	text-align: center;
	margin-bottom: 65px;
}

.club-head img {
	max-width: 42%;
}

.vip-club-box-wrapper {
	width: 100%;
	text-align: center;
	background-color: #25222c;
	padding: 35px 32px 19px;
	border-radius: 12px;
	position: relative;
	min-height: 265px;
}

.vip-club-box-icon {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: -43px;
}

.vip-club-box-icon img {
	max-width: 25%;
}

.vip-club-box-title {
	padding-top: 50px;
}

.vip-club-box-title h3 {
	color: #f3578b;
	font-size: 26px;
	font-family: 'AvenirLTStd-Black';
	text-transform: uppercase;
}

.vip-club-box-title p {
	margin-bottom: 0px;
	color: #ffff;
	font-size: 16px;
	font-family: 'Avenir-Roman';
}

.btn-wrapper.btn {
	width: 100%;
	margin-top: 60px;
}

.btn-wrapper.btn a {
	margin: 0px;
	border-radius: 0px;
	color: #fff;
	background-color: #f3578b;
	padding: 12px 75px;
	font-family: 'AvenirLTStd-Black';
}

/*>>>>>>>>>>>>>>>*/
.how-it-works-section {
	background-color: #0c0c0d;
	padding: 65px 0px 85px;
}

.heading-title {
	width: 100%;
	text-align: center;
	margin: 0px 0 25px 0;
}

.heading-title h3 {
	margin-bottom: 0px;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 3px;
	font-family: 'Avenir-Roman';
}

.heading-title h3 span {
	display: inline-block;
	color: #31b9e8;
	font-weight: 600;
	font-family: 'AvenirLTStd-Black';
}

.how-it-works-box-wrapper {
	width: 100%;
	text-align: center;
	background-color: #2e2a36;
	padding: 35px;
	border: solid 1px #31b9e8;
	border-radius: 12px;
	position: relative;
	min-height: 280px;
}

.how-it-works-icon img {
	max-width: 30%;
}

.how-it-works-box-cont-text {
	padding-top: 30px;
}

.how-it-works-box-cont-text h3 {
	margin-bottom: 0px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 22px;
	font-family: 'Avenir-Roman';
	letter-spacing: 3px;
}

.how-it-works-box-cont-text h3 strong {
	font-family: 'AvenirLTStd-Black';
}

.how-it-works-box-cont-text p {
	margin-bottom: 0px;
	color: #fff;
	font-size: 15px;
	font-family: 'Avenir-Roman';
}

.double-right-icon {
	text-align: center;
	position: absolute;
	top: 50%;
	right: -57px;
	transform: translate(-50%, -50%);
	display: inline-block;
	z-index: 99;
}

.double-right-icon a {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 46px;
	background-color: #f3578b;
	border-radius: 50%;
	font-size: 28px;
	color: #fff;
}

.happy-winner-section {
	background-color: #25222c;
	padding: 45px 0px 55px;
}

.happy-winner-box-wrapper {
	border: solid 1px #646464;
	background-color: #1d1d1d;
	border-radius: 12px;
	overflow: hidden;
	margin: 0px 15px;
	min-height: 430px;
}

.happy-winner-imgbox {
	background-image: url('images/winnerplaceholder.jpg');
	background-position: center center;
}

.happy-winner-box-text {
	text-align: center;
	color: #fff;
	padding: 30px;
}

.happy-winner-box-text h4 {
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 300;
	letter-spacing: 3px;
	font-family: 'Avenir-Roman';
}

.happy-winner-box-text h5 {
	margin-bottom: 0px;
	font-size: 23px;
	font-weight: 600;
	font-family: 'AvenirLTStd-Black';
	margin-top: 4px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.btn-wrapper.btn-more {
	width: 100%;
	text-align: center;
	margin-top: 46px;
}

.btn-wrapper.btn-more a {
	border-radius: 0px;
	color: #fff;
	padding: 11px 31px;
	font-family: 'AvenirLTStd-Black';
}

#slider-happy-winner .owl-dot {
	display: none;
}

#slider-happy-winner .owl-nav button.owl-prev {
	position: absolute;
	left: -3%;
	top: 44%;
	box-shadow: none !important;
	outline: none !important;
}

#slider-happy-winner .owl-nav button span {
	display: inline-block;
	color: #31b9e8;
	font-size: 24px;
}

#slider-happy-winner .owl-nav button.owl-next {
	position: absolute;
	top: 44%;
	right: -3%;
	box-shadow: none !important;
	outline: none !important;
}

#slider-happy-winner .owl-nav button {
	border-radius: 100% !important;
}

.competition-selling-section {
	background-color: #0c0c0d;
	padding: 40px 0px 60px;
}

.row.display-flex {
	display: flex;
	flex-wrap: wrap;
}

.row.display-flex>[class*='col-'] {
	display: flex;
}

.product-competition-box {
	border: solid 2px cornflowerblue;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	/* padding-bottom: 50px; */
	background-color: #fff;
	/* min-width: 300px; */
	width: 100%;
	height: 100%;
	/*	min-height: 700px;*/
	/* max-height: 650px; */
	webkit-box-shadow: 0px 0px 14px 2px rgba(45, 185, 232, 0.65);
	-moz-box-shadow: 0px 0px 14px 2px rgba(45, 185, 232, 0.65);
	box-shadow: 0px 0px 14px 2px rgba(45, 185, 232, 0.65);
}

.product-competition-box .theme-btn {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
}

.product-remaining-text {
	text-align: center;
	background-color: #f0f0f0;
}

.product-remaining-text ul {
	display: flex;
	justify-content: space-around;
}

.product-remaining-text ul li {
	font-size: 11px;
	color: #0c0c0d;
	font-weight: 600;
	padding: 10px 0px;
	width: 50%;
	font-family: 'Avenir-Heavy';
	text-transform: uppercase;
}

.endsin-text {
	text-align: center;
	background-color: #f3578b;
	padding: 9px 5px 6px 5px;
}

.endsin-text p {
	margin-bottom: 0px;
	font-size: 13px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 300;
	font-family: 'Avenir-Roman';
	text-transform: uppercase;
}

.endsin-text p span {
	font-weight: bold;
	font-family: 'AvenirLTStd-Black';
}

.competition-title {
	padding: 25px 20px 110px 20px;
	text-align: center;
	background-color: #fff;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(1fr, auto);
}

.competition-title h3 {
	color: #000;
	font-size: 1.1rem;
	padding: 0 10px;
	line-height: 20px;
	margin-bottom: 13px;
	font-family: 'Avenir-Heavy';
	text-transform: uppercase;
	letter-spacing: 0.5px;
	/* text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	overflow-wrap: break-word; */
}

.competition-title h6 {
	color: #000;
	margin-bottom: 20px;
	font-size: 13px;
}

.competition-title h6 span {
	color: #f3578b;
	display: inline-block;
	font-size: 25px;
	margin-left: 4px;
	font-weight: 600;
	font-family: 'Avenir-Roman';
}

.theme-btn {
	text-align: center;
}

.theme-btn span {
	width: 100%;
	display: inline-block;
	padding: 12px 0px;
	background-color: #31b9e8;
	text-decoration: none;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	/*	font-family: 'Avenir-Heavy';*/
	font-weight: bolder;
}

.theme-btn span img {
	margin-right: 6px;
	max-width: 23px;
	vertical-align: inherit;
}

.product-remaining-text ul li img {
	max-width: 18px;
	vertical-align: sub;
	margin-right: 4px;
}

.heading-title h5 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	/* font-weight: 300; */
	font-size: 21px;
	font-family: 'Avenir-Medium';
}

.competition-selling-section .heading-title h3 {
	color: #f3578b;
	font-family: 'AvenirLTStd-Black';
}

.competition-selling-section .btn-wrapper.btn-more a {
	background-color: #f3578b;
	transition: all 0.5s linear;
	position: relative;
	z-index: 1;
}

.discount-text {
	background-color: #d7d7d7;
}

.discount-text ul {
	display: flex;
	justify-content: space-around;
	flex-grow: 2;
}

.discount-text ul li {
	color: #000;
	font-size: 11px;
	font-weight: 600;
	padding: 5px 0px;
	text-align: center;
	line-height: 15px;
	width: 100%;
}

.discount-text ul li span {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.product-img {
	position: relative;
	overflow: hidden;
}

.discount-text {
	background-color: #d7d7d7;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.product-remaining-text ul li.remaining {
	background-color: #e8e7e7;
}

.discount-text ul li.gold {
	background-image: url(images/gold-bgg.jpg);
	background-size: cover;
}

.discount-text ul li.silver {
	background-image: url(images/silver-bgg.jpg);
	background-size: cover;
}

.product-tag {
	position: absolute;
	background-color: #31b9e8;
	padding: 5px 8px;
	color: #fff;
	top: 0;
	right: 0;
	font-weight: bold;
	border-radius: 0 0 0 5px;
	border: none;
}

.product-tag h6 {
	font-size: 13px;
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	padding: 3px;
	font-weight: 600;
	line-height: 17px;
}

.product-tag h6 span {
	display: block;
	font-weight: 500;
}

/*>>>>>>>>>>>>>>> index 2 >>>>>>>>>*/
.all-competition-section {
	background-color: black;
	padding: 65px 0px 35px;
	background-image: url(images/all-competition-bg.jpg);
	background-position: top;
	background-size: contain;
	background-repeat: no-repeat;
}

.all-competition-section .all-competition-padding {
	padding-bottom: 30px;
}

.all-competition-section .product-competition-box {
	margin-bottom: 0px;
}

.all-comp-title {
	width: 50%;
	margin: auto;
	margin-bottom: 40px;
}

.all-comp-title nav {
	margin-top: 8px;
}

.all-comp-title.content-page-title {
	margin-bottom: 10px;
}

.heading-title .all-comp-title h3 {
	color: #fff;
	font-weight: bold;
	font-size: 46px;
}

.breadcrumb {
	padding: 7px 0px;
	list-style: none;
	background: none;
	border-radius: 0px;
	margin-bottom: 0px;
	display: flex;
	justify-content: center;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

li.breadcrumb-item {
	font-size: 15px;
	text-transform: uppercase;
}

.breadcrumb li.breadcrumb-item a {
	color: #fff;
}

.breadcrumb-item.active {
	color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}

.vip-discount {
	position: absolute;
	bottom: 10px;
	right: 0px;
	width: 100%;
	left: 0;
	text-align: right;
	padding-right: 10px;
}

.vip-discount span {
	display: inline-block;
	padding: 3px 9px;
	border-radius: 5px;
	font-size: 14px;
	background-image: url(images/vip-discount-bgg.jpg);
	font-weight: 600;
}

/******** Competition Details page CSS ********/
.breadcrumb-section {
	background: #2e2a37;
	padding-top: 7px;
	padding-bottom: 7px;
}

.breadcrumb-back-btn a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	font-family: 'AvenirLTStd-Book';
}

.breadcrumb-back-btn a .fas {
	margin-right: 4px;
}

.breadcrumb-section .breadcrumb-bar {
	text-align: right;
}

.breadcrumb-section .breadcrumb-bar ul li {
	color: #fff;
	display: inline-block;
	font-size: 15px;
}

.breadcrumb-section .breadcrumb-bar ul li a {
	color: #fff;
	font-size: 15px;
	font-family: 'AvenirLTStd-Book';
}

.competition-details-section {
	background: #0c0c0d;
	padding-bottom: 32px;
}

.competition-details-section .competition-details-section-title {
	margin-top: 27px;
}

.competition-details-section .competition-details-section-title h3 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 45px;
	font-family: 'AvenirLTStd-Black';
}

.section-title-line-box {
	width: 194px;
	background: #f3578b;
	height: 2px;
	display: block;
	margin: 0px auto;
	margin-top: 33px;
	margin-bottom: 34px;
}

.competition-detailse-slider {
	float: left;
	width: 100%;
}


.competition-main-slider .slick-current {
	background-image: url(https://fnhproductistg.wpengine.com/wp-content/themes/apex22/images/blur-bg.jpg);
	background-size: cover;
}

.competition-slider-img {
	padding-top: 100%;
	position: relative;
	top: 0;
	left: 0;
	display: block;
	/* background-size: 100% 100%; */
	background-size: contain !important;
	object-fit: contain;
	background-repeat: no-repeat;
	background-position: center center
}

.competition-thumb-slider .slick-slide {
	margin: 0px 6px;
}

.competition-thumb-slider {
	margin-top: 13px;
}

.competition-details-section-right-side .ticket-price-bg-box {
	background: #2e2a37;
	padding: 20px;
	border-radius: 10px;
	float: left;
	width: 100%;
}

.competition-details-section-right-side .ticket-price-bg-box .price-box {
	width: 33%;
	float: left;
	display: inline-block;
	text-align: center;
	border-right: solid 1px #fff;
	min-height: 89px;
}

.ticket-price-bg-box .price-box h3 {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: 'AvenirLTStd-Black';
	text-transform: uppercase;
}

.ticket-price-bg-box .price-box h4 {
	font-size: 35px;
	color: #f3578b;
	font-weight: bold;
	margin-bottom: 1px;
	line-height: 35px;
	font-family: 'AvenirLTStd-Black';
}

.ticket-price-bg-box .price-box .price-do span {
	color: #b4b4b4;
	font-size: 19px;
	text-decoration: line-through;
	font-weight: bold;
	font-family: 'AvenirLTStd-Black';
}

.competition-details-section-right-side .ticket-price-bg-box .price-box:last-child {
	border-right: none;
}

.ticket-vip-btn-bg-box {
	float: left;
	width: 100%;
	margin-top: 16px;
}

.ticket-vip-btn-bg-box .ticket-vip-btn-box {
	width: 100%;
	float: left;
	display: inline-block;
	height: 66px;
	background-image: url(images/gold-bgg.jpg);
	background-size: cover;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	margin-top: 10px;
}

.ticket-vip-btn-bg-box .ticket-vip-btn-box p {
	margin-bottom: 0px;
	font-family: 'AvenirLTStd-Black';
	text-transform: uppercase;
	color: #000000;
	font-size: 14px;
}

.ticket-vip-btn-bg-box .ticket-vip-btn-box span {
	color: #000000;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'AvenirLTStd-Black';
}

.ticket-vip-btn-bg-box .col-md-4 {
	padding: 0px 8px;
}

.ticket-vip-btn-box.silver-bg {
	background: #b7b4b4;
}

.ticket-vip-btn-bg-box .ticket-vip-btn-box a {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 49px;
	color: #fff;
	font-size: 16px;
	font-family: 'AvenirLTStd-Black';
	text-transform: uppercase;
	text-decoration: none;
}

.ticket-vip-btn-bg-box .ticket-vip-btn-box a:hover {
	background-color: #f3578b;
}

.competition-details-section-right-side .answer-bg-box-right-side {
	background: #2e2a37;
	margin-top: 21px;
	float: left;
	width: 100%;
	padding: 20px;
	border-radius: 10px;
}

.answer-bg-box-right-side p:nth-of-type(1) {
	Xdisplay: none;
}

.answer-bg-box-right-side p:nth-of-type(2) {
	Xdisplay: none;
}

.answer-bg-box-right-side form p,
.answer-bg-box-right-side .answer-box-row-text p {
	display: block !important;
}

.competition-details-section-right-side .answer-bg-box-right-side .answer-box-row h3 {
	color: #f3578b;
	font-size: 18px;
	text-transform: uppercase;
}

.competition-details-section-right-side .answer-bg-box-right-side .answer-box-row p {
	color: #fff;
	margin-bottom: 0px;
	font-size: 22px;
	font-family: 'AvenirLTStd-Black';
}

.answer-box-row .answer-box-row-input {
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

.answer-box-row .answer-box-row-input .input-rr {
	width: 100%;
	height: 46px;
	background: none;
	border: solid 1px #fff;
	padding: 0px 8px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	font-size: 20px;
	font-family: 'AvenirLTStd-Book';
	text-transform: uppercase;
}

.answer-box-row-input-row {
	margin-top: 12px;
	width: 100%;
	float: left;
}

.answer-box-row .answer-box-row-input .input-rr::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1;
	/* Firefox */
}

.answer-box-row .answer-box-row-input .input-rr:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.answer-box-row .answer-box-row-input .input-rr::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff;
}

.answer-box-row .answer-box-row-input .input-rr:focus {
	outline: 0px;
}

/*
	margin-top: 50px;
} */

.answer-box-row {
	float: left;
	width: 100%;
}

/* My account */
header.header {
	display: none !important;
}

/* End my account */

/* Products page */
.answers-list li {
	padding: 17px 20px 10px 20px;
	margin-bottom: 10px;
	border: 1px #ffffff solid;
	position: relative;
	text-align: center;
	font-weight: bold;
	color: white;
}

.answers-list input[type="radio"] {
	display: none;
}

.answers-list li.answer-active {
	background-color: #31b9e8;
	border: none;
}

.woocommerce-error {
	margin: 0;
}

span.alg-wc-mppu-current-product-limit {
	background-color: #ef3271 !important;
	color: #fff !important;
	margin-bottom: 30px !important;
	padding: 10px;
	display: block;
	font-weight: 700;
	border-radius: 6px;
}

.woocommerce div.product form.cart div.quantity {
	float: none;
	width: 100%;
}

.theme-enter-now-btn,
.woocommerce div.product form.cart .button {
	float: left;
	width: 100%;
}

.theme-enter-now-btn a,
.woocommerce div.product form.cart .button {
	width: 100%;
	display: inline-block;
	padding: 15px 0px;
	background-color: #31b9e8;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border-radius: 100px;
	font-family: 'AvenirLTStd-Black';
}

/* End Products page */


.theme-enter-now-btn a img {
	margin-right: 7px;
}

.theme-enter-now-btn a:hover,
.woocommerce div.product form.cart .button {
	background-color: #f3578b;
}

.answer-box-row-text {
	/* margin-top: 21px; */
	float: left;
	width: 100%;
	margin-bottom: 1px;
}

.answer-box-row-text p {
	text-align: center;
	font-size: 16px !important;
	margin-bottom: 10px !important;
	text-transform: uppercase;
	color: #8b8b8b !important;
}

.answer-box-row-text p span {
	color: #31b9e8;
}

.answer-box-row-text p a {
	color: #31b9e8;
}

.answer-box-row-input-row .answer-box-row-input-wrapper {
	float: left;
	width: 100%;
	/* margin-bottom: 30px; */
	display: flex;
}

.answer-box-row-input-row .answer-box-row-input-wrapper .row-input-boxz {
	width: 35%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin-bottom: 20px;
}

.answer-box-row-input-row .answer-box-row-input-wrapper .row-input-boxz .row-input-boxx input {
	width: 111px;
	height: 108px;
	padding: 0px 7px;
	font-size: 50px;
	text-align: center;
	background: #000000;
	border: none;
	color: #fff;
	font-family: 'AvenirLTStd-Black';
}

.row-input-boxx .input-rr::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1;
	/* Firefox */
}

.row-input-boxx .input-rr:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.row-input-boxx .input-rr::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff;
}

.answer-box-row-input-row .answer-box-row-input-wrapper .row-input-boxz .row-input-plus-min {
	background: #f3578b;
	font-size: 26px;
	color: #fff;
	height: 108px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-content: stretch;
}

.answer-box-row-input-row .answer-box-row-input-wrapper .row-input-boxz .row-input-plus-min a {
	height: 100%;
	line-height: 111px;
	color: #fff;
	align-items: center;
	justify-content: space-between;
	align-content: center;
	width: 33px;
	text-align: center;
	text-decoration: none;
}

.row-input-plus-min.plus {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.row-input-plus-min.min {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.answer-box-vip-btn-box {
	background: rgb(183, 123, 19);
	background: linear-gradient(63deg, rgba(243, 219, 135, 1) 14%, rgba(183, 123, 19, 1) 100%);
	border-radius: 5px;
	height: 108px;
	/* margin-left: -6px; */
	position: relative;
	z-index: 1;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0;
	padding: 14px 25px;
	width: 100%;
}

.answer-box-vip-btn-box h2 {
	font-size: 19px;
	font-family: 'AvenirLTStd-Black';
	color: #0c0c0d;
}

.answer-box-vip-btn-box h3 {
	font-size: 17px !important;
	font-family: 'AvenirLTStd-Black';
	color: #0c0c0d !important;
	text-transform: none !important;
}

.answer-box-vip-btn-box h4 {
	font-size: 17px;
	font-family: 'AvenirLTStd-Black';
	color: #0c0c0d;
}

.ticket-vip-btn-box.vip-btn-wrapper a {
	background: #000;
}

.menu-section {
	background: #f3578b;
}

.menu-section .desktio-view-menu {
	width: 100%;
	text-align: center;
}

.menu-section .desktio-view-menu ul li {
	display: inline-block;
}

.menu-section .desktio-view-menu ul li a {
	padding: 10px 31px 8px 31px;
	color: #fff;
	font-size: 17px;
	font-family: 'AvenirLTStd-Black';
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
}

.menu-section .desktio-view-menu ul li a:hover {
	background: #ef3271;
}

/*>>>>>>>>>>>>>>> index 3 >>>>>>>>>*/
.table-details-section {
	background-color: #2e2a37;
	padding: 50px 0px 20px;
}

.table th,
.table td {
	color: #fff;
}

.tablist-table-wrapper {
	width: 88%;
	margin: auto;
}

.nav-tabs {
	border: none;
	margin-bottom: 35px;
}

.tablist-table-wrapper .nav-tabs .nav-link {
	border-radius: 3px;
	margin-right: 13px;
	background-color: #504b5c;
	color: #b5b4b9;
	font-size: 16px;
	border: none;
	padding: 9px 25px;
	font-family: 'AvenirLTStd-Black';
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #fff;
	background-color: #f3578b;
}

.table-details-section {
	background-color: #2e2a37;
	padding: 50px 0px 60px;
}

.table th,
.table td {
	color: #fff;
	padding: 16px;
	border-top: 1px solid #5e5e5e;
}

.table .thead-dark th {
	background-color: #221f29;
	border-color: #221f29;
}

.table {
	border-bottom: solid 1px #5e5e5e;
}

.progress {
	height: 26px;
	border-radius: 3px;
	background: #fff;
	border: solid 1px #f3578b;
	position: relative;
	overflow: visible;
	margin-bottom: 32px;
}

.progress .progress-bar {
	border-radius: 0px;
	background: #f978a3;
	background: linear-gradient(63deg, rgba(249, 120, 163, 1) 14%, rgba(243, 87, 139, 1) 100%);
	position: relative;
}

.valuesprogress {
	position: absolute;
	right: 6px;
	color: #7a384e;
	/* color: #f3578b; */
	font-size: 11px;
	top: 5px;
	font-family: 'AvenirLTStd-Black';
}

.progress-bar span {
	min-width: 45px;
	max-width: 45px;
	padding: 2px 8px 0;
	line-height: 16px;
	position: absolute;
	background: #f977a2;
	border-radius: 4px;
	top: calc(100% + 5px);
	left: 100%;
	transform: translateX(-50%);
}


.progress-bar span:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
	left: calc(50% - 4px);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #f977a2;
}

.product-img .ending-img {
	padding-top: 100%;
	background-position: center;
	-webkit-transition: all .5s;
	transition: all .5s;
	overflow: hidden;
	position: relative;
	background-size: cover;
}

.product-competition-box:hover .product-img .ending-img {
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}

.hot-competitons-slider-wrapper {
	width: 100%;
	float: left;
}

#hot-competitons-slider-home .owl-dots {
	display: none;
}

#hot-competitons-slider-home .owl-nav button.owl-prev {
	position: absolute;
	top: 40%;
	left: -31px;
	color: #f3578b;
}

#hot-competitons-slider-home .owl-nav button.owl-next {
	position: absolute;
	top: 40%;
	right: -31px;
	color: #f3578b;
}

#related-products .owl-dots {
	display: none;
}

#related-products .owl-nav button.owl-prev {
	position: absolute;
	top: 40%;
	left: -31px;
	color: #f3578b;
}

#related-products .owl-nav button.owl-next {
	position: absolute;
	top: 40%;
	right: -31px;
	color: #f3578b;
}

.related-products-section {
	background-color: #0c0c0d;
	padding: 58px 0px 60px;
}

#related-products .owl-stage-outer {
	padding-top: 10px;
}

#hot-competitons-slider-home .owl-stage-outer {
	padding-top: 10px;
}

.theme-btn span:hover {
	background: #f978a3;
	background: linear-gradient(63deg, rgba(249, 120, 163, 1) 14%, rgba(243, 87, 139, 1) 100%);
}

.my-accountdesktop a:hover {
	background: #f978a3;
	color: white;
	background: linear-gradient(63deg, rgba(249, 120, 163, 1) 14%, rgba(243, 87, 139, 1) 100%);
}

.timer-wrapper-box {
	margin-top: 20px;
	float: left;
	width: 100%;
	border-radius: 10px;
	background: #fff;
	padding: 14px;
}

.progress-bar-wrapper {
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 10px;
}

/****** HOME  SLIDER  Animation CSS ******/
@-webkit-keyframes fadeInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

#sliderhome .owl-item.active .banner-text-info h4 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
	font-family: 'Avenir-Roman';
	letter-spacing: 2px;
}

#sliderhome .owl-item.active .banner-text-info h2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
	font-family: 'AvenirNext-Bold';
}

#sliderhome .owl-item.active .banner-text-info ul {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}

#sliderhome .owl-item.active .banner-text-info .btn-wrapper {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}

.all-comp-title h3 {
	font-family: 'AvenirNext-Bold';
}

li.breadcrumb-item {
	font-family: 'Avenir-Medium';
}

.mobile-view-topbar {
	display: none;
}

.shopping-basket-info-mobile-view {
	display: none;
}

.theme-enter-now-btn a img {
	vertical-align: baseline;
}

.answer-box-row-text p a:hover {
	color: #f3578b;
}

.tablist-table-wrapper .nav.nav-tabs li a.active {
	position: relative;
}

.tablist-table-wrapper .nav.nav-tabs li a.active:before {
	display: block;
	position: absolute;
	bottom: 100%;
	left: 46%;
	top: 42px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #f977a2;
	content: "";
}

.tablist-table-wrapper .nav.nav-tabs li a:hover {
	background-color: #f977a2;
	color: #fff !important;
}

.tablist-table-wrapper table thead tr th {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'AvenirLTStd-Black';
}

.tablist-table-wrapper tbody tr td {
	font-family: 'Avenir-Medium';
}

.only-mobile-viewrating {
	display: none;
}

.left-menu-box #trigger-overlay {
	display: none;
}

.competition-thumb-slider {
	padding: 0px 20px;
}

.competition-thumb-slider button.slick-prev {
	left: -2px;
}

.competition-thumb-slider button.slick-next {
	right: -2px;
}

.competition-thumb-slider button.slick-prev::before {
	color: #f3578b;
}

.competition-thumb-slider button.slick-next::before {
	color: #f3578b;
}

.competition-selling-section .btn-wrapper.btn-more a::before {
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	right: -1px;
	background-color: #fff;
	content: "";
	transform: scaleY(0.0) rotateX(0deg);
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index: -1;
}

.competition-selling-section .btn-wrapper.btn-more a:hover:before {
	transform: scaleY(1.0) rotateX(0deg);
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.btn-wrapper a {
	transition: all 0.5s linear;
	position: relative;
	z-index: 1;
}

.btn-wrapper a::before {
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	right: -1px;
	background-color: #fff;
	content: "";
	transform: scaleY(0.0) rotateX(0deg);
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index: -1;
}

.btn-wrapper.btn-blue a:hover {
	color: #30b5e3;
}

.btn-wrapper a:hover:before {
	transform: scaleY(1.0) rotateX(0deg);
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.vip-club-box-wrapper:hover {
	background: #161616;
}

.vip-club-box-wrapper:hover .vip-club-box-icon img {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.vip-club-box-icon img {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.social-nav li a:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	color: #f3578b;
}

.social-nav li a {
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block;
}

.footer-info-details ul li:hover a {
	color: #f3578b;
}

.woocommerce-message {
	margin-top: 30px;
	margin-bottom: 0px;
	border-top-color: #f3578b;
}

.woocommerce-message::before {
	color: #f3578b;
}

.woocommerce .quantity .qty {
	width: auto;
}

.price-container h4 {
	font-weight: 700;
	/* margin-bottom: 0em; */
}

.price-container del {
	margin-bottom: 1rem !important;
	display: block;
	margin-top: -10px;
}

.alg-wc-mppu-current-product-limit {
	display: none !important;
}

.woocommerce-account .ywf_make_a_deposit_form {
	display: none;
}

#coupons_list {
	margin-bottom: 25px;
	padding: 15px;
	background-color: #fff;
	border-top: 2px #f3578b solid;
}

#coupons_list h3 {
	font-size: 15px;
}

#all_coupon_container .uppercase {
	color: #f3578b !important;
}

.woocommerce-cart table.cart input[name="coupon_code"] {
	float: none !important;
	width: 120px !important;
}

/****** Mobile Layout ******/

@media only screen and (max-width: 570px) {
	.all-competition-row-wrapper-box .row {
		Xdisplay: grid;
		Xgrid-template-columns: 1fr 1fr;
		Xgrid-gap: 20px;
		width: 100%;
		place-content: center;
		place-items: center;
		margin: 0;
	}

	.col-md-3,
	.col-6,
	.all-competition-padding {
		max-width: none !important;
		width: 100% !important;
	}

	.product-competition-box {
		width: 100% !important;
		margin: 0 auto;
		min-height: 590px;
	}
}

.ticket-vip-btn-bg-box {
	min-height: 54px;
}

.discount-single-product li {
	font-size: .9rem !important;
	user-select: none;
	margin-right: 10px;
}

.discount-single-product li span {
	font-size: 1.1rem !important;
}

.discount-single-product {
	background-color: none !important;
}

.discount-single-product span {
	margin-top: 5px;
}

.about-section-wrapper {
	padding-top: 58px;
	padding-bottom: 45px;
}

.about-section-wrapper .about-video-win iframe {
	width: 100%;
	height: 336px;
}

.about-info-wrapper-p h3 {
	color: #f3578b;
	font-family: 'AvenirLTStd-Black';
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 17px;
}

.about-info-wrapper-p p {
	font-size: 17px;
	font-family: 'Avenir-Roman';
	margin-bottom: 23px;
}

.black-bg-vip-club {
	background: #0c0c0d;
	padding-top: 100px;
	padding-bottom: 80px;
}

.vip-club-video-section {
	background: #2e2a37;
	padding-top: 23px;
	padding-bottom: 17px;
}

.vip-club-video-section .vip-club-video-wrapper {
	text-align: center;
}

.vip-club-video-section .vip-club-video-wrapper iframe {
	min-width: 677px;
	height: 384px;
}

.vip-club-top-section-info .vip-club-top-info-title h3 {
	color: #f3578b;
	font-family: 'AvenirLTStd-Black';
	font-size: 34px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 0px;
}

.vip-club-top-section-info .vip-club-top-info-title h2 {
	color: #fff;
	font-size: 27px;
	text-transform: uppercase;
}

.vip-club-top-section-info ul.vip-club-list {
	margin-top: 32px;
}

.vip-club-top-section-info ul.vip-club-list li {
	font-size: 17px;
	color: #fff;
	font-family: 'Avenir-Roman';
	margin-bottom: 7px;
}

.vip-club-top-section-info .vip-club-top-info-title h3 span {
	color: #e5c150;
}

.vip-club-top-section-info .btn-wrapper {
	margin-top: 8px 0;
}

.vip-club-img {
	padding: 0px 37px;
}

.vip-club-top-section-info ul.vip-club-list li .fa-check {
	margin-right: 6px;
	color: #f3578b;
	font-size: 16px;
}

.pricing-table-section {
	background: #2e2a37;
	padding-top: 40px;
	padding-bottom: 40px;
}

.pricing-table-box {
	border: solid 1px #ffffff;
	background: #1f1c26;
	border-radius: 15px;
	min-height: 570px;
	height: 100%;
	min-height: 570px;
}

.pricing-table-box-ro {
	padding: 33px;
}

.pricing-table-box-ro .pricing-table-list ul li {
	font-size: 17px;
	color: #fff;
	margin-bottom: 12px;
	font-family: 'Avenir-Roman';
}

.pricing-table-box .pricing-table-title-bar {
	background: #322d3d;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	padding: 18px;
	text-align: center;
}

.pricing-table-box .pricing-table-title-bar h3 {
	color: #fff;
	font-size: 25px;
	font-family: 'AvenirLTStd-Black';
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 4px;
	margin-bottom: 10px;
}

.pricing-table-box .pricing-table-title-bar span {
	font-size: 20px;
	color: #fff;
	font-family: 'Avenir-Medium';
	text-transform: uppercase;
}

.pricing-table-section .col-md-4 {
	padding: 24px;
}

.pricing-table-box-ro .pricing-table-list ul li .fas {
	font-size: 15px;
	margin-right: 6px;
	color: #f3578b;
}

.silver-bg .pricing-table-title-bar {
	background-image: url(images/silver-bgg.jpg);
	background-size: cover;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px
}

.silver-bg .pricing-table-title-bar h3,
.silver-bg .pricing-table-title-bar span {
	color: #000000;
}

.table-gold-bg .pricing-table-title-bar h3,
.table-gold-bg .pricing-table-title-bar span {
	color: #000000;
}

.table-gold-bg .pricing-table-title-bar {
	background-image: url(images/table-gold-bg.jpg);
	background-size: cover;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px
}

.pricing-table-box .pricing-table-btn {
	position: absolute;
	bottom: 53px;
	padding: 0px 28px;
}

.silver-bg .pricing-table-btn .btn-wrapper a {
	background-image: url(images/silver-bgg.jpg) !important;
	background-size: cover;
}

.table-gold-bg .pricing-table-btn .btn-wrapper a {
	background-image: url(images/table-gold-bg.jpg);
	background-size: cover;
}

.vip-club-top-section-info .btn-wrapper a {
	background-image: url(images/table-gold-bg.jpg);
	background-size: cover;
}

.btn-wrapper a:hover {
	color: #f76f9c;
}

.pricing-table-btn .btn-wrapper a:hover {
	color: #fff;
}

.vip-club-top-section-info .btn-wrapper a:hover {
	color: #fff;
}

.contact-form-section {
	padding-top: 43px;
	padding-bottom: 53px;
}

.contact-form-wrapper .form-group-row .form-row-input {
	width: 100%;
	height: 45px;
	padding: 5px 7px;
	font-size: 15px;
	border: solid 1px #e7e6e6;
	font-family: 'Avenir-Medium';
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

.contact-form-wrapper .form-group-row {
	margin-bottom: 16px;
}

.contact-form-wrapper .form-group-row textarea {
	height: 135px !important;
	padding-top: 5px !important;
}

.contact-form-wrapper .form-group-row .form-row-input:focus,
.contact-form-wrapper .form-group-row .form-row-input:hover {
	border: solid 1px #f3578b;
	outline: 0;
}

.contact-form-wrapper .submit-button-wrapper .button-btn-s {
	background: #f3578b;
	border: none;
	padding: 9px 29px;
	color: #fff;
	cursor: pointer;
	outline: 0;
}

.contact-form-wrapper .submit-button-wrapper .button-btn-s:hover {
	background: #f83a7a;
}

.contact-info-box {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 26px 34px;
}

.contact-info-box .contact-info-box-row {
	display: flex;
	width: 100%;
	margin-top: 11px;
}

.contact-info-box .contact-info-box-row .contact-info-icon {
	width: 32px;
	text-align: center;
	margin-right: 12px;
}

.contact-info-box .contact-info-box-row .contact-info-icon i {
	font-size: 34px;
	color: #F3578B;
}

.contact-info-box .contact-info-box-row .contact-info-text h3 {
	font-size: 24px;
	color: #554645;
	font-family: 'Avenir-Medium';
	margin-bottom: 4px;
}

.contact-form-wrapper .contact-form-wrapper-title h3 {
	text-transform: uppercase;
	font-size: 35px;
	margin-bottom: 13px;
}

.contact-form-wrapper .contact-form-wrapper-title p {
	color: #000;
	font-size: 17px;
	font-family: 'Avenir-Medium';
}

.contact-form-wrapper .contact-form-wrapper-title {
	margin-bottom: 23px;
}

.contact-info-box .contact-info-box-row .contact-info-text p {
	color: #554645;
	font-size: 15px;
}

@media only screen and (max-width: 767px) {
	.instant-buy.flex .btn-wrapper {
		padding-top: none;
	}

	.dashboad-landing-text {
		text-align: center !important;
	}

	.member-heading {
		width: 100% !important;
		text-align: center !important;
	}

	.contact-form-wrapper .contact-form-wrapper-title h3 {
		font-size: 28px;
	}

	.contact-info-box .contact-info-box-row .contact-info-text p {
		font-size: 13px;
	}

	.contact-info-box {
		padding: 22px;
	}

	.contact-info-box {
		margin-top: 30px;
	}

	.vip-club-video-section .vip-club-video-wrapper iframe {
		min-width: 100%;
		height: auto;
	}

	.vip-club-img {
		padding: 0px 0px;
		margin-bottom: 21px;
	}

	.vip-club-top-section-info ul.vip-club-list li {
		font-size: 15px;
		margin-bottom: 7px;
		display: flex;
	}

	.pricing-table-box-ro {
		padding: 33px 16px;
		padding-bottom: 18px;
	}

	.pricing-table-box .pricing-table-btn {
		margin-bottom: 36px;
		position: relative;
		bottom: auto;
	}

	.pricing-table-box-ro .pricing-table-list ul li {
		font-size: 16px;
		margin-bottom: 16px;
		display: flex;
	}

	.about-section-wrapper .about-video-win iframe {
		width: 100%;
		height: 206px;
	}

	.about-info-wrapper-p h3 {
		font-size: 26px;
		margin-bottom: 17px;
		line-height: 39px;
	}

	.about-video-win {
		margin-top: 8px;
	}


	.add-space {
		margin-top: 60px;
	}

	.discount-single-product {
		flex-direction: column;
	}

	.ticket-vip-btn-bg-box {
		min-height: none;
	}

	/* .progress-bar-wrapper.member {
		min-height: 150px
	} */

	#related-products .owl-nav button.owl-next {
		position: relative;
		top: 0;
		right: 0;
	}

	#related-products .owl-nav button.owl-prev {
		position: relative;
		top: 0;
		left: 0;
	}

	#related-products .owl-nav {
		margin-top: 19px;
	}

	#related-products .owl-nav button {
		margin: 0px 9px;
		outline: 0;
	}

	.related-products-section {
		padding: 58px 0px 46px;
	}

	#hot-competitons-slider-home .owl-nav button {
		margin: 0px 9px;
		outline: 0;
	}

	#hot-competitons-slider-home .owl-nav button.owl-next {
		position: relative;
		top: 0;
		right: 0;
	}

	#hot-competitons-slider-home .owl-nav button.owl-prev {
		position: relative;
		top: 0;
		left: 0;
	}

	#hot-competitons-slider-home .owl-nav {
		margin-top: 19px;
	}

	.competition-selling-section .btn-wrapper.btn-more {
		margin-top: 21px;
	}

	.product-remaining-text ul {
		Xdisplay: inline-block;
		width: 100%;
	}

	.all-competition-padding {
		/*		padding: 0px 0px;*/
		display: block;
	}

	.all-competition-section {
		background-size: 150%;
	}

	.competition-title {
		padding: 14px 15px 110px 15px;
	}

	.competition-title h3 {
		font-size: 15px;
		margin: 0 0 15px 0;
		padding: 0;
	}

	.endsin-text p span {
		display: block;
		text-align: center;
		line-height: 12px;
	}

	.theme-btn span {
		font-size: 14px;
	}

	.discount-text ul li span {
		font-size: 9px;
	}

	.logo-section .left-menu-box button#trigger-overlay {
		text-align: left;
		float: left;
		margin-left: -11px;
	}

	.left-menu-box #trigger-overlay {
		display: block;
	}

	.navbar-toggler-icon {
		display: block;
		width: 25px;
		height: 3px;
		background-color: #fff;
		opacity: 1;
	}

	.navbar-toggler .navbar-toggler-icon {
		background-color: #ffffff;
	}

	.navbar-toggler-icon:nth-child(2) {
		margin: 6px 0;
	}

	.tablist-table-wrapper {
		width: 100%;
		margin: auto;
		padding: 0px 15px;
	}

	.tablist-table-wrapper .nav-tabs .nav-link {
		margin-right: 9px;
		font-size: 11px;
		padding: 9px 6px;
	}

	.tablist-table-wrapper .nav.nav-tabs li a.active:before {
		display: block;
		position: absolute;
		bottom: 100%;
		left: 43%;
		top: 35px;
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid #f977a2;
		content: "";
	}

	.tablist-table-wrapper .table {
		max-width: 100% !important;
	}

	.table .thead-dark th {
		font-size: 12px;
		letter-spacing: 0;
	}

	.tablist-table-wrapper tbody tr td {
		font-size: 12px;
		white-space: normal !important;
	}

	.tablist-table-wrapper tbody tr td:nth-of-type(1) {
		max-width: 20% !important;
	}

	.tablist-table-wrapper tbody tr td span {
		white-space: normal !important;
	}


	.only-mobile-viewrating {
		display: block;
	}

	.competition-details-section-right-side {
		margin-top: 25px;
	}

	.answer-box-row .answer-box-row-input .input-rr {
		height: 42px;
		padding: 0px 8px;
		font-size: 14px;
	}

	.all-comp-title {
		width: 100%;
		margin: auto;
		margin-bottom: 55px;
		padding: 0px 20px;
	}

	.all-comp-title h3 {
		font-size: 27px !important;
	}

	.mobile-view-topbar {
		display: flex;
	}

	.logo-section .row {
		padding: 0px 15px;
	}

	.logo-section .right-slider-shopping-box .shopping-basket-info {
		width: 58px;
		height: 46px;
		border-radius: 3px;
		float: right;
	}

	.shopping-basket-info-mobile-view {
		display: block;
	}

	.endsin-text p {
		font-size: 11px;
	}

	.product-remaining-text ul li {
		font-size: 10px;
		width: 100%;
		padding: 6px 0px;
	}

	.logo-section .right-slider-shopping-box {
		max-width: 20%;
		padding: 0px;
	}

	.logo-section .logo-wrapper-box-mobile {
		max-width: 60%;
		padding: 0px;
	}

	.logo-section .left-menu-box {
		max-width: 20%;
	}

	.logo-section .right-slider-shopping-box .shopping-basket-text {
		display: none;
	}

	.shopping-basket-icon img {
		max-width: 100%;
	}

	.shopping-basket-icon {
		position: relative;
		margin-right: 0;
		width: 32px;
		margin: 0px auto;
		height: 35px;
		line-height: 35px;
	}

	.shopping-basket-icon .shopping-basket-info-mobile-view {
		position: absolute;
		top: 5px;
		width: 18px;
		right: 0px;
		height: 18px;
		background: #31b9e8;
		border-radius: 100%;
		line-height: 18px;
		text-align: center;
		color: #fff;
		font-size: 12px;
	}

	.double-right-icon {
		display: none;
	}

	.hot-competitons-slider-wrapper {
		padding: 0px 15px;
	}

	.menu-section {
		display: none;
	}

	.my-accountdesktop {
		display: none;
	}

	.mobile-view {
		display: none;
	}

	.footer-section {
		padding-top: 41px;
	}

	.footer-info {
		text-align: center;
	}

	.footer-info h3 {
		font-size: 22px;
	}

	.trustpilot-logo {
		padding-bottom: 32px;
	}

	.footer-info p {
		font-size: 14px;
		max-width: 100%;
	}

	.trustpilot-logo a {
		max-width: 40%;
	}

	.footer-info.get-in-blk {
		text-align: left;
	}

	.contact-nav li {
		margin-bottom: 36px;
		display: flex;
	}

	.contact-nav li i.fa {
		font-size: 25px;
	}

	.contact-nav li .info h6 {
		font-size: 14px;
	}

	.copy-right {
		margin-top: 20px;
	}

	.copy-right p {
		font-size: 9px;
	}

	.get-in-blk {
		padding: 20px;
		border-radius: 5px;
		margin: auto;
	}

	.ultimate-text-section {
		padding: 11px 0px;
	}

	.ultimate-text h3 {
		font-size: 17px;
		line-height: 22px;
		font-weight: 500;
	}

	.club-head img {
		max-width: 75%;
	}

	.vip-club-section {
		padding: 30px 0px 20px;
		border-bottom: solid 40px #0f0f0f;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.club-head {
		margin-bottom: 32px;
	}

	.vip-club-box-wrapper {
		text-align: left;
		padding: 10px;
		border-radius: 8px;
		position: relative;
		display: flex;
		align-items: center;
		margin-bottom: 12px;
		min-height: auto;
	}

	.vip-club-box-icon {
		position: relative;
		width: 60px;
		text-align: left;
		top: 0;
		margin-right: 20px;
		min-width: 60px;
	}

	.vip-club-box-icon img {
		max-width: 100%;
	}

	.vip-club-box-title {
		text-align: left;
		padding-top: 0px;
	}

	.vip-club-box-title h3 {
		font-size: 12px;
		margin-bottom: 4px;
	}

	.vip-club-box-title p {
		font-size: 10px;
	}

	.btn-wrapper.btn {
		margin-top: 20px;
	}

	.btn-wrapper.btn a {
		padding: 9px 40px;
		font-size: 11px;
	}

	.how-it-works-box-wrapper {
		padding: 13px 8px;
		border-radius: 8px;
		display: flex;
		align-items: center;
		margin-bottom: 12px;
		min-height: 0;
	}

	.how-it-works-icon {
		width: 25%;
	}

	.how-it-works-icon img {
		max-width: 77%;
	}

	.how-it-works-box-cont-text {
		padding-top: 0px;
		width: 75%;
	}

	.how-it-works-box-cont-text h3 {
		margin-bottom: 3px;
		font-size: 15px;
	}

	.how-it-works-box-cont-text p {
		font-size: 11px;
	}

	.heading-title {
		margin-bottom: 23px;
	}

	.heading-title h3 {
		font-size: 18px;
	}

	.how-it-works-section {
		padding: 30px 0px 20px;
	}

	.happy-winner-section {
		padding: 30px 0px 35px;
	}

	.happy-winner-box-text {
		padding: 18px;
	}

	.happy-winner-box-text h4 {
		font-size: 16px;
	}

	.happy-winner-box-text h5 {
		font-size: 17px;
		font-weight: 400;
		letter-spacing: 2px;
	}

	.happy-winner-section .row {
		margin: auto;
	}

	.happy-winner-box-wrapper {
		margin: 0px 10px;
	}

	.btn-wrapper.btn-more a {
		font-size: 11px;
	}

	.btn-wrapper.btn-more {
		margin-top: 34px;
	}

	.competition-selling-section {
		padding: 35px 0px 40px;
	}

	.heading-title h5 {
		font-size: 13px;
		margin-bottom: 0px;
	}

	.competition-selling-section .heading-title h3 {
		font-weight: 600;
	}

	.prizes-text p {
		font-size: 11px;
	}

	.prizes-text p span img {
		margin-right: 6px;
		max-width: 15px;
	}

	.banner-bottom-prizes-section {
		padding: 10px 0px;
	}

	.top-rating-section {
		padding: 5px 0px;
	}

	.reviewimg a {
		max-width: 85%;
	}

	#sliderhome .owl-nav button.owl-prev {
		left: 0%;
		top: 30%;
	}

	#sliderhome .owl-nav button span {
		font-size: 23px;
	}

	#sliderhome .owl-nav button.owl-next {
		top: 30%;
		right: 0%;
	}

	#sliderhome .owl-nav button span {
		font-size: 23px;
	}

	.banner-wrapper img {
		height: 230px;
		object-fit: cover;
	}

	.banner-wrapper-title {
		top: 56%;
	}

	.banner-text-info h4 {
		font-size: 13px;
		margin-bottom: 4px;
	}

	.banner-text-info h2 {
		font-size: 17px;
		margin-bottom: 0px;
		line-height: 31px;
	}

	.banner-text-info ul {
		margin-bottom: 35px;
	}

	.banner-text-info ul li {
		font-size: 8px;
		padding-left: 5px;
	}

	.banner-text-info ul li img {
		margin-right: 1px;
	}

	.banner-text-info ul li::after {
		top: 0px;
		font-size: 9px;
	}

	.btn-wrapper a {
		padding: 8px 15px;
		font-size: 10px;
		letter-spacing: 1px;
	}

	.mobile-view-topbar .col-md-6 {
		width: 50%;
		padding: 0px;
	}

	.desktop-view-topbar {
		display: none;
	}

	.mobile-view-topbar .my-accountdesktop {
		display: block;
		float: right;
	}

	.mobile-view-topbar {
		padding: 8px 15px;
	}

	.mobile-view-topbar .my-accountdesktop a {
		padding: 6px 9px;
		font-size: 12px;
		background: #f3578b;
		border-radius: 3px;
	}

	.mobile-view-topbar .social-list {
		border: none;
		padding-left: 0;
	}

	.mobile-view-topbar .social-list li a {
		margin: 0px 2px;
	}

	.competition-details-section .competition-details-section-title h3 {
		font-size: 18px;
		line-height: 29px;
	}

	.breadcrumb-section .col-md-9 {
		display: none;
	}

	.ticket-price-bg-box .price-box h4 {
		font-size: 21px;
		margin-top: 0.4rem;
		line-height: 26px;
	}

	.ticket-price-bg-box .price-box h3 {
		font-size: 14px;
		margin-bottom: 2px
	}

	.competition-details-section-right-side .ticket-price-bg-box .price-box {
		min-height: 71px;
	}

	.ticket-vip-btn-bg-box .col-md-4 {
		padding: 0px 8px;
		margin-bottom: 14px;
	}

	.competition-details-section-right-side .answer-bg-box-right-side .answer-box-row p {
		font-size: 16px;
	}

	.answer-box-row-input-row .answer-box-row-input-wrapper {
		float: left;
		width: 100%;
		/* margin-bottom: 42px; */
		display: inline-block;
	}

	.answer-box-vip-btn-box {
		height: auto;
		padding: 14px 18px;
		width: 100%;
	}

	.answer-box-row-input-row .answer-box-row-input-wrapper .row-input-boxz {
		width: 100%;
		align-items: left;
		justify-content: left;
		margin-bottom: 14px;
	}

	.answer-box-row-input-row .answer-box-row-input-wrapper .row-input-boxz .row-input-plus-min a {
		height: 100%;
		line-height: 80px;
	}

	.answer-box-row-input-row .answer-box-row-input-wrapper .row-input-boxz .row-input-plus-min {
		height: 80px;
	}

	.answer-box-row-input-row .answer-box-row-input-wrapper .row-input-boxz .row-input-boxx input {
		height: 80px;
		font-size: 41px;
	}

	#customer_login {
		margin-top: 0px !important;
	}

	.timer-wrapper-box .product-time-container .product-time {
		display: block !important;
	}

	.competition-details-section-right-side .timer-wrapper-box .product-time-container .endsin-text {
		font-size: 16px !important;
		display: block;
		width: 100%;
	}

	.timer-wrapper-box .product-time-container p span {
		display: block !important;
	}

}


/****** Tablet Layout ******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.pricing-table-section .col-md-4 {
		padding: 13px;
	}

	.pricing-table-box .pricing-table-btn {
		position: relative;
		bottom: auto;
		padding: 0px 19px;
		margin-bottom: 34px;
	}

	.pricing-table-box-ro {
		padding: 21px;
		margin-bottom: 13px;
	}

	.pricing-table-box-ro .pricing-table-list ul li {
		font-size: 13px;
		margin-bottom: 16px;
		display: flex;
	}

	.pricing-table-box .pricing-table-title-bar h3 {
		font-size: 21px;
		letter-spacing: initial;
		margin-top: 4px;
		margin-bottom: 10px;
		line-height: 31px;
	}

	.vip-club-top-section-info .vip-club-top-info-title h3 {
		font-size: 22px;
	}

	.vip-club-top-section-info .vip-club-top-info-title h2 {
		font-size: 19px;
	}

	.vip-club-top-section-info ul.vip-club-list {
		margin-top: 23px;
	}

	.vip-club-img {
		padding: 0px 1px;
	}

	.about-section-wrapper .about-video-win iframe {
		width: 100%;
		height: 245px;
	}

	.about-info-wrapper-p p {
		font-size: 14px;
		margin-bottom: 19px;
	}

	.menu-section .desktio-view-menu ul li a {
		padding: 10px 12px;
		font-size: 14px;
	}

	#sliderhome .banner-wrapper img {
		width: 100%;
		height: 340px;
		object-fit: cover;
	}

	.all-competition-section .col-md-3 {
		max-width: 33%;
		flex: auto;
	}

	.product-remaining-text ul li {
		font-size: 7px;
	}

	.hot-competitons-slider-wrapper {
		padding: 0px 40px;
	}

	.vip-club-box-title p {
		font-size: 12px;
		line-height: 25px;
	}

	.vip-club-box-title h3 {
		font-size: 18px;
	}

	.vip-club-box-wrapper {
		min-height: 286px;
		height: 100%;
	}

	.endsin-text {
		padding: 6px 5px;
	}

	.endsin-text p {
		font-size: 11px;
	}

	.theme-btn span {
		font-size: 18px;
	}

	.logo-section .right-slider-shopping-box .shopping-basket-info {
		width: 58px;
		border: solid 1px #fff;
		height: 46px;
		border-radius: 3px;
		float: right;
	}

	.shopping-basket-icon {
		position: relative;
		margin-right: 0;
		width: 32px;
		margin: 0px auto;
		height: 35px;
		line-height: 35px;
	}

	.logo-section .right-slider-shopping-box .shopping-basket-text {
		display: none;
	}

	.shopping-basket-icon .shopping-basket-info-mobile-view {
		position: absolute;
		top: 5px;
		width: 18px;
		right: -7px;
		height: 18px;
		background: #31b9e8;
		border-radius: 100%;
		line-height: 18px;
		text-align: center;
		color: #fff;
		font-size: 12px;
		display: block;
	}

	.footer-info h3 {
		font-size: 21px;
	}

	.competition-details-section .competition-details-section-title h3 {
		font-size: 27px;
		line-height: 48px;
	}

	.ticket-vip-btn-bg-box .ticket-vip-btn-box a {
		font-size: 12px;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.menu-section .desktio-view-menu ul li a {
		padding: 10px 22px;
		font-size: 17px;
	}

	.happy-winner-box-text h4 {
		font-size: 19px;
	}

	.happy-winner-box-text h5 {
		font-size: 18px;
		margin-top: 8px;
	}
}

/* QTY INPUT */
.answer-box-row-input-row .answer-box-row-input-wrapper {
	display: block;
}

.answer-box-row-input-row .answer-box-row-input-wrapper .row-input-boxz {
	width: 100%;
	margin-bottom: 20px;
}

.answer-box-row-input-row .answer-box-row-input-wrapper .row-input-boxz input[type=number],
.answer-box-row-input-row .answer-box-row-input-wrapper .row-input-boxz span {
	width: 100%;
}

.answer-box-row-input-row .answer-box-row-input-wrapper .row-input-boxz input[type=number] {
	padding: 10px;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	position: relative;
}

.tab-content-wrapper ol {
	list-style-type: decimal;
}

.tab-content-wrapper ol li {
	list-style: decimal;
	margin-bottom: 10px;
}

.image-box {
	width: 100%;
	height: auto;
	padding-bottom: 75%;
	background-size: cover;
	background-position: center center;
}

.entry-list {
	display: block;
	width: 100%;
	color: white;
	background-color: #2e2a37;
	padding: 20px 25px 80px 25px;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	margin: 0 auto 30px auto;
	position: relative;
	border-radius: 16px !important;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.entry-list .entry-list-title {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}

.entry-list a {
	position: absolute;
	bottom: 0px;
	text-align: center;
	left: 0px;
	width: 100%;
	padding: 7px 25px;
	font-size: 1rem !important;
	font-family: Poppins !important;
	background-color: #f3578b;
	transition: margin-left .3s ease-in-out;
}

.entry-list i {
	margin-left: 0px;
	transition: margin-left .3s ease-in-out;
}

.entry-list a:hover i {
	margin-left: 10px;
}

.entry-list-table {
	border: 1px #ddd solid;
}

.entry-list-table {
	border-collapse: collapse;
}

.entry-list-table th {
	border: 1px #ddd solid;
	padding: 10px;
	font-weight: bold;
	background-color: #f3578b;
	color: white;
}

.entry-list-table td {
	border: 1px #ddd solid;
	padding: 10px;
	background-color: black;
	color: white;
}

#table_filter,
#table_filter input,
#table_info {
	color: white;
}

#table_paginate a {
	color: white;
}

.past-winner {
	display: block;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 14px 2px rgba(45, 185, 232, 0.65);
	-moz-box-shadow: 0px 0px 14px 2px rgba(45, 185, 232, 0.65);
	box-shadow: 0px 0px 14px 2px rgba(45, 185, 232, 0.65);
	/*margin: 0 auto 30px auto;*/
	min-height: 100%;
	margin-bottom: 20px;
}

.past-winner .past-winner-image {
	background-image: url('images/winnerplaceholder.jpg');
	width: 100%;
	display: block;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.past-winner .past-winner-content {
	padding: 20px;
}

.past-winner .past-winner-content p {
	font-size: 14px;
	color: #484848;
}

.past-winner h4 {
	margin: 0px auto 15px auto;
	color: var(--primary-color);
}

.past-winner-image.results-image {
	padding-bottom: 58% !important;
}

.product-pagination {
	text-align: center;
	margin: 0px auto 12px auto;
	line-height: 0;
	border-top: 4px solid var(--primary-color);
	padding-top: 30px;
	padding-bottom: 0px;
}

.product-pagination+div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
	color: white;
	margin: 0;
}

.product-pagination ul {
	list-style: none;
}

.product-pagination ul li {
	display: inline-block;
	color: white;
}

.product-pagination ul li a {
	font-size: 16px;
	color: white;
	margin: 0 1px;
	padding: 10px 7px;
}

.product-pagination ul li a:hover {
	background-color: var(--primary-color);
	color: #fff;
	border-radius: 5px;
	padding: 10px 7px;
}

.product-pagination ul li .page-numbers.current {
	background-color: var(--primary-color);
	color: #fff;
	padding: 0px 4px;
	border-radius: 5px;
}

.row-input-boxz select {
	display: block;
	padding: 10px;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	position: relative;
}

.row-input-boxz select option {
	padding: 10px;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	text-align: left;
	position: relative;
}

.row-input-boxz select {
	width: 100% !important;
	/* styling */
	background-color: white;
	border: thin solid #f3578b;
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;
	/* reset */

	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #f3578b 50%), linear-gradient(135deg, #f3578b 50%, transparent 50%), linear-gradient(to right, #f3578b, #f3578b);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
}

.row-input-boxz select:focus {
	background-image: linear-gradient(45deg, #f3578b 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #f3578b 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	border-color: #f3578b;
	outline: 0;
}

.row-input-boxz select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

button {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

option {
	outline: none;
}

h2.title-line:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: var(--primary-color);
	height: 2px;
	width: 7%;
	content: '';
	display: block;
}

.sep-10 {
	display: block;
	clear: both;
	width: 100%;
	height: 10px;
}

.sep-20 {
	display: block;
	clear: both;
	width: 100%;
	height: 20px;
}

.sep-30 {
	display: block;
	clear: both;
	width: 100%;
	height: 30px;
}

.sep-40 {
	display: block;
	clear: both;
	width: 100%;
	height: 40px;
}

.sep-50 {
	display: block;
	clear: both;
	width: 100%;
	height: 50px;
}

.btn-smaller {
	padding: 8px 30px;
	font-size: 14px;
}

/******** Entry Page ********/
/*breadcrumb seciton*/
.woocommerce-breadcrumb {
	display: none;
}

.custom-select {
	height: auto !important;
	padding: 10px 32px 10px 15px;
	border-color: #A4A4A4;
	text-transform: uppercase;
	font-weight: 500;
	color: #8F8F8F;
	box-shadow: inset 0px 4px 5px #E4E4E4;
	-webkit-box-shadow: inset 0px 4px 5px #E4E4E4;
}

.form-input-content {
	margin-right: 15px;
}

.form-input-content input::-webkit-input-placeholder {
	color: #C8C8C8;
	font-weight: 500;
}

.form-input-content input:-ms-input-placeholder {
	color: #C8C8C8;
	font-weight: 500;
}

.form-input-content input::placeholder {
	color: #C8C8C8;
	font-weight: 500;
}

/* Footer Section */
.footer-inner {
	padding: 64px 0 34px;
	background: #f0f0f0;
	font-size: 14.6px;
	line-height: 24px;
	border-top: 8px solid var(--primary-color);
}

.footer-inner h4 {
	margin-bottom: 22px;
	color: var(--secondary-color);
	font-weight: 700;
	text-transform: unset;
	letter-spacing: 0;
}

.footer-inner .about-blk img {
	max-width: 70%;
}

.footer-inner .about-blk p {
	margin-bottom: 25px;
	padding: 0px 20px 0px 0px;
	font-size: 14px;
	color: #3c3c3c;
}

.footer-inner .about-blk p a {
	color: var(--primary-color);
}

.footer-inner .about-blk p a:hover,
.footer-inner .about-blk p a:focus {
	color: var(--secondary-color);
}

footer ul {
	margin: 0;
}

ul.footer-nav li {
	margin-bottom: 20px;
	position: relative;
}

.footer-blk.choose-blk li:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 27px;
	width: 27px;
	border-radius: 50%;
	background: var(--primary-color) url('images/check-icon.png') no-repeat center / 55% auto;
}

ul.footer-nav li a {
	padding-left: 40px;
	display: inline-block;
	position: relative;
	font-weight: 700;
	color: #3c3c3c;
	font-size: 15px;
	line-height: 27px;
}

footer a {
	color: var(--secondary-color);
	font-weight: 400;
}

footer a:focus,
footer a:hover,
ul.footer-nav li a:hover,
ul.footer-nav li a:focus {
	color: var(--primary-color);
}

/* .get-in-blk {
	margin: -28px -15px 0px;
	padding: 28px 26px;
	border-radius: 8px;
} */

.contact-nav li {
	margin-bottom: 28px;
	line-height: 20px;
}

.contact-nav li p {
	margin: 0;
	color: #3c3c3c;
	font-weight: 600;
}

.contact-nav li i {
	margin-right: 10px;
	font-size: 28px;
	line-height: 28px;
	color: var(--primary-color);
}

/* .social-nav li a {
	margin-right: 12px;
	font-size: 24px;
	line-height: 24px;
	color: var(--primary-color);
}

.social-nav li a:hover,
.social-nav li a:focus {
	color: var(--secondary-color);
} */

.site-info {
	padding: 14px 0;
	background: #101010;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #fff;
	text-transform: capitalize;
}

.site-info a {
	color: var(--primary-color);
}

/****** Bottom section CSS End *******/

.page-template-tpl-entry-lists .table {
	table-layout: fixed;
	width: 100%;
	max-width: 100% !important;
	font-size: 13px;
}

.page-template-tpl-entry-lists .table td {
	white-space: normal;
}

.page-template-tpl-entry-lists .btn-secondary {
	font-size: 12px !important;
	padding: 5px !important;
}

.woocommerce-order-received .wc-item-meta {
	display: none !important;
}

.product-tag {
	position: absolute;
	background-color: #31b9e8;
	padding: 5px 8px;
	color: #fff;
	top: 0;
	right: 0;
	font-weight: bold;
	border-radius: 0 0 0 5px;
}

.product-tag.tag-pink {
	background-color: #f50571;
	border-left: 2px #bd0759 solid;
	border-bottom: 2px #bd0759 solid;
}


/****** Responsive CSS Start *******/
@media(min-width: 991px) {
	.row.equal {
		display: flex;
		flex-wrap: wrap;
	}

	.row.equal .col-sm-3,
	.row.equal .col-md-4,
	.row.equal .col-sm-6,
	.row.equal .col-md-6 {
		display: flex;
		width: 100%;
	}
}

.mobile-sale-header {
	display: none !important;
	margin: auto;
	width: 95%;
}

.filter-area {
	margin-left: -40px;
	width: 300px;
}

/** WOOCOMMERCE STYLES **/

#content p {
	color: #3c3c3c !important;
}

/******** Login Page ********/
#customer_login {
	margin: 30px auto 0px auto;
}

.woocommerce-account .entry-content h2 {
	text-align: left;
	color: #191919;
	font-size: 22px;
	width: 100%;
	border-bottom: 1px #B7B7B7 solid;
	margin: 0 0 20px 0;
}

/* .woocommerce-account span {
	color: var(--primary-color);
} */

.woocommerce-account .u-column1 {
	width: 49%;
	float: left;
}

.woocommerce-account .u-column2 {
	width: 49%;
	float: right;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	display: block;
	width: 100%;
	float: none;
	margin-bottom: 2px;
}

.woocommerce form .form-row {
	margin: 0 0 12px;
}

.woocommerce-account .u-column1 input[type="text"],
.woocommerce-account .u-column2 input[type="text"],
.woocommerce-account .u-column1 input[type="email"],
.woocommerce-account .u-column2 input[type="email"],
.woocommerce-account .u-column1 input[type="password"],
.woocommerce-account .u-column2 input[type="password"] {
	display: block !important;
	padding: 7px !important;
	width: 100% !important;
	border: 1px #D0D0D0 solid;
	border-radius: 5px;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
	display: block;
	width: 100%;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce button.woocommerce-form-register__submit {
	display: block;
	width: 100%;
	background-color: var(--primary-color);
	color: #fff;
	font-weight: bold;
}

.woocommerce-privacy-policy-text {
	font-size: 13px;
	line-height: 18px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	margin: 10px auto;
	background-color: #fff;
	border: 0px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
}

.mo_image_id {
	display: none;
}

.mo-openid-app-icons {
	margin-top: 20px;
}

span.onsale {
	display: none;
}

/******** Basket Page ********/
.cart_totals h2 {
	color: #1D1D1D;
	text-align: right;
	font-size: 20px;
	margin: 0 0 10px 0;
}

.cart-collaterals h2 {
	color: #1D1D1D;
	text-align: left;
	font-size: 20px;
	margin: 0 0 10px 0;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: var(--primary-color);
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: var(--primary-color);
}

.woocommerce-cart #pwgc-redeem-gift-card-form {
	display: none;
}

.woocommerce-cart h2 {
	margin-bottom: 5px;
	padding: 0;
}

/* TEMP LINE */
.woocommerce-cart .lwss_selectable.lws-wre-cartpointspreview-main.woocommerce {
	display: none;
}

.woocommerce-cart .wr-action-after-cart.lws_wr_pointsoncart_bloc {
	float: left;
	width: 50%;
	border: 1px #F50571 dashed;
	background-color: #fff;
	padding: 8px;
}

.lwss_selectable.wr-cart-buttons {
	display: block;
	width: 100%;
	margin-top: 10px;
}

.woocommerce-cart .wr-action-after-cart.lws_wr_pointsoncart_bloc button {
	width: 45%;
}

.woocommerce-cart .lwss_selectable.wr-rateinfo,
.woocommerce-cart .lwss_selectable.wr-mincartamount {
	margin: 0;
	padding: 0;
	line-height: 17px;
}

.lwss_selectable.lws-wr-cart.lws_wr_pointsoncart_contribution {
	width: 100% !important;
}

.woocommerce-cart .lwss_selectable h2 {
	color: #1D1D1D;
	text-align: left;
	font-size: 20px;
	margin: 0 0 10px 0;
}

.woocommerce-cart .lwss_selectable.wr-mincartamount {
	width: 100% !important;
}

/******** Checkout Page ********/
.woocommerce-checkout h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 24px;
}

.woocommerce-checkout .payment_box.payment_method_cashflows_card {
	display: none !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	font-size: 20px;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	display: block;
	width: 100%;
	float: none;
}

.woocommerce-checkout #payment ul.payment_methods li img {
	display: none;
}

.woocommerce-checkout #pwgc-redeem-gift-card-form {
	display: none !important;
}

.woocommerce-checkout .col-1 {
	float: none !important;
	width: 100% !important;
	display: block;
	flex: none !important;
	max-width: 100% !important;
}

.woocommerce-checkout .woocommerce-billing-fields {
	width: 100%;
	float: none;
	padding: 25px;
	margin: 0px auto 30px auto;
	background-color: #fff;
	border: 0px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
	border-bottom: 1px #C6C6C6 solid;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.woocommerce-cart .header h1.entry-title,
.woocommerce-checkout .header h1.entry-title {
	font-size: 32px;
	margin: 20px 0;
	border-bottom: 1px #C1C1C1 solid;
	padding: 0 0 15px 0;
	text-align: center;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	border: 1px solid var(--primary-color);
	border-radius: 6px;
}

.woocommerce-checkout .woocommerce-checkout-payment {
	margin-bottom: 10px;
}

.woocommerce-checkout form .form-row {
	width: 100% !important;
	float: none !important;
}

.woocommerce-checkout .woocommerce-input-wrapper {
	display: block !important;
	width: 100% !important;
}

.woocommerce-checkout form .form-row input,
.woocommerce-checkout form .form-row select {
	width: 100% !important;
	padding: 10px !important;
}

.woocommerce-checkout form .form-row input[name="createaccount"],
.woocommerce-checkout form .form-row input[name="terms"] {
	display: inline-block;
	width: auto !important;
}

.woocommerce-checkout label[for="billing_address_2"] {
	display: none !important;
}

.woocommerce-checkout #billing_country {
	width: 50% !important
}

.woocommerce-checkout .col2-set .col-2 {
	display: none !important;
}

.woocommerce-order-received h1 {
	text-align: left;
	color: #161616;
}

.woocommerce-order-received h2 {
	font-size: 18px;
	text-align: left;
	color: #161616;
	font-weight: 700;
}

.woocommerce-thankyou-order-received {
	display: inline-block;
	font-family: 'Poppins';
	border-bottom: 2px solid var(--primary-color);
	letter-spacing: 0;
	text-transform: capitalize;
	font-size: 1.3rem;
	font-weight: 700;
}

.custom-thankyou {
	padding: 36px 24px;
	background: #fff;
	box-shadow: 0 0 16px 16px rgb(0 0 0 / 6%);
	border-radius: 8px;
	margin-bottom: 30px;
}

.woocommerce table.shop_table {
	border-radius: 6px;
}

.woocommerce table.order_details thead {
	background-color: #f3578b;
	color: white;
}

.order_details tfoot tr td {
	color: #f3578b;
	font-weight: 600 !important;
}

/******** Dashboard Page ********/
.woocommerce-account header.header {
	display: none !important;
}

a {
	text-decoration: none;
	outline: none;
	color: inherit;
	display: inline-block;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	font-weight: 600;
}

a:hover,
a:focus {
	color: var(--primary-color);
}

a:hover,
a:focus,
a:active,
a:visited {
	outline: none;
	text-decoration: none;
}

.dashboard-section {
	padding: 1px 0 46px;
	margin: 25px 0px 0 0;
}

.dashboard-section .menu-block {
	padding: 24px 12px;
	width: 240px;
	margin-right: 30px;
	background: #fff;
	font-family: 'Poppins';
	box-shadow: 0 0 16px 16px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 0 16px 16px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
}

.dashboard-section .shortcut-icon {
	text-align: center;
	padding: 10px;
	display: block;
	background-color: var(--primary-color);
	float: left;
	width: 45%;
	margin: 10px 1% 10px 1%;
	color: #fff;
	border-radius: 10px;
}

.dashboard-section .menu-block ul {
	margin-bottom: 16px;
	display: block;
}

.dashboard-section .menu-block li a {
	padding: 6px 16px;
}

.dashboard-section .menu-block li a:hover,
.dashboard-section .menu-block li.is-active a {
	font-family: 'Poppins';
	color: var(--primary-color);
}

.dashboard-section .menu-block .theme-btn {
	width: 100%;
	padding: 13px 15px 9px;
	border-radius: 12px;
	text-align: center;
	letter-spacing: 0;
}

.dashboard-section .tab-block {
	width: calc(100% - 270px);
}

.dashboard-section .tab-content span {
	color: var(--primary-color);
	font-weight: 700;
}

.dashboard-section .tab-content {
	padding: 36px 24px;
	min-height: 500px;
	background: #fff;
	box-shadow: 0 0 16px 16px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 0 16px 16px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	height: 100%;
	/* display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; */
}

.theme-btn a {
	width: 100%;
	display: inline-block;
	padding: 12px 0px;
	background-color: #31b9e8;
	text-decoration: none;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Avenir-Heavy';
}

.dashboard-section .title {
	position: relative;
	padding: 0;
	margin: 0 0 15px 0;
}

.dashboard-section .raffle-preview {
	width: 175px;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
}

.dashboard-section .tab-content .title h3 {
	display: inline-block;
	font-family: 'Poppins';
	border-bottom: 2px solid var(--primary-color);
	letter-spacing: 0;
	text-transform: capitalize;
	font-size: 1.3rem;
	font-weight: 700;
}

.dashboard-section .tab-content p {
	font-family: 'Poppins';
	font-size: .9rem;
	line-height: 24px;
	color: #161616;
	width: 100%;
	text-align: left;
}

.dashboard-items {
	margin: 0 -10px 36px;
}

.dashboard-items .item {
	margin: 0 10px;
	padding: 24px 16px;
	width: calc(100% / 3 - 20px);
	background: var(--primary-color);
	color: #fff;
	text-align: center;
	position: relative;
	border-radius: 8px;
}

.dashboard-items h4 {
	margin-bottom: -2px;
	font-family: 'Poppins';
	letter-spacing: 0;
}

.dashboard-items p {
	margin-bottom: 0;
	font-family: 'Poppins';
}

.dashboard-items .item::after {
	content: "";
	position: absolute;
	display: block;
	left: 5px;
	top: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #fff;
	border-radius: 8px;
}

.table-responsive {
	margin-bottom: 36px;
	border: 1px solid #ececec;
	border-radius: 4px;
}

.table {
	margin: 0;
}

.table thead th {
	border: 0;
}

.table th,
.table td {
	padding: 8px 16px;
	white-space: nowrap;
}

.table td {
	vertical-align: middle;
}

.table .theme-btn {
	padding: 6px 14px 3px;
	font-size: 14px;
	letter-spacing: 0;
	background: #ebe9ea;
	border-color: #ebe9ea;
	border-radius: 4px;
}

.table .theme-btn:hover {
	background: var(--secondary-color);
	border-color: var(--secondary-color);
}

.form-group {
	margin-bottom: 24px;
}

.form-control {
	padding: 12px 15px;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Poppins';
	height: auto;
	box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.06);
}

.custom-select:focus {
	border: 0;
	outline: 0;
	box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.06);
}

.woocommerce form .form-row input.input-text {
	padding: 9px;
}

.woocommerce form.woocommerce-EditAccountForm .woocommerce-Button {
	float: left;
	width: 100%;
}

.woocommerce form.woocommerce-EditAccountForm .woocommerce-Button {
	width: 100%;
	display: inline-block;
	padding: 15px 0px;
	background-color: var(--primary-color);
	text-decoration: none;
	font-size: 1rem;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border-radius: 16px;
	font-family: 'AvenirLTStd-Black';
	margin-bottom: 30px;
}

@media(max-width: 981px) {
	.dashboard-section .tab-block {
		width: 100%;
	}
}

@media(max-width: 767px) {

	/******** Login Page ********/
	h1.entry-title {
		text-align: center;
		font-size: 24px;
		font-weight: bold;
	}

	.woocommerce-account .entry-content h2 {
		text-align: center;
		padding-bottom: 10px;
		font-size: 20px;
	}

	.woocommerce-account .u-column1 {
		width: 100%;
		float: left;
		margin-bottom: 25px;
	}

	.woocommerce-account .u-column2 {
		width: 100%;
		float: right;
	}

	/******** Basket Page ********/
	.woocommerce-cart h2 {
		color: #1D1D1D;
		text-align: center;
		font-size: 20px;
		margin: 0 0 15px 0;
	}

	.woocommerce-cart .wr-action-after-cart.lws_wr_pointsoncart_bloc {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	/******** Dashboard Page ********/
	.woocommerce-account .dashboard-section .tab-block {
		width: 100%;
	}

	.dashboard-section .shortcut-icon {
		width: 23%;
		margin: 0 1% 10px 1%;
		color: #fff;
		border-radius: 10px;
		border-radius: 5px;
	}

	.dashboard-section .tab-content .link-tabs {
		display: flex;
		flex-direction: column;
		margin: 0 0 20px 0;
		width: 100%;
	}

	.dashboard-section .tab-block {
		width: 100%;
	}

	.dashboard-section .tab-content .link-tabs .shortcut-icon {
		width: 98%;
	}

	.dashboard-section .tab-content {
		padding: 20px 16px;
	}

	.dashboard-section .tab-content .title,
	.dashboard-section .tab-content p {
		text-align: center;
	}

	.dashboard-section .tab-content .title h3 {
		padding-bottom: 8px;
		text-align: center;
	}

	.dashboard-section .raffle-preview {
		position: relative;
		margin: 0 auto 20px auto;
		width: 80%;
	}

	.dashboard-items {
		margin: 0px auto 30px;
		max-width: 80%;
		flex-direction: column;
		-webkit-flex-direction: column;
	}

	.dashboard-items .item {
		margin: 0 0 8px 0;
		width: 100%;
	}

	.dashboard-items h4 {
		margin-bottom: 0px;
		font-size: 24px;
		line-height: 30px;
	}

	.table-responsive {
		margin-bottom: 16px;
	}

	.table th,
	.table td {
		padding: 6px 10px;
	}

	.form-control {
		padding: 10px 15px;
		height: auto;
	}
}


.discount-text {
	text-transform: capitalize;
}

/******* NEW CHECKOUT CSS Start ******/
.page-template-tpl-checkout-php .tp-bar {
	display: none;
}

.page-template-tpl-checkout-php footer.entry-footer {
	display: none;
}

.page-template-tpl-checkout-php .woocommerce-form-coupon-toggle {
	display: none;
}

/* .page-template-tpl-checkout-php .woocommerce-form-login-toggle {
	display: none;
} */

.page-template-tpl-checkout-php .woocommerce-order h2 {
	font-size: 30px;
}

.page-template-tpl-checkout-php address p {
	font-size: 16px;
}

@media (max-width: 767px) {
	.page-template-tpl-checkout-php .woocommerce-order h2 {
		font-size: 24px;
		margin-top: 20px;
	}
}

.cc-checkout .checkout-card {
	background: var(--secondary-color);
}

.cc-checkout .checkout-card h5 {
	color: #fff;
	font-weight: 600;
}

.cc-checkout .smaller {
	font-size: .6em;
}

.cc-checkout .checkout-card p {
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
}

.checkout-card .discount-text:hover {
	color: var(--primary-color);
	cursor: pointer;
}

.checkout-logo {
	width: 300px;
}

.modal.cc-error-modal.show {
	display: block;
}

div#CC-ErrorModal {
	background: #000000d1;
}

.modal.cc-error-modal ul.woocommerce-error {
	margin: 0px;
	padding: 10px;
}

.modal.cc-error-modal ul.woocommerce-error li {
	font-size: 14px;
	margin: 2px 0px;
}

.modal.cc-error-modal .woocommerce-error {
	border-top-color: #c42d3b !important;
}

.modal.cc-error-modal .woocommerce-error::before {
	display: none;
}

.cc-error-modal .modal-close {
	font-size: 20px;
	cursor: pointer;
}

.cc-error-modal .modal-body {
	padding: 0px;
}

.cc-error-modal .modal-header {
	border-bottom: 0px;
	color: #fff;
}

.cc-error-modal .modal-header h5 {
	color: #fff;
}

.modal-vertical-centered {
	transform: translate(0, 50%) !important;
	-ms-transform: translate(0, 50%) !important;
	/* IE 9 */
	-webkit-transform: translate(0, 50%) !important;
	/* Safari and Chrome */
}

.close-cc-error-modal {
	cursor: pointer;
}

.cc-error-modal {
	border: 0px solid rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 12px 5px rgb(1 1 1 / 4%);
	-moz-box-shadow: 0px 0px 12px 5px rgb(1 1 1 / 4%);
	-webkit-box-shadow: 0px 0px 12px 5px rgb(1 1 1 / 4%);
}

.checkout-details p.title {
	font-weight: 600;
	font-size: 18px;
	color: #000;
}

.checkout-details p.text {
	font-weight: 300;
	font-size: 14px;
}

.checkout-details p.text-small {
	font-weight: 300;
	font-size: 12px;
	opacity: 0.6;
}

.checkout-edit-btn-outline {
	background: #fff;
	padding: 1px 10px;
	border: 1px solid var(--primary-color);
	float: right;
	border-radius: 4px;
	font-size: 12px;
	color: var(--primary-color);
}

.checkout-edit-btn-outline:hover {
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
	color: #fff;
}

.checkout-edit-btn {
	background: var(--primary-color);
	padding: 5px 20px;
	border: 1px solid var(--primary-color);
	float: right;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}

.checkout-edit-btn:hover {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

.checkout-edit-btn span.next-text {
	display: block;
	font-weight: 400;
}

.woocommerce-billing-fields input.input-text,
.woocommerce-shipping-fields input.input-text {
	padding: 10px;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #e3e3e3;
	margin-bottom: 0px;
	font-size: 12px;
	background: #fafafa;
}

.checkout-details button#billing_gazchaps_getaddress_io_postcode_lookup_button_field_button,
.checkout-details button#shipping_gazchaps_getaddress_io_postcode_lookup_button_field_button {
	padding: 5px;
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #fff;
	width: 100%;
	font-size: 14px;
	border-radius: 4px;
}

.checkout-details #billing_phone_field,
.checkout-details #shipping_phone_field {
	border-bottom: 0px solid rgb(227 227 227);
	margin-bottom: 15px;
	padding-bottom: 0px;
}

.checkout-details #billing_country_field,
.checkout-details #shipping_country_field {
	border-bottom: 0px solid rgb(227 227 227);
	margin-bottom: 15px;
	padding-bottom: 0px;
}

.checkout-details .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
	font-size: 14px;
}

.checkout-details .form-row label {
	display: block;
	width: 100%;
	float: none;
	margin-bottom: 0px;
	font-size: 14px;
}

.checkout-details h3.iconic-wds-fields__title {
	display: none;
}

.checkout-details p#jckwds-delivery-date_field label {
	display: none;
}

.checkout-details .iconic-wds-fields {
	margin: 0px;
}

.checkout-order-table {
	width: 100%;
}

.checkout-details td.product-name {
	color: #8d8d8d;
	font-weight: 400;
}

.checkout-details td.product-name strong {
	color: #000;
	font-weight: 500;
}

.checkout-details th.subtotal-title {
	font-weight: 400;
	color: #8d8d8d;
}

.checkout-details th.total-title {
	font-weight: 500;
}

.checkout-details .order-total-text {
	font-weight: 300;
	color: var(--primary-color);
	font-size: 18px;
}

hr.checkout-card-hr {
	margin: 20px 0;
	color: inherit;
	background-color: #cccccc;
	border: 0;
	height: 1px;
	opacity: 0.25;
}

.cc-payment-block ul.wc_payment_methods.payment_methods.methods {
	background: #fff;
	padding: 0px !important;
	border-bottom: 0px !important;
}

.cc-payment-block .form-row.place-order {
	background: #fff;
	padding: 0px !important;
}

.cc-payment-block .woocommerce-terms-and-conditions-wrapper p {
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	margin-bottom: 15px !important;
}

.cc-payment-block .woocommerce-terms-and-conditions-wrapper p {
	color: #8d8d8d;
}

.cc-payment-block .woocommerce-terms-and-conditions-wrapper a {
	color: var(--primary-color);
}

.cc-payment-block button#place_order {
	padding: 10px;
	border: 1px solid #009b00;
	background: #009b00;
	color: #fff;
	width: 100%;
	border-radius: 4px;
}

.cc-payment-block div#payment {
	background: #fff !important;
}

.cc-payment-block ul.wc_payment_methods.payment_methods.methods {
	margin-bottom: 15px !important;
}

.cc-payment-block input[type=radio] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	outline: none;
	content: none;
	margin-left: 5px;
}

.cc-payment-block input[type=radio]:before {
	font-family: "FontAwesome";
	content: "\f00c";
	font-size: 15px;
	padding: 5px;
	color: transparent !important;
	background: #fff;
	width: 25px;
	height: 25px;
	border: 1px solid #b0b0b0;
	border-radius: 4px;
}

.cc-payment-block input[type=radio]:checked:before {
	color: #fff !important;
	background: #353535;
	border: 1px solid #353535;
	font-size: 15px;
	padding: 5px;
}

.cc-payment-block ul.payment_methods li input {
	margin: 0 5px 0 0 !important;
}

.cc-payment-block ul.payment_methods li {
	line-height: 1.5 !important;
	text-align: left;
	font-weight: 400 !important;
	padding-bottom: 10px;
}

.cc-payment-block ul.payment_methods label {
	font-size: 14px;
}

.cc-payment-block #payment div.payment_box {
	/* display: none !important; */
}

.cc-payment-block .form-row.place-order {
	margin-right: 0px !important;
	margin-left: 0px !important;
}


.checkout_coupon {
	display: block !important;
}

.woocommerce-info {
	display: none;
}

.woocommerce-form-login-toggle .woocommerce-info {
	display: block !important;
}

.woocommerce-form-coupon {
	display: block !important;
}

.discount-code-section input {
	padding: 10px;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #e3e3e3;
	margin-bottom: 0px;
	font-size: 12px;
	background: #fafafa;
}

.button.discount-code-button {
	padding: 8px;
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
	border-radius: 4px;
	color: #fff;
	margin-top: 10px;
}

.button.discount-code-button:hover {
	padding: 8px;
	background: #000;
	border: 1px solid #000;
	border-radius: 4px;
	color: #fff;
}

.discount-code-section .woocommerce-error {
	margin: 0 0 1em;
}

.discount-code-modal .modal-header {
	background: #000;
	color: #fff;
}

.discount-code-modal .modal-close {
	font-size: 20px;
	cursor: pointer;
}

.discount-code-modal .modal-close:hover {
	color: var(--primary-color);
}

.discount-hr {
	margin: 0px;
	color: inherit;
	background-color: rgb(195, 195, 195);
	border: 0;
	opacity: .25;
	margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-input-wrapper {
	width: 100%;
}

.woocommerce-billing-fields__field-wrapper abbr[title] {
	text-decoration: none;
}

@media(min-width:980px) {
	.sticky-sidebar {
		position: absolute;
		top: 175px;
		width: 30%;
		max-width: 400px;
	}
}

@media (min-width: 900px) {
	.thankyou-container {
		max-width: 800px;
	}
}

.shop_table .variation {
	display: flex;
	margin-bottom: 0px;
}

.shop_table .variation .variation-Options {
	margin-right: 5px;
	margin-bottom: 0px;
	font-size: 12px;
}

.shop_table .variation .variation-Options p {
	Margin-bottom: 0px;
}

.checkout-details .select2-container--default .select2-selection--single {
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	background: #fafafa;
}

.cc-checkout-continue {
	padding: 10px;
	border: 1px solid #009b00;
	background: #009b00;
	color: #fff;
	width: 100%;
	border-radius: 4px;
}

.checkout-details .form-control {
	padding: 10px;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #e3e3e3;
	margin-bottom: 0px;
	font-size: 12px;
	background: #fafafa;
}

.woocommerce-checkout .woocommerce-billing-fields {
	width: 100%;
	float: none;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-color: #fff;
	border: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* COUNTDOWN STYLES */

.timer-wrapper-box .product-time-container .product-time {
	display: grid;
	grid-template-columns: .5fr 1fr;
	place-content: center;
}

.timer-wrapper-box .product-time-container p {
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}

.timer-wrapper-box .product-time-container p span {
	color: #f3578b;
}

.timer-wrapper-box .product-time-container hr {
	background-color: #f3578b;
}

.timer-wrapper-box .product-time-container .endsin-text {
	margin: auto;
	font-size: 1.7rem !important;
	color: #f3578b;
	background: none;
	font-weight: 600;
	letter-spacing: 2px;
}

.is-countdown {
	border: none !important;
	background: none !important;
}

span.countdown-section {
	background-color: #f3578b;
	padding: 10px 0;
	border-radius: 6px;
	color: white;
	font-weight: 700;
	margin: 0px 3px;
}

.countdown-row {
	display: flex;
}

.stock {
	font-size: 2rem !important;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

.out-of-stock {
	color: red !important;
}


.qty-selector-custom {
	display: flex;
	width: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.qty-selector-custom input::-webkit-outer-spin-button,
.qty-selector-custom input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.qty-selector-custom input[type=number] {
	border-radius: 16px;
	-moz-appearance: textfield;
	border: none;
}

/* inc-btn and dec-btn */
.qty-selector-custom .inc-btn,
.qty-selector-custom .dec-btn {
	width: 44px !important;
	background: #f3578b;
	color: white;
	font-size: 1.5rem;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
}

.qty-selector-custom .inc-btn,
.qty-selector-custom .dec-btn {
	width: 44px !important;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
	height: 100%;
}

.qty-selector-custom .inc-btn {
	right: 0;
}

.qty-selector-custom .dec-btn {
	left: 0;
}

.wc-points-rewards-product-message {
	background-color: #f3578b;
	padding: 10px 0;
	border-radius: 6px;
	color: white;
	font-weight: 700;
	margin: 0px 3px;
}

del span.woocommerce-Price-amount {
	color: red !important;
	text-decoration: line-through !important;
}

.silver {
	background-image: url(images/silver-bgg.jpg) !important;
	background-size: cover;
}

.wc_points_redeem_earn_points,
.wc_points_rewards_earn_points {
	margin: auto;
}


.woocommerce-info {
	border-top-color: #f3578b;
	background-color: #fff;
}

.woocommerce-info::before {
	color: #f3578b;
}


.wc_points_redeem_earn_points {
	margin-bottom: 20px;
	font-size: 12px;
}

.wc_points_redeem_earn_points .button.wc_points_rewards_apply_discount {
	background-color: var(--primary-color);
	color: white;
	border: none;
	padding: 5px;
	font-size: 13px;
	border-radius: 4px;
	cursor: pointer;
}


@media only screen and (max-width: 600px) {
	.wc_points_redeem_earn_points .button.wc_points_rewards_apply_discount {
		margin-left: -33px !important;
		margin-top: 20px !important;
		float: left !important;
	}

}

/* Side card */
/* .xoo-wsc-container>* {
	background-color: #2e2a37;
	color: white;
} */

/* .xoo-wsc-basket {
	box-shadow: 6px 3px 35px -7px rgb(0 0 0);
} */

/* .xoo-wsc-container .xoo-wsc-body .xoo-wsc-product {
	border-bottom: .5px solid white;
} */

.xoo-wsc-items-count {
	background: #31b9e8;
	color: #fff;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-empty-cart .button,
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .button {
	background: #31b9e8;
	color: #fff;
}

.xoo-wsc-body a {
	color: white;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-qty-price {
	font-size: .9rem;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-qty-price span.amount {
	/* color: white; */
	font-weight: 500;
	font-size: 1rem;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-qty-price span,
.xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-qty-price bdi {
	font-size: 1rem;
}

/* .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-cart, */
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-checkout {
	background: var(--primary-color) !important;
}

/* checkout */
.cc-payment-block #payment div.payment_box.payment_method_yith_funds {
	display: block !important;
}

.cc-payment-block button#place_order {
	background-color: var(--primary-color);
	color: white;
	border: none;
	padding: 10px;
	cursor: pointer;
	border-radius: 4px;
}

.user-competitions-table {
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
}

.user-competitions-table thead {
	background-color: #f3578b;
	/* line-height: 2.5em; */
	text-align: left;
}

.user-competitions-table thead th {
	color: white !important;
	padding: 10px;
}

.user-competitions-table td {
	color: black !important;
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding: 0px 12px;
	vertical-align: middle;
	line-height: 1.5em;
}

.user-competitions-table tbody td.order {
	width: 90px;
}

.user-competitions-table tbody td {
	line-height: 2.5rem;
}

.user-competitions-table tbody td span.badge-primary {
	background-color: #31b9e8 !important;
	padding: 5px;
	color: white !important;
}

.user-competitions-table tbody td .wins {
	margin: -18px 0px 3px 0px;
	margin-top: -3px;
	padding: 0;
	display: block;
}

.user-competitions-table tbody td>.wins~.wins {
	margin-top: -20px;
}

.wins span {
	color: #31b9e8 !important;
	font-weight: 700;
}




.title-ac {
	width: 100%;
	margin-bottom: 40px;
	display: flex;
}

.title-ac h1 {
	display: inline-block;
	font-family: 'Poppins';
	border-bottom: 2px solid var(--primary-color);
	letter-spacing: 0;
	text-transform: capitalize;
	font-size: 2rem;
	font-weight: 700;
	margin: auto;
}

.ywf_show_all_history {
	display: none;
}

.woocommerce-account .entry-content h2 {
	border: none;
}

.checkout_coupon input[type="text"] {
	width: 50%;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #e3e3e3;
	margin-bottom: 0px;
	font-size: 12px;
	background: #fafafa;
}

.button.discount-code-button {
	font-size: .9rem;
	margin-left: 10px;
	cursor: pointer;
}



.woocommerce-info.wc_points_rewards_earn_points {
	background-color: #000;
	color: #fff;
	border: 0px;
	margin-bottom: 15px;
	font-size: 12px;
}

.checkout-card {
	background: var(--secondary-color);
}

.checkout-card h5 {
	color: #fff;
	font-weight: 600;
}


.checkout-card p {
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
}

.checkout-card .discount-text:hover {
	color: var(--primary-color);
	cursor: pointer;
}

.top-section {
	position: relative;
}

.top-section .woocommerce-info.wc_points_redeem_earn_points,
.order-section .woocommerce-info.wc_points_rewards_earn_points {
	Xdisplay: none !important;
}

.order-section .woocommerce-info.wc_points_rewards_earn_points form {
	display: block !important;
}

.checkout-mobile-view {
	display: none;
}

.lower-card-body {
	position: relative;
	top: 0px;
	width: 100%;
	background-color: white;
}

#winningNumbersModal .modal-header {
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-bottom: 38%;
}

.modal-backdrop.show {
	opacity: 0.8;
}

.modal-dialog {
	max-width: 600px;
}

#order_review {
	text-align: center;
}

#order_review .checkout-order-table {
	text-align: left;
}

.woocommerce-page img {
	width: 100%;
	height: auto;
	max-width: 250px;
	margin: 0 auto;
}

.xoo-wsc-body a {
	color: black;
}

@media (max-width: 991px) {
	.checkout-mobile-view {
		display: block;
		margin: auto;
	}

	.desktop-view {
		display: none;
	}

	.lower-card-body {
		margin-top: 0px;
	}

}

.link-tabs.vip_gold>.shortcut-icon {
	background: url(images/table-gold-bg.jpg) no-repeat center center;
	background-size: 100%;
	color: #000;
}

.link-tabs.vip_silver>.shortcut-icon {
	background: url(images/silver-bg.png) no-repeat left center;
	background-size: 100%;
	color: #000;
}

.shortcut-icon {
	overflow: hidden;
	display: inline-block;
	position: relative;
	transition: all 0.3s ease-in-out;
	padding: 15px;
}

.link-tabs.vip_gold>.shortcut-icon .light,
.link-tabs.vip_silver>.shortcut-icon .light {
	transition: all 0.3s ease-in-out;
	position: absolute;
	width: 150px;
	height: 150px;
	background-color: white;
	transform: skew(-20deg) translate(-250px, -75px);
	top: 0;
}


.link-tabs.vip_gold>.shortcut-icon:hover .light,
.link-tabs.vip_silver>.shortcut-icon:hover .light {
	background-color: rgba(255, 255, 255, 0.2);
	transform: skew(-20deg) translate(250px, -75px);
	transition: 0.7s;
}

.member-heading {
	width: 93%;
	text-align: left;
	padding: 10px 20px;
	margin: 10px 0px;
	border-radius: 6px;
	font-weight: 600;
}

.member-heading.vip_gold {
	background: url(images/table-gold-bg.jpg) no-repeat center center;
	background-size: 100%;
	color: #000;
}

.member-heading.vip_silver {
	background: url(images/silver-bg.png) no-repeat left center;
	background-size: 100%;
	color: #000;
}

td.woocommerce-store-credit-code {
	text-transform: uppercase;
}

.woocommerce-store-credit .woocommerce-Message--info.woocommerce-info {
	display: block !important;
}

.answer-box-row .woocommerce-info {
	display: block;
}

.instant-buy {
	margin-top: 15px;
	width: 80%;
}

.instant-buy .btn-wrapper {
	width: 80%;
}

.instant-buy .btn-wrapper button {
	background-image: url(images/table-gold-bg.jpg);
	background-size: cover;
	display: inline-block;
	background-color: #30b5e3;
	padding: 10px 22px;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	border-radius: 3px;
	font-weight: 600;
	margin: 0px 3px;
	letter-spacing: 2px;
	cursor: pointer;
	width: 100%;
	border: none;
	margin-bottom: 10px;
}

.instant-buy .btn-wrapper button:hover {
	color: #fff;
}

.instant-buy .btn-wrapper button {
	transition: all 0.5s linear;
	position: relative;
	z-index: 1;
}

.instant-buy .btn-wrapper button::before {
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	right: -1px;
	background-color: #f83a7a;
	content: "";
	transform: scaleY(0.0) rotateX(0deg);
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index: -1;
}

.instant-buy .btn-wrapper button:hover:before {
	transform: scaleY(1.0) rotateX(0deg);
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.instant-buy.flex {
	display: flex;
	gap: 1rem;
	width: 100%;
}

.instant-buy.flex .btn-wrapper {
	width: 100%;
	padding-top: 2rem;
}

.instant-buy.flex .btn-wrapper button {
	width: 100%;
	font-size: 1rem;
	letter-spacing: normal !important;
}

.wc-memberships-member-discount-cart-note {
	display: none;
}

.ended-comp span {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
}

p.or_vip {
	color: white;
	margin: 30px 10px 0 10px;
	font-weight: 600;
}

.pricing-table-box-ro .pricing-table-list ul li .fas.fa-check {
	color: green !important;
}

strike {
	color: red !important;
}

a.become-vip-btn {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000 !important;
	width: 100%;
	font-size: 1.3rem !important;
	line-height: normal !important;
	display: inline-block;
	background: url(images/gold-bgg.jpg) !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}

a.become-vip-btn span {
	display: block;
	font-size: .9rem;
	font-weight: 600;
}

.woocommerce-info.wc-memberships-member-discount-message {
	display: none;
}

.vip {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: left;
}

.vip h3 {
	text-align: left !important;
}

.vip p {
	font-size: 1.1rem !important;
	margin-top: 10px !important;
}

.view-btn {
	background-color: #f3578b;
	color: white;
	border: none;
	padding: 10px;
	border-radius: 4px;
	cursor: pointer;
	width: fit-content;
}

.vip .view-btn {
	background-color: #f3578b;
	color: white;
	border: none;
	padding: 10px;
	border-radius: 4px;
	cursor: pointer;
	width: fit-content;
}

.vip .view-btn.cancel {
	background-color: #70092c;
	color: white;
	border: none;
	padding: 10px;
	border-radius: 4px;
	cursor: pointer;
	width: fit-content;
}

.vip .view-btn.cancel:hover {
	background-color: #791d3a;
}

.vip .view-btn:hover {
	background-color: #31b9e8;
}

.vip-btn span {
	display: block;
	margin: 0;
}

a.added_to_cart {
	display: none !important;
}

.woocommerce-error+div {
	display: none;
}

.xoo-wsc-sp-left-col img {
	max-width: 66px !important;
}

a.purchase-history {
	margin-top: 1em;
	color: #8b8b8b;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	font-size: .9rem;
}

a.purchase-history span {
	color: #31b9e8;
}

.gambling-safety {
	padding: 1rem 3rem;
}

.gambling-safety .safety-info {
	text-align: left;
}

.btn[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}

.theme-btn-k {
	padding: 6px 9px;
	font-size: 12px;
	background-color: #f3578b !important;
	border-color: #f3578b !important;
	border-radius: 3px;
}

.hot-competitons-slider-wrapper .owl-stage {
	display: flex;
}


.hot-competitons-slider-wrapper .owl-stage .item {
	height: 100%;
}

.blue-text {
	color: #31b9e8;
}

.pink-text {
	color: #f3578b;
}

.upsell-product-card {
	border: 2px solid #31b9e8;
	padding: .5rem;
	margin-block: .7rem;
}

.upsell-product-content {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

/* on smaller screens flex row */
@media (max-width: 767px) {
	.upsell-product-content {
		flex-direction: column;
		gap: 1rem;
	}
}

.upsell-product-title>span.mt-2.d-flex>h4,
.upsell-product-title>span.mt-2.d-flex>del {
	font-size: .9rem !important;
	display: flex;
	margin-right: .5rem;
	line-height: normal !important;
}

.upsell-product-img {
	width: 100%;
	max-width: 120px;
	margin-right: .6rem;
}

.text-xs {
	font-size: .75rem !important;
}

.rounded-full {
	border-radius: 9999px !important;
}

.bg-blue {
	background-color: #31b9e8 !important;
}

.bg-pink {
	background-color: #f3578b !important;
}

/* Basic styling for quantity input box */
.row-input-box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	overflow: hidden;
	font-family: Arial, sans-serif;
}

.quantity::-webkit-inner-spin-button,
.quantity::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.quantity {
	flex: 1;
	border: none;
	outline: none;
	text-align: center;
}

.dec-btn,
.inc-btn {
	padding: 8px 13px;
	cursor: pointer;
	background-color: #f7f7f7;
	transition: background-color 0.3s ease;
	font-size: 1.2rem;
}

.dec-btn:hover,
.inc-btn:hover {
	background-color: #e0e0e0;
}

.disabled-field {
	pointer-events: none;
	opacity: 0.25;
}




.ticket-select-counter {
	background-color: #403c4d;
	padding: 40px 20px 20px 20px;
	border-radius: 10px;
}

.ticket-select-counter p {
	margin-bottom: 0;
}

.ticket-select-counter .progress-bar-wrapper {
	margin-bottom: 0px;
}

.ticket-select-counter .progress {
	background-color: #74717c;
	border: 0;
	border-radius: 50px;
	height: 15px;
	margin-bottom: 20px;
}

.ticket-select-counter .progress .progress-bar {
	background: #35b9ea !important;
	border-radius: 10px;
}

.ticket-select-counter .current-tickets {
	color: #35b9ea;
}

.ticket-select-counter .progress span {
	padding: 5px 4px;
	line-height: 15px;
	position: absolute;
	background: #35b9ea;
	border-radius: 4px;
	top: -50px;
	left: 100%;
	transform: translateX(-50%);
	text-align: center;
	color: #fff;
	font-size: 9.5px;
	letter-spacing: -0.5px;
}

.ticket-select-counter .progress span:before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: calc(50% - 4px);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #35b9ea;
	border-bottom: none;
}

.ticket-discount-marker.marker-active {
	background-color: #20ab64 !important;
}

.ticket-discount-marker.marker-active:before {
	border-top: 5px solid #20ab64 !important;
}

.ticket-select-counter .progress span strong {
	display: block;
	width: 100%;
	font-size: 15px;
}

.ticket-select-counter p {
	font-family: 'Avenir-Roman' !important;
	font-size: 14px !important;
	font-weight: normal !important;
	display: block;
	width: 100%;
	text-align: center;
}

.quantity-select-heading {
	color: #fff;
	margin-top: 20px;
}

.quantity-select-heading label {
	color: #f3578b;
}

.quantity-select-heading .active-price {
	color: #fff;
	float: right;
}

.quantity-select-heading .active-price span {
	color: #f3578b;
}

.quantity-select-heading .active-green {
	color: #20ab64 !important;
}

.product-btn {
	color: white;
	background-color: #31b9e8;
	border: none;
	padding: 6px 10px;
	border-radius: 4px;
	cursor: pointer;
	width: 80%;
	margin-block: .3rem;
}

.product-btn:hover {
	background-color: #f3578b;
}

.quick-buy {
	background-color: #f3578b;
}

.quick-buy:hover {
	background-color: #31b9e8;
}

.product-btn-container {
	display: block;
	align-items: center;
	flex-direction: column;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 5%;
	width: 90%;

}

.product-btn-container .product-btn {
	width: 100%;
}


#quickBuyModal .modal-content {
	background: #2e2a37 !important;
	padding: 20px;
	border-radius: 10px;
	width: 100%;
	color: #fff;
	border: 1px #fff solid;
}

#quickBuyModal .modal-header .close {
	color: #fff;
	padding: 0 !important;
}

#quickBuyModal .row-input-box {
	border: none !important;
}

#quickBuyModal h4,
#quickBuyModal .h4 {
	font-size: 1rem !important;
	margin: 0px !important;
}

#quickBuyModal .row-input-box .inc-btn,
#quickBuyModal .row-input-box .dec-btn,
#quickBuyModal .row-input-box button {
	background-color: #f3578b;
	color: #fff;
	font-weight: 600;
}

.price-div {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	font-size: 1rem !important;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.product-price * h4,.h4{
	font-size: 1rem;
}

[name='update_cart'] {
	display: none!important;
}

.instant-wins-content * {
	color: #000 !important;
}

/*==============================New banner css============================*/
#sliderhome .owl-item.active .banner-text-info p {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
	font-family: 'Avenir-Roman';
	letter-spacing: 2px;
}
.banner-wrapper-title .banner-text-info{
	text-align: start;
	padding: 0px 75px;
}
.banner-wrapper-title .banner-text-info h2.banner_top_title{
	font-size: 46px;
    color: #30B8DB;
    text-shadow: #181818 3px 3px 12px;

}
.banner-wrapper-title .banner-text-info h2{
	margin-bottom: 0;
	text-shadow: #181818 3px 3px 12px;
	font-size: 60px;

}
.banner-wrapper-title .banner-text-info p{
	color: #D2CECD;
    text-transform: uppercase;
    font-weight: 500;
	margin: 10px 0 20px 0;
	text-shadow: #181818 3px 3px 12px;

}
.banner-wrapper-title .banner-text-info .btn-wrapper a{
	background-color: #EE588B;
	color: #fff;
	box-shadow: 0px 0px 8px 0px #2e2e2e;
	margin: 0 !important;
	font-size: 16px;
	letter-spacing: 3px;
}

.banner-bottom-prizes-section .prizes-text p{
	font-size: 18px;
}

#sliderhome .owl-nav button{
	border-radius: 0% !important;
	height: 100%;
    top: 0 !important;
    margin: 0;
    padding: 0 42px 14px !important;
    opacity: unset !important;
    backdrop-filter: blur(8px);
}

#sliderhome .owl-nav button.owl-prev{
	left: 0;
	padding-left:16px !important;
}
#sliderhome .owl-nav button.owl-next{
	right: 0;
	padding-right: 16px !important;
}
.banner-wrapper-title{
	top: 60%;
}
.banner-slider-section .owl-carousel , .banner-slider-section .owl-stage-outer{
	height: 100%;
}
.banner-slider-section .banner-wrapper img{
	height: 100%;
    object-fit: cover;
}
.banner-slider-section {
    position: relative;
    height: 400px;
}
.banner-slider-section .owl-carousel ,
.banner-slider-section .owl-stage-outer ,
.banner-slider-section .owl-stage ,
.banner-slider-section .owl-item ,
.banner-slider-section .item ,
.banner-slider-section .banner-wrapper{
	height: 100%;	
}

.banner-wrapper-title .banner-text-info .btn-wrapper a:hover {
    color: #EE588B;
}
.prizes-text p span img{
	width: 20px;
	vertical-align: middle;
    margin-top: -8px;
	margin-right: 0px;
}
.prizes-text p span {
	font-size: 20px;
}

.prizes-text p span .woocommerce-Price-amount bdi{
	font-size: 20px;
}
@media only screen and (max-width: 767px) {
	.banner-wrapper-title .banner-text-info h2.banner_top_title{font-size: 18px;}
	.banner-wrapper-title .banner-text-info h2{font-size: 24px;}
	.banner-wrapper-title .banner-text-info p{margin: 0px 0 6px 0; font-size: 12px;letter-spacing: 0;}
	.banner-wrapper-title .banner-text-info .btn-wrapper{width: 100%;}
	.banner-wrapper-title .banner-text-info .btn-wrapper a{width: 100%; text-align: center; letter-spacing: 1px; font-size:14px; }
	.banner-wrapper-title .banner-text-info{padding: 0px 20px;}
	#sliderhome .owl-nav button{top: 50% !important; transform: translateY(-50%); padding: 0 10px 10px !important; backdrop-filter: none;}
	.banner-slider-section .banner-wrapper{
		position: relative;
	}
	.banner-slider-section .banner-wrapper::before{
		content: '';
	    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.48));
	    position: absolute;
		top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	}
	.banner-slider-section{
		height: auto;
	}
	.banner-wrapper img {
	    height: 230px !important;
	    object-fit: cover !important;
	}
	.prizes-text p span, .prizes-text p span .woocommerce-Price-amount bdi {
		font-size: 16px;
	}
	.prizes-text p {
	    font-size: 12px !important;
	}
	
}