<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--color-white: #fff;
	--color-black: #000;
	--color-dark: #5E5C5A;
	--color-light: #5E5C5A;
	--color-1: #DEDEDE;
	--color-2: #f5f5f5;
	--color-3: #eeeeee;
	--color-4: #dbdbdb;
	--color-transparent: transparent;
	--color-brown: var(--primary-accent-color);
	--background-transparent-color: #FEC50050;

	/* Body Colors */
	--body-background: black;
	--secondary-body-background: var(--color-2);
	--primary-color: var(--primary-accent-color);
	--secondary-color: #000b29;
	--primary-accent-color: #FEC500;
	--primary-accent-hover-color: #08B0FE;
	--primary-light-accent-color: rgba(254,197,0,0.1);
	--primary-accent-gradient: var(--primary-accent-color);
	--dark-gradient: transparent linear-gradient(263deg, #5E5C5A 0%, #393939 100%) 0% 0% no-repeat padding-box;
	--light-border-gradient: transparent linear-gradient(263deg, rgba(255,255,255, 0) 0%, rgba(255,255,255, 0.6) 50%, rgba(255,255,255, 0) 100%) 0% 0% no-repeat padding-box;
	--secondary-accent-color: rgba(0,191,255,1);

	/* Menu Colors */
	--menu-background: var(--color-transparent);
	--submenu-background: var(--color-dark);
	--menu-text-color: black;
	--submenu-text-color: var(--color-light);
	--menu-hover-color: var(--primary-accent-hover-color);
	--submenu-hover-color: var(--primary-accent-color);
	--mobile-menu-background: var(--color-light);
	--mobile-menu-text-color: #0d0d0d;
	--mobile-menu-hover-color: var(--primary-accent-color);

	/* 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: var(--primary-accent-gradient);
	--primary-button-text-color: black;
	--primary-button-border-color: transparent;
	--primary-button-hover-background: var(--primary-accent-hover-color);
	--primary-button-hover-text-color: var(--color-white);
	--primary-button-hover-border-color: transparent;

	/* Secondar Button */
	--secondary-button-background: var(--primary-accent-color);
    --secondary-button-text-color: var(--color-white);
    --secondary-button-border-color: transparent;
    --secondary-button-hover-background: var(--primary-accent-hover-color);
    --secondary-button-hover-text-color: var(--color-white);
    --secondary-button-hover-border-color: transparent;

	/* Secondar Button */
	--tritary-button-background: var(--primary-accent-color);
    --tritary-button-text-color: var(--color-white);
    --tritary-button-border-color: transparent;
    --tritary-button-hover-background: var(--primary-accent-hover-color);
    --tritary-button-hover-text-color: var(--color-white);
    --tritary-button-hover-border-color: transparent;

	--cart-count-color: var(--primary-color);

	--font-family: 'Quicksand', sans-serif;
}

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

:focus {
	outline: none;
}

a:focus {
	outline: none;
}
html {
	font-size: 16px;
}
body {
	font-weight: 500;
	font-size: 16px;
	font-family: var(--font-family);
	line-height: normal;
	color: #555;
	background-color: var(--color-white);
	overflow-x: hidden;
}
body.home {
	background-color: black;
}
body.custom-background {
	background-color: black;
}

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;
}
legend {
	color:black;
}
.inline {
	display: inline-block;
}

.updated:not(.published) {
	display: none;
}
/*--------------------------------------------------------------
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;
}
#header {
	position: static !important;
}
.navbar {
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	box-shadow: 0 10px 20px #0000000d;
	background-color: white;
}
#header .navbar .navbar-wrapper, body.navbar-no-background #header .navbar.fixed.scroll, body.header-full-width-boxed #header .navbar, body.header-full-width #header .navbar {
	background-color: transparent !important;
}
.navbar.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.navbar-wrapper {
	margin: 0 -15px;
	padding: 15px 15px;
}

body.single.single-product .main-content {
	padding-top: 0;
}
.single-product.woocommerce div.product form.cart {
	margin-top: 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;
}
#header .navbar .navbar-wrapper {
	align-items: center;
	position: relative;
}
.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: 100%;
	height: auto;
}
.navbar-toggle {
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 5px;
}
.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 &gt; ul &gt; li &gt; a {
	color: #555;
}
.sandwich-color-light #main-menu &gt; ul &gt; li &gt; a:hover,
.sandwich-color-light #main-menu &gt; ul &gt; li &gt; a:focus {
	color: #333;
}
.sandwich-color-light #main-menu &gt; ul &gt; li.current_page_item &gt; a {
	color: #333;
}
.sandwich-color-light #main-menu &gt; ul ul li a {
	color: #333;
}
.sandwich-color-light #main-menu &gt; ul ul li a:hover,
.sandwich-color-light #main-menu &gt; ul ul li a:focus {
	color: #555;
}
.sandwich-color-light #main-menu &gt; ul ul li.current_page_item &gt; a {
	color: #555;
}
.sandwich-color-light #main-menu &gt; 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;
}
#main-menu {
	overflow-y: auto;
	position: fixed;
	top: 0;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	height: 100%;
	background-color: var(--color-white);
	opacity: 1;
	padding: 40px 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;
}
[class*=" vct-icon-"]:before, [class^=vct-icon-]:before {
	color: inherit;
}
#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;
}
#main-menu .button-close {
	width: 16px;
	height: 16px;
	position: absolute;
	cursor: pointer;
	margin-bottom: 25px;
	color: black;
}
#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-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 li {
	position: relative;
}
#main-menu ul li a {
	color: var(--menu-text-color);
}
#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 &gt; a {
	color: var(--menu-hover-color);
	font-weight: 700;
}
#main-menu ul li.menu-item-has-children &gt; a {
	margin-right: 56px;
}
#main-menu ul li ul {
	display: none;
	padding: 10px 0;
}
#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 &gt; ul {
	margin: 0;
	float: none;
}
#main-menu &gt; ul &gt; li {
	font-size: 22px;
}
#main-menu &gt; ul &gt; li &gt; a {
	padding: 12px 0;
	font-family: var(--font-family);
	color: var(--menu-text-color);
}
#main-menu &gt; ul &gt; li &gt; a:hover,
#main-menu &gt; ul &gt; li &gt; a:focus {
	color: var(--menu-hover-color);
	background: none;
}
#main-menu &gt; ul &gt; li &gt; .dropdown-toggle {
	padding: 17px 0 10px 0;
}
#main-menu &gt; ul &gt; li &gt; .dropdown-toggle.open {
	padding: 10px 0 17px 0;
}
.btn-primary:not(.menu-item) {
	text-align: center;
	border: 0px;
	background: var(--primary-button-background);
	color: var(--primary-button-text-color);
	text-decoration: none;
	border-radius: 50px;
	font-weight: 600;
	position: relative;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
#main-menu &gt; ul &gt; li.btn-primary &gt; a {
	text-align: center;
	border: 0;
	background: var(--primary-accent-color);
	color: var(--primary-button-text-color);
	text-decoration: none;
	border-radius: 50px;
	position: relative;
	box-shadow: inset 0 4px 15px rgba(0, 0, 0, 0.1);
}
.btn-primary:not(.menu-item):after,
#main-menu &gt; ul &gt; li.btn-primary &gt; a:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 25px;
	right: 25px;
	height: 2px;
	background: var(--light-border-gradient);
}
.btn-primary:not(.menu-item):hover,
.btn-primary:not(.menu-item):focus{
	border: 0;
	background: var(--primary-button-hover-background);
	color: var(--primary-button-hover-text-color);
	box-shadow: inset 0 4px 15px rgba(0, 0, 0, 0.1);
}
#main-menu &gt; ul &gt; li.btn-primary &gt; a:hover {
	background: var(--primary-accent-hover-color);
	box-shadow: inset 0 4px 15px rgba(0, 0, 0, 0.1);
	color: var(--primary-button-hover-text-color);
}
#main-menu &gt; ul &gt; li.btn-primary &gt; a:hover:after {
	bottom: 0;
	top: auto;
}

.btn-secondary:not(.menu-item) {
	border: 1px solid var(--color-black);
	background: var(--color-white);
	color: var(--color-black);
	text-decoration: none;
}
#main-menu &gt; ul &gt; li.btn-secondary &gt; a {
	border: 1px solid var(--color-black);
	background: var(--color-white);
	color: var(--color-black);
	text-decoration: none;
	border-radius: 50px;
	position: relative;
}

.btn-secondary:not(.menu-item):hover {
	border: 0;
	background: var(--color-black);
	color: var(--color-white);
}
#main-menu &gt; ul &gt; li.btn-secondary &gt; a:hover {
	border: 1px solid var(--color-black);
	background: var(--color-black);
	color: var(--color-white);
}

.btn-tritary:not(.menu-item),
#main-menu &gt; ul &gt; li.btn-tritary &gt; a {
	border: 1px solid var(--tritary-button-border-color);
	background-color: var(--tritary-button-background);
	color: var(--tritary-button-text-color) !important;
	text-decoration: none;
	border-radius: 50px;
	box-shadow: 0 4px 15px rgba(0,0,0,.1);
}

.btn-tritary:not(.menu-item):hover,
#main-menu &gt; ul &gt; li.btn-tritary &gt; a:hover {
	border: 1px solid var(--tritary-button-hover-border-color);
	background-color: var(--tritary-button-hover-background);
	color: var(--tritary-button-hover-text-color) !important;
	box-shadow: inset 0 4px 15px rgba(0,0,0,.1);
}
.btn-xl {
	display: inline-block;
	font-weight: 700;
	font-size: 34px;
	line-height: normal;
	padding: 21px 36px;
}
.btn-l {
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	line-height: normal;
	padding: 17px 50px;
}
.btn-m {
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
	line-height: normal;
	padding: 18px 32px;
}

.btn-s {
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	line-height: normal;
	padding: 12px 24px;
}
#btn-b {
	background-color: var(--primary-button-background);
	color: var(--primary-button-text-color) !important;
}
#btn-b:hover {
	background-color: transparent;
	color: var(--color-light) !important;
	border: solid 2px var(--primary-accent-color);
}
#btn-c {
	background: var(--color-dark);
	color: var(--color-light) !important;
}
#btn-c:hover {
	background: var(--primary-accent-color);
	color: var(--color-dark) !important;
	border: solid 2px black;
}
.hiw-page.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_column-gap-30.vc_row-o-equal-height.vc_row-o-content-top.vc_row-flex {
	position: unset;
}
#main-menu .menu-item.btn-primary,
#main-menu .menu-item.btn-secondary {
	background-color: transparent;
	margin: 0 5px;
}
#main-menu .menu-item.btn-primary &gt; a,
#main-menu .menu-item.btn-secondary &gt; a {
	padding: 10px 36px;
}
.visualcomposerstarter .vct-cart-wrapper {
	position: relative;
}
.visualcomposerstarter .vct-cart-wrapper .vct-cart-items-count {
	position: absolute;
	top: 6px;
	left: 5px;
	background: var(--cart-count-color);
	color: var(--color-white);
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
}
.visualcomposerstarter .vct-cart-wrapper a:hover .vct-cart-items-count {
	background: #393939;
}
.visualcomposerstarter .vct-cart-wrapper a:hover img {
	opacity: 0.7;
}
span.vct-cart-items-count {
	padding: 2px 0;
}
.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);
}
.content-wrapper {
	padding: 0 15px 0 15px;
	margin: 0 -15px;
	overflow-wrap: break-word;
}
.main-content article.post.sticky {
	border: 6px #eeeeee solid;
	padding: 13px;
}
.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;
}
.section-heading.text-white p{
	color:white;
}
	.text-white p{
		color:white;
}
.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 &gt; 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 &gt; 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: var(--primary-accent-color) !important;
	border-radius: 15px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	font-style: italic;
	color: white !important;
}
.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-hover-color) !important;
	color: #fff !important;
}
.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: "Visual Composer Starter Font", Arial, sans-serif;
	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 &gt; .gallery-item {
	position: absolute;
	top: 0;
	left: 0;
}
.gallery-slider &gt; .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%;
}
.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;
}
.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: "Visual Composer Starter Font";
	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: "Visual Composer Starter Font";
	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 &gt; div,
.comment-content article &gt; 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 {
	line-height: normal;
}
.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;
}
body.page-id-59 .visualcomposerstarter .woocommerce table.shop_table th {
	width: 25%;
}
.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;
}
.search-form {
	position: relative;
	max-width: 270px;
}
.search-form:after {
	content: "\70";
	font-family: "Visual Composer Starter Font";
	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;
}
.social-icons {
	margin-bottom: 30px;
}
.social-icons a {
	height: 32px;
	width: 32px;
	background-color: #1f1f1f;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	padding:7px 7px;
}
.social-icons a:hover {
	background-color: var(--primary-color);
	border-radius: 50%;
	text-decoration: none !important;
}
#footer {
	background-color: #0989c4;
	color: #ffffff;
	font-size: 15px;
	line-height: 30px;
}
#footer a {
	line-height: 1.2;
	color: #fff;
}
#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 .copyright p,
#footer .copyright span{
	color: white;
}
.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;
}
.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;
	background: var(--primary-accent-hover-color);
}
.footer-bottom .copyright &gt; span {
	display: block;
}
.footer-menu {
	margin-bottom: 10px;
}
.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;
}
.slider-competition:after {
	content: '';
    position: absolute;
    bottom: 0px;
    left: -10px;
    right: -10px;
    height: 250px;
    background-image: url(./../images/wave-yellow.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-competition .background-image &gt; img {
	width: 100%;
	object-fit: cover;
	height: 900px;
}

.slider-competition .background-image .image-overlay {
	background: hsla(0, 0%, 0%, 1);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.8;
}

.slider-competition .slider-overlay {
	position: absolute;
	top: 44%;
	transform: translate(0,-50%);
	left: 0;
	right: 0;
}

.slider-competition .product-information {
	text-align: center;
	max-width: 90%;
	margin: auto;
}
.slider-competition .product-information &gt; h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 80px;
	color: var(--color-white);
}
.slider-competition .product-information &gt; h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 45px;
	color: #ffd800;
    background: radial-gradient(#fff4cb, #ffd800, #fff4cb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.slider-competition .product-information &gt; p {
	font-size: 22px;
	line-height: 40px;
	color: var(--color-white);
}
.slider-competition .product-information &gt; .btn-primary {
	border-radius: 50px;
	padding: 20px 70px;
	font-size: 24px;
	position: relative;
}
.slider-competition .product-information &gt; .btn-primary:hover {
	border: 0;
	background: var(--primary-button-hover-background);
	color: var(--primary-button-hover-text-color);
}
.slider-competition .product-information &gt; .btn-primary:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 25px;
	right: 25px;
	height: 2px;
	background: var(--light-border-gradient);
}
.slider-competition .product-information &gt; .btn-primary:hover:before {
	display: none;
}
.btn-primary:not(.menu-item):hover:after {
	display: none;
}
.slider-competition .product-information .price {
	font-size: 52px;
	font-weight: 700;
	line-height: 73px;
	color: var(--color-light);
}

.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-light);
}

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

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

.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-light);
	font-size: 9px;
	text-transform: uppercase;
	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;
	font-weight: 700;
	background: var(--color-light);
	width: 75%;
	display: flex;
	height: 68px;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	margin: auto;
}

.hero-slider.slick-initialized.slick-slider {
	text-align: center;
}

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

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

.icon-box &gt; p {
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.icon-box &gt; p &gt; img {
	margin-top: 0;
}

.icon-box-seprator {
	background: #e7eef0;
	width: 1px;
	height: 86px;
	display: block;
}
.section-heading p {
	font-weight: 700;
	text-align: center;
	font-size: 40px;
	color: var(--color-black);
}
.section-heading.dark p {
	color:black;
}
.section-heading span {
	color: #393939;
	text-align: center;
	display: block;
}
.lty-bid-logs-wrapper .section-heading p {
	font-size: 30px;
	line-height: 39px;
	text-transform: uppercase;
	text-align: left;
}
.no-child-mb div {
	margin-bottom: 0;
}
.height-24 {
	height: 24px;
}

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

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

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

.features-row &gt; div &gt; div &gt; 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 &gt; div &gt; div {
	padding-top: 0;
}

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

.products.columns-3 &gt; .product {
	width: calc(33.3% - 20px);
    height: 100%;
    display: inline-block;
    position: relative;
    /*box-shadow: 0 10px 30px #00000010;*/
    margin: 30px 10px;
    background-color: var(--color-3);
    border: 1px solid var(--color-3);
    border-radius: 20px;
    padding: 10px 10px 30px 10px;
}

.product a.product-item-thumbnail {
	display: block;
	position: relative;
}
.product a.product-item-thumbnail img {
	border-radius: 12px;
}
.product .product-item-info .product-item-heading{
	text-decoration: none;
}
.product .product-item-info .product-item-heading:hover h2.woocommerce-loop-product__title,
.product .product-item-info .product-item-heading:focus h2.woocommerce-loop-product__title {
	color: var(--primary-color);
}
.product .product-item-info h2.woocommerce-loop-product__title {
	font-size: 20px;
	margin: 0 auto;
	font-weight: 700;
	text-align: center;
	overflow:hidden;
	color: var(--primary-accent-color);
	text-transform: unset;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.product .product-item-info {
	padding-top: 30px;
	text-align: center;
}
.product .product-item-info .status {
	display: block;
	border-top: 1px solid var(--color-4);
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	color: var(--color-black);
	font-size: 14px;
	position: relative;
}
.product .product-item-info .status:before {
	content: '';
	width: 18px;
	height: 11px;
	background: url('./../images/ticket.svg');
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	margin-left: -24px;
	margin-top: 5px;
}
.single-product-main-image span.status {
	position: absolute;
	bottom: -44px;
	font-size: 16px;
	left: 51%;
	text-transform: none;
	padding: 13px 10px;
	/* background: #0b0c0c; */
	color: #fff;
	z-index: 2;
	transform: translate(-50%, -67%);
	width: 100%;
}
.product-item-thumbnail span.status {
	position: absolute;
	bottom: -23px;
	font-size: 11px;
	left: 50%;
	text-transform: none;
	padding: 13px 10px;
	/* background: #0b0c0c; */
	color: #fff;
	z-index: 2;
	transform: translate(-50%, -67%);
	width: 100%;
}

.product-item-info .lty-shop-timer-wrapper {
	background: transparent;
	padding: 20px 0 30px 0;
	margin-bottom: 0;
}

.product-item-info .lty-shop-timer-wrapper .lty-shop-timer-container {
	clear: both;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 2px;
	text-align: center;
	height: 60px;
}
.lty-shop-timer-section:last-child:before {
	height: 0 !important;
}
.product-item-info .lty-shop-timer-wrapper .lty-shop-timer-section {
	color: var(--color-light);
	width: 25%;
	font-size: 20px;
	font-weight: bold;
}

.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-light) !important;
}

.product-item-info .lty-shop-timer-wrapper .lty-shop-timer-section:before {
	content: ':';
	font-size: 32px;
	color: var(--primary-accent-hover-color);
	background: transparent;
	height: auto;
	width: auto;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(0, -50%);
	margin-left: 7px;
}
.product-item-info .lty-shop-timer-wrapper .lty-shop-timer-section:last-child:before {
	display: none;
}
/* .product-item-info .lty-shop-timer-wrapper .lty-shop-timer-section:after {
content: "Days";
font-family: "Merriweather";
font-size: 8px;
font-weight: normal;
position: absolute;
height: 20px;
text-transform: uppercase;
top: 50%;
left: 50%;
transform: translate(-50%, 75%);
} */
/* .lty-lottery-countdown-timer .lty-lottery-timer:after {
content: "Days";
font-family: "Roboto";
font-size: 10px;
font-weight: bold;
letter-spacing: 1.11px;
position: absolute;
height: 20px;
text-transform: uppercase;
transform: translate(0%, 96%);
padding-top: 5px;
} */
.lty-shop-timer-wrapper #lty_lottery_days, .lty-shop-timer-wrapper #lty_lottery_hours, .lty-shop-timer-wrapper #lty_lottery_minutes, .lty-shop-timer-wrapper #lty_lottery_seconds {
	color: white !important;
	font-size: 32px;
}
.lty-shop-timer-wrapper .lty-shop-timer-section span#lty_lottery_days:after,
.lty-shop-timer-wrapper .lty-shop-timer-section span#lty_lottery_hours:after,
.lty-shop-timer-wrapper .lty-shop-timer-section span#lty_lottery_minutes:after,
.lty-shop-timer-wrapper .lty-shop-timer-section span#lty_lottery_seconds:after
{
	content: "Days";
	font-size: 14px;
	position: absolute;
	left: 50%;
	top: 100%;
	/*transform: translateX(-50%);*/
	color: var(--color-black);
	font-weight: 400;
}
.lty-lottery-countdown-timer span#lty_lottery_days:after, .lty-lottery-countdown-timer span#lty_lottery_hours:after, .lty-lottery-countdown-timer span#lty_lottery_minutes:after, .lty-lottery-countdown-timer span#lty_lottery_seconds:after {
	content: "Days";
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	height: 20px;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	color: var(--color-black);
}
span#lty_lottery_hours:after {
	content: "Hrs" !important;
}
span#lty_lottery_minutes:after {
	content: "Mins" !important;
}
span#lty_lottery_seconds:after {
	content: "Secs" !important;
}
.product-item-info
.lty-shop-timer-wrapper
.lty-shop-timer-container
.lty-shop-timer-section {
	float: unset;
	height: 70px;
	width: 70px;
	padding: 7px 4px;
	margin: 0 10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,efefef+24,ffffff+100 */
	background: var(--primary-accent-hover-color); /* Old browsers */
	/* background: -moz-linear-gradient(top,  #ffffff 1%, #efefef 24%, #ffffff 100%); 
	background: -webkit-linear-gradient(top,  #ffffff 1%,#efefef 24%,#ffffff 100%);
	background: linear-gradient(to bottom,  #ffffff 1%,#efefef 24%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); */
	border: 0px solid var(--primary-accent-color);
	border-radius: 10px;
	box-shadow: unset;
}

div.product .product-item-info p.price,
div.product .product-item-info span.price {
	font-size: 50px;
	font-weight: bold;
	text-decoration: none;
	line-height: 36px;
	color: var(--primary-accent-color);
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	margin: 10px 0 20px 0;
}

div.product .product-item-info p.price ins,
div.product .product-item-info span.price ins {
	font-weight: 700;
	text-decoration: none;
}

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

div.product .product-item-info p.price ins:before,
div.product .product-item-info span.price ins:before {
	content: "/";
	font-size: 18px;
	margin: 0 20px;
}

div.product .product-item-info .loop-progress-bar {
	margin-top: 45px;
}
.products .product .loop-progress-bar {
	display: none !important;
}

.loop-progress-bar {
	position: absolute;
	bottom: 0;
	height: 47px;
	right: 0;
	left: 0;
	background: #0b0b0b;
	color: var(--color-white);
	z-index: 9;
	display: flex !important;
}

.loop-progress-bar .percentage {
	background: #08b0fe;
	position: absolute;
	bottom: 4px;
	top: 4px;
	left: 4px;
}

.single-product-main-image .loop-progress-bar .percentage {
	font-size: 11px;
	background: var(--primary-color);
	position: absolute;
	left: 1px;
	bottom: 0;
	top: -4px;
	height: 34px;
}
.loop-progress-bar span {
	font-size: 14px;
	text-align: left;
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: var( --color-white);
	font-weight: bold;
}
.single-product-main-image .loop-progress-bar span {
	font-size: 16px;
	text-align: left;
	position: absolute;
	left: 14px;
	top: 0;
	color: var(--color-light);
	font-weight: bold;
	width: 75px;
}
.load-more {
	display: block;
	margin-top: 70px;
	padding-top: 50px;
	padding-bottom: 50px;
	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;
}

.dark-theme p,
.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6 {
	color: var(--color-dark);
}
.hiw-item &gt; div {
	padding: 70px 15px !important;
	position: relative;
}
.hiw-page .hiw-item &gt; div {
	background: var(--color-2);
}
.hiw-page .hiw-item .wpb_wrapper {
	border: 3px solid #E9E9E9;
}
.hiw-item {
	text-align: center;
}
.hiw-item &gt; div &gt; div.wpb_wrapper {
	border: 1px solid var(--color-3);
    border-radius: 10px;
    /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);*/
    padding: 20px;
    background: var(--color-3);
}
.hiw-item .hiw-numbered {
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	color: var(--primary-accent-color);
	margin: 20px 0 5px;
	display: none;
}

.hiw-item .hiw-heading {
	font-size: 18px;
	font-weight: bold;
	color: var(--secondary-color);
	line-height: 28px;
	margin-top: 40px;
	margin-bottom: 10px;
	text-transform: capitalize;
	text-align: center;
}
.hiw-item .vc_single_image-wrapper {
	position: relative;
	z-index: 1;
	margin-top: -40px;
}
.hiw-item .vc_single_image-wrapper img {
    height: 50px;
}
.hiw-item .vc_single_image-wrapper:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 104px;
	height: 104px;
	background-color: var(--color-3);
    border: 10px solid var(--color-3);
    border-radius: 50%;
    box-shadow: 0 0 0 5px var(--primary-accent-color);
	z-index: -1;
}
.hiw-item .vc_single_image-wrapper:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 114px;
	height: 114px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
	z-index: -2;
	border-radius: 50%;
}

.hiw-item .hiw-heading p {
	font-size: 18px;
	font-weight: bold;
	color: var(--primary-text-color);
	line-height: 28px;
	text-transform: capitalize;
	width: 90%;
	margin: 0 auto;
}
.hiw-page .hiw-heading p {
	color: var(--color-dark);
}
.hiw-item .hiw-body {
	margin-bottom: 15px;
}
.hiw-item .hiw-body p {
	font-size: 16px;
	line-height: 30px;
	color: var(--secondary-text-color);
	padding: 0 0 10px;
}
.hiw-page .hiw-item .hiw-body p {
	color: #252727 !important;
	opacity: 70% !important;
}
.hiw-page.hiw-item.wpb_column.vc_column_container.vc_col-sm-4 {
	background: var(--color-2);
}
.winners {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 100px;
}
.winners .winner-item {
	height: inherit;
	background: var(--color-dark);
	margin: 15px;
	width: calc(33.3% - 30px);
	margin-bottom: unset !important;
}
.mb-10 .winners .winner-item {
	margin: 15px;
}
.winners .winner-item .winner-info {
	max-width: 100%;
	padding: 0 20px 0 230px;
	margin-top: 20px;
}
.post-type-archive-winners .winners .winner-item {
	margin: 30px auto;
	/*box-shadow: 0 15px 25px #00000014;*/
}
.winners .winner-item .winner-info .winner-details &gt; .title {
	line-height: 26px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--color-4);
}
.winners .winner-item .winner-info a.title {
	color: var(--color-black);
	text-decoration: none;
	text-transform: none;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
}
.mb-10 .winners .winner-item .winner-info a.title {
	text-decoration: none;
	text-transform: none;
	font-size: 15px;
	line-height: 30px;
}
.winners .winner-item .winner-info .winner-details {
	margin: 10px 0;
}

.winners .winner-item .winner-info .winner-details span {
	color: black;
	font-size: 16px;
}
.winners .winner-item .winner-info .winner-details p {
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 0;
	color: black;
}
.winners .winner-item .winner-info .winner-details p.winner-name {
	color: var(--primary-accent-color);
}
.winners .winner-item a.winner-image-container {
	position: absolute !important;
	left: 10px;
	top: 10px;
}
.winners .winner-item a.winner-image-container &gt; img {
	width: 200px;
	object-fit: cover;
	height: 200px;
	border-radius: 12px;
}
.winners .winner-item a.winner-image-container {
	position: relative;
	display: inline-block;
}

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

.winners .winner-item .winner-image-container:hover span.play {
	opacity: 1;
}
.reviews {
    margin-left: -15px;
    margin-right: -15px;
}
.reviews .slick-track {
	display: flex;
}

.reviews .review-item {
	margin: 50px 15px 15px 15px;
	text-align: center;
	height: inherit;
	background: var(--color-white);
	border: 1px solid #E9E9E9;
	border-radius: 10px;
	box-shadow: 5px 5px 10px #0000000d;
	padding: 10px 20px 30px 20px;
}
.reviews .review-item .reveiwer-image {
	margin: -55px auto 0;
	border-radius: 50%;
	width: 110px;
	height: 110px;
	object-fit: cover;
	border:6px solid var(--primary-accent-hover-color);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.reviews .review-item &gt; img{
	width: 100%;
	height: 280px;
	object-fit: cover;
}
.reviews .review-item:last-child {
	margin-bottom: 15px;
}

.reviews .review-item p.reviewer-name {
	color: #393939;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 15px;
}
.reviews .review-item img.review-rating {
	margin: 32px auto 0;
	filter: brightness(5.5);
}

.reviews .review-item p.review-heading {
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	margin-top: 26px;
	text-transform: capitalize;
	color: var(--primary-accent-color);
}

.reviews .review-item p.review-body {
	font-size: 16px;
	line-height: 30px;
	margin-top: 12px;
	color: #393939;
	padding: 10px 0 0;
}

#footer .menu {
	font-size: 15px;
	font-weight: 400;
	list-style: none;
	padding: 0;
	margin-bottom: 40px;
}

#footer .menu li {
	margin: 0 0 12px 0;
}

.footer-widget &gt; div &gt; div &gt; h5 {
	color: var(--color-white);
	font-size: 15px;
	line-height: 14px;
	font-weight: 700;
}

#footer .menu li a {
	text-decoration: none;
}

.footer-widget {
	padding-top: 80px;
	padding-bottom: 20px;
}

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

#footer .website-information {
	font-size: 15px;
	font-weight: 400;
	text-transform: none;
	line-height: 30px;
}
#footer .website-information p {
	color: #ffffff;
}


.sv-alert {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	backdrop-filter: blur(3px);
	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: var(--color-white);
	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;
	border-radius: 50px;
}

.sv-alert h3.heading {
	max-width: 260px;
	margin: auto;
	color: var(--color-brown);
	text-transform: uppercase;
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	margin-top: 0;
}

.sv-alert p.message {
	max-width: 260px;
	margin: auto;
	color: var(--color-black);
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

a.btn.add_to_cart_button.cancel-btn {
	color: #999;
}

.slick-dots li button:before {
	width: 26px;
	height: 26px;
	background: var(--primary-accent-color);
	opacity: 0.5;
	border-radius: 100%;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
}

#main-menu ul li a {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
}

.hide-desktop {
	display: none !important;
}

.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: 562px;
	object-fit: cover;
}

.woocommerce div.product div.images img {
	/* border-radius: 10px; */
}

.heading-l-wb {
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 20px;
}

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

.heading-sm {
	font-size: 15px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 600;
}

.heading-m {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.text-m {
}

.text-s {
	font-size: 14px;
	line-height: 28px;
	color: var(--color-black);
}

.text-xs {
}

.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
{
	line-height: 30px;
	font-size: 15px;
}

#move-to-entries a,
.terms a {
	font-size: 15px;
	text-decoration: underline;
	color: var(--color-brown);
}
#move-to-entries a:hover,
.terms a:hover
{
	color: var(--primary-accent-color);
	text-decoration: none;
	transition: 0.5s;
}
/*.lty-lottery-date-ranges .lty-lottery-countdown-timer {*/
/*  overflow: auto;*/
/*}*/


.single-product .lty-lottery-countdown-timer .lty-lottery-timer {
	float: left;
	display: flex;
	position: relative;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	line-height: 19px;
	height: 70px;
	width: 70px;
	padding: 7px 4px;
	margin: 0 10px;
	background: var(--primary-light-accent-color);
	border: 0;
	border-radius: 10px;
}
.single-product .lty-lottery-countdown-timer .lty-lottery-timer:after {
	content: ':';
	color: var(--primary-color);
	position: absolute;
	right: -15px;
	font-size: 30px;
	font-weight: 700;
}
.single-product .lty-lottery-countdown-timer .lty-lottery-timer:last-child:after {
	display: none;
}

.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: var(--color-black);
	font-size: 32px;
}
.lty-lottery-ticket-tab-wrapper {
	/* margin-top: 114px; */
}
.lty-lottery-ticket-lucky-dip-container p {
	font-size: 14px;
}
.full-width {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	margin-top: 50px;
	left: 50%;
}
.lty-lottery-ticket-tab-wrapper h3.tickets-legend-heading {
	/* margin-top: 84px; */
}
.woocommerce div.product form.cart {
	padding: 50px 0;
	background: var(--color-2);
}
.lty-lottery-ticket-header.competitions-step {
    margin-top: 20px;
}
.competitions-step .step-label {
	color: var(--color-brown);
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 600;
}

.competitions-step .step-heading {
	color: var(--color-black);
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 10px;
}

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

p.lty-lottery-question {
	font-size: 14px;
	line-height: 28px;
	font-weight: normal;
}
.tickets-legend-heading {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 25px 0;
}
ul.lty-lottery-answers li {
	display: inline-block;
	width: auto;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 22px;
	border: unset;
	margin-right: 10px;
	text-transform: uppercase;
	color: var(--secondary-button-text-color);
    background: var(--secondary-button-background);
    border-color: var(--secondary-button-border-color);
	border-radius: 50px;
}

ul.lty-lottery-answers li.lty-selected,
ul.lty-lottery-answers li:hover {
	color: var(--secondary-button-hover-text-color);
    background: var(--secondary-button-hover-background);
    border-color: var(--secondary-button-hover-border-color);
}

.color-graph-item {
	line-height: 25px;
	font-size: 16px;
	color: var(--color-black);
	display: inline-block;
	margin-right: 24px;
}

.inner-color-graph-item {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin-bottom: 12px;
}

.inner-color-graph-item &gt; div {
	height: 16px;
	width: 16px;
	margin-right: 10px;
	border-radius: 50%;
}

.inner-color-graph-item &gt; p {
	font-size: 15px;
	margin-bottom: 0;
}

.lty-lottery-ticket-panel
.lty-lottery-ticket-tab-wrapper
.lty-lottery-ticket-tab {
	float: unset;
	padding: 0 10px;
	background: unset;
	border: unset;
	margin: 5px;
	line-height: 24px;
	font-size: 18px;
	border: 2px solid transparent;
	border-radius: 4px;
}
.lty-lottery-ticket-tab-wrapper .lty-lottery-ticket-tab {
	font-size: 14px;
	line-height: 19px;
	color: #ffffff;
	background: var(--color-dark);
	border: transparent;
	padding: 7px 27px;
	margin: 5px;
	border-radius: 4px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.lty-lottery-ticket-tab-wrapper .lty-lottery-ticket-tab:hover,
.lty-lottery-ticket-tab-wrapper .lty-active-tab {
	color: var(--color-white);
	background: var(--primary-color);
	box-shadow: inset 0 4px 15px rgba(0, 0, 0, 0.1);
	}
.lty-lottery-ticket-panel
.lty-lottery-ticket-tab-wrapper
.lty-lottery-ticket-tab:hover {
	background: unset;
	border: 2px solid var(--primary-accent-color);
	color: var(--primary-accent-color);
}

.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li {
	font-size: 16px;
	line-height: 19px;
	height: 50px;
	width: 78px;
	margin-left: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	border: 0;
	color: var(--color-black);
    background: var(--color-3);
	border-radius: 4px;
}

.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li:hover {
	background: var(--primary-accent-color);
	color: var(--color-white);
}

.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: #21a56e;
	color: white;
}

.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li.lty-reserved-ticket {
	background: #ffbf30;
	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: #21a56e;
	color: white;
}

.competition-blocks &gt; div {
	display: flex;
}

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

.competition-blocks &gt; div &gt; div &gt; 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: 0;
	text-transform: capitalize;
}

.entry-tabs &gt; span {
	cursor: pointer;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	padding: 10px 14px;
	display: inline-block;
	margin: 2px 2px;
	text-align: center;
	width: calc(10% - 4px);
	background: var(--primary-accent-color);
	color: white;
	border-radius: 4px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.entry-tabs &gt; span:hover {
	background: var(--primary-accent-hover-color);
	color: var(--color-white);
	box-shadow: inset 0 4px 15px rgba(0, 0, 0, 0.1);
}
.lty-lottery-ticket-container {
	opacity: 0.5;
	pointer-events: none;
}

.lty-lottery-ticket-container.unlock {
	opacity: 1;
	pointer-events: unset;
}

table.lty-frontend-table.shop_table.shop_table_responsive.lty-ticket-logs-table {
	border: unset;
	margin-top: 20px;
}

table.lty-frontend-table.shop_table.shop_table_responsive.lty-ticket-logs-table
thead
th {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	background: var(--color-black);
	color: #fff;
	padding-left: 30px;
	padding-top: 24px;
	padding-bottom: 24px;
}

table.lty-frontend-table.shop_table.shop_table_responsive.lty-ticket-logs-table
tbody
td {
	color: black;
	font-size: 15px;
	font-weight: 500;
	padding-top: 30px;
	line-height: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-bottom: 1px solid var(--color-1);
}
@media (max-width: 767px) {
	table.lty-frontend-table.shop_table.shop_table_responsive.lty-ticket-logs-table
	tbody
	td {
		padding: 12px 20px;
		line-height: 20px;
		border-top: none;
	}
}
/* .lty-frontend-table tbody tr:nth-child(2n) {
background: unset;
} */
.lty-frontend-table tbody tr {
	background: var(--color-2);
	border: 1px solid var(--color-1);
}

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

.lty-frontend-table tbody td a {
	color:var(--primary-accent-color);
}

.related.products {
	margin-top: 0;
	background: var(--color-white);
}

.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: 20px;
	border-bottom: 7px solid var(--secondary-body-background);
}
.page-header p {
	font-size: 14px;
	line-height: 18px;
	color: #7e7e7e;
}

.page-header h4 {
	height: 18px;
}

span.back-to-store-btn {
	font-size: 14px;
	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 {
	margin-top: 40px;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 42px;
	color: var(--color-black);
	margin-bottom: 15px;
	padding-bottom: 100px;
	text-align: left;
	overflow: hidden;
}
h1.entry-title:before {
	content: '';
	background: url('../images/wave-yellow.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 250px;
}

.page-id-278 .main-content {
	padding-bottom: 60px;
}

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

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

.cart-actions .continue-shopping {
	float: right;
	margin-top: 19px;
}

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

.defaultList li {
	font-size: 16px;
	color: black;
	line-height: 27px;
	position: relative;
	counter-increment: list-counter;
	padding-left: 40px;
	font-weight: 500;
	margin-bottom: 15px;
}

.defaultList li:before {
	position: absolute;
	left: 0;
	height: 28px;
	content: counter(list-counter);
	width: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: var(--secondary-accent-color);
}
.winners.column-3 {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.winners:after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%, 0);
	min-width: 800px;
	height: 1px;
	background-color: #202020;
}
.winners.column-3 .winner-item {
	width: calc(50% - 30px);
	margin: 30px 15px 15px 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: 41px;
	content: "";
	width: 40px;
}
.winners .slick-prev:before {
	background: url("../images/circle-left-arrow.svg");
}

.winners .slick-next:before {
	background: url("../images/circle-right-arrow.svg");
}
.winners .slick-dots {
	bottom: 0px;
}
.winners .slick-dots li button:before {
	width: 14px;
	height: 14px;
	border: 3px solid #5E5C5A;
	background-color: transparent;
	opacity: 1;
}
.winners .slick-dots li.slick-active button:before {
	background-color: #5E5C5A;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	display: none;
}
.woo-wallet-my-wallet-container {
	border: 0 !important;
}
.woo-wallet-my-wallet-container .woo-wallet-sidebar {
	margin-right: 10px;
	width: 40% !important;
	padding-top: 0 !important;
	background: transparent !important;
}
.woo-wallet-my-wallet-container .woo-wallet-content {
	margin-right: 10px;
	width: 60% !important;
	padding-top: 0 !important;
	background: white !important;
	padding: 0 !important;
}
.woo-wallet-content-heading {
	background: #252727;
	padding: 26px !important;
	font-size: 15px !important;
}
.woo-wallet-transactions-items li {
	border-bottom: 2px solid rgba(0,0,0,0.1);
}
.woo-wallet-sidebar-heading,
.woo-wallet-content-heading {
	font-size: 26px;
	line-height: 22px;
	padding: 18px;
	text-align: left !important;
	text-transform: uppercase;
	font-weight: 600;
}
.woo-wallet-content-heading &gt; h3,
.woo-wallet-content-heading &gt; p {
	margin-bottom: 0 !important;
	color: white !important;
}
hr {
	display: none;
}
.woo-wallet-content-h3 {
	font-size: inherit;
	font-weight: inherit;
	text-transform: inherit;
}
.woo-wallet-sidebar-heading a {
	color: black !important;
}

.woo-wallet-sidebar ul {
	display: flex;
	padding: 5px;
}
.woo-wallet-sidebar ul li.card {
	flex: 1;
	width: 50%;
	box-shadow: unset !important;
	display: inline-block;
	margin: 5px;
	border-radius: 0 !important;
}
.woo-wallet-sidebar ul li.card {
	font-size: 14px;
	color: black;
	background: var(--primary-accent-color) !important;
}
.woo-wallet-sidebar ul li.card a p {
	margin-top: 0 !important;
}
.woo-wallet-sidebar ul li span {
	display: none;
}

.woo-wallet-sidebar ul li.card:hover {
	background: var(--secondary-accent-color);
}

.woo-wallet-sidebar ul li.card a:hover {
	opacity: 1 !important;
}

.visualcomposerstarter.woocommerce-account .woocommerce-MyAccount-content li a {
	font-size: 14px;
	color: black;
	text-transform: uppercase;
	font-weight: 700;
}

.visualcomposerstarter.woocommerce-account
.woocommerce-MyAccount-content
li
a
p {
	margin-top: 10px;
}

.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 li {
	padding: 10px 26px !important;
}
.woo-wallet-transactions-items li:nth-child(2n) {
	background: white;
}

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

.woo-wallet-add-amount input[type="number"] {
	border: 2px solid black;
}

.woo-wallet-add-amount input[type="submit"] {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border: 0;
	background: var(--secondary-color);
	color: white;
	padding: 6px 20px;
	margin-top: 10px;
	display: block;
	float: right;
}

.dataTables_wrapper label {
	color: #a5a5a5;
	font-size: 12px;
	font-weight: 500;
}

span.dashicons.dashicons-editor-break {
	display: none;
}

.dataTables_wrapper select,
.dataTables_wrapper input {
	background: #f5fafc;
	border: 0;
	padding: 6px 4px;
	color: black;
}

table#wc-wallet-transaction-details th {
	border: 0;
	text-transform: uppercase;
	font-size: 12px;
	background: #252727;
	color: white;
	font-weight: 600;
	padding: 20px 10px;
}
table#wc-wallet-transaction-details tr td {
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
	border: 0;
	padding: 14px 10px;
}

table#wc-wallet-transaction-details tbody tr:nth-child(2n-1) {
	background: white;
	border-bottom: 2px solid rgba(0,0,0,0.1);
}
form.woocommerce-form.woocommerce-form-register.register,
form.woocommerce-form.woocommerce-form-login.login {
	/*box-shadow: 0 13px 26px #0000001a;*/
	padding: 40px;
	border-radius: 20px;
	background: var(--color-white);
}
.form-width {
	max-width: 684px;
	width: 100%;
}

.form-width.center {
	margin-left: auto;
	margin-right: auto;
}
form.woocommerce-form .form-row {
	margin: 20px 0;
	text-align: center;
}
form.woocommerce-form label,
.wpcf7-form label {
	font-size: 14px;
	text-transform: none;
	font-weight: normal;
	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: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	border: 2px solid var(--primary-accent-color);
	transform: translateY(-50%);
}
form.woocommerce-form label input[type="checkbox"]:checked + span:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 10px;
    height: 10px;
    background: var(--primary-accent-color);
    transform: translateY(-50%);
}
form.woocommerce-form label input[type="checkbox"]:checked + span:before {
	background: var(--color-white);
}
form.woocommerce-form input,
.wpcf7-form input,
.wpcf7-form textarea {
	display: block;
	padding: 10px 20px;
	width: 100%;
	font-size: 15px;
	line-height: 26px;
	color: #979797;
	border: 1px solid var(--color-1);
	font-weight: 500;
	background: var(--color-3);
	border-radius: 4px;
}
.wpcf7-submit {
	width: unset !important;
}

form.woocommerce-form input:hover,
form.woocommerce-form input:focus,
.wpcf7-form input[type="text"]:hover,
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:hover,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:hover,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:hover,
.wpcf7-form textarea:focus {
	/*border-color: var(--primary-color) !important;*/
	/*background-color: var(--color-white);*/
	/*box-shadow: 0 2px 6px #EF700720;*/
}

.woocommerce-form-login__submit {
	font-size: 15px;
	padding: 10px 30px;
	font-weight: 600;
	margin: 18px 40% 0;
	text-transform: uppercase;
	border: 2px solid transparent;
	color: var(--color-white);
	background: var(--primary-accent-gradient);
	border-radius: 50px;
}
.woocommerce-form-login__rememberme {
	margin-bottom: 20px;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
	float: left;
	display: flex;
}
p.lost_password {
	float: right;
}
p.lost_password a {
	color: var(--primary-accent-color);
	text-transform: uppercase;
	line-height: 19px;
	text-decoration: underline;
}
p.lost_password a:hover {
	color: var(--color-dark);
}
.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
	font-size: 16px;
	padding: 13px 45px;
	font-weight: 600;
	border: 0;
	border-radius: 50px;
	color: var(--color-white);
	background: var(--primary-accent-color);
	position: relative;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.woocommerce-form-login__submit:after,
.woocommerce-form-register__submit:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 25px;
	right: 25px;
	height: 2px;
	background: var(--light-border-gradient);
}
.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover {
	background: var(--primary-accent-hover-color);
	color: var(--color-white);
	box-shadow: inset 0 4px 15px rgba(0, 0, 0, 0.1);
}

.woocommerce-form-login__submit:after, .woocommerce-form-register__submit:hover:after {
	display:none;
}

.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: 10px 15px;
	background: #1f1f1f;
}
.visualcomposerstarter .woocommerce-MyAccount-content .addresses .title h3 {
	font-size: 18px;
	flex: 1;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0;
	color: white;
}

.visualcomposerstarter .woocommerce-MyAccount-content .addresses .title .edit {
	background: white;
	color: black;
}

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

.visualcomposerstarter.woocommerce-account .woocommerce-Addresses address {
	background: var(--color-white);
	padding: 10px 15px;
	font-size: 12px;
	line-height: 19.2px;
	font-style: normal;
}

.winner-nav {
	margin-top: 20px;
}
.winner-for img {
	width: 100%;
}
.winner-for .slick-slide {
	max-height: 468px;
	padding: 30px;
}

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

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

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

.winner-for .slick-slide &gt; img,
.winner-for .slick-slide &gt; 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;
}

.single-winners .winner-name {
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 30px;
}
.single-winners .main-content .btn-primary {
	margin-top: 20px;
}

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

.woocommerce ul.order_details li {
	border-right: 0;
	font-size: 14px;
	font-weight: 600;
	color: var(--primary-accent-color);
	margin-top: 30px;
}

.woocommerce ul.order_details li strong {
	font-size: 16px;
	color: var(--color-black);
	font-weight: 400;
	line-height: 18px;
	margin-top: 12px;
}

h2.woocommerce-order-details__title {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--color-black);
}

.woocommerce ul.order_details {
	padding-left: 0;
	padding-bottom: 30px;
	border-bottom:3px solid var(--color-black);
	border-top:3px solid var(--color-black);
}

.woocommerce-MyAccount-navigation &gt; ul li a::before {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	display: none;
}

.woocommerce-MyAccount-navigation
&gt; ul
li.woocommerce-MyAccount-navigation-link--orders
a::before {
	content: "\d4";
	font-family: hwd;
}
.woocommerce-MyAccount-navigation
&gt; ul
li.woocommerce-MyAccount-navigation-link--edit-address
a::before {
	content: "\d3";
	font-family: hwd;
}
.woocommerce-MyAccount-navigation
&gt; ul
li.woocommerce-MyAccount-navigation-link--edit-account
a::before {
	content: "\d2";
	font-family: hwd;
}
.woocommerce-MyAccount-navigation
&gt; ul
li.woocommerce-MyAccount-navigation-link--customer-logout
a::before {
	content: "\d1";
	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;
	padding: 12px;
	color: black;
	font-family: var(--font-family);
}
.wpb_accordion_content p {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: black;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background: #f5fafc;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	border-color: var(--color-1);
	border-radius: 0;
	border: 0;
	padding: 0;
}

.wpb_accordion_section.group {
	margin: 10px 0;
}

.ui-widget-content {
	border: 0;
}
.ui-widget-content a {
	color:var(--primary-color);
}
.wpb_content_element
.wpb_accordion_wrapper
.wpb_accordion_header, .ui-accordion .ui-accordion-content {
	background: var(--color-3) !important;
	padding: 10px !important;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a {
	color: var(--primary-color);
}
.ui-accordion .ui-accordion-content {
	font-weight: 14px;
}
.wpb_content_element
.wpb_accordion_wrapper
.wpb_accordion_header.ui-state-active,
.ui-accordion .ui-accordion-content.ui-accordion-content-active {
	background: var(--color-3) !important;
	margin-top: 0;
	padding: 10px;
	padding-right: 50px !important;
	border-radius: 8px 8px 0 0;
}
.ui-accordion .ui-accordion-content.ui-accordion-content-active {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
	padding: 0px 26px 26px !important
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
	top: 16px;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
	margin: 0 0 0 0 !important;
	border-radius: 8px;
}

.single-product-info {
	overflow: auto;
	position: relative;
	padding: 60px 0;
}
.single-product-info {
	left: 50%;
	transform: translateX(-50%);
	right: 0;
	bottom: 0;
	top: 0;
	background: white;
	width: 100vw;
}

.single-product-info .loop-progress-bar {
	position: absolute;
	left: 23px;
	right: calc(52% + 7px);
	top: calc(562px - 39px);
}

.single-product-info .container {
	position:relative;
}


.single-product .wpgs-nav .slick-track .slick-slide {
	padding: 6px;
	background: white;
	border-radius: 8px;
}
.single-product .wpgs-nav .slick-track .slick-slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.single-product .wpgs-nav .slick-track .slick-slide.slick-active.slick-current {
	background: var(--primary-color);
}

.lty-lottery-question-answer-container.competitions-step &gt; div &gt; div:nth-child(2) {
	opacity: 0.5;
	pointer-events: none;
}

.lty-lottery-question-answer-container.competitions-step &gt; div &gt; div.unlock:nth-child(2) {
	opacity: 1;
	pointer-events: unset;
}

.lty-bid-logs-wrapper {
	padding-top: 30px;
	padding-bottom: 60px;
}

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

table.lty-frontend-table.shop_table.lty-winner-logs-table td {
    color: black;
}

div#coupons_list h3 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
  }

/********** Responsive CSS **********/

@media (max-width: 480px) {
	.sv-alert .content {
		max-width: 300px;
		padding: 30px 30px;
	}
	.sv-alert .btn-container a {
		display: block;
		margin: 12px auto 0 auto;
		max-width: 200px;
	}
}

@media only screen and (min-width: 768px) {
	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: 25%;
	}
	body:not(.menu-sandwich) .navbar-header img {
		max-width: 100%;
		height: auto;
		width: auto;
	}
	body:not(.menu-sandwich) .navbar-toggle {
		display: none !important;
	}
	body:not(.menu-sandwich) #main-menu {
		display: flex;
		position: static;
		width: 100%;
		background: none;
		padding: 0;
		overflow-y: inherit;
		justify-content: flex-end;
		overflow-y: inherit;
		padding-left: 30px;
	}
	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 &gt; ul {
		display: inline-block;
		margin:12px auto 12px 0;
		text-align: left;
	}
	body:not(.menu-sandwich) #main-menu &gt; ul#menu-call-to-action {
		display: flex;
		margin: 6px 0;
		align-items: center;
	}
	body:not(.menu-sandwich) #main-menu &gt; ul &gt; li a {
		padding: 6px 16px;
	}
	body:not(.menu-sandwich)
	#main-menu
	&gt; ul
	&gt; li.menu-item-has-children
	&gt; 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 &gt; ul &gt; li &gt; ul {
		top: 100% !important;
		left: 0;
		margin-top: 10px;
	}
	body:not(.menu-sandwich) #main-menu ul li:hover &gt; ul {
		visibility: visible;
		opacity: 1;
	}
	body:not(.menu-sandwich) #main-menu ul li.menu-item-has-children &gt; a {
		margin-right: 0;
	}
	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;
		margin-left: 25px;
		width: 16.75rem;
		background: var(--color-white);
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
		border-radius: 10px;
		border: 1px solid #EEEEEE;
	}
	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 &gt; 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 &gt; div &gt; div {
		flex-wrap: wrap;
	}
	.features-row &gt; div &gt; div &gt; div:first-child {
		width: 100%;
		flex: 100%;
		margin-bottom: 60px;
	}
	.features-row &gt; div &gt; div &gt; div:first-child &gt; div &gt; div {
		margin: auto;
	}
	.features-row &gt; div &gt; div &gt; div:not(:first-child):before {
		display: none;
	}
	.slider-competition .product-information &gt; h1 {
		font-size: 54px;
		line-height: 68px;
	}
	.slider-competition .product-information .price {
		font-size: 42px;
	}
	.btn-xl {
		font-size: 24px;
	}
	.slider-competition .background-image &gt; img {
		height: 690px;
	}
	.products.columns-3 &gt; .product {
		width: calc(50% - 20px);
	}
}

@media only screen and (max-width: 767px) {
	.lty-frontend-table tbody tr {
		margin-bottom:15px
	}
	.hide-mobile {
		display: none !important;
	}
	.winners .winner-item {
		height: inherit;
		background: var(--color-dark);
		margin: 15px;
		width: calc(100% - 30px);
		margin-bottom: unset !important;
	}
	h1.entry-title {
		text-align: center;
		font-size: 30px;
	}
	.entry-tabs &gt; span {
		width: calc(33.33% - 4px);
	}
	#main-menu {
		opacity:0;
		visibility:hidden;
	}
	.single-product-info .loop-progress-bar {
		top: calc(328px + -39px);
		right: calc(0% + 23px);
	}
	.winner-for .slick-slide {
		height: 300px;
	}
	div#features {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.features-row &gt; div &gt; div &gt; 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 &gt; p:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.section-heading p {
		text-align: center;
		font-size: 28px;
		text-transform: uppercase;
	}
	.products.columns-3 &gt; .product {
		width: calc(50% - 20px);
	}

	.winners .winner-item .winner-info {
		text-align: center;
	}
	.reviews .review-item img.review-rating {
		width: 138px;
	}
	div#main-menu {
		display: flex;
		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 &gt; ul &gt; li &gt; .dropdown-toggle {
		padding: 10px 0 10px 0;
	}
	#main-menu .dropdown-toggle {
		color: var(--color-dark);
	}
	#main-menu ul li.menu-item-has-children &gt; a {
		margin-right: 0;
	}
	#main-menu ul#menu-call-to-action {
		display: flex;
		bottom: 10px;
		position: absolute;
	}
	#main-menu ul#menu-primary-menu {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	#main-menu ul#menu-primary-menu li a {
		font-size: 28px;
		line-height: 34px;
	}
	#main-menu ul#menu-primary-menu li ul li a {
		font-size: 16px;
		line-height: 22px;
	}
	.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);
	}
	.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;
		line-height: 32px;
	}
	.single-product .lty-lottery-countdown-timer .lty-lottery-timer {
		width: 50px;
		height: 50px;
		font-size: 22px;
		line-height: 27px;
		margin: 0 5px;
		padding: 10px 10px;
		display: flex;
		text-align: center;
		justify-content: center;
		align-items: center;
		line-height: 19px;
		border:0;
	}
	.lty-lottery-countdown-timer span#lty_lottery_days:after,
	.lty-lottery-countdown-timer span#lty_lottery_hours:after,
	.lty-lottery-countdown-timer span#lty_lottery_minutes:after,
	.lty-lottery-countdown-timer span#lty_lottery_seconds:after {
		bottom: -10px;
    	font-size: 10px;
	}
	.single-product .lty-lottery-countdown-timer .lty-lottery-timer:after {
		right: -8px;
		font-size: 18px;
	}
	.lty-lottery-date-ranges .lty-lottery-countdown-timer {
		width: auto;
		padding: 10px;
	}
	.single-product .lty-lottery-date-ranges {
		margin-bottom: 0 !important;
	}

	.lty-shop-timer-wrapper {
		padding: unset;
	}
	.woocommerce div.product div.images .wpgs-for img {
		height: 328px;
		object-fit: cover;
	}
	.visualcomposerstarter.woocommerce div.product .product_title {
		text-align: left;
		font-size: 24px;
		line-height: 32px;
	}
	.btn-primary:not(.menu-item) {
		width: 100%;
	}
	p#move-to-entries, .terms {
		font-size: 14px;
		margin: 0;
	}
	.woocommerce-product-gallery__image.single-product-main-image:after {
		display: none;
	}
	.loop-progress-bar .percentage {
		font-size: 11px;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
	}
	.product .product-item-info h2.woocommerce-loop-product__title {
		font-size: 18px !important;
		margin-bottom: 0 !important;
		height: 40px;
	}
	form.woocommerce-form.woocommerce-form-login.login {
		margin: 0;
	}
	p.lost_password a {
		font-size: 14px;
	}
	form.woocommerce-form label input {
		width: 30px;
	}
	h1.entry-title:before {
		background-size: 990px;
	}
}

@media only screen and (max-width: 600px) {
	.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 &gt; p {
		font-size: 8px;
		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 &gt; h2 {
		font-size: 26px;
		line-height: normal;
		margin-bottom: 0;
	}
	.slider-competition .product-information &gt; h1 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 30px;
	}
	.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;
	}

	.hero-slider .slick-arrow {
		display: none !important;
	}

	.slider-competition .background-image &gt; img {
		height: 756px;
	}

	.section-heading p {
		text-align: center;
		font-size: 24px;
	}

	.products.columns-3 &gt; .product {
		width: calc(100% - 20px);
	}

	.product-item-thumbnail .lty-shop-timer-wrapper {
		max-width: 300px;
	}
	.visualcomposerstarter .vct-cart-wrapper {
		margin-left: 10px;
		margin-right: 10px;
	}
	.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_column-gap-30.vc_row-o-equal-height.vc_row-o-content-top.vc_row-flex {
		max-width: 100%;
		margin-left: 0;
	}
	.hiw-item .hiw-heading p {
		width: 100%;
		padding: 0 0 10px;
	}
	.hiw-item .hiw-body p {
		padding: 0 0 10px;
	}
	.hero-slider {
		position: relative;
	}
	.hero-slider ul.slick-dots {
		position: absolute;
		bottom: 110px;
	}
	.product-information a.btn-primary {
		margin-top: 0;
	}


	.footer-widget {
		border: 0;
	}
	.footer-widget-order {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	#footer .menu {
		padding-left: 0;
	}

	#footer .menu li:nth-child(1) {
		margin-top: 0;
	}

	.container.footer-widget &gt; div &gt; div:last-child {
		margin-top: 30px;
	}

	#footer .website-information {
		padding-left: 20px;
		padding-right: 20px;
	}

	#footer .website-information p {
		margin-top: 20px;
	}

	.footer-bottom {
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
	}

	.container.footer-widget &gt; div &gt; 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;
	}
	.competitions-step .step-label {
		color: var(--color-brown);
		font-size: 20px;
		line-height: 26px;
	}
	p.lty-lottery-question {
		text-align: center;
		margin-top: 10px;
	}
	p.lty-lottery-question,
	.tickets-legend-heading {
		font-size: 16px;
		line-height: 28px;
		text-align: left;
	}
	.competitions-step .step-heading {
		font-size: 18px;
		line-height: 24px;
	}
	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(25% - 5px);
	}
	.competition-blocks &gt; div {
		flex-direction: column;
	}

	.competition-blocks &gt; div &gt; div {
		margin-top: 20px;
	}
	.competition-blocks p {
		font-size: 21px;
		line-height: 25px;
	}
	.competition-blocks img {
		width: 64px;
		margin-bottom: 24px;
	}
	body.single .main-content,
	body.woocommerce-cart .main-content {
		padding: 50px 0 0 0;
	}
	.row.competition-timer .lty-lottery-date-ranges {
		text-align: center;
	}


	.row.competition-timer .lty-lottery-date-ranges .heading-sm {
		font-size: 18px;
		line-height: 22px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.woocommerce div.product form.cart {
		margin-top: 0;
	}
}

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

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

@media only screen and (max-width: 768px) and (min-width: 426px) {
}

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

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

.menu-item.menu-item-has-children:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 15px;
	height: 8px;
	width: 8px;
	border: solid #5d5d5d;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

@media(max-width:767px) {
	.menu-item.menu-item-has-children:after {
		right: 0;
		top:22px;
	}
	#footer .copyright &gt; span:nth-child(2) {
		margin-top:10px;
	}
}
.competition-timer .lty-lottery-countdown-timer span#lty_lottery_days:after, .competition-timer .lty-lottery-countdown-timer span#lty_lottery_hours:after, .competition-timer .lty-lottery-countdown-timer span#lty_lottery_minutes:after, .competition-timer .lty-lottery-countdown-timer span#lty_lottery_seconds:after {
	padding-top: 3px;
}


/*Custom Css ============*/
.btn-outline {
	border: 1px solid var(--secondary-button-border-color);
	background: var(--secondary-button-background);
	color: var(--secondary-button-text-color) !important;
	border-radius: 50px;
	position: relative;
	text-decoration: none !important;
}
.btn-outline:hover,
.btn-outline:focus {
	color: var(--primary-color) !important;
	border: 1px solid var(--primary-color);
}
/*Testimonials =============*/
#testimonials {
	background: var(--primary-accent-color);
}
#testimonials .section-heading p {
	font-size: 32px;
}
#testimonials .slick-prev:before,
#testimonials .slick-next:before {
	position: absolute;
	width: 21px;
	height: 40px;
	background-repeat: no-repeat;
}
#testimonials .slick-prev {
	left: -10px;
	width: 21px;
    height: 40px;
}
#testimonials .slick-next {
	right: -10px;
	width: 21px;
    height: 40px;
}
#testimonials .slick-prev:before {
	content: '';
	background: url('../images/chevron-left.svg');
}
#testimonials .slick-next:before {
	content: '';
	background: url('../images/chevron-right.svg');
}
#testimonials .slick-dots li button:before {
	width: 14px;
	height: 14px;
	border: 3px solid #fff;
	background-color: transparent;
	opacity: 1;
}
#testimonials .slick-dots li.slick-active button:before {
	background-color: #fff;
}
/*Winners ===========*/
.winners .winner-item {
	height: inherit;
	background: var(--color-3);
	border: 1px solid var(--color-3);
	border-radius: 20px;
	margin: 15px;
	width: calc(50% - 30px);
	margin-bottom: unset !important;
	/*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);*/
	min-height: 221px;
	position: relative;
}

/*Call to actions =========*/
/*cta1*/
#cta1 {
	background: var(--dark-gradient);
}
#cta1 .title {
	color: var(--color-white);
	font-size: 32px;
	font-weight: 400;
	display: flex;
	align-items: center;
}
#cta1 .title span {
	color: var(--color-white);
	font-size: 80px;
	font-weight: 700;
	display: inline-block;
	margin: 0 15px;
}
#cta1 .btn-primary {
	padding: 15px 70px;
	border-radius: 50px;
	font-size: 26px;
	font-weight: 700;
	margin-top: 20px;
	display: inline-block;
	position: relative;
	float: right;
}
#cta1 .btn-primary:after {
	content: '';
	position: absolute;
	top: 0;
	left: 25px;
	right: 25px;
	height: 2px;
	background: var(--light-border-gradient);
}
/*cta2*/
#cta2 {
	background: linear-gradient(90deg, rgb(1 31 193) 14%, rgb(169 20 142) 88%);
	text-align: center;
}
#cta2 .title {
	color: white;
	font-size: 40px;
	font-weight: 700;
}
#cta2 p {
	color: white;
	font-size: 16px;
	font-weight: 600;
}

/*Live Competition Page ====*/
.page-id-55 .main-content &gt; div &gt; .wpb_row {
	padding-top: 60px;
}

/*FAQ Page ======*/
.wpb_accordion_section ol li {
	font-size: 16px;
	line-height: 28px;
	color: black ;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
	position: relative;
}
.wpb_accordion_header span {
	left: auto !important;
	right: 30px !important;
	top: 50% !important;
	bottom: auto;
	height: 20px;
	width: 5px;
	border: solid #ef7007;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: translate(0, -50%) rotate(45deg) !important;
	-webkit-transform: translate(0, -50%) rotate(45deg) !important;
	margin-top: -5px !important;
}
.wpb_accordion_header.ui-state-active span {
	border-width: 2px 0 0 2px;
	margin-top: 2px !important;
}


/*Contact US Page ======*/
.page-id-1252704 .main-content &gt; div &gt; .pt-10 {
	padding-top: 30px !important;
}

/*Affiliate Page =========*/
.page-id-1253655 .main-content {
	padding: 60px 0;
}
.page-id-1253655 .main-content .no-access {
	text-align: center;
}
table.prizes-table {
    margin-bottom: 20px;
    text-align: left;
}
/*Lost Password Page =========*/
.woocommerce-lost-password .woocommerce {
	padding: 20px 40px;
	background-color: transparent !important;
}
.woocommerce-lost-password form.woocommerce-ResetPassword {
	/*box-shadow: 0 13px 26px #0000001a;*/
	padding: 40px;
	border-radius: 20px;
	max-width: 650px;
	margin: 0 auto;
	background-color: var(--color-3);
}
.woocommerce-lost-password form.woocommerce-ResetPassword .form-row-first {
	width: 100%;
}
.trustpilot-widget {
    padding-top: 35px;
}
@media (max-width: 1500px) {
	/*Hero Section =============*/
	.slider-competition .background-image &gt; img {
		height: 900px;
	}
	.slider-competition:after {
		content: '';
		position: absolute;
		bottom: -1px;
		left: -10px;
		right: -10px;
		width: unset;
		height: 270px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
}
@media (max-width: 1250px) {
	/*Header ============*/
	body:not(.menu-sandwich) .navbar-header img {
		height: auto;
	}
	body:not(.menu-sandwich) #main-menu &gt; ul {
		margin: 12px 120px 12px 0;
	}
	body:not(.menu-sandwich) #main-menu &gt; ul &gt; li a {
		padding: 6px 15px;
		font-size: 16px;
	}
	.menu-item.menu-item-has-children:after {
		right: 18px;
		top: 16px;
	}
}
@media (max-width: 1200px) {
	/*Header ============*/
	#header .container {
		width: 100%;
	}
	.visualcomposerstarter .vct-cart-wrapper {
		position: relative;
		right: auto;
		margin-left: 20px;
		z-index: 1;
	}
	body:not(.menu-sandwich) #main-menu &gt; ul {
		margin: 12px 40px 12px 0;
	}
	#main-menu .menu-item.btn-primary &gt; a,
	#main-menu .menu-item.btn-secondary &gt; a {
		padding: 15px 35px;
	}

	/*Call to actions =========*/
	#cta1 .title span {
		font-size: 45px;
	}
	#cta1 .btn-primary {
		padding: 10px 50px;
		font-size: 20px;
	}

}
@media (max-width: 1024px) {
	/*Header ============*/
	body:not(.menu-sandwich) #main-menu &gt; ul {
		margin: 12px 0;
	}
	#main-menu .menu-item.btn-primary a,
	#main-menu .menu-item.btn-secondary a {
		width: 50px;
		height: 50px;
		padding-left: 0;
		padding-right: 0;
		position: relative;
	}
	#main-menu .menu-item.btn-primary a:before,
	#main-menu .menu-item.btn-secondary a:before{
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 100%;
		background-size: 16px;
		background-position: center;
		background-repeat: no-repeat;
	}
	#main-menu .menu-item.btn-primary a:before {
		background-image: url('./../images/user.svg');
	}
	#main-menu .menu-item.btn-secondary a {
		color:transparent
	}
	#main-menu .menu-item.btn-secondary a:before {
		background-image: url('./../images/login.svg');
	}
	#main-menu .menu-item.btn-primary a:hover,
	#main-menu .menu-item.btn-secondary a:hover {
		color: transparent !important;
	}
}
@media (max-width: 992px) {
	/*Call to actions =========*/
	/*cta1*/
	#cta1 {
		text-align: center;
	}
	#cta1 .title {
		justify-content: center;
	}
	#cta1 .btn-primary {
		float: unset;
	}
	/*cta2*/
	#cta2 .title {
		margin-top: 40px;
	}

	/*Winners Page*/
	.post-type-archive-winners .winners {
		padding-bottom: 10px;
	}
	.post-type-archive-winners .winners .winner-item {
		margin-top: 0;
		margin-bottom: 20px !important;
	}
	.post-type-archive-winners .winners:after {
		left: 50%;
		bottom: 0;
		min-width: 100%;
	}
}
@media (max-width: 850px) {
	/*Header ============*/
	body:not(.menu-sandwich) #main-menu &gt; ul &gt; li a {
		padding: 6px 9px;
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	
	#main-menu .menu-item.btn-secondary a {
		color:black;
	}
	.table-responsive {
		padding: 15px;
		overflow-x: scroll;
	}
	/*Header ============*/
	#main-menu ul#menu-call-to-action {
		display: block;
		width: 100%;
		padding: 0 20px;
	}
	#main-menu .menu-item.btn-primary,
	#main-menu .menu-item.btn-secondary {
		width: 100%;
	}
	#main-menu .menu-item.btn-primary a,
	#main-menu .menu-item.btn-secondary a {
		width: unset;
		height: unset;
		margin: 5px 0;
		padding-left: 20px;
		padding-right: 20px;
		position: relative;
	}
	#main-menu .menu-item.btn-primary a:before,
	#main-menu .menu-item.btn-secondary a:before {
		display: none;
	}
	#main-menu .menu-item.btn-primary a:hover,
	#main-menu .menu-item.btn-secondary a:hover {
		color: unset !important;
	}
	.hide-desktop {
		display: block !important;
	}
	.visualcomposerstarter .vct-cart-wrapper {
		margin-top: 10px;
	}

	h1.entry-title:before {
		bottom: -70px !important;
	}

	/*About Page ============*/
	.page-id-25 .main-content &gt; div &gt; .vc_row.vc_row-flex {
		flex-wrap: wrap-reverse;
	}
	.page-id-25 .main-content .vc_column_container&gt;.vc_column-inner {
		padding-top: 0;
	}
	.page-id-25 .main-content &gt; div &gt; .vc_row.vc_row-flex .wpb_single_image img {
		height: 250px;
		object-fit: cover;
		object-position: right bottom;
	}

	/*Hero Section ==============*/
	.slider-competition:after {
		height: 110px;
	}
	.slider-competition .background-image &gt; img {
		height: 570px;
	}
	.slider-competition .product-information &gt; p {
		display: none;
	}
	.slider-competition .product-information &gt; .btn-primary {
		padding: 15px 30px;
		font-size: 18px;
	}


	/*Winners Single Page =========*/
	.single-winners .main-content {
		padding-top: 20px !important;
	}

	/*Affiliate Page =========*/
	.page-id-1253655 .main-content {
		padding: 10px 0 60px;
	}
	.affwp-form .button {
		width: 100%;
	}

	/*Closed competition*/
	body .vc_custom_1617544552481 {
		padding-top: 10px !important;
	}
	.products.columns-3 &gt; .product {
		margin-top: 0;
	}

	/*Live Competition Single Page ====*/
	.single-product-info {
		padding-bottom: 10px;
	}
	/*Live Competition Page ====*/
	.page-id-353 .main-content &gt; div &gt; .wpb_row{
		padding-top: 0 !important;
	}

	/*How to play Section =============*/
	.hiw-item {
		
	}
	.hiw-item &gt; div {
		padding-bottom: 35px !important;
    	padding-top: 50px !important;
	}

	/*Call to actions =========*/
	#cta1 {
		text-align: center;
	}
	#cta1 .title {
		display: block;
		line-height: 50px;
	}
	#cta1 .title span {
		font-size: 36px;
	}
	#cta1 .btn-primary {
		width: auto;
	}

	/*Login Page ===========*/
	.woocommerce-form-login__submit {
		margin: 10px auto;
		display: block;
	}
	.woocommerce-lost-password .entry-title {
		margin-bottom: 0 !important;
	}
	.woocommerce-lost-password .woocommerce {
		padding: 0;
	}
	.woocommerce-lost-password form.woocommerce-ResetPassword,
	form.woocommerce-form.woocommerce-form-register.register,
	form.woocommerce-form.woocommerce-form-login.login {
		padding: 25px 40px;
	}


}
@media (max-width: 600px) {
	/*Winners ============*/
	.winners .winner-item a.winner-image-container {
		position: relative !important;
		display: block;
		left: 0;
		top: 0;
		padding: 10px;
	}
	.winners .winner-item a.winner-image-container &gt; img {
		width: 100% !important;
		height:400px;
	}
	.winners .winner-item .winner-info {
		max-width: 100%;
		padding: 0 20px 0 20px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
}

.tickets-counter {
	margin-top: 0;
	padding: 60px 0px;
	background: #fcf8f8;
}

.tickets-counter &gt; div &gt; div &gt; div {
	text-align: center;
	border-right:1px solid var(--color-4);
}

.tickets-counter &gt; div &gt; div &gt; div:last-child {
	border-right:0;
}

.tickets-counter &gt; div &gt; div &gt; div h3 {
	color: var(--primary-accent-color);
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom:20px;
}

.tickets-counter &gt; div &gt; div &gt; div p {
	color: var(--color-black);
	font-size: 46px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 46px;
	margin-bottom:0px;
}

@media(max-width:767px) {
	.tickets-counter {
		padding: 30px 0px;
	}
	.tickets-counter &gt; div &gt; div &gt; div {
		border-right:0;
		padding:15px;
	}
	.menu-item.menu-item-has-children:after {
		content: "";
		position: absolute;
		right: 5px;
		top: 16px;
		border: solid var(--color-black);
		border-width: 0 2px 2px 0;
		padding: 4px;
	}
}

.vct-cart-wrapper.hide-mobile {
	padding-right: 30px;
}

/********** Featured Competition **********/
.featured-competition {
	position: relative;
}
.featured-competition .background-image {
	position: relative;
}
.featured-competition .background-image .image-overlay {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(0,0,0,0.5);
}
.featured-competition .competition-information {
	max-width: 600px;
	position: absolute;
	top: calc(50% - 60px);
	left: 50%;
	transform: translate(-50%,-50%);
}

.fc-header h1 {
	color: white;
	font-size: 60px;
	font-weight: 700; 
	overflow: hidden;
   	display: -webkit-box;
   	-webkit-line-clamp: 2; /* number of lines to show */
	line-clamp: 2; 
   	-webkit-box-orient: vertical;
}
.fc-body  {
	text-align:center;
	margin-top: 16px;
}
.fc-body .price {
	font-size: 40px;
	font-family: var(--secondary-font-family);
	line-height: normal;
	text-transform: uppercase;
	color: var(--color-white);
	display: inline-block;
	margin-right:10px;
}
.fc-body .tickets-left {
	display:inline-block;
	color: var(--color-white);
	font-size:16px;
	font-family: var(--secondary-font-family);
}
.fc-body .price .regular-price, .fc-body .price .sale-price {
	font-weight:700;
	color:var(--primary-accent-color);
}
.fc-body .price.on-sale .regular-price {
	position: relative;
	display: inline-block;
	font-weight: 400;
	color: var(--color-white);
}
.fc-body .price.on-sale .regular-price:before {
	content: '';
	position: absolute;
	display: block;
	left:0;
	right:0;
	height:3px;
	width:100%;
	background: var(--primary-accent-color);
	top:50%;
	transform:translateY(-50%);
}
.fc-footer {
	margin-top:30px;
}
.fc-footer .lty-lottery-date-ranges {
	width: 290px;
	overflow: hidden;
	float: unset;
	margin:auto;
	margin-bottom: 20px;
}
.fc-footer .lty-lottery-countdown-timer  {
	display:flex;
}
.fc-footer .lty-lottery-countdown-timer &gt; span {
	color:white;
	width: calc(25% - 4px);
}
.fc-footer .lty-lottery-countdown-timer .lty-lottery-timer {
	position: relative;
	float: unset;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 400;
}
.fc-footer .lty-lottery-countdown-timer .lty-lottery-timer:not(:last-child) {
	margin-right: 5px;
}
.fc-footer .lty-lottery-countdown-timer .lty-lottery-timer:not(:last-child):after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	font-size: 24px;
	right:0;
}
.fc-footer .lty-lottery-countdown-timer .lty-lottery-timer &gt; span:after {
	display:none;
}
.fc-footer .lty-lottery-countdown-timer &gt; span &gt; span {
	font-size: 24px !important;
    line-height: normal;
    color: white !important;
    margin-bottom: 5px;
    height: 60px;
    width: 60px;
    background: var(--secondary-accent-color);
    padding: 7px 4px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fc-footer .btn-primary {
	
}
#hero-section .trustpilot, .featured-competition .trustpilot {
	margin-top: 20px;
}
#hero-section .trustpilot iframe, .featured-competition .trustpilot iframe {
	margin-left: auto;
	margin-right: auto;
}
@media(max-width:767px) {
	.featured-competition .competition-information {
		width: 100%;
	}
	.fc-header h1 {
		font-size: 40px;

	}
	.fc-body {
		margin-top: 10px;
	}
	.fc-body .price {
		font-size: 32px;
	}
	.fc-body .tickets-left {
		font-size: 14px;
	}
	.fc-footer {
		margin-top: 12px;
		max-width: 320px;
		margin:auto;
	}
	.fc-footer .lty-lottery-date-ranges {
		margin-bottom: 10px;
	}
}</pre></body></html>