:root {
	--color-white: #fff;
	--color-black: #000;
	/* Body Colors */
	--body-background: var(--color-black);
	--secondary-body-background: var(--color-black);
	--primary-color: #F6EA98;
	--secondary-color: #D6B66B;
	--primary-accent-color: #7F481C;
	--black-accent-color: #000000;
	--secondary-accent-color: #F6F1EB;

	/* Menu Colors */
	--menu-background: var(--color-white);
	--submenu-background: var(--secondary-color);
	--menu-text-color: var(--color-white);
	--submenu-text-color: var(--color-white);
	--menu-hover-color: var(--primary-color);
	--submenu-hover-color: var(--primary-color);
	--mobile-menu-background: var(--color-white);
	--mobile-menu-text-color: #0d0d0d;
	--mobile-menu-hover-color: #f9bd00;

	/* Menu Font */
	--menu-font-size: 13px;
	--menu-font-weight: 600;
	--menu-font-transform: uppercase;
	--menu-letter-spacing: 1.95px;
	--menu-line-height: 16px;

	/* Sub Menu Font */
	--submenu-font-size: 13px;
	--submenu-font-weight: 600;
	--submenu-font-transform: uppercase;
	--submenu-letter-spacing: 1.95px;
	--submenu-line-height: 16px;

	/* Primary Button */
	--primary-button-background: transparent
		linear-gradient(180deg, #f7d800 0%, #ff8401 100%);
	--primary-button-text-color: var(--color-black);
	--primary-button-border-color: transparent;
	--primary-button-hover-background: var(--color-white);
	--primary-button-hover-text-color: var(--secondary-accent-color);
	--primary-button-hover-border-color: var(--primary-accent-color);

	/* Secondar Button */
	--secondary-button-background: #eef2fb;
	--secondary-button-text-color: black;
	--secondary-button-border-color: #eef2fb;
	--secondary-button-hover-background: #fab600;
	--secondary-button-hover-text-color: black;
	--secondary-button-hover-border-color: #fab600;
	--cart-count-color: #fab600;
	--font-family: 'Merriweather', serif;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

:focus {
	outline: none;
}

a:focus {
	outline: none;
}

html {
	font-size: 16px;
}

body {
	font-weight: 400;
	font-size: 14px;
	font-family: var(--font-family);
	line-height: normal;
	color: #555;
	letter-spacing: 0.01rem;
	background: black;
}

body.custom-background {
	background: #F6F1EB url('./../images/page-bg.jpg') !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	/* background-color: #F6F1EB !important; */
}

body.post-type-archive-winners,
body.single-winners .recent-winners{
	background: #F6F1EB url('./../images/page-bg.jpg') !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
body.single-winners {
	background: none !important;
}
body.woocommerce-checkout,
body.woocommerce-account,
body.woocommerce-cart{
	background: #F6F1EB url('./../images/page-bg-dark.jpg') !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
body.single-winners {
	background-color: #F6F1EB !important;
}

body.home {
	background: #F6F1EB !important;
}

a {
	color: var(--primary-color);
}

a:hover {
	color: var(--primary-accent-color);
}

a,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.inline {
	display: inline-block;
}

.updated:not(.published) {
	display: none;
}

.btn {
	font-size: 12px;
	border: none;
	padding: 12px 22px;
	border-radius: 0;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.btn-lg {
	font-size: 14px;
	padding: 18px 38px;
}
.btn-xl {
	font-size: 16px;
	padding: 22px 70px;
}

/*Button*/
.btn-primary {
	text-align: center;
	border: 1px solid var(--primary-button-border-color);
	background: rgb(253,252,167) !important;
	background: -moz-linear-gradient(45deg, rgba(253,252,167,1) 0%, rgba(214,182,107,1) 100%) !important;
	background: -webkit-linear-gradient(45deg, rgba(253,252,167,1) 0%,rgba(214,182,107,1) 100%) !important;
	background: linear-gradient(45deg, rgba(253,252,167,1) 0%,rgba(214,182,107,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfca7', endColorstr='#d6b66b',GradientType=1 ) !important;
	color: var(--color-black) !important;
}
.btn-primary:hover,
.btn-primary:focus {
	text-align: center;
	border: 1px solid var(--primary-button-border-color);
	background: rgba(214,182,107,1) !important;
	background: -moz-linear-gradient(45deg, rgba(214,182,107,1) 0%, rgba(214,182,107,1) 100%) !important;
	background: -webkit-linear-gradient(45deg, rgba(214,182,107,1) 0%,rgba(214,182,107,1) 100%) !important;
	background: linear-gradient(45deg, rgba(214,182,107,1) 0%,rgba(214,182,107,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6b66b', endColorstr='#d6b66b',GradientType=1 ) !important;
	color: var(--color-black) !important;
}
.btn-primary-outline {
	border: 1px solid #C09453;
	background-color: transparent;
	color: #C09453 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
	border: 1px solid #fff;
	color: #fff !important;
}

.btn-secondary {
	text-align: center;
	border: 1px solid var(--primary-button-border-color);
	background: rgb(65,46,35) !important;
	background: -moz-linear-gradient(45deg,  rgba(65,46,35,1) 0%, rgba(192,148,84,1) 100%) !important;
	background: -webkit-linear-gradient(45deg,  rgba(65,46,35,1) 0%,rgba(192,148,84,1) 100%) !important;
	background: linear-gradient(45deg,  rgba(65,46,35,1) 0%,rgba(192,148,84,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#412e23', endColorstr='#c09454',GradientType=1 ) !important;
	color: #F6EA98 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
	text-align: center;
	border: 1px solid var(--primary-button-border-color);
	background: rgb(65,46,35) !important;
	background: -moz-linear-gradient(45deg,  rgba(65,46,35,1) 0%, rgba(65,46,35,1) 100%) !important;
	background: -webkit-linear-gradient(45deg,  rgba(65,46,35,1) 0%,rgba(65,46,35,1) 100%) !important;
	background: linear-gradient(45deg,  rgba(65,46,35,1) 0%,rgba(65,46,35,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#412e23', endColorstr='#412e23',GradientType=1 ) !important;
	color: #F6EA98 !important;
}

/*Margin Padding*/
.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.ml-1 {
	margin-left: 0.25rem !important;
}

.ml-2 {
	margin-left: 0.5rem !important;
}

.ml-3 {
	margin-left: 1rem !important;
}

.ml-4 {
	margin-left: 1.5rem !important;
}

.ml-5 {
	margin-left: 3rem !important;
}

.mr-1 {
	margin-right: 0.25rem !important;
}

.mr-2 {
	margin-right: 0.5rem !important;
}

.mr-3 {
	margin-right: 1rem !important;
}

.mr-4 {
	margin-right: 1.5rem !important;
}

.mr-5 {
	margin-right: 3rem !important;
}


.m-auto {
	margin: auto !important;
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}

.mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.me-0 {
	margin-right: 0 !important;
}

.me-1 {
	margin-right: 0.25rem !important;
}

.me-2 {
	margin-right: 0.5rem !important;
}

.me-3 {
	margin-right: 1rem !important;
}

.me-4 {
	margin-right: 1.5rem !important;
}

.me-5 {
	margin-right: 3rem !important;
}

.me-auto {
	margin-right: auto !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ms-0 {
	margin-left: 0 !important;
}

.ms-1 {
	margin-left: 0.25rem !important;
}

.ms-2 {
	margin-left: 0.5rem !important;
}

.ms-3 {
	margin-left: 1rem !important;
}

.ms-4 {
	margin-left: 1.5rem !important;
}

.ms-5 {
	margin-left: 3rem !important;
}

.ms-auto {
	margin-left: auto !important;
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.px-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
}

.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-1 {
	padding-top: 0.25rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pe-0 {
	padding-right: 0 !important;
}

.pe-1 {
	padding-right: 0.25rem !important;
}

.pe-2 {
	padding-right: 0.5rem !important;
}

.pe-3 {
	padding-right: 1rem !important;
}

.pe-4 {
	padding-right: 1.5rem !important;
}

.pe-5 {
	padding-right: 3rem !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-1 {
	padding-bottom: 0.25rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.ps-0 {
	padding-left: 0 !important;
}

.ps-1 {
	padding-left: 0.25rem !important;
}

.ps-2 {
	padding-left: 0.5rem !important;
}

.ps-3 {
	padding-left: 1rem !important;
}

.ps-4 {
	padding-left: 1.5rem !important;
}

.ps-5 {
	padding-left: 3rem !important;
}

/*Float*/
.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

/*Display*/
.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

img {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.navbar {
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	box-shadow: 0px 10px 20px #0000000d;
	background: rgb(39,34,32);
	background: -moz-linear-gradient(left,  rgba(39,34,32,1) 0%, rgba(79,71,68,1) 50%, rgba(39,34,32,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(39,34,32,1) 0%,rgba(79,71,68,1) 50%,rgba(39,34,32,1) 100%);
	background: linear-gradient(to right,  rgba(39,34,32,1) 0%,rgba(79,71,68,1) 50%,rgba(39,34,32,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272220', endColorstr='#272220',GradientType=1 );

}
.navbar:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #C09454;
}

@media (max-width: 767px) {
	.navbar {
		min-height: 60px;
		padding: 14px 0px;
	}
}

.navbar.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.navbar-wrapper {
	margin: 0px -15px;
	padding: 0px 15px;
}

.woocommerce-cart .main-content {
	padding: 70px 0 0 0;
}

body.admin-bar #main-menu {
	padding-top: 86px;
}

body.fixed-header.admin-bar .navbar {
	top: 46px;
}

body.fixed-header.admin-bar .navbar.scroll-admin-bar {
	top: 0;
}

body.fixed-header .navbar {
	width: 100%;
	z-index: 999;
}

body.navbar-no-background #header {
	position: relative;
	min-height: 100px;
}

body.navbar-no-background #header .navbar {
	position: absolute;
	width: 100%;
	background-color: transparent;
	z-index: 200;
}

body.navbar-no-background #header .navbar.fixed {
	position: fixed;
}

body.navbar-no-background #header .navbar.fixed.scroll {
	background-color: #fff;
}

body.navbar-no-background #header .navbar .navbar-wrapper {
	background-color: transparent;
}

body.menu-sandwich .navbar-header {
	float: none;
}

body.menu-sandwich .navbar-toggle {
	display: block;
	float: right;
}

body.menu-sandwich #main-menu ul.nav {
	float: none !important;
}

body.menu-sandwich #main-menu ul.nav li {
	float: none;
}

#main-menu > ul > li.menu-item-has-children {
	padding-right: 20px;
}

#main-menu ul li.menu-item-has-children:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 15px;
	height: 6px;
	width: 6px;
	border: solid white;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

#header .navbar .navbar-wrapper {
	align-items: center;
	background-color: transparent !important;
}

.navbar-brand h1 a {
	font-size: 30px;
	color: #333;
}

.navbar-brand h1 a:hover {
	color: var(--primary-accent-color);
	text-decoration: none;
}

.navbar-brand img {
	max-width: 90%;
	height: auto;
	width: 240px;
}

.navbar-toggle {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 20px;
	transition:unset;
	-webkit-transition:unset;
}

.navbar-toggle .icon-bar {
	width: 20px;
	border-radius: 0;
	background-color: #333;
}

.sandwich-color-light #main-menu {
	background-color: #fff;
}

.sandwich-color-light #main-menu > ul > li > a {
	color: #555;
}

.sandwich-color-light #main-menu > ul > li > a:hover,
.sandwich-color-light #main-menu > ul > li > a:focus {
	color: #333;
}

.sandwich-color-light #main-menu > ul > li.current_page_item > a {
	color: #333;
}

.sandwich-color-light #main-menu > ul ul li a {
	color: #333;
}

.sandwich-color-light #main-menu > ul ul li a:hover,
.sandwich-color-light #main-menu > ul ul li a:focus {
	color: #555;
}

.sandwich-color-light #main-menu > ul ul li.current_page_item > a {
	color: #555;
}

.sandwich-color-light #main-menu > ul ul li .dropdown-toggle {
	color: #333;
}

.sandwich-color-light #main-menu .button-close {
	color: #333;
}

.sandwich-color-light #main-menu .dropdown-toggle {
	color: #555;
}

.navMenuLogo {
	width: 65%;
	top: 5%;
	position: relative;
	transform: translateY(-5%);
}

.lty-shop-timer-wrapper {
	background: transparent !important;
}

#main-menu-container {
	background-color: #000000;
	width: 80%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}

#main-menu {
	position: fixed;
	top: 82px;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	height: 100%;
	opacity: 1;
	background: rgba(0,0,0,0.8);
    backdrop-filter: blur(12px);
	padding: 20px 30px 0 30px;
	width: 100%;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	-o-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.logo-mobile > img {
	display: block;
	height: 100%;
	width: auto;
}

.logo-mobile {
	height: 70px;
	left: -10px;
}

@media (max-width: 767px) {
	.logo-mobile {
		display: block;
		z-index: 4;
		position: relative;
	}
	#header {
		padding-top:82px;
	}
	#header .navbar{
		position: fixed;
		z-index: 9999;
		right: 0;
		left: 0;
		top: 0;
	}
}

#main-menu .header-widgetised-area {
	margin: 30px 0;
}

#main-menu .header-widgetised-area .widget {
	margin-bottom: 20px;
}

#main-menu .header-widgetised-area .widget-title {
	font-size: 18px;
}

#main-menu .header-widgetised-area .widget_text {
	font-size: 18px;
	line-height: 1em;
}

#main-menu.open {
	visibility: visible;
	opacity: 1;
}

@media (max-width: 767px) {
/* 	div#main-menu:before {
		content: "";
		background: rgba(0,0,0,0.67);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
		width: 100%;
		left: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 0;
		right: 0;
	} */
}

span.vct-icon-close:before {
	content: "";
	width: 2px;
	height: 28px;
	left: 50%;
	top: 0;
	position: absolute;
	display: block;
	transform: rotate(45deg);
	background: white;
}

span.vct-icon-close:after {
	content: "";
	width: 2px;
	height: 28px;
	display: block;
	top: 0;
	left: 50%;
	position: absolute;
	transform: rotate(135deg);
	background: white;
}

#main-menu .button-close {
	width: 28px;
	height: 28px;
	position: absolute;
	cursor: pointer;
	margin-bottom: 25px;
	color: var(--color-white);
	right: 26px;
	top: -55px;
	z-index: 5;
}

#main-menu .dropdown-toggle {
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	line-height: 1.45;
	border: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	font-family: "Visual Composer Starter Font";
	font-size: 0.64em;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	color: #fff;
}

#main-menu .dropdown-toggle.open {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#main-menu > ul#menu-primary-menu {
	flex: 1;
}

#main-menu ul li {
	position: relative;
}

#main-menu ul li a {
	color: var(--menu-text-color);
	text-transform: uppercase;
}

#main-menu ul li a:hover,
#main-menu ul li a:focus {
	text-decoration: none;
	color: var(--menu-hover-color);
}

#main-menu ul li.current-menu-item > a {
	color: var(--menu-hover-color);
}

#main-menu ul li.menu-item-has-children > a {
	margin-right: 56px;
}

#main-menu ul li ul {
	display: none;
	padding: 0;
	margin-left: 20px;
}

#main-menu ul li ul li {
	font-family: var(--font-family);
	font-size: 16px;
	list-style: none;
	line-height: 1.2;
}

#main-menu ul li ul li a {
	padding: 5px 0;
	display: block;
}

#main-menu ul li ul li .dropdown-toggle {
	padding: 7px 0 3px 0;
	color: #ccc;
}

#main-menu ul li ul li .dropdown-toggle.open {
	padding: 3px 0 7px 0;
}

#main-menu ul li ul li ul {
	padding-left: 10px;
}

#main-menu > ul {
	margin: 0;
	float: none;
}

#main-menu > ul > li {
	font-size: 22px;
}

#main-menu > ul > li > a {
	padding: 12px 0;
	font-family: var(--font-family);
	color: var(--menu-text-color);
}

#main-menu .navIcons {
	padding-right: 10%;
}

#main-menu > ul > li > a:hover,
#main-menu > ul > li > a:focus {
	color: var(--menu-hover-color);
	background: none;
}

#main-menu > ul > li > .dropdown-toggle {
	padding: 17px 0 10px 0;
}

#main-menu > ul > li > .dropdown-toggle.open {
	padding: 10px 0 17px 0;
}

button.single_add_to_cart_button.button.alt.lty-participate-now-button.lty_manual_add_to_cart {
	height: 64px;
	text-transform: uppercase;
	position: relative;
	top: 50px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 36%;
	letter-spacing: 1.2px;
}

button.single_add_to_cart_button.button.alt.lty-participate-now-button.lty_manual_add_to_cart:hover {
	background: rgba(214,182,107,1) !important;
	background: -moz-linear-gradient(45deg, rgba(214,182,107,1) 0%, rgba(214,182,107,1) 100%) !important;
	background: -webkit-linear-gradient(45deg, rgba(214,182,107,1) 0%,rgba(214,182,107,1) 100%) !important;
	background: linear-gradient(45deg, rgba(214,182,107,1) 0%,rgba(214,182,107,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6b66b', endColorstr='#d6b66b',GradientType=1 ) !important;
	color: var(--color-black) !important;
	transition: 0s;
}

.btn-primary:not(.menu-item),
#main-menu > ul > li.btn-primary > a {
	text-align: center;
	border: 1px solid var(--primary-button-border-color);
	background: rgb(253,252,167);
	background: -moz-linear-gradient(45deg,  rgba(253,252,167,1) 0%, rgba(214,182,107,1) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(253,252,167,1) 0%,rgba(214,182,107,1) 100%);
	background: linear-gradient(45deg,  rgba(253,252,167,1) 0%,rgba(214,182,107,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfca7', endColorstr='#d6b66b',GradientType=1 );

	color: var(--primary-button-text-color) !important;
	text-decoration: none;
	/* height: 88px; */
}

.btn-primary:not(.menu-item):hover,
#main-menu > ul > li.btn-primary > a:hover {
	background: var(--secondary-color) !important;
	transition: 0s;
}

.btn-primary:not(.menu-item):hover,
#main-menu > ul > li.btn-primary > a:hover {
	/* border: 1px solid var(--primary-button-hover-border-color); */
	background-color: var(--secondary-color);
	color: var(--black-accent-color) !important;
}

.btn-secondary:not(.menu-item),
#main-menu > ul > li.btn-secondary > a {
	border: none;
	background: rgb(65,46,35) !important;
	background: -moz-linear-gradient(45deg,  rgba(65,46,35,1) 0%, rgba(192,148,84,1) 100%) !important;
	background: -webkit-linear-gradient(45deg,  rgba(65,46,35,1) 0%,rgba(192,148,84,1) 100%) !important;
	background: linear-gradient(45deg,  rgba(65,46,35,1) 0%,rgba(192,148,84,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#412e23', endColorstr='#c09454',GradientType=1 ) !important;
	color: #F6EA98 !important;
	text-decoration: none;
}


.btn-secondary:not(.menu-item):hover,
#main-menu > ul > li.btn-secondary > a:hover {
	border: none;
	background: rgb(65,46,35) !important;
	background: -moz-linear-gradient(45deg,  rgba(65,46,35,1) 0%, rgba(65,46,35,1) 100%) !important;
	background: -webkit-linear-gradient(45deg,  rgba(65,46,35,1) 0%,rgba(65,46,35,1) 100%) !important;
	background: linear-gradient(45deg,  rgba(65,46,35,1) 0%,rgba(65,46,35,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#412e23', endColorstr='#412e23',GradientType=1 ) !important;
	color: #F6EA98 !important;
}

.btn-tritary:not(.menu-item),
#main-menu > ul > li.btn-tritary > a {
	border: 1px solid var(--secondary-accent-color);
	background-color: transparent;
	color: var(--secondary-accent-color) !important;
	text-decoration: none;
}

.btn-tritary:not(.menu-item):hover,
#main-menu > ul > li.btn-tritary > a:hover {
	border: 1px solid var(--secondary-accent-color);
	background-color: var(--secondary-accent-color);
	color: black !important;
}

.vct-icon-close:before {
	content: "";
}


.btn-l {
	display: inline-block;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	line-height: normal;
	padding: 18px 32px;
	font-family: var(--font-family);
}

.btn-m {
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	line-height: normal;
	padding: 18px 32px;
	font-family: var(--font-family);
}

.btn-s {
	display: inline-block;
	font-weight: 600;
	font-size: 12px;
	line-height: normal;
	padding: 12px 22px;
	letter-spacing: 1.4px;
}

#main-menu .menu-item.btn-primary,
#main-menu .menu-item.btn-secondary {
	background-color: transparent;
	margin: 0 5px;
}

#main-menu .menu-item.btn-primary > a,
#main-menu .menu-item.btn-secondary > a {
	padding: 12px 22px;
	font-size: 12px;
	letter-spacing: 1px;
}

.product-information .btn-primary {
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font: normal normal bold 14px/25px var(--font-family);
	letter-spacing: -0.13px;
	opacity: 1;
	transition: 1s;
	padding: 16px 30px;
	display: inline-block;
	/* height: 88px; */
}

.product-information .btn-primary span {
	border: none;
	padding: 0;
	position: relative;
	display: block;
}

.product-information .btn-primary span:before,
.product-information .btn-primary span:after {
	content: "";
	height: 10px;
	width: 10px;
	background: #fff188;
	position: absolute;
	display: none;
}

.product-information .btn-primary span:before {
	right: 0;
	top: 0;
}

.product-information .btn-primary span:after {
	bottom: 0;
	left: 0;
}

.visualcomposerstarter .vct-cart-wrapper {
	position: relative;
	margin-left: 20px;
}

.visualcomposerstarter .vct-cart-wrapper .vct-cart-items-count {
	position: absolute;
	top: 0;
	background: var(--color-white);
	color: #000000;
	right: -8px;
}

.cover-image {
	position: relative;
}

.cover-image .fade-in-img-inner-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.cover-image .fade-in-img-inner-wrap img {
	position: absolute;
	left: 50%;
	width: auto;
	height: auto;
	max-height: none;
	max-width: none;
	min-height: 100%;
	min-width: 100%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.header-image img {
	width: 100%;
	height: auto;
}

.header-image .fade-in-img.cover-image {
	position: relative;
}

.header-image .fade-in-img.cover-image .fade-in-img-inner-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.header-image .fade-in-img.cover-image .fade-in-img-inner-wrap img {
	position: absolute;
	left: 50%;
	width: auto;
	height: auto;
	max-height: none;
	max-width: none;
	min-height: 100%;
	min-width: 100%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

body.featured-image-custom-height .header-image .fade-in-img {
	position: relative;
}

body.featured-image-custom-height
.header-image
.fade-in-img
.fade-in-img-inner-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

body.featured-image-custom-height
.header-image
.fade-in-img
.fade-in-img-inner-wrap
img {
	position: absolute;
	left: 50%;
	width: auto;
	height: auto;
	max-height: none;
	max-width: none;
	min-height: 100%;
	min-width: 100%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.vc-clearfix hr {
	background: black
		radial-gradient(closest-side at 50% 50%, #ffe100 0%, #ffe10000 100%) 0% 0%
		no-repeat padding-box;
	height: 12px;
	top: -5px;
	display: unset;
}

.lineBreak {
	background: black
		radial-gradient(closest-side at 50% 50%, #ffe100 0%, #ffe10000 100%) 0% 0%
		no-repeat padding-box;
	height: 12px;
	top: -5px;
}

.content-wrapper {
	padding: 0px 15px 0 15px;
	margin: 0 -15px;
	overflow-wrap: break-word;
}
.single-winners .content-wrapper {
	margin: 0;
	padding: 0;
}

.main-content article.post.sticky {
	border: 6px #eeeeee solid;
	padding: 13px;
}
body.page-id-1252704 .vc_row.wpb_row.vc_row-fluid.counter-container.vc_custom_1624516222494.vc_row-has-fill {
    position: relative;
    left: -470px !important;
    width: 1905px;
    padding-left: 324.5px !important;
    padding-right: 324.5px !important;
}
.entry-full-content .entry-author-data {
	text-align: center;
	margin-bottom: 20px;
}

.entry-full-content .entry-author-data .author-avatar {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 5px;
}

.entry-full-content .entry-author-data .author-avatar img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.entry-full-content .entry-author-data .author-name {
	color: #333;
	font-family: var(--font-family);
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 7px;
}

.entry-full-content .entry-author-data .author-biography {
	font-size: 14px;
	font-style: italic;
	font-weight: 500;
	color: #777;
}

.entry-full-content .entry-meta {
	font-size: 14px;
	font-weight: 500;
	color: #777;
	margin-bottom: 5px;
}

.entry-full-content .entry-meta a {
	color: #333;
	border-bottom: 1px solid #333;
}

.entry-full-content .entry-meta a:hover,
.entry-full-content .entry-meta a:focus {
	border-bottom-color: transparent;
	text-decoration: none;
}

.entry-tags {
	margin: 5px 0;
}

.entry-tags a {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 9px 13px;
	line-height: 1;
	font-size: 14px;
	font-style: italic;
	color: #777;
	background-color: #eee;
	border-radius: 20px;
}

.entry-tags a:hover,
.entry-tags a:before {
	text-decoration: none;
	color: #fff;
	background-color: var(--primary-accent-color);
}

.nav-next,
.nav-previous {
	margin-bottom: 1.625rem;
}

.nav-links.post-navigation {
	margin-top: 1.625rem;
	padding-top: 2.25rem;
	border-top: 1px solid #eee;
}

.nav-links.post-navigation a .meta-nav {
	font-size: 14px;
	font-style: italic;
	color: #777;
	line-height: 1;
	display: block;
}

.nav-links.post-navigation a .post-title {
	font-family: var(--font-family);
	font-size: 22px;
	font-weight: 700;
	color: #333;
	border-bottom: 1px solid #333;
}

.nav-links.post-navigation a:hover {
	text-decoration: none;
}

.nav-links.post-navigation a:hover .post-title {
	border-bottom-color: transparent;
}

.pagination {
	margin: 65px 0 0;
	display: block;
	border-radius: 0;
}

.nav-links.post-inner-navigation {
	margin-bottom: 20px;
}

.nav-links.post-inner-navigation a,
.nav-links.post-inner-navigation > span {
	display: inline-block;
	min-width: 30px;
	background-color: #eee;
	border-radius: 15px;
	text-align: center;
	height: 30px;
	margin: 0 10px 10px 0;
	line-height: 32px;
	font-size: 14px;
	font-style: italic;
	color: #777;
}

.nav-links.post-inner-navigation a:hover,
.nav-links.post-inner-navigation a:focus {
	text-decoration: none;
	background-color: var(--primary-accent-color);
}

.nav-links.post-inner-navigation a:hover span,
.nav-links.post-inner-navigation a:focus span {
	color: #fff;
}

.nav-links.post-inner-navigation a.prev,
.nav-links.post-inner-navigation a.next {
	width: auto;
	padding: 0 15px;
}

.nav-links.post-inner-navigation > span {
	background-color: var(--primary-accent-color);
	color: #fff;
}

.nav-links.archive-navigation .page-numbers {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 10px 10px 0;
	background-color: #eee;
	border-radius: 15px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	font-style: italic;
	color: #777;
}

.nav-links.archive-navigation .page-numbers.prev,
.nav-links.archive-navigation .page-numbers.next {
	width: auto;
	padding: 0 15px;
}

.nav-links.archive-navigation .page-numbers.dots {
	background: none;
}

.nav-links.archive-navigation a.page-numbers:hover,
.nav-links.archive-navigation a.page-numbers:focus,
.nav-links.archive-navigation .page-numbers.current {
	text-decoration: none;
	background-color: var(--primary-accent-color);
	color: #fff;
}

.comments-area {
	padding: 40px 0;
	background-color: #f4f4f4;
	overflow-wrap: break-word;
}

.comments-area .comments-title {
	margin-bottom: 5px;
}

.comments-area .comments-subtitle {
	font-size: 14px;
	margin-bottom: 40px;
}

.comments-area .comment-list {
	list-style: none;
	padding: 0;
	margin-bottom: 55px;
}

.comments-area .comment-list li.comment {
	padding-top: 25px;
	border-top: 1px solid #ddd;
}

.comments-area .comment-list li.comment .comment-body {
	margin-bottom: 25px;
}

.comments-area .comment-list li.comment:first-child {
	padding-top: 0;
	border-top: 0;
}

.comments-area .comment-list ol.children {
	list-style: none;
	padding: 25px 0 0;
	margin-left: 30px;
	border-top: 1px solid #ddd;
}

.comments-area .comment-list .author-avatar {
	width: 80px;
	height: 80px;
	margin-top: 10px;
	overflow: hidden;
}

.comments-area .comment-list .author-avatar img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.comments-area .comment-list .comment-author {
	font-family: var(--font-family);
	font-size: 22px;
	color: #333;
	line-height: 1.4;
}

.comments-area .comment-list .comment-author a {
	color: #333;
	border-bottom: 1px solid transparent;
}

.comments-area .comment-list .comment-author a:hover,
.comments-area .comment-list .comment-author a:focus {
	border-bottom-color: #333;
	text-decoration: none;
}

.comments-area .comment-list .comment-metadata {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 10px;
}

.comments-area .comment-list .comment-metadata a {
	color: #777;
	border-bottom: 1px solid transparent;
}

.comments-area .comment-list .comment-metadata a:hover,
.comments-area .comment-list .comment-metadata a:focus {
	text-decoration: none;
	border-bottom-color: #777;
}

.comments-area .comment-list .reply a {
	font-family: var(--font-family);
	color: var(--primary-accent-color);
	border-bottom: 1px solid transparent;
}

.comments-area .comment-list .reply a:hover,
.comments-area .comment-list .reply a:focus {
	text-decoration: none;
	border-bottom-color: var(--primary-accent-color);
}

.comments-area #reply-title {
	font-size: 30px;
	margin-bottom: 3px;
}

.comments-area .comment-notes {
	font-size: 14px;
	margin-bottom: 25px;
}

.comments-area span.required {
	color: var(--primary-accent-color);
	margin-left: -4px;
}

.comments-area .comment-form-comment {
	margin-bottom: 20px;
}

.comments-area .comment-form-comment label {
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
	font-family: var(--font-family);
}

.comments-area .comment-form-comment textarea {
	width: 100%;
	height: 170px;
	resize: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area textarea {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	border: 1px solid #dadada;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.comments-area input[type="text"]:focus,
.comments-area input[type="email"]:focus,
.comments-area input[type="url"]:focus,
.comments-area textarea:focus {
	outline: none;
}

.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
	margin-bottom: 30px;
}

.comments-area .comment-form-author label,
.comments-area .comment-form-email label,
.comments-area .comment-form-url label {
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
	font-family: var(--font-family);
}

.comments-area .comment-form-author input,
.comments-area .comment-form-email input,
.comments-area .comment-form-url input {
	height: 40px;
}

.comments-area .form-submit,
.comments-area .comment-subscription-form {
	margin-bottom: 15px;
}

.comments-area .comment-subscription-form {
	line-height: 1rem;
}

.comments-area .comment-subscription-form label {
	font-size: 14px;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
}

.comments-area .comment-subscription-form label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	display: block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #dadada;
	font-size: 25px;
	color: var(--primary-accent-color);
	line-height: 19px;
	text-align: center;
}

.comments-area .comment-subscription-form input[type="checkbox"] {
	display: none;
}

.comments-area .comment-subscription-form input:checked + label:before {
	content: "\2022";
}

.comments-area .form-submit input[type="submit"] {
	display: inline-block;
	background-color: var(--primary-accent-color);
	border-radius: 0;
	border: none;
	color: #f4f4f4;
	font-family: var(--font-family);
	padding: 15px 40px;
	line-height: 1;
}

.comments-area .form-submit input[type="submit"]:hover,
.comments-area .form-submit input[type="submit"]:focus {
	color: #f4f4f4;
	text-decoration: none;
	background-color: #3c63a6;
	outline: none;
}

.comments-area .comment div#respond {
	min-height: 500px;
}

.comments-area .bypostauthor .fade-in-image:before {
	font-family: var(--font-family);
	content: "\6e";
	background: var(--primary-accent-color);
	color: #fff;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	position: absolute;
	margin: 55px 0 0 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 1px;
	padding-bottom: 1px;
	font-size: 20px;
}

.logged-in .comments-area .comment div#respond {
	min-height: 400px;
}

.screen-reader-text,
.says {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	overflow-wrap: normal !important;
	position: absolute !important;
	width: 1px;
}

.search-results-header {
	padding-top: 20px;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
}

.search-results-header h4 {
	color: #777;
	margin-bottom: 0;
}

.search-results-header h4 strong {
	font-weight: 500;
	color: #333;
}

.entry-content.archive {
	margin-bottom: 45px;
}

.entry-content.archive h1 {
	margin-bottom: 1.625rem;
}

.archive .entry-content {
	margin-bottom: 1.875rem;
}

.archive .entry-content:after {
	display: none;
}

.featured-content {
	margin-bottom: 22px;
}

.featured-content img {
	max-width: 100%;
	height: auto;
	display: block;
}

.video-wrapper {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.video-wrapper embed,
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.gallery-slider {
	position: relative;
}

.gallery-slider > .gallery-item {
	position: absolute;
	top: 0;
	left: 0;
}

.gallery-slider > .gallery-item:first-child {
	position: relative;
	z-index: 100;
}

.gallery-slider .slick-dots {
	position: absolute;
	bottom: 0;
	margin-top: 30px;
	list-style: none;
	padding: 0;
	text-align: center;
	z-index: 200;
	width: 100%;
}

.slick-dots {
	position: absolute;
	bottom: -35px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	margin: 0 5px;
}

.gallery-slider .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.gallery-slider .slick-dots li.slick-active button {
	background-color: #fff;
}

.gallery-slider .slick-dots li button {
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	overflow: hidden;
	border-radius: 50%;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: rgba(255, 255, 255, 0.5);
}

.gallery-slider .slick-dots li button:hover,
.gallery-slider .slick-dots li button:focus {
	background-color: #fff;
	outline: none;
}
.wpgs-nav .slick-current {
	border: solid 6px #ECE495;
}
.entry-preview {
	margin-bottom: 50px;
}

.entry-preview .entry-meta {
	padding: 0;
	margin-bottom: 10px;
	list-style: none;
}

.entry-preview .entry-meta li {
	display: inline-block;
	margin-right: 14px;
	font-size: 14px;
	color: #777;
	line-height: 20px;
}

.entry-preview .entry-meta li.entry-meta-date a:before {
	content: "\62";
}

.entry-preview .entry-meta li.entry-meta-author a:before {
	content: "\6e";
}

.entry-preview .entry-meta li.entry-meta-category:before {
	content: "\65";
	font-family: var(--font-family);
	font-size: 22px;
	color: #d4d4d4;
	margin-right: 5px;
	display: inline;
	vertical-align: text-bottom;
}

.entry-preview .entry-meta li.entry-meta-category:hover:before {
	color: var(--primary-accent-color);
}

.entry-preview .entry-meta li.entry-meta-comments a:before {
	content: "\61";
	line-height: 15px;
}

.entry-preview .entry-meta li a {
	color: #777;
	vertical-align: bottom;
}

.entry-preview .entry-meta li a:hover,
.entry-preview .entry-meta li a:focus {
	color: #333;
	text-decoration: none;
}

.entry-preview .entry-meta li a:hover:before,
.entry-preview .entry-meta li a:focus:before {
	color: var(--primary-accent-color);
}

.entry-preview .entry-meta li a:before {
	font-family: var(--font-family);
	font-size: 22px;
	color: #d4d4d4;
	margin-right: 6px;
	display: inline;
	vertical-align: text-bottom;
}

.fade-in-img {
	position: relative;
}

.fade-in-img noscript img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-family);
	color: #333;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: var(--primary-accent-color);
	border-bottom: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
	color: var(--primary-accent-color);
	text-decoration: none;
}

h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.625rem 0;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.entry-content:after,
.comment-content:after {
	content: " ";
	display: table;
	clear: both;
}

.entry-content article:after,
.comment-content article:after {
	content: " ";
	display: table;
	clear: both;
}

.entry-content article > div,
.comment-content article > div {
	margin: 0 0 1.625rem 0;
}

.comment-content p a,
.entry-content ol a,
.comment-content ol a,
.entry-content ul a,
.comment-content ul a,
.entry-content table a,
.comment-content table a,
.entry-content datalist a,
.comment-content datalist a,
.entry-content blockquote a,
.comment-content blockquote a,
.entry-content dl a,
.comment-content dl a,
.entry-content address a,
.comment-content address a {
	border-bottom: 1px var(--primary-accent-color) solid;
	line-height: 1.2;
}

.entry-content p a:hover,
.comment-content p a:hover,
.entry-content ol a:hover,
.comment-content ol a:hover,
.entry-content ul a:hover,
.comment-content ul a:hover,
.entry-content table a:hover,
.comment-content table a:hover,
.entry-content datalist a:hover,
.comment-content datalist a:hover,
.entry-content blockquote a:hover,
.comment-content blockquote a:hover,
.entry-content dl a:hover,
.comment-content dl a:hover,
.entry-content address a:hover,
.comment-content address a:hover,
.entry-content p a:focus,
.comment-content p a:focus,
.entry-content ol a:focus,
.comment-content ol a:focus,
.entry-content ul a:focus,
.comment-content ul a:focus,
.entry-content table a:focus,
.comment-content table a:focus,
.entry-content datalist a:focus,
.comment-content datalist a:focus,
.entry-content blockquote a:focus,
.comment-content blockquote a:focus,
.entry-content dl a:focus,
.comment-content dl a:focus,
.entry-content address a:focus,
.comment-content address a:focus {
	text-decoration: none;
	border-bottom-color: transparent;
	color: var(--primary-accent-color);
}

.entry-content p a.image-link,
.comment-content p a.image-link,
.entry-content ol a.image-link,
.comment-content ol a.image-link,
.entry-content ul a.image-link,
.comment-content ul a.image-link,
.entry-content table a.image-link,
.comment-content table a.image-link,
.entry-content datalist a.image-link,
.comment-content datalist a.image-link,
.entry-content blockquote a.image-link,
.comment-content blockquote a.image-link,
.entry-content dl a.image-link,
.comment-content dl a.image-link,
.entry-content address a.image-link,
.comment-content address a.image-link {
	border-bottom: none;
}

.entry-content p a.blue-button,
.comment-content p a.blue-button,
.entry-content ol a.blue-button,
.comment-content ol a.blue-button,
.entry-content ul a.blue-button,
.comment-content ul a.blue-button,
.entry-content table a.blue-button,
.comment-content table a.blue-button,
.entry-content datalist a.blue-button,
.comment-content datalist a.blue-button,
.entry-content blockquote a.blue-button,
.comment-content blockquote a.blue-button,
.entry-content dl a.blue-button,
.comment-content dl a.blue-button,
.entry-content address a.blue-button,
.comment-content address a.blue-button {
	border: none;
}

.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ul,
.comment-content ul ul,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}

.entry-content embed,
.comment-content embed,
.entry-content iframe,
.comment-content iframe,
.entry-content object,
.comment-content object,
.entry-content video,
.comment-content video {
	max-width: 100%;
	display: block;
	margin: 0 0 1.625rem 0;
}

.entry-content ul,
.comment-content ul {
	padding: 0;
}

.entry-content .wp-caption,
.comment-content .wp-caption {
	margin-bottom: 1.625rem;
}

.entry-content .gallery,
.comment-content .gallery {
	font-size: 0;
	margin: 0 -1.16667% 1.625rem -1.16667%;
}

.entry-content .gallery-item,
.comment-content .gallery-item {
	display: inline-block;
	width: 100%;
	max-width: 33.3%;
	vertical-align: top;
	padding: 0 1.14007%;
	margin-bottom: 1rem;
}

.entry-content .gallery-icon,
.comment-content .gallery-icon {
	display: block;
}

.entry-content .gallery-icon img,
.comment-content .gallery-icon img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}

.entry-content .gallery-caption,
.comment-content .gallery-caption {
	color: #777;
	font-size: 14px;
	font-style: italic;
	margin-top: 10px;
	text-align: center;
}

.entry-content img,
.comment-content img {
	max-width: 100%;
	height: auto;
}

.entry-content blockquote,
.comment-content blockquote {
	border-left: 4px solid var(--primary-accent-color);
	padding: 10px 0 10px 23px;
	color: #777;
	font-size: 22px;
	font-family: var(--font-family);
	font-style: italic;
}

.entry-content blockquote cite,
.comment-content blockquote cite {
	display: block;
	margin-top: 10px;
}

.entry-content cite,
.comment-content cite {
	font-family: var(--font-family);
	font-size: 14px;
}

.entry-content table,
.comment-content table {
	table-layout: fixed;
	width: 100%;
}

.entry-content table tr th,
.comment-content table tr th,
.entry-content table tr td,
.comment-content table tr td {
	padding: 0.4375rem;
	border: 1px solid #555;
}

.entry-content dl dd,
.comment-content dl dd {
	margin-bottom: 1rem;
}

.entry-content address,
.comment-content address {
	font-style: italic;
}

.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #d1d1d1;
}

.comment-content p,
.comment-content ol,
.comment-content ul,
.comment-content table,
.comment-content datalist,
.comment-content blockquote,
.comment-content dl,
.comment-content address {
	margin: 0 0 10px 0;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignright .wp-caption-text {
	text-align: left;
}

.wp-caption img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	color: #777;
	font-size: 14px;
	font-style: italic;
	margin-top: 15px;
	text-align: center;
}

.aligncenter {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	margin-left: 1.625rem;
}

.alignleft {
	float: left;
	margin-right: 1.625rem;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.widget .widget-title {
	margin: 0 0 1rem 0;
	font-size: 22px;
}

.widget select {
	width: 100%;
}

.widget img {
	max-width: 100%;
	height: auto;
}

/* Calendar widget */

.widget_calendar th,
.widget_calendar td {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}

.widget_calendar table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

.widget_calendar thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

.widget_calendar th {
	padding: 0.4em;
	text-align: left;
}

.widget_calendar tr {
	border-bottom: 1px solid #eee;
}

.widget_calendar td {
	padding: 0.4em;
}

.widget_calendar th:first-child,
.widget_calendar td:first-child {
	padding-left: 0;
}

.widget_calendar th:last-child,
.widget_calendar td:last-child {
	padding-right: 0;
}

::placeholder:after {
	content: "*";
	color: red;
}

input#username,
input#password,
input#reg_email,
input#reg_password,
input#reg_password2 {
	font-weight: bold;
	font-size: 16px;
	background: #584D3E1A;
	color: #7e481b;
}

a.woocommerce-privacy-policy-link, a.woocommerce-terms-and-conditions-link {
	color: #F2EED1 !important;
	font-weight: bold;
	text-decoration: underline;
}
a.woocommerce-privacy-policy-link:hover {
	color: #000;
}
input[type="submit"] {
	width: auto;
}

input[required] + label:after {
	content: "*";
	color: red;
}

.search-form {
	position: relative;
	max-width: 270px;
}

.search-form:after {
	content: "\70";
	font-family: var(--font-family);
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	z-index: 1;
}

.search-form label {
	width: 100%;
	margin-bottom: 0;
}

.search-form label .screen-reader-text {
	display: none;
}

.search-form label .search-field {
	max-width: 270px;
	width: 100%;
	height: 40px;
	padding: 0 40px 0 15px;
	border: 1px solid #d4d4d4;
	outline: none;
	font-style: italic;
	font-weight: 500;
	font-size: 14px;
}

.search-form div input[type="text"] {
	width: 100%;
	height: 40px;
	padding: 0 40px 0 15px;
	border: 1px solid #d4d4d4;
	outline: none;
	font-style: italic;
	font-weight: 500;
	font-size: 14px;
}

.search-form input[type="submit"],
.search-form button[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	opacity: 0;
	z-index: 2;
}

.sidebar-widget-area {
	padding-bottom: 40px;
}

.sidebar-widget-area .widget {
	padding-top: 20px;
	border-top: 1px solid #eee;
	margin-bottom: 25px;
	font-size: 14px;
}

.sidebar-widget-area .widget_recent_entries ul li,
.sidebar-widget-area .widget_archive ul li,
.sidebar-widget-area .widget_categories ul li,
.sidebar-widget-area .widget_meta ul li {
	color: var(--primary-accent-color);
}

.sidebar-widget-area .widget_recent_entries ul li:hover,
.sidebar-widget-area .widget_archive ul li:hover,
.sidebar-widget-area .widget_categories ul li:hover,
.sidebar-widget-area .widget_meta ul li:hover,
.sidebar-widget-area .widget_recent_entries ul li:focus,
.sidebar-widget-area .widget_archive ul li:focus,
.sidebar-widget-area .widget_categories ul li:focus,
.sidebar-widget-area .widget_meta ul li:focus {
	color: #555;
}

.sidebar-widget-area .widget_recent_entries ul li a,
.sidebar-widget-area .widget_archive ul li a,
.sidebar-widget-area .widget_categories ul li a,
.sidebar-widget-area .widget_meta ul li a {
	display: inline-block;
	vertical-align: top;
}

.sidebar-widget-area .widget_search form {
	margin-top: 5px;
}

.sidebar-widget-area a:hover,
.sidebar-widget-area a:focus {
	text-decoration: none;
	color: #555;
}

.sidebar-widget-area ul {
	padding-left: 16px;
}

#footer {
	background-color: #000000;
	color: #C09454;
	font-size: 14px;
	line-height: 18px;
	background-image: url('./../images/footer-bg.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
}

#footer:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	width: 100%;
	height: 3px;
	background-color: #51412A;
}

#footer a {
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0.5px;
	color: #C09454;
	display: inline-block;
	font-weight: bold;
	text-decoration: none !important;
}
#footer .menu-footer-1-container a {
	color: var(--color-white);
}

#footer .social-icons a {
	border-bottom: 0;
}

#footer .contact-details p,
#footer .contact-details a {
	color: #C09454;
	font-weight: 400;
	line-height: 22px;
}


#footer a:hover {
	color: var(--color-white);
}

#footer ul li,
#footer ol li {
	color: #fff;
}

#footer .footer-right-block {
	margin-bottom: 10px;
}

#footer .footer-socials ul {
	padding: 0;
	margin: 0;
}

#footer .footer-socials ul li {
	list-style: none;
	display: inline-block;
	margin: 0 8px 0 0;
}

#footer .footer-socials ul li a {
	line-height: 1;
	font-size: 32px;
	color: #777;
	border-bottom: none;
}

#footer .footer-socials ul li a:hover,
#footer .footer-socials ul li a:focus {
	text-decoration: none;
	color: #fff;
}

#footer .footer-socials ul li a span {
	display: block;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

#footer .copyright {
	margin-bottom: 10px;
}

.footer-widget-area {
	background-color: hsl(0, 0%, 22%);
	padding: 45px 0 15px 0;
}

.footer-widget-area .widget {
	margin-bottom: 25px;
}

.footer-widget-area .widget-title {
	color: #fff;
	line-height: 1.7;
}

.footer-widget-area p,
.footer-widget-area ul,
.footer-widget-area ol {
	margin-bottom: 20px;
}

.footer-widget-area .instagram-feed {
	padding-top: 5px;
	font-size: 0;
	letter-spacing: normal;
}

.footer-widget-area .instagram-feed .instagram-item {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 0 5px 5px 0;
}

.footer-widget-area .instagram-feed .instagram-item img {
	display: block;
	width: 100%;
	height: auto;
}

.footer-bottom {
	padding: 25px 0 20px 0;
	border-top: 3px solid #5E4B30;
}

.footer-bottom .copyright > span {
	display: block;
}
#footer .social-icons {
	float: right;
	margin-top: -5px;
}

.footer-menu {
	margin-bottom: 0;
}

.footer-menu ul {
	padding: 0;
	margin: 0;
}

.footer-menu ul li {
	display: inline-block;
	list-style: none;
	margin-right: 8px;
}

.header-area-disabled .content-wrapper {
	padding-top: 0;
}

.footer-area-disabled .main-content {
	padding-bottom: 0;
}

/*********** Margins ***********/

.mt-1 {
	margin-top: 8px;
}

.mb-1 {
	margin-bottom: 8px;
}

.mt-2 {
	margin-top: 16px;
}

.mb-2 {
	margin-bottom: 16px;
}

.mt-3 {
	margin-top: 20px;
}

.mb-3 {
	margin-bottom: 20px;
}

.mt-4 {
	margin-top: 26px;
}

.mt-5 {
	margin-top: 32px;
}

.mb-5 {
	margin-bottom: 32px;
}

.mt-10 {
	margin-top: 100px;
}

.mb-10 {
	margin-bottom: 100px;
}

.pt-10 {
	padding-top: 100px;
}

.pb-10 {
	padding-bottom: 100px;
}

@media (max-width: 991px) {
	.mt-4 {
		margin-top: 18px;
	}
	.mt-5 {
		margin-top: 24px;
	}
	.mb-5 {
		margin-bottom: 24px;
	}
	.mt-10 {
		margin-top: 50px;
	}
	.mb-10 {
		margin-bottom: 50px;
	}
	.pt-10 {
		padding-top: 50px;
	}
	.pb-10 {
		padding-bottom: 50px;
	}
}

@media (max-width: 600px) {
	.mt-4 {
		margin-top: 10px;
	}
	.mt-5 {
		margin-top: 16px;
	}
	.mb-5 {
		margin-bottom: 16px;
	}
	.mt-10 {
		margin-top: 30px;
	}
	.mb-10 {
		margin-bottom: 30px;
	}
	.pt-10 {
		padding-top: 30px;
	}
	.pb-10 {
		padding-bottom: 30px;
	}
}

/*********** Hero Slider CSS *********/

.slider-competition {
	position: relative;
	background-color: #4E3D33;
}

.slider-competition .background-image > img {
	width: 100%;
	object-fit: cover;
	height: 810px;
	mix-blend-mode: overlay;
}

.slider-competition .background-image .image-overlay {
	background: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.slider-competition .slider-overlay {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 537px;
	transform: translate(0, -50%);
	display: grid;
	align-items: center;
	justify-content: center;
}
.slider-competition:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	height: 12px;
	background-color: #F6F1EB;
}

.slider-competition:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: var(--secondary-color);
}


.slider-competition .product-information {
	text-align: center;
	max-width: 1140px;
	margin: auto;
	margin-bottom: 0;
}

.slider-competition .product-information > h1 {
	font-size: 120px;
	text-transform: uppercase;
	color: var(--color-white);
	line-height: 130px;
	letter-spacing: 6px;
	font-weight: 700;
}

.slider-competition .product-information > h3 {
	text-transform: uppercase;
	color: var(--primary-color);
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 2.5px;
	position: relative;
}
.slider-competition .product-information > h3:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -90px;
	transform: translate(-50%, 0);

	width: 55px;
	height: 70px;
	background-image: url('./../images/logo-icon.svg');
	background-repeat: no-repeat;
	background-size: cover;
}

.slider-competition .product-information .price {
	font-size: 52px;
	letter-spacing: 1.04px;
	font-weight: 700;
	line-height: 73px;
	color: var(--color-white);
}

.slider-competition .product-information .price span.regular-price {
	color: var(--secondary-accent-color);
}

.slider-competition .product-information .price.on-sale span.regular-price {
	text-decoration: line-through;
	color: var(--color-white);
}

.slider-competition .product-information .price.on-sale span.sale-price {
	color: var(--secondary-accent-color);
}

.slider-competition .product-information .tickets-left {
	font-size: 18px;
	letter-spacing: 7.92px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--color-white);
}

.slider-competition .product-information .tickets-left span {
	color: var(--secondary-accent-color);
}

.slider-competition .slider-overlay .product-info-top {
	height: 230px;
	position: relative;
	display: block;
}

.slider-competition .slider-overlay .product-info-top .top-3-badge {
	position: absolute;
	top: 96px;
}

.slider-competition .slider-overlay .product-info-top .facebook-badge {
	position: absolute;
	right: 0;
	top: 36px;
}

.slider-competition .slider-overlay .lty-lottery-date-ranges {
	max-width: 320px;
	position: absolute;
	right: 0;
	top: 115px;
	right: -9px;
}

.slider-competition
.slider-overlay
.lty-lottery-countdown-timer
.lty-lottery-timer {
	color: var(--color-white);
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-weight: 700;
	line-height: 10px;
}

.slider-competition .slider-overlay .lty-lottery-timer #lty_lottery_days,
.slider-competition .slider-overlay .lty-lottery-timer #lty_lottery_hours,
.slider-competition .slider-overlay .lty-lottery-timer #lty_lottery_minutes,
.slider-competition .slider-overlay .lty-lottery-timer #lty_lottery_seconds {
	font-size: 32px;
	letter-spacing: 0.64px;
	font-weight: 700;
	background: var(--color-white);
	width: 75%;
	display: flex;
	height: 68px;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	margin: auto;
}

.slide-btn {
	text-align: center;
	cursor: pointer;
	width: auto !important;
}

.slide-btn img {
	margin: 0;
}

.reviews-nav {
	max-width: 300px;
	margin-top: -90px;
	float: right;
}
.reviews-nav .slick-list {
	padding: 0 !important;
}
.reviews-nav .slide-btn.slick-current.slick-center {
	position: relative;
}
.reviews-nav .slide-btn.slick-current:after {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0;
	background-color: #C09454;
	height: 3px;
}

.reviews-nav .slide-btn img {
	height: 70px;
	width: 70px;
}


.lty-shop-timer-section:before {
	position: absolute;
	right: -10px;
	top: 18px;
	content: ":";
	width: auto;
	height: auto;
	background: transparent;
	display: none;
}

#lty_lottery_days:after,
#lty_lottery_hours:after,
#lty_lottery_minutes:after,
#lty_lottery_seconds:after {
display: block;
    position: relative;
    bottom: 5px;
    content: "Days";
    font-size: 10px;
    font-weight: 700;
    color: #7F481C;
    font-family: var(--font-family);
    text-transform: uppercase;
}

#lty_lottery_hours:after {
	content: "Hrs";
}

#lty_lottery_minutes:after {
	content: "Min";
}

#lty_lottery_seconds:after {
	content: "Sec";
}
.competition-timer #lty_lottery_days:after,
.competition-timer #lty_lottery_hours:after,
.competition-timer #lty_lottery_minutes:after,
.competition-timer #lty_lottery_seconds:after {
display: block;
    bottom: -5px;
}
.hero-slider.slick-initialized.slick-slider {
	text-align: center;
}

.icon-box {
	max-width: 200px;
	display: flex;
	align-items: center;
}

.icon-box > p:first-child {
	margin-right: 20px;
}

.icon-box > p {
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-family: var(--font-family);
}

.icon-box > p > img {
	margin-top: 0px;
}

.icon-box-seprator {
	background: #e7eef0;
	width: 1px;
	height: 86px;
	display: block;
}
.single-winners .section-heading {
	display: none;
}
.single-winners .recent-winners .section-heading {
	display: block;
}
body.single-product .section-heading > p {
	font-size: 50px;
	letter-spacing: 4px;
}
.section-heading > p {
	font-weight: 700;
	text-align: center;
	font-size: 40px;
	color: var(--primary-color);
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	margin-bottom: 70px;
}
.section-heading > p:after {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	height: 35px;
	background-image: url(./../images/divider.svg);
	background-repeat: no-repeat;
	background-position: center;
}

#compBackground {
	background-color: rgba(0, 0, 0);
	background-image: url(../images/Background.png);
	background-repeat: round;
}

.no-child-mb div {
	margin-bottom: 0px;
}

.height-24 {
	height: 24px;
}

.features-row > div > div {
	display: flex;
	align-items: center;
}

.features-row > div > div > div:first-child {
	flex: 1.4;
}

.features-row > div > div > div:not(:first-child) {
	flex: 1;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

.features-row > div > div > div:not(:first-child):before {
	content: "";
	height: 86px;
	position: absolute;
	display: block;
	transform: translate(0%, -50%);
	top: 50%;
	width: 1px;
	left: -14%;
	background: #e7eef0;
}

#features > div > div {
	padding-top: 0px;
}

.products {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -10px;
	justify-content: center;
}

.products > .product {
	width: calc(33.33% - 20px);
	display: inline-block;
	position: relative;
	margin: 20px 10px;
	background: var(--secondary-accent-color);
	/*height: 583px;*/
}

.product a.product-item-thumbnail {
	display: block;
	position: relative;
	padding: 0 25px;
	margin-top: -45px;
}

.product a.product-item-thumbnail img {
	height: 300px;
	object-fit: cover;
	width: 100%;
	margin-bottom: 20px;
}

.product .product-item-info h2.woocommerce-loop-product__title {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-weight: 700;
	color: #7F481C;
	margin-bottom: 15px;
	padding: 0 25px;
	min-height: 48px;
}

.product .product-item-info {
	text-align: center;
	/*position: absolute;*/
	/*bottom: 0px;*/
	/*left: 0;*/
	/*right: 0;*/
	/*overflow: auto;*/
}

.product span.status {
	position: absolute;
	top: 0px;
	font-size: 24px;
	font-family: var(--font-family);
	left: 50%;
	text-transform: uppercase;
	display: block;
	color: #fff;
	z-index: 999;
	transform: translate(-50%, 0%);
	font-weight: bold;
	padding: 13px;
}

.product span.status:before {
	position: absolute;
	width: 54px;
	height: 3px;
	left: 50%;
	content: "";
	background: #fddf00;
	top: 0;
	transform: translateX(-50%);
	box-shadow: 0px 12px 30px #fddf00;
	display: none;
}

.lty-shop-timer-wrapper {
	margin: 20px auto 0;
	padding-bottom: 0;
}

.lty-shop-timer-wrapper .lty-shop-timer-section #lty_lottery_days,
.lty-shop-timer-wrapper .lty-shop-timer-section #lty_lottery_hours,
.lty-shop-timer-wrapper .lty-shop-timer-section #lty_lottery_minutes,
.lty-shop-timer-wrapper .lty-shop-timer-section #lty_lottery_seconds {
	color: #565555 !important;
	text-align: center;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	flex-direction: column;
}

#lty_lottery_section > span {
	border: solid white 2px;
}

.lty-shop-timer-wrapper .myContainer {
	width: 300px;
}

.lty-shop-timer-section {
	display: block;
	position: relative;
	width: 22.5%;
	float: left;
	font-size: 32px;
	text-align: center;
}

.product > .lty-shop-timer-wrapper {
	transform: translate(0, -45%);
	margin-top: 0;
	max-width: 80%;
	text-align: center;
	display: block;
}

.product .lty-shop-timer-wrapper .lty-shop-timer-container {
	clear: both;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
	font-family: var(--font-family);
	font-size: 32px;
}

.product .lty-shop-timer-wrapper .lty-shop-timer-section {
	color: var(--color-white);
	height: 46px;
	width: 100%;
	font-size: 20px;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #E3DBD1;
}
.lty-frontend-table tbody td a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
.product-item-thumbnail
.lty-shop-timer-wrapper
.lty-lottery-countdown-timer
#lty_lottery_days,
.product-item-thumbnail
.lty-shop-timer-wrapper
.lty-lottery-countdown-timer
#lty_lottery_hours,
.product-item-thumbnail
.lty-shop-timer-wrapper
.lty-lottery-countdown-timer
#lty_lottery_minutes,
.product-item-thumbnail
.lty-shop-timer-wrapper
.lty-lottery-countdown-timer
#lty_lottery_seconds {
	color: var(--color-white) !important;
}

.product-item-thumbnail .lty-shop-timer-wrapper .lty-shop-timer-section:before {
	background: #647686;
	height: 20px;
}

.product-item-thumbnail
.lty-shop-timer-wrapper
.lty-shop-timer-container
.lty-shop-timer-section {
	float: unset;
}

div.product .product-item-info p.price,
div.product .product-item-info span.price {
	font-size: 18px !important;
	color: #565555;
	font-weight: 700;
	text-align: center;
}

div.product .product-item-info p.price ins,
div.product .product-item-info span.price ins {
	font-weight: 700;
	text-decoration: none;
	color: #f7d600;
	font-size: 24px;
}

div.product .product-item-info p.price del,
div.product .product-item-info span.price del {
	font-weight: 700;
	opacity: 1;
	font-size: 18px;
}

div.product .product-item-info p.price ins:before,
div.product .product-item-info span.price ins:before {
	content: "/";
	font-size: 16px;
	margin: 0 5px;
	color: white !important;
}

div.product .product-item-info .loop-progress-bar {
	margin-top: 45px;
}

.progress-bar--top:before {
	content: "";
	background: #3e4963;
	height: 50px;
	width: 1px;
	position: absolute;
	left: -45px;
	transform: translateX(5px);
	display: none;
}

.progress-bar--top {
	color: white;
	font-weight: bold;
	display: inline-flex;
	position: relative;
}

.progress-bar--top p {
	font-size: 20px;
	margin: 0 10px 0 0;
}

.progress-bar--top span {
	font-size: 12px;
	margin-right: 30px;
}

.loop-progress-bar {
	position: relative;
	height: 75px;
	background: transparent;
	margin: 0;
}

.loop-progress-bar .percentage {
	background: var(--secondary-color);
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	height: 100%;
}
.single-product .loop-progress-bar .percentage {
    background: var(--secondary-color);
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
}
.loop-progress-bar span {
	font-size: 14px;
	text-align: left;
	position: absolute;
	left: 25px;
	letter-spacing: 0.5px;
	top: 3px;
	color: black;
}

.load-more {
	display: block;
	margin-top: 70px;
	padding-top: 50px;
	padding-bottom: 50px;
	letter-spacing: 7.92px;
	text-align: center;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #c44503;
}

.load-more:before {
	content: "";
	position: absolute;
	left: 50%;
	height: 2px;
	width: 42px;
	background: #c44503;
	top: 0;
	transform: translate(-50%, -50%);
}

.load-more:after {
	content: "";
	position: absolute;
	left: 50%;
	height: 42px;
	transform: translate(-50%, -50%);
	width: 2px;
	background: #c44503;
	top: 0;
}

.light-theme p,
.light-theme h1,
.light-theme h2,
.light-theme h3,
.light-theme h4,
.light-theme h5,
.light-theme h6 {
	/* color: #fff; */
}

.grey-theme p,
.grey-theme h1,
.grey-theme h2,
.grey-theme h3,
.grey-theme h4,
.grey-theme h5,
.grey-theme h6 {
	color: #434343;
}
.section-heading .wpb_wrapper {
	position: relative;
	margin-bottom: 35px !important;
}
.section-heading .wpb_wrapper p {
	color: var(--primary-color);
	font-size: 50px;
	letter-spacing: 6px;
	line-height: 74px;
	font-family: var(--font-family);
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.section-heading .wpb_wrapper:after {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	height: 35px;
	background-image: url('./../images/divider.svg');
	background-repeat: no-repeat;
	background-position: center;
}


.vc_column_container {
	padding-left: 0;
	padding-right: 1 !important;
}

.hiw-item > div {
	background: var(--color-white);
	border: none;
	padding: 60px 25px !important;
	position: relative;
}

.hiw-item {
	padding-top: 60px;
	position: relative;
}

.hiw-item:before {
	content: "";
	width: 100%;
	left: 0;
	height: 1px;
	position: absolute;
	background: #3e4963;
	top: -12px;
	display: none;
}

.hiw-container .slick-track {
	display: flex;
}

.hiw-container .slick-track > div {
	height: inherit;
}

.hiw-container .slick-track > div > div {
	height: 100%;
	margin: 0px 20px;
	width: calc(100% - 40px);
}

.hiw-item .hiw-numbered {
	transform: translate(0%, -150%);
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	color: #fddf00;
	opacity: 1;
	align-items: center;
	justify-content: center;
	text-align: center !important;
	margin-bottom: 0;
	display: none;
}

.hiw-item .hiw-numbered p {
	position: relative;
	padding: 10px 20px;
}

.hiw-item .hiw-numbered p:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #fddf00;
	box-shadow: 0 9px 26px 0px;
}

.hiw-item .hiw-numbered .underlineWidth {
	width: 80%;
}

.hiw-item .hiw-heading {
	font-size: 18px;
	font-weight: 700;
	color: var(--primary-accent-color);
	line-height: 28px;
	margin-bottom: 55px;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
}
.hiw-item .hiw-heading:after {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	height: 35px;
	background-image: url('./../images/divider.svg');
	background-repeat: no-repeat;
	background-position: center;
}

.hiw-item .hiw-body {
	font-size: 16px;
	line-height: 25px;
	color: #6A6867;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 15px;
}

.winner-tag {
	position: absolute;
	color: white;
	top: 12px;
	display: flex;
	z-index: 3;
	left: 50%;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	transform: translate(-50%, 0);
	display: none;
}

.winner-tag > img {
	margin-right: 12px;
}

.winner-item:before {
	content: "";
	width: 170px;
	position: absolute;
	z-index: 2;
	height: 66px;
	left: calc(50% + 40px);
	background: linear-gradient(180deg, #f7d800, #ff8401);
	transform: translateX(-50%) skew(325deg);
	top: 0px;
	box-shadow: 40px 8px 30px 0px #00070b80;
	display: none;
}

.winner-item:after {
	content: "";
	width: 170px;
	position: absolute;
	height: 66px;
	z-index: 2;
	left: calc(50% - 40px);
	transform: translateX(-50%) skew(35deg);
	background: linear-gradient(180deg, #f7d800, #ff8401);
	top: 0px;
	box-shadow: -40px 8px 30px 0px #00070b80;
	display: none;
}

.winners .slick-list {
	overflow: unset;
}
.winners {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -10px;
	justify-content: center;
}
.winners .winner-item {
	background: #000203;
	margin: 10px;
	height: 410px;
	position: relative;
	width: calc(33.33% - 20px);
	display: inline-block;
}

.winners .winner-item .winner-info {
	max-width: 100%;
	padding: 25px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
	right: 0;
	background: rgba(224,201,125, 0.9);
	background: -moz-linear-gradient(45deg,  rgba(224,201,125,0.9) 0%, rgba(214,182,107,0.9) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(224,201,125,0.9) 0%,rgba(214,182,107,0.9) 100%);
	background: linear-gradient(45deg,  rgba(224,201,125,0.9) 0%,rgba(214,182,107,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0c97d', endColorstr='#d6b66b',GradientType=1 );
}
.winners .winner-item .winner-info:after {
	content: '';
	position: absolute;
	top: 14px;
	left: 11px;
	right: 11px;
	height: 3px;
	background-color: var(--color-black);
}

.winners .winner-item .winner-info a.title {
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	color: white;
}

.winners .winner-item .winner-info .winner-details {
	margin: 10px 0px;
}

.winners .winner-item .winner-info p {
	font-size: 14px;
	font-weight: 700;
	font-family: var(--font-family);
	line-height: 24px;
	margin-bottom: 0px;
	color: var(--color-black);
	text-transform: none;
}

.winners .winner-item a.winner-image-container > img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	margin: 0 auto;
}

.winners .winner-item a.winner-image-container {
	position: relative;
	display: block;
	padding-bottom: 20px;
	height: 100%;
}

.winners .winner-item a.winner-image-container:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background: transparent linear-gradient(0deg, #000203 24%, #00020300 100%) 0%
		0% no-repeat padding-box;
	height: 356px;
	bottom: 0;
	z-index: 5;
	width: 100%;
}

.winners .winner-item span.play {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	bottom: 0;
	align-items: center;
	background: #500000b4;
	right: 0;
	display: flex;
	justify-content: center;
	opacity: 0;
	transition: 0.3s opacity;
}

.winners .winner-item .winner-image-container:hover span.play {
	opacity: 1;
}

.winner-details .title {
	font-size: 16px !important;
	line-height: 32px;
	margin-bottom: 15px !important;
	color: var(--color-black) !important;
}

.review-info {
	text-align: left;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.reviews {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.reviews .review-item::after {
	content: "";
	border-top: 80px solid #000203;
	border-left: solid 60px transparent;
	border-right: solid 60px transparent;
	position: absolute;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%) translateY(10%);
	display: none;
}

.products .product.product-type-lottery:before {
	content: '"';
	width: 190px;
	position: absolute;
	height: 66px;
	left: calc(50% + 30px);
	background: #3e4963;
	transform: translateX(-50%) skew(325deg);
	top: 0px;
	z-index: 999;
	box-shadow: 30px 8px 30px 0px #00070b80;
	display: none;
}

.products .product.product-type-lottery:after {
	content: "";
	width: 190px;
	position: absolute;
	height: 66px;
	left: calc(50% - 30px);
	transform: translateX(-50%) skew(35deg);
	background: #3e4963;
	top: 0px;
	box-shadow: -30px 8px 30px 0px #00070b80;
	display: none;
}

div#product-1252773:before,
div#product-1252773:after {
	background: transparent;
	content: "";
	width: 0px;
	position: absolute;
	height: 0px;
	top: 0px;
	z-index: 999;
}

a.product-item-thumbnail:after {
	content: "";
	background: transparent linear-gradient(0deg, #131b27 0%, #131b2700 100%) 0%
		0% no-repeat padding-box;
	position: absolute;
	left: 0;
	right: 0;
	height: 224px;
	bottom: 0;
	display: none;
}

.reviews .review-item {
	/* width: (33.33% - 30px); */
	text-align: center;
	padding: 70px 0 0 630px;
	margin: 0;
	position: relative;
	height: 475px;
}
.review-item:before {
	content: '';
	font-weight: 700;
	position: absolute;
	left: 540px;
	top: 65px;
	z-index: 1;
	width: 55px;
	height: 54px;
	background-image: url('./../images/qout.svg');
}

.reviews .review-item:last-child {
	margin-bottom: 15px;
}

.reviews .review-item .reveiwer-image {
	height: 475px;
	width: 475px;
	object-fit: cover;
	margin: 0;
	border-radius: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.reviews .review-item p.reviewer-name {
	color: #A87A37;
	font-size: 16px;
	font-weight: 400;
	margin-top: 32px;
}

.reviews .review-item img.review-rating {
	margin: auto;
}

.reviews .review-item p.review-heading {
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	margin-top: 26px;
	text-transform: capitalize;
	color: #434343;
}

.reviews .review-item p.review-body {
	font-size: 20px;
	line-height: 35px;
	margin-top: 12px;
	color: #6A6867;
	font-weight: 400;
}

#footer .menu {
	font-size: 14px;
	letter-spacing: 0px;
	text-transform: uppercase;
	list-style: none;
	padding-left: 0;
}

#footer .menu li {
	margin-bottom: 10px;
}

#footer .menu li:last-child {
	margin-bottom: 0;
}

#footer .menu li a {
	text-decoration: none;
	line-height: 22px;
}

.contact-details p:before {
	height: 16px;
	display: inline-block;
	width: 24px;
	content: "";
}

.contact-details p.address:before {
	background: url(/wp-content/themes/hwd-competitions/images/location.svg);
	background-repeat: no-repeat;
}

.contact-details p.email:before {
	background: url(/wp-content/themes/hwd-competitions/images/mail.svg);
	background-repeat: no-repeat;
}

.contact-details p.phone:before {
	background: url(/wp-content/themes/hwd-competitions/images/phone.svg);
	background-repeat: no-repeat;
}

.footer-widget {
	padding-top: 70px;
	padding-bottom: 50px;
}

.container.footer-widget > div > div:last-child {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1.95px;
	margin-top: 5px;
}

.container.footer-widget > div > div:last-child p {
	margin-top: 8px;
	margin-bottom: 8px;
}

#footer .website-information {
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
}

#footer .website-information img {
	transform: translateY(-20px);
	width: 220px;
}

.sv-alert {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.6);
	right: 0;
}

.sv-alert.show {
	display: block;
}

.sv-alert .content {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 400px;
	width: 100%;
	background: #ffffff;
	padding: 50px 50px;
}

.sv-alert .btn-container {
	text-align: center;
	max-width: 260px;
	margin: auto;
}

.sv-alert .btn-container a {
	display: block;
	margin: 0 5px;
	transform-origin: center;
	margin-top: 12px;
	color: #000000 !important;
}

.sv-alert h3.heading {
	max-width: 260px;
	margin: auto;
	color: #7F481C;
	font-size: 25px;
	letter-spacing: 2.5px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0px;
}

.sv-alert p.message {
	max-width: 260px;
	margin: auto;
	color: #332F2A;
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 16px;
	letter-spacing: -0.53px;
	line-height: 24px;
	word-wrap: break-word;
}
tr.cart-subtotal, tr.order-total {
    text-transform: uppercase;
    font-size: 15px;
}
a.btn.add_to_cart_button.cancel-btn {
	color: #999;
}

.slick-dots li button:before {
	width: 14px;
	height: 14px;
	background: #242c3e;
	opacity: 0.5;
	border-radius: 100%;
}

.slick-dots li.slick-active {
	width: 50px;
}

.slick-dots li.slick-active button:before {
	background: transparent linear-gradient(180deg, #f7d800 0%, #ff8401 100%);
	width: 50px;
	opacity: 1;
	border-radius: 20px;
	margin-right: 15px;
}

#main-menu ul li a {
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}

.hide-desktop {
	display: none;
}

.hide-mobile {
	display: inline-block;
}

.single-product .slick-track {
	display: flex;
}

.single-product .slick-track .slick-slide {
	height: inherit;
	margin: 8px;
}

.woocommerce div.product div.images img {
	height: 100%;
	object-fit: cover;
	max-height: 428px;
}

/* .wpb_text_column.wpb_content_element.heading-l-wb:after {
content: "";
width: 100%;
height: 2px;
background: #3e4963;
position: absolute;
top: 23%;
left: 0;
transform: translate(0px, -30px);
} */

.wpb_text_column.wpb_content_element.heading-l-wb:after {
	top: unset;
	bottom: -10px;
}
p.lost_password a {
	color: #C09453;
	font-weight: bold;
	text-decoration: underline;
	float: right;
	text-transform: uppercase;
}

p.lost_password a:hover {
	color: #000;
}

.lost_reset_password button.woocommerce-Button.button {
    padding: 19px 55px !important;
    margin-top: 14px;
	font-size: 14px !important;
}
.lost_reset_password button.woocommerce-Button.button:hover {
	background: #412e23 !important;
    transition: 0s;
    color: #f8f39f !important;
}
.heading-l-wb {
	font-size: 60px;
	text-align: center;
	letter-spacing: 0.8px;
	line-height: 50px;
	font-weight: 700;
	padding-bottom: 20px;
}

.heading-l-wb h2 {
	font-size: 24px;
	color: white;
	font-weight: bold;
	padding-top: 15px;
}

.heading-l-wb span {
	color: #f7d800;
}

.heading-l {
	font-size: 25px;
	letter-spacing: -0.4px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.heading-sm {
	font-size: 20px;
	line-height: 43px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	/* font-weight: 600; */
	color: var(--color-white);
	font-family: var(--font-family);
	margin-top: 20px;
}

.woocommerce-cart .heading-sm {
	font-size: 15px;
	line-height: 43px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	/* font-weight: 600; */
	color: var(--color-white);
	font-family: var(--font-family);
	margin-top: 20px;
}

.heading-xs {
	font-size: 14px;
	text-transform: uppercase;
	color: var(--color-white);
	font-family: var(--font-family);
	margin-top: 20px;
}

.heading-m {
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
	line-height: 28px;
	letter-spacing: 0px;
	color: #000000;
}

.text-m {
}

.text-s {
	font-size: 14px;
	letter-spacing: 1.4px;
	font-weight: 600;
	line-height: 18px;
	color: #ffffff;
}

.text-xs {
}

.col-md-12.page-title,
.text-s,
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	text-align: center;
}
.text-primary-accent {
	color: var(--primary-accent-color);
}

.text-secondary-accent {
	color: var(--secondary-accent-color);
}

.seprator {
	width: 100%;
	height: 1px;
	background-color: #cfd9e0;
}

p#move-to-entries,
.terms {
	color: #412E23;
	line-height: 24px;
	font-size: 15px;
}

#move-to-entries a,
.col-md-12 p:nth-of-type(2) a {
	font-weight: 500;
	color: var(--secondary-color);
}
#move-to-entries a:hover {
	font-weight: 700;
	text-decoration: underline;
	color: #7F481C;
}
.lty-lottery-date-ranges .lty-lottery-countdown-timer {
	overflow: auto;
}
.single-product .lty-lottery-countdown-timer {
    display: block;
    clear: both;
    padding: 0;
    margin-bottom: 0;
}
.single-product .lty-lottery-countdown-timer .lty-lottery-timer {
border: 1px solid #E3DBD1;
    padding: 13px;
    display: flex;
    overflow: hidden;
    height: 68px;
    text-align: center;
    justify-content: center;
}

#payment .form-row.place-order > button:hover {
	background: #f78500 !important;
	transition: 0s;
}
.mark, mark {
	background-color: transparent !important;
	padding: .2em;
	color: var(--secondary-color) !important;
}
.competition-timer:before {
    content: "";
    position: absolute;
    bottom: -30px;
    z-index: 1;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
border-width: 30px 0px 0px 20px;
    border-color: #72521E transparent transparent transparent;
}
.competition-timer {
width: 397px;
	height: 68px;
    position: absolute;
    z-index: 99;
    background: white;
 right: calc(32% + 13px);
    transform: translate(-100%, 20px);
	box-shadow: 0px 6px 26px #00000033;
}
.lty-lottery-date-ranges {
    position: relative;
}
.single-product .lty-lottery-timer #lty_lottery_days,
.single-product .lty-lottery-timer #lty_lottery_hours,
.single-product .lty-lottery-timer #lty_lottery_minutes,
.single-product .lty-lottery-timer #lty_lottery_seconds {
	color: #565555;
	font-size: 24px;
	letter-spacing: 0.48px;
	line-height: 19px;
	font-family: 'Montserrat';
}
form#tickets-form {
	margin-top: 0;
	margin-bottom: 0;
}

.full-width {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	margin-top: 0;
	left: 50%;
}

.woocommerce div.product form.cart {
	padding: 50px 0px;
	background: #221A0F;
}

.competitions-step .step-label {
	color: var(--secondary-color);
	font-size: 20px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 700;
}

form#tickets-form:before {
	content: "";
	width: 100%;
	height: 2px;
	background: #3e4963;
	opacity: 100%;
	position: relative;
	left: 50%;
	top: -10px;
	max-width: 1170px;
	transform: translate(-50%, 0);
	display: none;
}

span.step-label:before {
	content: "";
	position: absolute;
	width: 54px;
	height: 3px;
	background: #fddf00;
	top: -22px;
	display: none;
}

.competitions-step .step-heading {
	color: var(--color-white);
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
}

.lty-lottery-question-answer-container {
	float: unset;
}

p.lty-lottery-question,
.competitions-step p {
	font-size: 15px;
	line-height: 22px;
	color: #ffffff;
	opacity: 50%;
	font-family: 'Source Sans Pro', sans-serif;
}

.tickets-legend-heading {
	color: #ffffff;
	font-family: var(--font-family);
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	display: inline-block;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

ul.lty-lottery-answers li {
	display: inline-block;
	width: auto;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 22px;
	border: #D6B66B solid 2px;
	margin-right: 10px;
	letter-spacing: 1.6px;
	background: #ffffff00;
	color: #D6B66B;
	text-transform: uppercase;
}

ul.lty-lottery-answers li:hover {
	background: #D6B66B;
	border-color: transparent;
	padding: 15px 22px;
	color: #000000;
}

ul.lty-lottery-answers li.lty-selected {
	border-color: transparent;
	padding: 15px 22px;
	background: var(--secondary-color);
}

.color-graph-item {
	line-height: 22px;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin-right: 24px;
}

.inner-color-graph-item {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 10px;
}

.inner-color-graph-item > div {
	height: 20px;
	width: 20px;
	margin-right: 8px;
	border-radius: 0;
}

.inner-color-graph-item > p {
	line-height: 15px;
	opacity: 100%;
	color: #97938E;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}
body.page-id-25 {
	background-color: #F6F1EB !important;
    background: unset !important;
}
.lty-lottery-ticket-tab-wrapper .lty-lottery-ticket-tab {
	float: unset;
	padding: 7px 22px;
	border: unset;
	margin: 5px;
	line-height: 20px;
	color: #ffffff;
	background: #ffffff10;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
}

.lty-lottery-ticket-tab-wrapper .lty-active-tab {
	color: var(--color-black);
	background: var(--secondary-color);
}
.lty-lottery-ticket-tab-wrapper .lty-active-tab:hover {
	color: var(--color-black) !important;
}

.lty-lottery-ticket-tab-wrapper .lty-lottery-ticket-tab:hover {
	color: var(--secondary-color);
}

.lty-ticket-number-wrapper ul li {
	background: transparent linear-gradient(180deg, #202737 0%, #20273700 100%) 0%
		0% no-repeat padding-box;
	border: 1px solid #3e4963;
	font-size: 16px;
	font: normal normal normal 20px/21px Oxygen;
	color: #ffffff;
	line-height: 26px;
	letter-spacing: 1.6px;
	height: 57px;
	width: 94px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	border: 0;
}

.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li:hover {
	background: #232e38;
	color: white;
}

.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li {
	padding: 7px 22px;
	border: unset;
	margin: 5px;
	color: #ffffff;
	background: #ffffff10;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	max-width: 78px;
	height: 48px;
	font-weight: 400;
	text-align: center;
	line-height: 32px;
}


.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li:hover {
	color: var(--color-white);
    background: transparent;
    border: solid 1px #d6b66b;
	font-weight: 400;
}

.lty-lottery-progress-bar,
.lty-progress-count {
	width: 100%;
	color: #412E23;
	font-size: 16px;
	font-weight: 700;
}

.lty-lottery-ticket-panel
.lty-ticket-number-wrapper
ul
li.lty-processing-ticket,
.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li.lty-selected-ticket {
	background: #ffffff;
	color: black;
}

.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li.lty-reserved-ticket {
	background: #ff6a20;
	color: white;
}

.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li.lty-booked-ticket {
	background: #cc2a2a;
	color: white;
}

.lty-lottery-ticket-panel
.lty-ticket-number-wrapper
ul
li.lty-ticket.lty-reserving-ticket {
	cursor: progress;
	background: #ffffff;
	color: black;
	opacity: 0.5;
}

.competition-blocks > div {
	display: flex;
}

.competition-blocks > div > div {
	height: inherit;
	vertical-align: middle;
	text-align: center;
}

.competition-blocks > div > div > div {
	padding-top: 50px;
	height: 100%;
	background: #f5fafc;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 10px;
}

.competition-blocks img {
	margin-bottom: 36px;
}

.competition-blocks p {
	color: #434343;
	font-size: 28px;
	font-weight: 700;
	line-height: 34px;
	margin-bottom: 0px;
	text-transform: capitalize;
}

.entry-tabs > span {
    cursor: pointer;
    font-size: 14px;
    min-width: 78px;
    text-align: center;
    display: inline-block;
    padding: 11px 0px;
    border: unset;
    margin: 5px;
    line-height: 20px;
    color: #ffffff;
    background: #ffffff10;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}

.entry-tabs > span:hover {
	color: var(--color-black);
	background: var(--secondary-color);
}

.lty-lottery-ticket-container,
.lty-lottery-question-answer-container > div > div:nth-child(2) {
	opacity: 0.5;
	pointer-events: none;
}

.lty-lottery-ticket-container.unlock,
.lty-lottery-question-answer-container.unlock > div > div:nth-child(2) {
	opacity: 1;
	pointer-events: unset;
}

table.lty-frontend-table.shop_table.shop_table_responsive.lty-ticket-logs-table {
	background: #100C0710;
	margin-top: 70px;
	border: 1px solid rgba(255, 255, 255, 0.05);
}
table.lty-frontend-table.shop_table.shop_table_responsive.lty-ticket-logs-table
thead
th {
	letter-spacing: 1.6px;
	background: #584D3E;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	padding: 24px 35px !important;
	border-bottom: solid 1px #ffffff10;
}

table.lty-frontend-table.shop_table.shop_table_responsive.lty-ticket-logs-table tbody td {
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	padding: 20px 30px;
	border-bottom: 1px solid #ffffff10;
	font-family: 'Source Sans Pro', sans-serif;
}


table.lty-frontend-table.shop_table.shop_table_responsive.lty-ticket-logs-table
tbody
td {
	color: white;
	font-size: 18px;
	font-weight: 500;
	padding-top: 20px;
	line-height: 22px;
	padding-bottom: 20px;
	border-top: 0;
	padding-left: 35px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}

table.lty-frontend-table.shop_table.shop_table_responsive.lty-ticket-logs-table
tbody
tr:last-child
td {
	border-bottom: unset;
}

.lty-frontend-table tbody tr:nth-child(2n) {
	background: unset;
}

.lty-frontend-table tbody tr:nth-child(2n-1) {
	background: unset;
}

.related.products {
	background: #F6F1EB url('./../images/page-bg-dark.jpg') !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}


button.btn-primary.btn-m.button.alt.lty-lucky-dip-button.lty_manual_add_to_cart {
	height: 54px;
	margin-top: 9px;
}

.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li.lty-booked-ticket {
	opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0;
}

.page-header {
	padding-bottom: 0;
	border-bottom: none;
}

.page-header p {
	font-size: 14px;
	line-height: 18px;
	font-family: var(--font-family);
	color: #7e7e7e;
}
.woocommerce-checkout .page-header p {
	color: var(--color-white);
	font-family: 'Source Sans Pro', sans-serif;
}

.page-header h4 {
	margin-top: 0px;
}

span.back-to-store-btn {
	font-size: 14px;
	letter-spacing: 1.4px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 30px;
	position: relative;
}

span.back-to-store-btn:before {
	content: "";
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid black;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

h1.entry-title {
	font-weight: 700;
	text-align: center;
	font-size: 40px;
	color: white;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	margin-bottom: 20px;
    padding-bottom: 0;
}
.woocommerce-checkout h1.entry-title,
.woocommerce-cart h1.entry-title {
	color: var(--color-white);
	margin-bottom: 30px;
}
.woocommerce-checkout h1.entry-title:after,
.woocommerce-cart h1.entry-title:after{
	display: none;
}


.coupon-container {
	overflow: auto;
}

.cart-actions .coupon {
	float: left;
	display: flex;
}

.cart-actions .coupon input[type="text"] {
	font-size: 16px;
	padding: 16px;
	border: 1px solid black;
	border-radius: 0px;
	margin-right: 10px;
	min-width: 230px;
	color: black;
}

.cart-actions .continue-shopping {
	display: none;
}

ol.innerList.defaultList {
	list-style: none;
	counter-reset: list-counter;
	padding-left: 0px;
}

.defaultList li {
	font-size: 18px;
	font-family: 'Source Sans Pro';
	color: #6A6867;
	line-height: 30px;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}

.defaultList li:before {

	color: transparent;
	position: absolute;
	background: transparent linear-gradient(
		45deg
		, #EFE392 0%, #D6B66B 100%) 0% 0% no-repeat padding-box;
	border: 2px solid #D2B367;
	left: 0;
	margin-top: 5px;
	height: 20px;
	width: 20px;
	content: ".";
	display: flex;
}

.winners.column-3 {
	display: flex;
	flex-wrap: wrap;
}

.winners.column-3 .winner-item {
	width: calc(33.3% - 30px);
	margin: 15px;
	display: inline-block;
}

.slick-prev,
.slick-next {
	height: auto;
	width: auto;
}

.winners .slick-prev {
	left: -60px;
}

.winners .slick-next {
	right: -60px;
}

.winners .slick-prev:before,
.winners .slick-next:before {
	display: block;
	height: 55px;
	content: "";
	width: 55px;
}

.winners .slick-prev:before {
	background: url("/wp-content/themes/hwd-competitions/images/circle-left-arrow.svg");
}

.winners .slick-next:before {
	background: url("/wp-content/themes/hwd-competitions/images/circle-right-arrow.svg");
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	display: none;
}

.woo-wallet-my-wallet-container {
	border: 0px !important;
}

.woo-wallet-my-wallet-container .woo-wallet-sidebar {
	margin-right: 10px;
	width: 40% !important;
	padding-top: 0px !important;
	background: transparent !important;
}

.woo-wallet-my-wallet-container .woo-wallet-content {
	width: 50% !important;
	padding-top: 0px !important;
	padding: 0px !important;
	margin-left: auto;
}

.woo-wallet-sidebar-heading,
.woo-wallet-content-heading {
	font-size: 28px;
	line-height: 22px;
	padding: 18px 15px;
	text-align: left !important;
	font-weight: 600;
	color: white !important;
}
.woo-wallet-content-heading {
	background-color: #584D3E60;
	padding: 20px 25px;
}
.woo-wallet-content-heading h3,
.woo-wallet-content-heading p,
.woo-wallet-content .woo-wallet-price{
	font-size: 15px !important;
}


.woo-wallet-content-heading > h3,
.woo-wallet-content-heading > p {
	margin-bottom: 0 !important;
	color: white;
}

hr {
	display: none;
}

.woo-wallet-content-h3 {
	font-size: inherit;
	font-weight: inherit;
	text-transform: inherit;
}

.woo-wallet-sidebar-heading a {
	color: rgb(255, 255, 255) !important;
}

.woo-wallet-content .woo-wallet-price {
	font-size: 24px;
	line-height: 22px;
}

.woo-wallet-sidebar ul {
	padding: 5px;
}

.woo-wallet-sidebar ul li.card {
	flex: 0.5;
	width: 50%;
	max-width: unset;
	float: left;
	box-shadow: unset !important;
	display: inline-flex;
	margin: 0;
	border-radius: 0px !important;
	background: transparent !important;
	border: none;
	padding: 10px;
}

@media (max-width: 1200px) {
	.woo-wallet-sidebar ul li.card {
		width: 100%;
	}
}
.woo-wallet-sidebar ul li.card:hover {
	background: var(--secondary-accent-color);
}

.woo-wallet-sidebar ul li.card a:hover {
	opacity: 1 !important;
}
span.dashicons.dashicons-plus-alt,
span.dashicons.dashicons-list-view {
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translate(0, -50%) !important;
}
.visualcomposerstarter.woocommerce-account .woocommerce-MyAccount-content li a {
	font-size: 10px;
	letter-spacing: 1px;
	color: var(--secondary-color);
	text-transform: uppercase;
	font-weight: 600;
	padding: 0;
	display: flex;
	align-items: baseline;
	border: solid 1px transparent;
}

.visualcomposerstarter.woocommerce-account
.woocommerce-MyAccount-content
li
a
p {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0;
	display: block;
	width: 100%;
}

.woo-wallet-my-wallet-container p,
.woo-wallet-my-wallet-container small {
	font-size: 12px;
	line-height: 15px;
}

.woo-wallet-transaction-type-credit {
	color: black;
	font-size: 12px;
}
.woo-wallet-transactions-items {
	border: 1px solid #ffffff10;
}
.woo-wallet-transactions-items li {
	padding: 20px 20px !important;
	border-bottom: 1px solid #ffffff10;
}
.woo-wallet-transaction-type-credit {
	color: var(--color-white) !important;
}

.woo-wallet-transaction-type-debit {
	color: var(--secondary-color) !important;
}


.woo-wallet-add-amount {
	padding: 20px;
}

.woo-wallet-add-amount label {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.4px;
}

.woo-wallet-add-amount input[type="number"] {
	padding: 15px 22px;
	width: 100%;
	background: rgba(88, 77, 62, 0.3);
	border: 1px solid #584D3E;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	color: var(--color-white);
}

.woo-wallet-add-amount input[type="submit"] {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.4px;
	margin-top: 10px;
	display: block;
	float: right;
	color: #000;
	background: rgb(253,252,167) !important;
	background: -moz-linear-gradient(45deg, rgba(253,252,167,1) 0%, rgba(214,182,107,1) 100%) !important;
	background: -webkit-linear-gradient(45deg, rgba(253,252,167,1) 0%,rgba(214,182,107,1) 100%) !important;
	background: linear-gradient(45deg, rgba(253,252,167,1) 0%,rgba(214,182,107,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfca7', endColorstr='#d6b66b',GradientType=1 ) !important;
	padding: 18px 55px;
	text-transform: uppercase;
	text-align: center;
	border: none !important;
}
.woo-wallet-add-amount input[type="submit"]:hover {
	background: rgba(214,182,107,1) !important;
	background: -moz-linear-gradient(45deg, rgba(214,182,107,1) 0%, rgba(214,182,107,1) 100%) !important;
	background: -webkit-linear-gradient(45deg, rgba(214,182,107,1) 0%,rgba(214,182,107,1) 100%) !important;
	background: linear-gradient(45deg, rgba(214,182,107,1) 0%,rgba(214,182,107,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6b66b', endColorstr='#d6b66b',GradientType=1 ) !important;
}
.dataTables_wrapper label {
	color: #a5a5a5;
	font-size: 12px;
	font-weight: 500;
}
table.dataTable {
	border: 1px solid #ffffff10 !important;
}
span.dashicons.dashicons-editor-break {
	display: none;
}
.dataTables_wrapper select {
	margin: 0 8px;
}
.dataTables_wrapper select,
.dataTables_wrapper input {
	padding: 8px 16px;
	background: rgba(88, 77, 62, 0.3);
	border: 1px solid #584D3E;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	color: var(--color-white);
}

table#wc-wallet-transaction-details th {
	background: #584D3E;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	padding: 20px 30px;
	border: none;
	border-bottom: solid 1px #ffffff10;
}

table.dataTable tbody tr {
	background: #100C07 !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: rgba(35, 32, 28, 0.4) !important;
}

input#st_gateway-card-number,
input#st_gateway-card-cvc,
input#st_gateway-card-expiry {
	border: solid 1px #3e4963 !important;
}
.woocommerce-PaymentBox.woocommerce-PaymentBox--st_gateway.payment_box.payment_method_st_gateway {
	background: transparent !important;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

table#wc-wallet-transaction-details thead tr th:first-child {
	border-radius: 0 0 0 0;
}

table#wc-wallet-transaction-details thead tr th:last-child {
	border-radius: 0 0 0 0;
}

table#wc-wallet-transaction-details tr td {
	border: 0;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	padding: 20px 30px;
	border-bottom: 1px solid #ffffff10;
	font-family: 'Source Sans Pro', sans-serif;
}
a.checkout-button.button.alt.wc-forward {
    transition: 0s;
}
.form-width {
	max-width: 684px;
	width: 100%;
}

.form-width.center {
	margin-left: auto;
	margin-right: auto;
}

form.woocommerce-form .form-row {
	margin-bottom: 20px;
}
body.page-id-1252651 form.woocommerce-form label,
.wpcf7-form label {
	font-size: 15px;
	color: black;
	font-family: 'Source Sans Pro';
	font-weight: bold;
	display: flex;
	position: relative;
}
form.woocommerce-form label,
.wpcf7-form label {
	font-size: 15px;
	font-family: 'Source Sans Pro';
	font-weight: bold;
	display: flex;
	position: relative;
}

form.woocommerce-form label input {
	width: 40px;
	opacity: 0;
}

form.woocommerce-form label input[type="checkbox"] + span:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	width: 20px;
	height: 20px;
	border: 2px solid #D59C25;
	transform: translateY(-50%);
}

form.woocommerce-form label input[type="checkbox"]:checked + span:before {
	background: #7F481C;
	border: 2px solid #D59C25;
}
form.woocommerce-form input,
.wpcf7-form input,
.wpcf7-form textarea {
	text-transform: unset !important;
}
form.woocommerce-form input,
.wpcf7-form input,
.wpcf7-form textarea {
	display: block;
	padding: 13.5px;
    width: 585px;
	font-size: 15px;
	border: 1px solid #584D3E;
	font-weight: 700;
	background: #584D3E4D;
	text-transform: uppercase;
}
/* .wpb_text_column.wpb_content_element.heading-l-wb:after {
content: "";
width: 100%;
background: #3e4963;
opacity: 70%;
height: 3px;
position: absolute;
} */
.woocommerce-form-login__rememberme {
	margin-bottom: 20px;
}
body.single-winners .winner-image img {
    width: 562px;
    height: auto;
    object-fit: cover;
    max-height: 562px;
}
.single-winners .verticle-center span {
    color: #412E23;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    font-size: 15px !important;
}
body.single-winners .winner-image {
	text-align: center;
}
body.single-winners h2 {
	font-size: 30px;
	letter-spacing: 1.5px;
	color: #7F481C;
	font-weight: 700;
}
body.page-id-257 .full-width.page-banner-container:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #C09454;
    bottom: -15px;
    position: absolute;
}
body.page-id-278, body.page-id-3 {
	background: #0a0a0a !important;
}
body.page-id-257 {
	background-color: #F6F1EB !important;
	background: none !important;
}
body.page-id-1252651 .wpb_text_column.wpb_content_element.heading-l-wb,
body.page-id-1252649 .vc_row.wpb_row.vc_row-fluid.form-width.center.mt-10.mb-10 .heading-l-wb
{
	color: #7F481C;
	font-size: 25px;
    text-transform: uppercase;
	margin-bottom: 10px;
}
body.page-id-1252651.wpb_column.vc_column_container.vc_col-sm-12 {
	background: #F6F1EB;
	padding: 25px 30px 0px 30px;
}
body.page-id-1252649 .vc_row.wpb_row.vc_row-fluid.form-width.center.mt-10.mb-10,
body.page-id-1252651 .vc_row.wpb_row.vc_row-fluid.form-width.center.mt-10.mb-10 {
	background: #F6F1EB;
	padding: 25px 30px 0px 30px;
}
p.lost_password {
    transform: translateY(-40px);
}
body.page-id-1252649 .woocommerce-form-login__submit, .woocommerce-form-register__submit {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}
body.page-id-1252649 p.form-row.text-center {
    color: #000;
    margin-top: 20px;
    font-family: 'Source Sans Pro';
    font-size: 14px;
}
body.page-id-1252649 .form-row a {
    color: #C09453;
    text-transform: uppercase;
    text-decoration: underline;
}
.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
font-size: 14px;
    letter-spacing: 0;
    padding: 15px 18px;
    width: 177px;
    font-weight: bold;
    text-transform: uppercase;
    border: transparent;
    border-radius: 0;
    color: #000;
	background: transparent linear-gradient(237deg, #D6B66B 0%, #FDFCA7 100%) 0% 0% no-repeat padding-box;
	margin-top: 10px;
}
p.woocommerce-FormRow.form-row {
    text-align: center;
}
.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover {
	background: #412e23;
	transition: 0s;
	color: #f8f39f;
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
	text-align: left;
	margin-bottom: 20px;
}

.visualcomposerstarter .woocommerce-MyAccount-content .addresses .title {
	display: flex;
	align-items: center;
	padding: 20px 30px;
	background: #584D3E60;
	margin-top: 20px;
}
.contactHeader {
    color: #F2EED1;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
}
body.page-id-1252704 .entry-content {
    transform: translateX(10%);
}
.visualcomposerstarter .woocommerce-MyAccount-content .addresses .title h3 {
	font-size: 15px;
	flex: 1;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 0;
	color: white;
}

.visualcomposerstarter .woocommerce-MyAccount-content .addresses .title .edit {
	background: transparent !important;
	border: solid 1px var(--secondary-color);
	color: #ffffff !important;
}

.visualcomposerstarter
.woocommerce-MyAccount-content
.addresses
.title
.edit:hover {
	color: #fff;
	background: black;
	border-color: black;
}

.visualcomposerstarter.woocommerce-account .woocommerce-Addresses address {
	background: #100C07;
	padding: 20px 30px;
	font-size: 12px;
	line-height: 19.2px;
	font-style: normal;
	border: 1px solid #ffffff10;
}

form.woocommerce-EditAccountForm.edit-account > fieldset {
	position: relative;
	padding: 80px 20px 20px 20px;
	margin-top: 20px;
}

form.woocommerce-EditAccountForm.edit-account > fieldset > legend {
	font-size: 20px;
	line-height: normal;
	color: white;
	font-family: var(--font-family);
	font-weight: 700;
	position: absolute;
	margin-bottom: 0;
	border-bottom: 0;
	top: 20px;
}

form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
	margin-top: 20px;
	padding: 21px 56px;
	font-size: 14px;
	font-weight: 700;
}
form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button:hover {
	background: rgba(214,182,107,1) !important;
	background: -moz-linear-gradient(45deg, rgba(214,182,107,1) 0%, rgba(214,182,107,1) 100%) !important;
	background: -webkit-linear-gradient(45deg, rgba(214,182,107,1) 0%,rgba(214,182,107,1) 100%) !important;
	background: linear-gradient(45deg, rgba(214,182,107,1) 0%,rgba(214,182,107,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6b66b', endColorstr='#d6b66b',GradientType=1 ) !important;
}
.winner-nav {
	margin-top: 20px;
}

.winner-for .slick-slide {
	max-height: 468px;
	padding: 30px;
}

.winner-nav .slick-slide {
	margin-left: 10px;
	margin-right: 10px;
}

.winner-for .slick-slide > img,
.winner-for .slick-slide > iframe,
.winner-nav .slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.winner-nav .slick-track {
	padding-bottom: 30px;
}

.winner-for .slick-slide > img,
.winner-for .slick-slide > iframe,
.winner-nav .slick-slide img,
.winner-nav .slick-slide div {
	box-shadow: 10px 10px 20px #00000029;
	border-radius: 15px;
	overflow: hidden;
}

.winner-for .slick-track,
.winner-nav .slick-track {
	display: flex;
}

.winner-for .slick-slide,
.winner-nav .slick-slide {
	height: inherit;
}

.winner-for .slick-slide {
	height: 500px;
}

.winner-youtube {
	height: 100%;
	width: 100%;
}

.youtube-nav {
	position: relative;
}

span.youtube-play {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 90;
}

span.youtube-play:before {
	content: "";
	position: absolute;
	background-size: contain;
	background: url(/wp-content/themes/hwd-competitions/images/play.svg);
	width: 63px;
	height: 72px;
	background-repeat: no-repeat;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.single-winners .section-heading p {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 60px;
	line-height: 74px;
	margin-bottom: 40px;
}
.single-winners .winner-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	max-height: 500px;
	margin-top: 40px;
}
.single-winners .winner-heading {
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
	font-weight: 700;
	color: #7F481C;
}
.single-winners .winner-name {
	font-size: 20px;
	line-height: 38px;
	text-transform: uppercase;
	font-weight: 700;
	color: #A77935;
}
.single-winners a.btn-primary.btn-m {
    background: transparent linear-gradient(
231deg
, #C09454 0%, #412E23 100%) 0% 0% no-repeat padding-box !important;
    color: #F6EA98 !important;
	width: 356px;
    padding: 24px;
}
.single-winners p {
	font-size: 15px;
	line-height: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #412E23;
	text-transform: capitalize;
}
.single-winners .recent-winners {
	padding: 80px 0;
}
.single-winners .recent-winners .section-heading p {
	font-size: 40px;
	line-height: 40px;
	color: var(--primary-color);
}


.row.equal-height {
	display: flex;
}

.verticle-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media(max-width:767px) {
	.single-winners .section-heading p{
		font-size: 32px;
		line-height: normal;
		margin-bottom: 20px;
	}
	.single-winners .winner-name {
		margin-top: 20px;
	}
	.row.equal-height {
		display: block;
	}
}

.youtube-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
}

.youtube-modal.show {
	display: block;
}

.youtube-modal .close-btn {
	position: absolute;
	font-size: 4em;
	top: 5%;
	left: 50%;
	z-index: 11;
	transform: translateX(-50%);
	color: white;
	cursor: pointer;
	float: unset;
	opacity: 0.8;
}

.youtube-modal .background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: rgba(0, 0, 0, 0.7);
}

.youtube-modal .iframe-container {
	position: absolute;
	z-index: 11;
	max-width: 800px;
	width: 100%;
	padding-top: 56.25%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.youtube-modal .iframe-container iframe {
	position: absolute;
	width: calc(100% - 30px);
	height: 100%;
	max-height: 450px;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	bottom: 0;
	right: 15px;
}

.woocommerce-info a {
	color: var(--secondary-accent-color);
}

.woocommerce ul.order_details li {
    border-right: 0px;
    font-size: 14px;
    letter-spacing: 1.4px;
    font-weight: 600;
    text-align: left;
    color: #7e7e7e;
    border-left: 1px dashed #584D3E !important;
    margin-top: 15px;
    text-transform: uppercase;
    padding-left: 15px;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead {
    background: #584D3E;
    opacity: 60%;
}
.woocommerce ul.order_details li strong {
	font-size: 16px;
	font-family: var(--font-family);
	color: #ffffff;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 18px;
	margin-top: 12px;
}

h2.woocommerce-order-details__title {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	color: var(--color-white);
	border-top: 1px solid #ffffff20;
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.woocommerce ul.order_details {
	padding-bottom: 15px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	display: flex;
	justify-content: center;
	position: relative;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details > li {
	float: unset;
	display: block;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details:after {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	opacity: 70%;
	bottom: -20px;
}
.woocommerce-MyAccount-navigation > ul li a::before {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
}

.woocommerce-MyAccount-navigation
> ul
li.woocommerce-MyAccount-navigation-link--orders
a::before {
	content: "";
	font-family: hwd;
}

.woocommerce-MyAccount-navigation
> ul
li.woocommerce-MyAccount-navigation-link--edit-address
a::before {
	content: "";
	font-family: hwd;
}

.woocommerce-MyAccount-navigation
> ul
li.woocommerce-MyAccount-navigation-link--edit-account
a::before {
	content: "";
	font-family: hwd;
}

.woocommerce-MyAccount-navigation
> ul
li.woocommerce-MyAccount-navigation-link--customer-logout
a::before {
	content: "";
	font-family: hwd;
}

form.woocommerce-cart-form {
	padding-bottom: 20px;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	font-family: 'Merriweather';
	padding: 12px;
	color: white;
}
.ui-widget-content {
	border: 1px solid rgba(221, 221, 221, 0);
	background: transparent;
	margin-left: 12px;
	color: #97938E;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: 100;
	padding-top: 0px !important;
}
.wpb_accordion_content p {
	font-size: 14px;
	font-weight: 700 !important;
	line-height: 24px;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background: #f5fafc;
}
.wpb_accordion_section.group {
	background: #584D3E4D 0% 0% no-repeat padding-box;
	border: 1px solid #584D3E;
	margin-bottom: 10px;
}
/* .wpb_content_element
.wpb_accordion_wrapper
.wpb_accordion_header.ui-state-active {
background: #3e4963 !important;
color: #ffffff !important;
font-weight: 700;
text-transform: capitalize !important;
} */
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
	background: transparent;
	border: #3e4963 solid 1px;
	padding-top: 10px !important;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background: transparent !important;
	border: transparent solid 1px !important;
	color: #ffffff !important;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
	top: 16px;
}

.price-with-progress {
	display: flex;
	margin-top: 20px;
	background: url(../images/Background@2x.png) !important;
}

ul.lty-lottery-answers {
	float: none;
}

form.woocommerce-ResetPassword.lost_reset_password {
	width: 50%;
	padding: 50px;
	margin: 0px auto;
	background: #F6F1EB;
}
form.woocommerce-ResetPassword.lost_reset_password p {
	color: black;
	text-align: center;
}
/********** Responsive CSS **********/

@media (max-width: 480px) {
	.sv-alert .content {
		max-width: 350px;
		padding: 30px 10px;
	}
	.sv-alert .btn-container a {
		display: block;
		margin: 12px auto 0 auto;
	}
		.sv-alert .btn-container a:last-child {
    border: solid 1px#C09454;
}
	.sv-alert a.btn-primary.btn-m.add_to_cart_button.ok-btn {
    background: transparent linear-gradient(
229deg
, #C09454 0%, #412E23 100%) 0% 0% no-repeat padding-box !important;
    color: #F6EA98 !important;
}
}

@media only screen and (min-width: 768px) {
	.sv-alert .btn-container a:last-child {
    border: solid 1px#C09454;
}
	.sv-alert a.btn-primary.btn-m.add_to_cart_button.ok-btn {
    background: transparent linear-gradient(
229deg
, #C09454 0%, #412E23 100%) 0% 0% no-repeat padding-box !important;
    color: #F6EA98 !important;
}
	body.menu-sandwich.admin-bar #main-menu {
		padding-top: 86px;
	}
	body:not(.menu-sandwich) .header-widgetised-area {
		float: right;
	}
	body:not(.menu-sandwich) .header-widgetised-area .widget {
		float: left;
		margin-bottom: 0;
	}
	body:not(.menu-sandwich) .header-widgetised-area .widget-title,
	body:not(.menu-sandwich) .header-widgetised-area .textwidget {
		display: inline-block;
		margin-bottom: 0;
	}
	body:not(.menu-sandwich) .header-widgetised-area .widget_text {
		padding: 0.55em 0.83em;
	}
	body:not(.menu-sandwich) .navbar-header {
		max-width: 20%;
		padding: 37px 0;
	}
	body:not(.menu-sandwich) .navbar-header img {
		max-width: 100%;
		height: auto;
	}
	body:not(.menu-sandwich) .navbar-toggle {
		display: none !important;
	}
	body:not(.menu-sandwich) #main-menu {
		/*display: flex;*/
		text-align: right;
		position: static;
		width: auto;
		background: none;
		padding: 0;
		overflow-y: inherit;
		flex: 1;
		align-items: center;
		/* margin-left: 15%; */
	}
	body:not(.menu-sandwich) #main-menu .header-widgetised-area {
		float: right;
		margin: 7.5px 0 7.5px 20px;
		text-align: left;
	}
	body:not(.menu-sandwich) #main-menu .button-close {
		display: none;
	}
	body:not(.menu-sandwich) #main-menu .dropdown-toggle {
		display: none;
	}
	body:not(.menu-sandwich) #main-menu > ul {
		display: inline-block;
		margin: 0;
		text-align: left;
	}
	body:not(.menu-sandwich) #main-menu > ul#menu-call-to-action {
		height: auto;
		margin: 0 15px;
	}
	body:not(.menu-sandwich) #main-menu > ul#menu-call-to-action > li,
	body:not(.menu-sandwich) #main-menu > ul#menu-call-to-action > li a {
		height: inherit;
		border: 0;
	}
	body:not(.menu-sandwich) #main-menu > ul#menu-call-to-action > li a {
		display: flex;
		align-items: center;
		font-family: var(--font-family);
		justify-content: center;
	}
	body:not(.menu-sandwich) #main-menu > ul#menu-call-to-action > li a img {
		margin-right: 10px;
		height: 18px;
	}
	body:not(.menu-sandwich) #main-menu > ul > li a {
		padding: 12px 15px;
	}
	a.woo-wallet-menu-contents {
		background: #10141D;
	}
	body:not(.menu-sandwich)
	#main-menu
	> ul
	> li.menu-item-has-children
	> a:before {
		top: 1.3em !important;
		-webkit-transform: rotate(0deg) !important;
		-ms-transform: rotate(0deg) !important;
		transform: rotate(0deg) !important;
		font-size: 0.55em !important;
		margin-top: 0 !important;
	}
	body:not(.menu-sandwich) #main-menu > ul > li > ul {
		top: 100% !important;
		left: 0;
		margin-top: 10px;
	}
	body:not(.menu-sandwich) #main-menu ul li:hover > ul {
		visibility: visible;
		opacity: 1;
	}
	body:not(.menu-sandwich) #main-menu ul li.menu-item-has-children > a {
		/* padding-right: 2.05em; */
		margin-right: 0;
	}
	/* body:not(.menu-sandwich) #main-menu ul li.menu-item-has-children > a:before {
	content: '\71';
	top: 50%;
	right: 1.5em;
	margin-top: -10px;
	font-family: 'Visual Composer Starter Font';
	font-size: 0.7em;
	position: absolute;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
} */
	body:not(.menu-sandwich) #main-menu ul li ul {
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		display: block !important;
		padding: 13px 10px;
		visibility: hidden;
		opacity: 0;
		z-index: 100;
		position: absolute;
		right: 100%;
		top: 0;
		width: 16.75rem;
		background-color: var(--submenu-background);
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	}
	body:not(.menu-sandwich) #main-menu ul li ul li {
		position: relative;
		padding: 0;
	}
	body:not(.menu-sandwich) #main-menu ul li ul li a {
		padding: 12px 18px;
		display: block;
		line-height: 1.7;
		color: var(--submenu-text-color);
	}
	body:not(.menu-sandwich) #main-menu ul li ul li a:hover,
	body:not(.menu-sandwich) #main-menu ul li ul li a:focus {
		color: #333;
	}
	body:not(.menu-sandwich) #main-menu ul li ul li:hover > a {
		color: var(--submenu-hover-color);
	}
	body:not(.menu-sandwich) #main-menu ul li ul li ul {
		padding: 0;
	}
	body.navbar-no-background:not(.menu-sandwich) #main-menu,
	body.navbar-no-background:not(.menu-sandwich) #main-menu .navbar-nav {
		background-color: transparent !important;
	}
}

/*min-width: 768px*/

@media only screen and (min-width: 783px) {
	body.fixed-header.admin-bar .navbar {
		top: 32px;
	}
}

@media only screen and (min-width: 992px) {
	.nav-next {
		text-align: right;
	}
	.nav-next,
	.nav-previous {
		margin-bottom: 0;
	}
	#footer .footer-right-block {
		float: right;
		margin-left: 12.5%;
		margin-bottom: 0;
		display: table;
	}
	#footer .footer-socials {
		display: table-cell;
		vertical-align: middle;
	}
	#footer .footer-socials ul {
		text-align: right;
	}
	#footer .footer-socials ul li {
		margin: 0 0 0 8px;
	}
	#footer .copyright {
		margin-bottom: 5px;
	}
	.footer-menu {
		margin: 0;
	}
	.footer-bottom {
		padding: 30px 0;
	}
}

/*min-width: 992px*/

@media only screen and (min-width: 1024px) {
	body.header-full-width .navbar {
		padding-left: 40px;
		padding-right: 40px;
	}
	body.content-full-width .content-wrapper {
		padding-right: 0;
		padding-left: 0;
	}
	body.content-full-width .footer-bottom,
	body.content-full-width .footer-widget-area {
		padding-left: 40px;
		padding-right: 40px;
	}
}

/*min-width: 1024px*/

@media only screen and (min-width: 1440px) {
	body.content-full-width .content-wrapper {
		padding-right: 0;
		padding-left: 0;
	}
}

/*min-width: 1400px*/

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

@media (min-width: 1240px) {
	.container {
		width: 1200px;
	}
}

@media only screen and (max-width: 1200px) {
	.features-row > div > div {
		flex-wrap: wrap;
	}
	.features-row > div > div > div:first-child {
		width: 100%;
		flex: 100%;
		margin-bottom: 60px;
	}
	.features-row > div > div > div:first-child > div > div {
		margin: auto;
	}
	.features-row > div > div > div:not(:first-child):before {
		display: none;
	}
	.slider-competition .product-information > h1 {
		font-size: 54px;
		line-height: 68px;
	}
	.slider-competition .product-information .price {
		font-size: 42px;
	}
	.slider-competition .background-image > img {
		height: 500px;
	}
	.products.columns-3 > .product {
		width: calc(50% - 30px);
	}
	.row.footer-widget-order > div {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	body.page-id-1252704 .vc_row.wpb_row.vc_row-fluid.counter-container.vc_custom_1624516222494.vc_row-has-fill {
    position: relative;
    left: 0px !important;
    box-sizing: border-box;
    width: 414px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
	body.page-id-58 .visualcomposerstarter .woocommerce form.checkout .woocommerce-billing-fields h3:first-child {
    margin-top: 0;
    color: #F2EED1 !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 1.2px;
    border-bottom: 1px solid rgba(88, 77, 62, 0.3);
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
	.about-page-container:after {
	top: 91% !important;
}
	body.page-id-1252704 .entry-content {
    transform: unset;
}
	.single-winners a.btn-primary.btn-m {
    width: 100%;
}
	body.single-winners h2 {
    font-size: 24px;
}
	.single-winners .verticle-center {
    margin-top: 30px;
}
	body.single-winners .winner-image img {
    width: 100%;
}
	.related.products {
	background: #F6F1EB url('./../images/page-bg.jpg') !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
	table.lty-frontend-table.shop_table.shop_table_responsive.lty-ticket-logs-table tbody td {
    border-bottom: 2px solid transparent;
}
	button.single_add_to_cart_button.button.alt.lty-participate-now-button.lty_manual_add_to_cart {
    top: unset;
    transform: translate(-50%, 0%);
}
	.competition-timer {
    width: 303px;
    height: 68px;
    position: absolute;
    z-index: 99;
    background: white;
    left: 8px;
    transform: translateY(20px);
    box-shadow: 0px 6px 26px #00000033;
}
	.counter p {
	flex-direction: column;
}
	.slider-competition .slider-overlay {
    transform: translate(0, -47%);
}
	.product-information .btn-primary {
    padding: 13px 27px;
}
	.slider-competition .product-information > h3 {
    font-size: 14px;
}
	form.woocommerce-ResetPassword.lost_reset_password {
		width: 90%;
		padding: 20px;
	}
	ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
		display: block;
		position: relative;
	}

	ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details > li {
		float: unset;
		display: flex;
		align-items: center;
		text-align: left;
		    border-left: unset !important;
    border-bottom: 1px dashed #584D3E;
    padding-bottom: 12px;
	}
	ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details > li > strong {
		margin-top: 0;
		margin-left: 20px;
	}
	.winner-for .slick-slide {
		height: 300px;
	}
	span.youtube-play:before {
		background-position: center;
		background-size: 27px 70px;
	}
	div#features {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.features-row > div > div > div:first-child {
		margin-bottom: 30px;
	}
	.icon-box {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		margin: auto;
	}
	.page-title {
		display: flex;
		flex-direction: column-reverse;
	}
	.icon-box img {
		margin-right: 0;
	}
	.icon-box > p:first-child {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.section-heading p {
		font-weight: 600;
		text-align: center;
		font-size: 28px;
		letter-spacing: 3px;
	}
	.products.columns-3 > .product {
		width: calc(50% - 30px);
	}
	.winners .winner-item .winner-info {
	}
	.reviews .review-item img.review-rating {
		width: 138px;
	}
	div#main-menu {
		display: block;
		flex-direction: column;
		align-items: center;
		visibility: hidden;
		opacity: 0;
	}
	.visualcomposerstarter .vct-cart-items-count {
		width: 20px !important;
		height: 20px !important;
		font-size: 10px !important;
	}
	#main-menu > ul > li > .dropdown-toggle {
		padding: 10px 0 10px 0;
	}
	#main-menu .dropdown-toggle {
		color: var(--color-black);
	}
	#main-menu ul li.menu-item-has-children > a {
		margin-right: 0px;
	}
	#main-menu ul#menu-call-to-action {
		display: flex;
		flex-direction: column-reverse;
	}
	#main-menu ul#menu-call-to-action > li {
		margin-top: 10px;
	}
	#main-menu ul#menu-primary-menu {
		max-width: 100%;
	}
	#main-menu .menu-item.btn-primary > a,
	#main-menu .menu-item.btn-secondary > a {
		/*padding: 12px 18px;*/
		/*font-size: 20px;*/
		font-family: var(--font-family);
		/*background: transparent linear-gradient(180deg, #f7d800 0%, #ff8401 100%);*/
		text-align: center;
		border: none;
	}
	#main-menu ul#menu-primary-menu li a {
		letter-spacing: 0px;
		line-height: 25px;
	}
	#main-menu ul#menu-primary-menu li ul li a {
		font-size: 12px;
		letter-spacing: 0px;
		line-height: 30px;
		margin-left: 55px;
	}
	.cart-actions {
		text-align: center;
	}
	.cart-actions .coupon {
		float: unset;
		display: block;
		text-align: center;
	}
	.cart-actions .continue-shopping {
		float: unset;
		display: none;
	}
	.cart-actions .coupon input[type="text"] {
		display: block;
		width: 100%;
		text-align: center;
	}
	.cart-actions .coupon button {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.winners.column-3 .winner-item {
		width: calc(100% - 30px);
	}
	.winner-details:before {
		top: -275px;
		left: 115px;
		transform: translate(6px, -6px);
	}
	.reviews .review-item p.review-body {
		font-size: 24px;
		line-height: 32px;
	}
	.woo-wallet-sidebar ul li.card {
		width: 95%;
	}
	span.dashicons.dashicons-plus-alt,
	span.dashicons.dashicons-list-view {
		transform: translateX(23px);
	}
	.visualcomposerstarter.woocommerce-account .woocommerce-MyAccount-content li a p,
	.woo-wallet-sidebar-heading,
	.woo-wallet-content-heading {
		font-size: 14px;
		text-align: center !important;
	}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100%;
		overflow: visible;
	}
}

@media only screen and (max-width: 600px) {
	tr.cart_item {
		overflow-wrap: normal;
	}
	.main-content .about-company {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	.about-company img.vc_single_image-img {
		width: 100%;
		height: 554px;
		object-fit: contain;
	}
	.about-section .side-img {
		display: none !important;
	}
	.reveiws-container:after {
		width: 100% !important;
		height: 135px !important;
	}
	.vc_row-fluid.about-company:after {
		content: '';
		position: absolute;
		left: 0;
		top: unset;
		bottom: 0;
		width: 100%;
		height: 170px;
		background: rgb(211,177,102);
		background: -moz-linear-gradient(45deg, rgba(211,177,102,1) 0%, rgba(167,121,54,1) 100%);
		background: -webkit-linear-gradient(
			45deg
			, rgba(211,177,102,1) 0%,rgba(167,121,54,1) 100%);
		background: linear-gradient(
			45deg
			, rgba(211,177,102,1) 0%,rgba(167,121,54,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3b166', endColorstr='#a77936',GradientType=1 );
		z-index: -1;
	}
	.woocommerce form.checkout_coupon p {
		display: block;
		float: unset;
		width: 100%;
	}
	.woocommerce form.checkout_coupon input,
	.woocommerce form.checkout_coupon button {
		width: 100%;
	}
	.icon-box img {
		margin-right: 0;
	}
	.icon-box > p {
		font-size: 8px;
		letter-spacing: 1.2px;
		line-height: 10px;
	}
	.slider-competition .slider-overlay .product-info-top .top-3-badge {
		top: 10px;
		left: -6px;
		height: 52px;
	}
	.slider-competition .slider-overlay .product-info-top .facebook-badge {
		right: -6px;
		top: 10px;
	}
	.slider-competition .slider-overlay .product-info-top {
		height: 120px;
	}
	.slider-competition .slider-overlay .lty-lottery-date-ranges {
		position: relative;
		top: unset;
		left: 50%;
		transform: translateX(-50%);
		right: unset;
		overflow: auto;
		display: inline-block;
		margin-top: 40px;
	}
	.slider-competition .product-information > h1 {
		font-size: 50px;
		line-height: 80px;
		letter-spacing: 0.72px;
		margin-top: 0;
	}
	.slider-competition .product-information .price {
		font-size: 32px;
		margin-bottom: 40px;
		margin-top: 24px;
	}
	.btn-xl {
		font-size: 21px;
	}
	.slider-competition .product-information .tickets-left {
		font-size: 13px;
		letter-spacing: 5.72px;
	}
	.hero-slider .slick-arrow {
		display: none !important;
	}
	.slider-competition .background-image > img {
		height: 600px;
	}
	.footer-widget-order .row {
		margin-left: 5px;
	}
	body.single-product .section-heading p {
		font-size: 24px;
	}
	.section-heading p {
		font-weight: 600;
		text-align: center;
		font-size: 40px;
		letter-spacing: 0;
	}
	.section-heading .wpb_wrapper p,
	.heading-l-wb {
		font-size: 24px;
		letter-spacing: 2px;
		letter-spacing: 1.25px;
		text-transform: uppercase;
		padding-bottom: 0;
	}
	form.woocommerce-form label,
	.wpcf7-form label,
	.heading-l-wb h2 {
		font-size: 20px;
	}
	p.lost_password a {
		float: left;
		transform: translateY(30px);
    margin: 15px 0 !important;
	}
	.woocommerce-form-login__submit,
	.woocommerce-form-register__submit {
		width: 100%;
		padding: 15px 50px;
	}
	.wpb_text_column.wpb_content_element.heading-l-wb:after {
		top: 100px;
	}
	/* Product Card Mobile Code */
	.products.columns-3 > .product {
		width: calc(100% - 30px);
	}
	.product-item-thumbnail .lty-shop-timer-wrapper {
		max-width: 300px;
	}
	.product a.product-item-thumbnail img {
		height: 270px;
	}
	.product-type-lottery:before,
	.product-type-lottery:after {
		width: 120px;
		height: 46px;
	}
	.product .product-item-info h2.woocommerce-loop-product__title {
		font-size: 20px;
		padding-top: 25px;
		padding-left: 38px;
		padding-right: 38px;
		margin-bottom: 25px;
	}
	.product span.status {
		font-size: 14px;
		background-size: 40px 3px;
	}
	.products .product.product-type-lottery:before,
	.products .product.product-type-lottery:after {
		width: 140px;
		height: 48px;
	}
	.lty-shop-timer-wrapper .lty-shop-timer-section #lty_lottery_days,
	.lty-shop-timer-wrapper .lty-shop-timer-section #lty_lottery_hours,
	.lty-shop-timer-wrapper .lty-shop-timer-section #lty_lottery_minutes,
	.lty-shop-timer-wrapper .lty-shop-timer-section #lty_lottery_seconds {
		font-size: 20px;
		height: 49px;
		width: 49px;
	}
	.product .lty-shop-timer-wrapper .lty-shop-timer-section {
		margin: 0;
	}
	.lty-shop-timer-section:before {
		right: -12px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 20px;
	}
	#lty_lottery_days:after,
	#lty_lottery_hours:after,
	#lty_lottery_minutes:after,
	#lty_lottery_seconds:after {
		font-weight: bold;
		bottom: 3px !important;
	}
	/* This hides the slash for the mobile pricing */
	div.product .product-item-info span.price ins:before {
		content: "";
	}
	div.product .product-item-info span.price ins {
		color: white;
		font-size: 16px;
	}
	div.product .product-item-info span.price {
		padding: 6.5px 0;
		font-size: 18px;
	}
	.lty-shop-timer-wrapper {
		max-width: 100%;
		padding-bottom: 0;
	}
	.competition-timer:before {
    display: none;
}
	.price-with-progress {
		flex-direction: column-reverse;
	}
	.visualcomposerstarter .products .product .button.add_to_cart_button {
		width: 65%;
		font-size: 16px;
		height: 44px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.products > .product {
		margin-bottom: 30px;
	}
	/* Product Card Mobile Code END */
	.hiw-item {
		margin: 0;
	}
	.hiw-item > div {
		padding-bottom: 30px !important;
		margin: 0 10px;
	}
	.hiw-item:nth-child(even) .hiw-numbered {
		text-align: right;
	}
	.visualcomposerstarter .vct-cart-wrapper {
		margin-left: 10px;
		margin-right: 10px;
	}
	.hero-slider {
		position: relative;
	}
	.hero-slider ul.slick-dots {
		position: absolute;
		bottom: 50px;
	}
	.product-information a.btn-primary {
		margin-top: 0 !important;
		width: auto;
	}
	/*.color-graph-item {*/
	/*  margin: 10px 0;*/
	/*}*/
	/*.inner-color-graph-item > div {*/
	/*  height: 35px;*/
	/*  width: 35px;*/
	/*}*/
	.inner-color-graph-item > p {
		transform: translateY(35%);
	}
	.lty-lottery-color-graph {
		margin: 15px 5px;
	}
	.footer-widget {
		border: 0;
	}
	#footer .menu {
		padding-left: 0px;
	}
	#footer .menu li:nth-child(1) {
		margin-top: 0;
	}
	.container.footer-widget > div > div:last-child {
		margin-top: 30px;
	}
	#footer .website-information {
		margin-top: 60px;
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 0;
	}
	#footer .website-information p {
		margin-top: 20px;
	}
	.footer-bottom {
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
	}
	.container.footer-widget > div > div:last-child p {
		margin-top: 20px;
	}
	.order-1 {
		order: 1;
	}
	.order-2 {
		order: 2;
	}
	.order-3 {
		order: 3;
	}
	.order-4 {
		order: 4;
	}
	.order-5 {
		order: 5;
	}
	.hide-desktop {
		display: block;
	}
	.hide-mobile {
		display: none !important;
	}
	/*.competitions-step .step-label {*/
	/*  color: #f7d800;*/
	/*  font-size: 24px;*/
	/*  letter-spacing: 0;*/
	/*}*/
	form#tickets-form:before {
		display: none;
	}
	.lty-lottery-question-answer-container.competitions-step > div > div:before {
		content: "";
		width: 75%;
		height: 1px;
		background: #3e4963;
		opacity: 100%;
		position: absolute;
		left: 17.5%;
		top: -21px;
		display: none;
	}
	ul.lty-lottery-answers {
		float: none;
		margin-bottom: 40px;
	}
	.lty-lottery-progress-bar.mt-5.hide-mobile {
		width: 60%;
	}
	p.lty-lottery-question {
		text-align: left;
		margin-top: 10px;
	}
	/*p.lty-lottery-question,*/
	/*.tickets-legend-heading {*/
	/*  font-size: 20px;*/
	/*  line-height: 22px;*/
	/*  letter-spacing: 0;*/
	/*  font-weight: bold;*/
	/*}*/
	/*.lty-lottery-ticket-tab-wrapper .lty-lottery-ticket-tab {*/
	/*  font-size: 24px;*/
	/*}*/
	button.btn-primary.btn-m.button.alt.lty-lucky-dip-button.lty_manual_add_to_cart {
		height: auto;
	}
	.lty-lottery-ticket-tab-wrapper {
		width: 90%;
	}
	button.single_add_to_cart_button.button.alt.lty-participate-now-button.lty_manual_add_to_cart {
		width: 100%;
	}
	/*.competitions-step .step-heading {*/
	/*  font-size: 20px;*/
	/*  letter-spacing: 0;*/
	/*  line-height: 28px;*/
	/*  font-weight: bold;*/
	/*}*/
	ul.lty-lottery-answers li {
		display: block;
		text-align: center;
	}
	.lty-lottery-ticket-lucky-dip-container {
		overflow: auto;
	}
	.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li {
		width: calc(23% - 5px);
		max-width: unset;
	}
	.competition-blocks > div {
		flex-direction: column;
	}
	.competition-blocks > div > div {
		margin-top: 20px;
	}
	.competition-blocks p {
		font-size: 21px;
		line-height: 25px;
	}
	.competition-blocks img {
		width: 64px;
		margin-bottom: 24px;
	}
	body.woocommerce-cart .main-content {
		padding: 50px 0 0 0;
	}
	.row.competition-timer .lty-lottery-date-ranges {
		text-align: center;
	}
	.single-product .lty-lottery-countdown-timer .lty-lottery-timer {
		font-size: 22px;
		letter-spacing: 0.44px;
		line-height: 27px;
	}
	.row.competition-timer .lty-lottery-date-ranges .heading-sm {
		font-size: 18px;
		letter-spacing: 1.8px;
		line-height: 22px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.woocommerce div.product form.cart {
		margin-top: 0px;
		padding: 0 15px;
		padding-top: 65px;
	}
	.single-product .lty-lottery-timer #lty_lottery_days,
	.single-product .lty-lottery-timer #lty_lottery_hours,
	.single-product .lty-lottery-timer #lty_lottery_minutes,
	.single-product .lty-lottery-timer #lty_lottery_seconds {
		font-size: 24px;
		letter-spacing: 2px;
		line-height: 27px;
	}
	h1.entry-title {
		font-size: 42px;
	}
	body.page-id-58 h1.entry-title {
		font-size: 30px;
	}
	#main-menu ul li.menu-item-has-children:after {
		right: 70px;
		top: 18px;
	}
	#main-menu ul li ul {
		margin-left: -30px;
	}
	.vc_row.wpb_row.vc_row-fluid.vc_column-gap-15 {
		margin: 0 -10px;
	}
	h1.entry-title {
		margin-bottom: 0px;
	}
	.entry-content ul,
	.comment-content ul {
		padding: 0;
		list-style: none;
	}
}

/******** Custom Responsiveness ********/

@media only screen and (max-width: 1024px) and (min-width: 769px) {
	body:not(.menu-sandwich) #main-menu > ul > li a {
		padding: 6px 6px;
	}
}

@media only screen and (max-width: 768px) and (min-width: 370px) {
	.reviews .review-item p.review-body {
		font-size: 24px;
		font-weight: 400;
		font-family: 'Source Sans Pro';
		letter-spacing: 0px;
		line-height: 32px;
	}
	.reviews .review-item {
		padding: 54px 10px;
	}
	.slider-nav div {
		position: relative;
		left: -3%;
		overflow: visible;
		/* left: calc(-20px + 6%); */
	}
}

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

/* Additional CSS  */

.basketIcon {
	color: white;
	font-size: 1.5rem;
}

.hiw-item > div::after,
.cart_totals::after {
	content: "";
	width: 100px;
	position: absolute;
	height: 25px;
	bottom: -1px;
	left: calc(50% - 10px);
	transform: translateX(-50%) skew(-30deg);
	background: black;
	border: solid #3e4963 1px;
	border-bottom: black;
	border-right: black;
	display: none;
}

.hiw-item > div::before,
.cart_totals::before {
	content: "";
	width: 100px;
	position: absolute;
	height: 25px;
	bottom: -1px;
	left: calc(50% + 10px);
	background: black;
	transform: translateX(-50%) skew(30deg);
	border: solid #3e4963 1px;
	border-bottom: black;
	border-left: black;
	display: none;
}

.order-section:before {
	content: "";
	width: 100px;
	position: absolute;
	height: 25px;
	bottom: 30px;
	left: calc(81% + 10px);
	background: black;
	transform: translateX(-50%) skew(30deg);
	border: solid #3e4963 1px;
	border-bottom: black;
	border-left: black;
	display: none;
}

.order-section:after {
	content: "";
	width: 100px;
	position: absolute;
	height: 25px;
	bottom: 30px;
	left: calc(81% - 10px);
	transform: translateX(-50%) skew(-30deg);
	background: black;
	border: solid #3e4963 1px;
	border-bottom: black;
	border-right: black;
	display: none;
}

.reviews-nav .slick-slide img {
	object-fit: cover;
}

.reviews-nav .slick-slide {
	overflow: hidden;
	padding: 10px;
}

footer#footer h5 {
	font-family: var(--font-family);
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #C09454;
	margin-bottom: 20px;
}

.custom-seprator:after {
	position: absolute;
	content: "";
	right: 0;
	width: 100%;
	background: url(/wp-content/themes/hwd-competitions/images/seprator.svg);
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	height: 12px;
	z-index: 5;
	bottom: -1px;
	background-position: center;
}

/*Page Banner ===========*/

.page-banner {
	text-align: center;
	padding: 100px 0;
	max-width: 866px;
	margin: 0 auto;
}
.page-banner img {
	margin-bottom: 15px;
}
.page-banner .sub-title {
	color: var(--primary-color);
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 3.5px;
	text-transform: uppercase;
}
.page-banner .title {
	color: var(--color-white);
	font-size: 30px;
	line-height: 50px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}
.page-banner p {
	font-size: 16px;
	line-height: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom:0;
}

/*Counter ===========*/
.counter-container {
	background: rgb(211, 177, 102);
	background: -moz-linear-gradient(45deg, rgba(211, 177, 102, 1) 0%, rgba(167, 121, 54, 1) 100%);
	background: -webkit-linear-gradient(
		45deg
		, rgba(211, 177, 102, 1) 0%, rgba(167, 121, 54, 1) 100%);
	background: linear-gradient(
		45deg
		, rgba(211, 177, 102, 1) 0%, rgba(167, 121, 54, 1) 100%);
}

.counter .col {
	position: relative;
}
.counter .col:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 5px;
	height: 158px;
	background-image: url('./../images/divider-vertical.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.counter .col:last-child:after {
	display: none;
}
.counter .title {
	color: var(--color-white);
	font-size: 72px;
	font-family: "Montserrat";
	font-weight: 700;
}
.counter p {
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

/*About Section ===========*/
body.page-id-25 a.btn.btn-primary.btn-lg {
    background: transparent linear-gradient(
231deg
, #C09454 0%, #412E23 100%) 0% 0% no-repeat padding-box !important;
    border: 1px solid #C09454 !important;
    color: #F6EA98 !important;
}
body.page-id-25 a.btn.btn-primary.btn-lg:hover {
    background: var(--secondary-color) !important;
    transition: 0s;
	color: black !important;
}
.about-section .content {
	padding-left: 40px;
}

.about-section .content .sub-title {
	color: #A77935;
	text-transform: uppercase;
	font-size: 21px;
	letter-spacing: 5.25px;
	font-weight: 700;
}
.about-section .content .title {
	color: #7F481C;
	text-transform: uppercase;
	font-size: 50px;
	letter-spacing: 4.17px;
	font-weight: 700;
	line-height: 50px;
}
.about-section .content p {
	color: #6A6867;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 26px;
	margin-bottom: 14px;
}
.about-section a.btn.btn-primary.btn-lg {
    border-left: transparent;
}
.about-company {
	position: relative;
	z-index: 1;
}
.about-company:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 32%;
	height: 100%;
	background: rgb(211,177,102);
	background: -moz-linear-gradient(45deg,  rgba(211,177,102,1) 0%, rgba(167,121,54,1) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(211,177,102,1) 0%,rgba(167,121,54,1) 100%);
	background: linear-gradient(45deg,  rgba(211,177,102,1) 0%,rgba(167,121,54,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3b166', endColorstr='#a77936',GradientType=1 );
	z-index: -1;
}
.about-page-container:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: calc(50% - 355px);
	height: 100%;
	background: rgb(211,177,102);
	background: -moz-linear-gradient(45deg, rgba(211,177,102,1) 0%, rgba(167,121,54,1) 100%);
	background: -webkit-linear-gradient(
		45deg
		, rgba(211,177,102,1) 0%,rgba(167,121,54,1) 100%);
	background: linear-gradient(
		45deg
		, rgba(211,177,102,1) 0%,rgba(167,121,54,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3b166', endColorstr='#a77936',GradientType=1 );
	z-index: -1;
}
/*Call to Action Section ===========*/
.cta {
	background: rgb(211,177,102);
	background: -moz-linear-gradient(45deg,  rgba(211,177,102,1) 0%, rgba(167,121,54,1) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(211,177,102,1) 0%,rgba(167,121,54,1) 100%);
	background: linear-gradient(45deg,  rgba(211,177,102,1) 0%,rgba(167,121,54,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3b166', endColorstr='#a77936',GradientType=1 );
	padding: 90px 0;
}
.cta h1,
.cta h2,
.cta h3,
.cta h4,
.cta h5,
.cta h6,
.cta p {
	color: var(--color-white);
}

.cta h1 {
	line-height: 45px;
}
.cta h2 {
	line-height: 40px;
}
.cta h3 {
	line-height: 32px;
}
.cta h4 {
	line-height: 26px;
}
.cta h5 {
	line-height: 20px;
}
.cta h6 {
	line-height: 20px;
}


/*Single Page ===========*/
body.single-product {
	background: none !important;
	background-color: #F6F1EB !important;
}
.single-product .main-content {
	padding-top: 80px;
}
.single-product div.product .product_title {
	text-align: left;
	font-size: 40px !important;
	color: #7F481C !important;
	line-height: 50px !important;
}
.single-product div.product .product_title:after {
	display: none;
}
.single-product .woocommerce-product-details__short-description,
.single-product .notes p {
	color: #412E23;
	font-family: 'Source Sans Pro', sans-serif;
}
.single-product .woocommerce-product-details__short-description>h4,
.single-product .notes>h4 {
color: #412E23;
    letter-spacing: 0;
    font-weight: bold;
    text-transform: capitalize;
}
.single-product .woocommerce-product-details__short-description>div,
.single-product .notes>p {
	font-size: 15px !important;
	line-height: 24px !important;
	opacity: 1 !important;
}
.single-product .summary .progress-bar--top {
	color: #412E23;
}
.single-product .summary .loop-progress-bar {
	height: 24px;
	background: #ECDFCD;
	margin: 10px 0;
	overflow: hidden;
	border: 4px solid #ECDFCD;
}
.single-product .summary .loop-progress-bar .percentage {
	background: var(--secondary-color);
	height: 16px;
}
.single-product .lty-bid-logs-wrapper {
	background: #221A0F;
	padding: 80px 0;
}
.single-product .lty-bid-logs-wrapper .section-heading > p  {
	color: #F2EED1;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 30px;
}
.single-product .lty-bid-logs-wrapper .section-heading > p:after {
	display: none;
}

/*Testimonials Section ===========*/
.reveiws-container {
	position: relative;
	z-index: 1;
}
.reveiws-container:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 32%;
	height: 100%;
	background: rgb(211,177,102);
	background: -moz-linear-gradient(45deg,  rgba(211,177,102,1) 0%, rgba(167,121,54,1) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(211,177,102,1) 0%,rgba(167,121,54,1) 100%);
	background: linear-gradient(45deg,  rgba(211,177,102,1) 0%,rgba(167,121,54,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3b166', endColorstr='#a77936',GradientType=1 );
	z-index: -1;
}

.page-banner-container {
	object-fit: cover;
	background-image: url(../images/hero-bg.jpg) !important;
	background-blend-mode: overlay;
	background-color: #4E3D33;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 1200px) {
	/*Header ==========*/
	#header .woo-wallet-menu-contents {
		margin-top: 0;
	}
	body:not(.menu-sandwich) #main-menu {
		display: flex;
	}
	body:not(.menu-sandwich) #main-menu > ul > li a {
		padding: 12px 8px;
	}
	#main-menu ul li.menu-item-has-children:after {
		right: 13px;
	}
	body:not(.menu-sandwich) #main-menu > ul#menu-call-to-action {
		margin: 0;
	}

	/*Counter ===========*/
	.counter .title {
		font-size: 30px;
	}
	.counter p {
		font-size: 16px;
		letter-spacing: 4px;
	}
	.text-center {
    margin: 0 20px;
}

	/*Call to Action Section ===========*/
	.cta {
		text-align: center;
	}
	.cta .text-right {
		text-align: center;
	}
	.cta .btn {
		margin-top: 20px;
	}

	/*Testimonials Section ===========*/
	.reviews .review-item {
		padding: 70px 0 0 530px;
		height: 375px;
	}
	.reviews .review-item .reveiwer-image {
		height: 375px;
		width: 375px;
	}
	.review-item:before {
		left: 440px;
	}
	.reviews-nav {
		margin-top: 20px;
	}
}

@media (max-width: 992px) {
	/*Header ==========*/
	#header .container {
		width: 100%;
	}
	body:not(.menu-sandwich) #main-menu > ul > li a {
		padding: 12px 5px;
	}
	#main-menu .menu-item.btn-primary > a, #main-menu .menu-item.btn-secondary > a {
		padding: 12px 8px;
	}
	.visualcomposerstarter .vct-cart-wrapper {
		margin-left: 15px;
	}


	/*Counter ===========*/
	.counter .col:after {
		height: 100px;
		background-size: auto 100%;
	}

	/*Call to Action Section ===========*/
	.cta {
		text-align: center;
		padding: 90px 0;
	}

	/*About Section ===========*/
	.about-section .side-img {
		width: 300px;
		height: 300px;
		object-fit: cover;
		margin: auto;
		display: block;
		margin-top: -50px;
	}
	.about-section .content {
		padding-top: 50px;
		padding-left: 0;
	}
	.about-section .content .sub-title {
		font-size: 16px;
		letter-spacing: 4px;
	}
	.about-section .content .title {
		font-size: 24px;
		line-height: 35px;
		letter-spacing: 2px;
	}
	.vc_custom_1617345474606:after {
		left: 0;
		top: 0;
		width: 100%;
		height: 170px;
	}

	/*Testimonials Section ===========*/
	.reviews .review-item {
		padding: 192px 0 0 45px;
		height: auto
	}
	.reviews .review-item .reveiwer-image {
		height: 192px;
		width: 192px;
		left: 50%;
		top: -20px;
		transform: translate(-50%, 0);
	}
	.review-item:before {
		left: 0;
		top: 200px;
		width: 30px;
		height: 30px;
		background-size: contain;
	}
	.reviews .review-item p.review-body {
		font-size: 15px;
		line-height: 28px;
	}
	.reviews-nav {
		max-width: auto;
		margin: 20px auto;
		float: none;
	}
	.vc_custom_1617345474605:after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 135px;
	}


}

@media (max-width: 768px) {
	/*Header ==========*/
	.hide-desktop {
		display: block;
	}
	body:not(.menu-sandwich) #main-menu {
		display: inline-block;
	}
	#header .woo-wallet-menu-contents {
		padding: 12px 8px;
	}

	/*Single Page ===========*/
	.single-product .main-content {
		padding-top: 40px;
	}
	.single-product div.product .product_title {
		font-size: 24px !important;
		line-height: 31px !important;
	}
	.single-product.woocommerce div.product p.price, .single-product.woocommerce div.product span.price {
		font-size: 24px;
	}
	.woocommerce div.product div.images img {
		max-height: 278px;
	}

	/*Winners ===========*/
	.winners .winner-item {
		width: calc(100% - 20px);
	}

	/*Counter ===========*/
	.counter .col {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.counter .col:after {
		left: 0;
		right: auto;
		top: auto;
		bottom: -30px;
		width: 100%;
		height: 5px;
		background-image: url('./../images/divider-horizontal.svg');
	}


	/*Footer ===========*/
	#footer {
		background-image: url('./../images/footer-bg-mobile.jpg');
	}
	#footer .copyright span {
		float: none !important;
	}
	#footer .social-icons {
		float: none;
		margin-top: 10px;
	}



	.custom-seprator:after {
		background: url(/wp-content/themes/hwd-competitions/images/seprator-mobile.svg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
}
