:root {
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #414141;

  --light-color: #d2d2d2;
  --light-2-color: #ead79a;

  /* Body Colors */
  --primary-color: #ed6b17;
  --primary-accent-color: #ff8f00;
  --secondary-color: #232e38;

  /* Primary Button */
  --primary-button-background: var(--primary-color);
  --primary-button-text-color: var(--color-white);
  --primary-button-border-color: transparent;
  --primary-button-hover-background: var(--color-black);
  --primary-button-hover-text-color: var(--color-white);
  --primary-button-hover-border-color: transparent;

  --font-family: "Oxygen", sans-serif;
  --font-family-poppins: "Poppins", sans-serif;
  --font-family-teko: "Teko", 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-poppins);
  line-height: normal;
  color: var(--color-black);
  letter-spacing: 0.01rem;
  overflow-x: hidden;
  background-color: var(--light-color);
  background: url("./../images/light-bg-min.jpeg") !important;
  background-size: contain !important;
  background-repeat: repeat;
  margin-top: 0 !important;
  padding-top: 110px !important;
}

body.home {
  font-family: var(--font-family);
}

/*body:not(.home) {*/
/*  background: url(/wp-content/themes/hwd-competitions/images/ligh-bg-big.jpeg);*/
/*}*/

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: var(--color-black);
  font-family: var(--font-family-poppins);
}

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

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

.text-bold {
  font-weight: 700 !important;
}

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;
}
.btn-group {
  margin-bottom: 40px;
}
.btn-group .btn {
  font-size: 16px;
  border: 2px solid var(--color-black);
  border-radius: 0;
  padding: 10px 15px;
  color: var(--color-black);
}
.btn-group .btn .caret {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 15px;
  vertical-align: middle;
  border: none;
  border-right: 2px solid var(--color-black);
  border-bottom: 2px solid var(--color-black);
  transform: rotate(45deg);
  margin-top: -8px;
}
.btn-group .dropdown-menu {
  border-radius: 0;
  margin: 0;
  min-width: 100%;
}
.btn-group .dropdown-menu li a {
  font-size: 16px;
  color: var(--color-black) !important;
  padding: 12px 15px;
}
.btn-group .dropdown-menu li a:hover,
.btn-group .dropdown-menu li a:active,
.btn-group .dropdown-menu li.active a {
  background-color: var(--light-2-color);
}

.inline {
  display: inline-block;
}

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

@font-face {
  font-family: Tungsten;
  src: url(../fonts/Tungsten-Font/Tungsten-Bold/Tungsten-Bold.ttf);
}

@font-face {
  font-family: Digital;
  src: url(../fonts/Open-24/Open-24-Display-St.ttf);
}

.border {
  height: 1px;
  width: 100%;
  background-color: #05090c24;
  margin: 20px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-10 {
  padding-top: 80px;
}
.pb-10 {
  padding-bottom: 80px;
}

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

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

/* Text meant only for screen readers. */

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

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

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

.navbar {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background-color: var(--color-black);
  position: relative;
  padding-left: 45px;
  padding-right: 45px;
}
.navbar .navbar-wrapper {
  background-color: transparent !important;
  min-height: 88px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#header .navbar .navbar-wrapper {
  align-items: center;
  height: 110px;
}

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

.navbar-brand h1 a:hover {
  color: var(--primary-accent-color);
  text-decoration: none;
}
.navbar-brand a {
  display: block;
}
.navbar-brand img {
  height: 70px;
  width: 100%;
}

.navbar-toggle {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 35px;
  position: absolute;
  right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#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: rgba(0, 0, 0, 0.5);
  padding: 0;
  width: 100%;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

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

.logo-mobile {
  height: 70px;
}

@media (max-width: 767px) {
  .logo-mobile {
    display: block;
    z-index: 4;
    position: relative;
  }
}

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

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

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

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

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

@media (max-width: 767px) {
  div#main-menu:before {
    content: "";
    background: var(--color-black);
    width: 70%;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    right: 0;
  }
}

span.vct-icon-close:before {
  content: "";
  width: 4px;
  height: 30px;
  left: 50%;
  top: 0;
  position: absolute;
  display: block;
  transform: rotate(45deg);
  background: #fff;
  border-radius: 4px;
}

span.vct-icon-close:after {
  content: "";
  width: 4px;
  height: 30px;
  display: block;
  top: 0;
  left: 50%;
  position: absolute;
  transform: rotate(135deg);
  background: #fff;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

#main-menu ul li ul {
  display: none;
  padding: 10px 5px 10px 25px;
  background: #151516;
}

#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 a:hover,
#main-menu ul li ul li a:focus {
  color: var(--primary-accent-color);
}

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

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

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

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

#main-menu > ul > li {
  font-size: 22px;
  position: relative;
}
#main-menu > ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: -5px;
  height: 1px;
  background: var(--primary-color);
  transition: 0.2s;
}
#main-menu > ul > li.current-menu-item > a:after,
#main-menu > ul > li.current-menu-parent > a:after,
#main-menu > ul > li.current_page_parent > a:after,
#main-menu > ul > li > a:hover:after {
  width: 100%;
}
#main-menu > ul#menu-call-to-action > li > a:after {
  display: none !important;
}

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

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

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

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

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

button.single_add_to_cart_button.button.alt.lty-participate-now-button {
  height: 51px;
  text-transform: uppercase;
  position: relative;
  width: auto;
  font-weight: bold;
  margin-top: 8px;
}

button.single_add_to_cart_button.button.alt.lty-participate-now-button:hover {
  background: #f78500;
  transition: 0s;
}

.btn-outline {
  padding: 15px 35px;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-black);
  text-decoration: none;
  background: transparent;
  border: none !important;
  border-radius: 30px;
  text-transform: uppercase;
}
.btn-outline:hover,
.btn-outline:focus {
  color: var(--color-black) !important;
  background: #f2e8d7;
  box-shadow: 0 0 0 7px #f2e8d7;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='30' ry='30' stroke='%2376695AFF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.btn.btn-outline-styled {
  color: #000000;
  text-transform: uppercase;
  border: 2px solid #ff8d00;
  border-radius: 0;
  background: #fff;
  padding: 14px 37px;
  font-size: 15px;
  transform: skew(-10deg);
  position: relative !important;
  display: inline-table;
}
.btn.btn-outline-styled span {
  display: block;
  transform: skew(10deg);
}
.btn.btn-outline-styled:after {
  content: "";
  position: absolute;
  left: 10px;
  right: -4px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 80%;
  z-index: -1;
  transform: skew(-5deg);
}
.btn.btn-outline-styled:hover,
.btn.btn-outline-styled:focus {
  background-color: var(--primary-color);
  color: var(--color-black);
  border-color: var(--primary-accent-color);
}

.btn-primary:not(.menu-item),
#main-menu > ul > li.btn-primary > a {
  text-align: center;
  border: transparent;
  background: var(--primary-color);
  color: var(--color-white) !important;
  text-decoration: none;
}
#main-menu > ul > li.btn-primary {
  margin-right: 0 !important;
}

.btn-primary:not(.menu-item):hover,
#main-menu > ul > li.btn-primary > a:hover {
  background: var(--color-black);
  border-color: transparent;
  transition: 0s;
  color: var(--color-white) !important;
  text-shadow: none;
}

#main-menu > ul > li.btn-primary > a:hover {
  background-color: #aa4d11;
}

.btn-secondary:not(.menu-item),
#main-menu > ul > li.btn-secondary > a {
  text-align: center;
  border: transparent;
  background: var(--color-black);
  color: #fff;
  text-decoration: none;
}

.btn-secondary:not(.menu-item):hover,
#main-menu > ul > li.btn-secondary > a:hover {
  background: var(--color-white);
  transition: 0s;
  text-shadow: none;
  color: var(--color-black);
}

#main-menu > ul > li.btn-secondary > a:hover {
  color: var(--color-white);
  background-color: var(--color-gray);
  border-color: var(--primary-color);
}

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

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

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

.btn-xl {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  padding: 15px 65px;
  border-radius: 50px;
}

.btn-l {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  line-height: normal;
  padding: 18px 60px;
  border-radius: 50px;
}

.btn-m {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal;
  padding: 13px 32px;
  border-radius: 50px;
}

.btn-s {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  padding: 9px 26px;
  letter-spacing: 1.4px;
  border-radius: 50px;
}

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

#main-menu .menu-item.btn-primary > a,
#main-menu .menu-item.btn-secondary > a {
  padding: 16px 45px 16px 45px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  position: relative;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
  position: relative;
}

/*#main-menu #menu-call-to-action .menu-item.btn-secondary > a:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  top: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  width: 22px;*/
/*  height: 26px;*/
/*  background-image: url("./../images/login-icon.svg");*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  background-color: transparent;*/
/*}*/

#main-menu .menu-item.btn-primary > a:hover:before,
#main-menu .menu-item.btn-primary > a:focus:before,
#main-menu .menu-item.btn-secondary > a:hover:before,
#main-menu .menu-item.btn-secondary > a:focus:before {
  opacity: 1;
}
.product-information .btn-primary {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  color: var(--color-white);
  padding: 25px 57px;
  font-weight: 700;
  border-radius: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(57, 57, 57, 1) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(57, 57, 57, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(57, 57, 57, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#393939',GradientType=1 );
  transform: skew(-10deg);
  margin-top: 20px !important;
  position: relative;
  display: inline-table;
}
.product-information .btn-primary:after {
  content: "";
  position: absolute;
  left: 10px;
  right: -4px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 80%;
  z-index: -2;
  transform: skew(-5deg);
  transition: 0.2s;
}
.product-information .btn-primary:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(57, 57, 57, 1) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(57, 57, 57, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(57, 57, 57, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#393939',GradientType=1 );
  height: 100%;
  z-index: -1;
  transform: skew(0deg);
  transition: 0.2s;
}
.product-information .btn-primary span {
  transform: skew(10deg);
  display: block;
}
.product-information .btn-primary:hover,
.product-information .btn-primary:focus {
  color: var(--color-black) !important;
  background: var(--color-white);
}
.product-information .btn-primary:hover:before,
.product-information .btn-primary:focus:before {
  color: var(--color-black) !important;
  background: var(--color-white);
}
.product-information .trustpilot-box {
  margin-top: 40px;
}
.product-information .trustpilot-box img {
  width: 100%;
  max-width: 318px;
}

.visualcomposerstarter .vct-cart-wrapper {
  position: relative;
  margin-left: 30px;
  margin-right: 10px;
}

.visualcomposerstarter .vct-cart-wrapper .vct-cart-items-count {
  position: absolute;
  right: -8px;
  top: 4px;
  height: 20px;
  width: 20px;
  background-color: var(--primary-color);
  font-size: 9px;
  color: var(--color-white);
  box-shadow: 0 0 0 4px rgba(237, 107, 23, 0.5);
}

.cover-image {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.content-wrapper {
  padding: 0 15px 1px 15px;
  margin: 0 -15px;
  overflow-wrap: break-word;
  background-color: transparent;
}

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

.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 {
  text-align: center;
}
.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: flex;
  border-radius: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.pagination > li {
  margin: 5px !important;
}
.nav-links.post-inner-navigation {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.comments-area .bypostauthor .fade-in-image:before {
  font-family: "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 > .gallery-item {
  position: absolute;
  top: 0;
  left: 0;
}

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

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

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

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

.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 {
  color: #333;
}

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

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

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

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

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

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

.comment-content p a,
.entry-content ol a,
.comment-content ol a,
.entry-content ul a,
.comment-content ul a,
.entry-content table a,
.comment-content table a,
.entry-content datalist a,
.comment-content datalist a,
.entry-content blockquote a,
.comment-content blockquote a,
.entry-content dl a,
.comment-content dl a,
.entry-content address a,
.comment-content address a {
  line-height: 1.2;
}
.entry-content .woocommerce-cart-form table a {
  border-bottom: none;
}

.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;
}
img.CToWUd {
  height: 26px;
  margin-right: 10px;
}
.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;
  color: white;
}

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

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

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

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

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

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

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

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

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

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

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

.widget select {
  width: 100%;
}

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

/* Calendar widget */

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

.widget_calendar tfoot td {
  border: 0;
}

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

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

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

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

.widget_calendar td {
  padding: 0.4em;
}

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

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

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

input#username,
input#password,
input#reg_email,
input#reg_password,
input#reg_password2 {
  font-weight: normal;
  font-size: 16px;
}

a.woocommerce-privacy-policy-link {
  color: var(--primary-color);
}

input[type="submit"] {
  width: auto;
}

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

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

.search-form:after {
  content: "\70";
  font-family: "Visual Composer Starter Font", sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#footer {
  background-color: var(--color-gray);
  color: var(--color-white);
  font-size: 15px;
  line-height: 18px;
  margin-top: -2px;
}

#footer a {
  text-transform: capitalize;
  color: var(--color-black);
  display: inline-block;
}

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

#footer .contact-details p,
#footer .contact-details a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}

@media (min-width: 768px) {
  #footer .social-icons {
    margin-bottom: 25px;
  }
}

#footer a:hover {
  border-bottom-color: #fff;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-bottom {
  padding: 15px 0 20px 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .copyright {
  color: #929292;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
}
.footer-bottom p {
  color: var(--color-black);
}

.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: 90px;
}

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

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

.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: 40px;
  }
  .pb-10 {
    padding-bottom: 30px;
  }
}

/*********** Hero Slider CSS *********/
.hero-slider {
  position: relative;
}
.slider-competition {
  position: relative;
  background-color: #ff6c20;
}

.slider-competition .background-image > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-competition .background-image .image-overlay {
  position: absolute;
  top: 0;
  right: 20%;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, #ff6c20 40%, #ff6c2000 100%);
  background: -webkit-linear-gradient(left, #ff6c20 40%, #ff6c2000 100%);
  background: linear-gradient(to right, #ff6c20 40%, #ff6c2000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6C20', endColorstr='#FF6C2000',GradientType=1 );
}

.slider-competition .background-image .image-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("./../images/overlay-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /*mix-blend-mode: multiply;*/
  /*display: none !important;*/
}
.slider-competition .slider-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  display: grid;
  align-items: center;
  /*justify-content: center;*/
}

.slider-competition .product-information > h4 {
  font-size: 40px;
  text-transform: uppercase;
  color: var(--primary-accent-color);
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}
.slider-competition .product-information > h4:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  height: 1px;
  width: 363px;
  background-color: #d9a87e;
  opacity: 0.5;
}
.slider-competition .product-information > h3 {
  font-size: 50px;
  text-transform: uppercase;
  color: var(--color-white);
  line-height: 64px;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 1px;
  font-family: var(--font-family-teko);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  padding-left: 77px;
}
.slider-competition .product-information > h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 67px;
  height: 22px;
  background-image: url("./../images/ribbon.svg");
}
.slider-competition .product-information > h1 {
  font-size: 120px;
  color: var(--color-white);
  line-height: 120px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: var(--font-family-teko);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.slider-competition .product-information > h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 475px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}

.slider-competition .product-information > p {
  color: var(--color-white);
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 28px;
}
.slide-btn {
  text-align: center;
  cursor: pointer;
}

.slide-btn img {
  margin: 0 auto;
}

.reviews-nav .slide-btn.slick-current.slick-center {
  position: relative;
}

.reviews-nav .slide-btn img {
  height: 110px;
  width: 110px;
  border-radius: 100%;
}

.reviews-nav .slide-btn.slick-current.slick-center img {
  background: transparent
    radial-gradient(closest-side at 50% 50%, #3e496300 0%, #3e4963 100%) 0% 0%
    no-repeat padding-box;
  padding: 15px;
}

.lty-shop-timer-section:before {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  content: ":";
  width: auto;
  height: auto;
  background: transparent;
  font-size: 20px;
  color: #335d7e60;
  display: none;
}

#lty_lottery_days:after,
#lty_lottery_hours:after,
#lty_lottery_minutes:after,
#lty_lottery_seconds:after {
  display: block;
  position: absolute;
  content: "Days";
  transform: translateY(30px);
  font-size: 10px;
  font-weight: 400;
  color: white;
  font-family: var(--font-family);
  text-transform: uppercase;
}

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

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

#lty_lottery_seconds:after {
  content: "Sec";
}

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

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

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

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

.icon-box > p > 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: white;
}
.main-content .section-heading p {
  color: var(--color-black);
}
body.single-winners .main-content .section-heading p,
body.post-type-archive-winners .main-content .section-heading p {
  color: var(--primary-color);
}
body.post-type-archive-winners .main-content .section-heading p {
  font-size: 70px;
}

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

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

.height-24 {
  height: 24px;
}

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

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

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

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

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

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

.products > .product {
  width: calc(33.33% - 20px);
  display: inline-block;
  position: relative;
  background: #eee1b5;
  border-radius: 12px 12px 0 0;
  padding: 0 0 30px;
  margin: 10px;
  margin-bottom: 20px !important;
  box-shadow: -10px 20px 16px rgba(0, 0, 0, 0.1);
}

.products.columns-1 > .product {
  width: calc(100% - 20px);
}

.product a.product-item-thumbnail {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.product a.product-item-thumbnail:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 128px;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  opacity: 0.7;
}

.product a.product-item-thumbnail img {
  height: 275px;
  object-fit: cover;
  width: 100%;
}
.products > .product:hover .product-item-thumbnail img,
.products > .product:focus .product-item-thumbnail img {
  opacity: 0.5;
}
.product .product-item-info .product-item-heading {
  padding: 0 0 10px;
  display: block;
  min-height: 106px;
  text-align: center;
  margin-top: 0;
  position: relative;
  z-index: 2;
}
.product .product-item-info h2.woocommerce-loop-product__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: var(--color-black);
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  text-align: center;
  font-family: var(--font-family-poppins);
  padding: 30px 10px 0;
  border-radius: 10px 10px 0 0;
}

.product .product-item-info {
  text-align: center;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
}
.product .product-item-info a {
  text-decoration: none;
}

.product span.status {
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  color: var(--color-black);
  padding: 13px 13px 0;
  text-align: center;
}

.lty-shop-timer-wrapper {
  background-color: transparent;
  margin: 0 auto;
  padding-bottom: 8px;
  max-width: 280px;
}

.lty-shop-timer-wrapper .lty-shop-timer-section #lty_lottery_days,
.lty-shop-timer-wrapper .lty-shop-timer-section #lty_lottery_hours,
.lty-shop-timer-wrapper .lty-shop-timer-section #lty_lottery_minutes,
.lty-shop-timer-wrapper .lty-shop-timer-section #lty_lottery_seconds {
  color: white !important;
  text-align: center;
  font-size: 24px;
  height: 66px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  position: relative;
  font-weight: 600;
  font-family: var(--font-family-poppins);
  padding: 10px 0;
}
.lty-shop-timer-wrapper .lty-shop-timer-section #lty_lottery_days:before,
.lty-shop-timer-wrapper .lty-shop-timer-section #lty_lottery_hours:before,
.lty-shop-timer-wrapper .lty-shop-timer-section #lty_lottery_minutes:before {
  content: "";
  width: 10px;
  height: 41px;
  background: var(--primary-color);
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(0, -50%);
}

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

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

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

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

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

.product-item-thumbnail
  .lty-shop-timer-wrapper
  .lty-lottery-countdown-timer
  #lty_lottery_days,
.product-item-thumbnail
  .lty-shop-timer-wrapper
  .lty-lottery-countdown-timer
  #lty_lottery_hours,
.product-item-thumbnail
  .lty-shop-timer-wrapper
  .lty-lottery-countdown-timer
  #lty_lottery_minutes,
.product-item-thumbnail
  .lty-shop-timer-wrapper
  .lty-lottery-countdown-timer
  #lty_lottery_seconds {
  color: var(--color-white) !important;
}

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

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

div.product .product-item-info p.price,
div.product .product-item-info span.price {
  font-size: 20px !important;
  color: #403125;
  display: block;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  padding: 0;
  margin: 0;
  font-family: var(--font-family-poppins);
}

div.product .product-item-info p.price .woocommerce-Price-currencySymbol,
div.product .product-item-info span.price .woocommerce-Price-currencySymbol {
  font-weight: 400;
}

div.product .product-item-info p.price ins,
div.product .product-item-info span.price ins {
  font-weight: 700;
  text-decoration: none;
  color: #3a3a3a;
  font-size: 20px;
  font-family: var(--font-family-poppins);
}

div.product .product-item-info p.price del,
div.product .product-item-info span.price del {
  font-weight: 700;
  opacity: 1;
  font-size: 20px;
  color: #3a3a3a80;
  font-family: var(--font-family-poppins);
}

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

.progress-bar--top:before {
  content: "";
  background: var(--color-black);
  height: 50px;
  width: 1px;
  position: absolute;
  left: -20px;
  transform: translateX(5px);
}

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

.single-product .progress-bar--top {
  color: var(--color-black);
}

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

.progress-bar--top span {
  font-size: 12px;
  margin-right: 30px;
  line-height: 17px;
  display: inline-block;
  font-weight: 400;
  margin-top: 8px;
}

.loop-progress-bar {
  height: 38px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  background-color: #00000070;
}
.single-product .summary .loop-progress-bar {
  position: relative;
}
.loop-progress-bar .percentage {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  height: 38px;
  background-color: var(--primary-color);
}
.single-product .summary .loop-progress-bar {
  height: 12px;
  background: #d3d2d2;
  margin: 10px 0 0 0;
  border: none;
  border-radius: 0;
}
.single-product .summary .loop-progress-bar:before {
  display: none;
}
.single-product .summary .loop-progress-bar .percentage {
  background: var(--primary-color);
  height: 12px;
}
.loop-progress-bar span {
  font-size: 12px;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translate(0, -50%);
  color: var(--color-white);
  line-height: 20px;
  font-family: var(--font-family-poppins);
}
.loop-progress-bar span:after {
  content: " Tickets Sold";
}

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

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

.load-more:after {
  content: "";
  position: absolute;
  left: 50%;
  height: 42px;
  transform: translate(-50%, -50%);
  width: 2px;
  background: #c44503;
  top: 0;
}
.section-heading {
  text-align: center;
}
.section-heading .wpb_wrapper p {
  color: var(--color-gray);
  font-size: 40px;
  letter-spacing: 0;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 15px !important;
  font-family: var(--font-family-teko);
  display: inline-block;
  position: relative;
}

.light-theme p,
.light-theme h1,
.light-theme h2,
.light-theme h3,
.light-theme h4,
.light-theme h5,
.light-theme h6,
.light-theme.section-heading .wpb_wrapper p {
  color: #fff;
}

.accent-theme p,
.accent-theme h1,
.accent-theme h2,
.accent-theme h3,
.accent-theme h4,
.accent-theme h5,
.accent-theme h6,
.accent-theme.section-heading .wpb_wrapper p {
  color: var(--primary-color);
}

.grey-theme p,
.grey-theme h1,
.grey-theme h2,
.grey-theme h3,
.grey-theme h4,
.grey-theme h5,
.grey-theme h6 {
  color: #434343;
}
.home .section-heading .wpb_wrapper p {
  text-transform: uppercase;
}
.vc_custom_1617341566035 .section-heading .wpb_wrapper p {
  color: var(--primary-color);
}
.vc_custom_1617345474605 .section-heading .wpb_wrapper p {
  color: var(--color-white);
}
.section-heading .wpb_wrapper p:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translate(0, -50%);
  width: 39px;
  height: 13px;
  background: url("./../images/border-left.svg");
  background-size: cover;
  margin-top: -4px;
}
.section-heading .wpb_wrapper p:after {
  content: "";
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translate(0, -50%);
  width: 39px;
  height: 13px;
  background: url("./../images/border-right.svg");
  background-size: cover;
}

.page-id-353 .section-heading .wpb_wrapper p {
  font-size: 60px;
  color: var(--primary-color);
  display: block;
  font-family: var(--font-family-poppins);
  margin-bottom: 80px !important;
}
.page-id-353 .section-heading .wpb_wrapper p:after,
.page-id-353 .section-heading .wpb_wrapper p:before {
  display: none;
}
.section-heading .wpb_wrapper span {
  color: var(--color-gray);
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  max-width: 870px;
  margin: 0 auto;
  font-weight: 400;
}

.vc_column_container {
  padding-left: 0;
}

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

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

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

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

.hiw-container .slick-track > div > div {
  height: 100%;
  margin: 0 30px;
  width: calc(100% - 60px);
}
.hiw-item {
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.hiw-item:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #e2e2e2;
}
.hiw-item:last-child:after {
  display: none;
}
.hiw-item > div {
  max-width: 372px;
  margin: 0 auto;
  position: relative;
}
.hiw-item .hiw-numbered {
  font-size: 100px;
  font-weight: 900;
  font-style: italic;
  line-height: 32px;
  color: var(--primary-color);
  opacity: 1;
  margin-bottom: 0;
  position: absolute;
  left: -10px;
  top: 20px;
  display: none;
}

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

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

.hiw-item .hiw-numbered .underlineWidth {
  width: 80%;
}
.hiw-item .hiw-heading {
  font-size: 22px;
  font-weight: 500;
  color: #13222e;
  line-height: 28px;
  text-align: center;
  font-family: var(--font-family-teko);
  margin: 10px auto;
}
.hiw-item .wpb_single_image {
  margin-bottom: 24px;
}

.hiw-item .hiw-body {
  font-size: 14px;
  line-height: 24px;
  color: #7d7d7d;
  margin-bottom: 0;
}
.hiw-item .hiw-body p {
  color: #7d7d7d;
}

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

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

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

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

.winners .slick-list {
  overflow: unset;
}

.winners .winner-item {
  background: #fff;
  margin: 10px;
  position: relative;
  width: calc(33.33% - 20px);
  display: inline-block;
  overflow: hidden;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
}
.winners .winner-item .winner-image-container:before {
  content: "Competition fox winner";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 58px;
  background-color: #292929;
  color: var(--color-white);
  font-family: var(--font-family-teko);
  font-size: 24px;
  padding: 10px;
  text-align: center;
  z-index: 1;
}

.winner-details > .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.winners .winner-item .winner-info {
  text-align: center;
  padding: 20px 15px;
  min-height: 144px;
}
.winners .winner-item .winner-info a.title {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  color: var(--color-gray);
}

.winners .winner-item .winner-info .winner-details {
  margin: 0;
}
.winners .winner-item .winner-info p:first-child {
  color: var(--color-gray);
  font-size: 16px;
}
.winners .winner-item .winner-info p {
  font-size: 16px;
  color: var(--primary-color);
  margin-bottom: 0;
}
.winners .winner-item a.winner-image-container {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--color-gray);
  padding-top: 58px;
}
.winners .winner-item a.winner-image-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 128px;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  opacity: 0.7;
}

.winners .winner-item a.winner-image-container > img {
  width: 100%;
  height: 266px;
  display: block;
  object-fit: cover;
  margin: 0 auto;
  transition: 0.5s;
}
.winners .winner-item:hover img,
.winners .winner-item:focus img {
  opacity: 0.5;
}

.winners .winner-item .btn {
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 12px;
  border: 2px solid transparent !important;
  color: #4f463f;
  background-color: #f2e8d7;
  margin-top: 20px;
  outline: none !important;
  box-shadow: none !important;
}
.winners .winner-item .btn:hover,
.winners .winner-item .btn:focus {
  background-color: transparent !important;
  color: #4f463f;
  border-color: #f7f3eb !important;
}

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

.winners .winner-item:hover .winner-info a.title {
  color: var(--primary-color);
}

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

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

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

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

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

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

.reviews .review-item {
  text-align: center;
  padding: 10px;
  margin: 0 10px;
  position: relative;
}
.reviews .review-item:last-child {
  margin-bottom: 15px;
}
.reviews .review-item .review-info {
  position: relative;
  padding: 35px 35px 110px 35px;
  background-color: #ed6b17;
  box-shadow: 10px 10px 16px rgba(0, 0, 0, 0.1);
  min-height: 210px;
}
.reviews .review-item .review-info:after {
  content: "";
  position: absolute;
  left: 10px;
  right: -5px;
  bottom: 0;
  height: 85%;
  background-color: rgba(0, 0, 0, 0.3);
  transform: skew(-2deg);
  z-index: -1;
}
.reviews .review-item .reveiwer-image {
  height: 76px;
  width: 76px;
  object-fit: cover;
  margin: 0;
  border-radius: 100%;
  position: absolute;
  bottom: 40px;
  overflow: hidden;
  background-color: var(--color-white);
}

.reviews .review-item p.reviewer-name {
  color: var(--color-white);
  opacity: 1;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  line-height: 28px;
  text-transform: uppercase;
  position: absolute;
  bottom: 54px;
  left: 125px;
}

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

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

.reviews .review-item p.review-body {
  font-size: 15px;
  color: var(--color-white);
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px;
  text-align: left;
}

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

#footer .menu li {
  margin-bottom: 20px;
}
#footer .menu li a {
  display: block;
}

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

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

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

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

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

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

#footer > .footer-widget {
  padding-top: 65px;
  padding-bottom: 65px;
}

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

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

#footer .website-information {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
#footer .website-information p {
  letter-spacing: 0;
}

#footer .website-information > div > img {
  width: 350px;
}

.sv-alert {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #00000080;
  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: 452px;
  width: 100%;
  background: var(--color-white);
  padding: 30px 34px 50px;
  border-radius: 0;
}

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

.sv-alert .btn-container a {
  font-size: 18px;
  display: block;
  margin: 0;
  transform-origin: center;
  margin-top: 12px;
  color: #fff !important;
  border-radius: 50px;
}
.sv-alert .btn-container a.cancel-btn {
  background-color: var(--light-color);
  border-color: var(--light-color);
  color: var(--color-black) !important;
}
.sv-alert .btn-container a.cancel-btn:hover,
.sv-alert .btn-container a.cancel-btn:focus {
  color: var(--color-white) !important;
  background-color: var(--color-black);
  border-color: var(--color-black);
}
.sv-alert img {
  margin-bottom: 20px;
}
.sv-alert h3.heading {
  margin: auto;
  color: var(--color-black);
  font-size: 40px;
  line-height: 30px;
  font-weight: 700;
  padding-top: 140px;
  margin-top: 0;
  position: relative;
}
.sv-alert h3.heading:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 106px;
  height: 106px;
  background-image: url("./../images/ticket-icon.svg");
  background-size: cover;
}

.sv-alert p.message {
  margin: auto;
  color: var(--color-black);
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
  letter-spacing: -0.53px;
  line-height: 24px;
  font-weight: 700;
  word-wrap: break-word;
}

a.btn.add_to_cart_button.cancel-btn {
  color: #999;
}
.slick-dots {
  bottom: -60px;
}
.slick-dots li button:before {
  width: 15px;
  height: 15px;
  background: #ceccc9;
  border-radius: 100%;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  z-index: 2;
  background: var(--primary-color) !important;
}
.slick-dots li.slick-active button:after {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  width: 20px;
  height: 20px;
  background-color: var(--color-white);
  border-radius: 50%;
  z-index: 1;
}

#main-menu ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
}

.hide-desktop {
  display: none;
}

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

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

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

.woocommerce div.product div.images img {
  height: 100%;
  object-fit: cover;
  max-height: 412px;
}
.wpb_text_column.wpb_content_element.heading-l-wb {
  margin-bottom: 70px;
  padding-bottom: 70px;
}
.wpb_text_column.wpb_content_element.heading-l-wb:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #3e4963;
  position: absolute;
  top: 23%;
  left: 0;
  transform: translate(0px, -30px);
}

.wpb_text_column.wpb_content_element.heading-l-wb:after {
  top: unset;
  bottom: 0;
}
p.lost_password {
  position: absolute;
  right: 0;
  bottom: 94px;
}
p.lost_password a {
  color: var(--primary-color);
  text-decoration: underline;
  float: right;
  text-transform: capitalize;
}

p.lost_password a:hover {
  color: var(--color-black);
}

.heading-l-wb {
  font-size: 60px;
  text-align: center;
  letter-spacing: 0.8px;
  line-height: 62px;
  font-weight: 700;
  padding-bottom: 30px;
  position: relative;
  color: var(--primary-color);
}
.page-id-264 .heading-l-wb p,
.page-id-1252704 .heading-l-wb p {
  margin-bottom: 0;
}

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

.heading-l-wb span {
  color: var(--color-black);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px !important;
  display: inline-block;
}

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

.heading-sm {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--color-black);
  font-family: var(--font-family);
  margin-top: 20px;
}

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

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

.text-m {
}

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

.text-xs {
}

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

.text-secondary-accent {
  color: #fab600;
}

.seprator {
  width: 100%;
  height: 1px;
  background-color: #cfd9e0;
}
.single-product .notes .heading-xs {
  color: var(--color-black);
}
p#move-to-entries,
.terms {
  color: #00000060;
  line-height: 27px;
  font-size: 14px;
}

#move-to-entries a {
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: underline;
}

.lty-lottery-date-ranges .lty-lottery-countdown-timer {
  /*overflow: auto;*/
}

.single-product
  .competition-timer
  .lty-lottery-countdown-timer
  .lty-lottery-timer {
  border: none;
  display: flex;
  width: auto;
  border-radius: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 19px;
  color: #335d7e;
  padding: 0 2px;
  position: relative;
  background-color: gray;
}

a.checkout-button.button.alt.wc-forward:hover {
  color: var(--color-white) !important;
  background: var(--primary-button-hover-background) !important;
  transition: 0s;
}
#payment .form-row.place-order > button:hover {
  background: var(--primary-color) !important;
  transition: 0s;
}
.mark,
mark {
  background-color: transparent !important;
  padding: 0.2em;
  color: var(--primary-color) !important;
}

form#tickets-form {
  margin-top: 0;
  margin-bottom: 60px;
}

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

.lty-bid-logs-wrapper p {
  color: #335d7e;
}

.woocommerce div.product form.cart {
  padding: 0 0;
  background: #fff;
}
.single-product.woocommerce div.product form.cart {
  background: transparent;
}

.competitions-step .step-label {
  color: var(--primary-color);
  font-size: 24px;
  line-height: 56px;
  text-transform: uppercase;
  font-weight: 700;
}

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

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

.competitions-step .step-heading {
  color: var(--color-black);
  font-size: 28px;
  line-height: normal;
  font-weight: 700;
}

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

p.lty-lottery-question,
.competitions-step p {
  font-size: 15px;
  line-height: 22px;
  color: var(--color-black);
  font-weight: 400;
}

.tickets-legend-heading {
  color: var(--color-black);
  font-weight: bold;
  font-size: 28px;
  line-height: normal;
  text-align: left;
  margin-top: 0;
}
ul.lty-lottery-answers {
  margin-bottom: 20px;
  margin-top: -2px;
}
ul.lty-lottery-answers li {
  display: inline-block;
  width: auto;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 28px;
  margin-right: 10px;
  letter-spacing: 0;
  background: #ffffff20;
  color: var(--color-black);
  border-radius: 0;
  text-transform: uppercase;
  border: 2px solid var(--color-black);
}

ul.lty-lottery-answers li:hover,
ul.lty-lottery-answers li.lty-selected {
  background: var(--primary-color);
  border-color: transparent;
  color: #fff;
}

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

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

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

.inner-color-graph-item > p {
  line-height: 15px;
  opacity: 100%;
}

.lty-lottery-ticket-tab-wrapper .lty-lottery-ticket-tab {
  float: unset;
  padding: 0 10px;
  border: unset;
  margin: 5px;
  line-height: 22px;
  font-size: 16px;
  color: var(--color-black);
  background: #ffffff00;
  font-weight: 400;
}

.lty-lottery-ticket-tab-wrapper .lty-active-tab {
  color: var(--primary-color);
  font-weight: bold;
}

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

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

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

.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li {
  opacity: 100%;
  margin: 5px;
  padding: 0.8rem;
  font-weight: 400;
  background: var(--color-white);
  border: 1px solid var(--color-black);
  color: var(--color-black);
  font-size: 20px;
  line-height: 24px;
  border-radius: 0;
}

.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li:hover {
  background: #c65913;
  border-color: #c65913;
  color: #fff;
  font-weight: 400;
}

.lty-lottery-progress-bar,
.lty-progress-count {
  float: left;
  width: 62%;
}

.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: var(--primary-color);
  border-color: transparent;
  color: #fff;
}

.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li.lty-reserved-ticket {
  background: #ead79a;
  color: black;
  border-color: #ead79a;
  cursor: not-allowed;
}
.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li.lty-booked-ticket {
  color: var(--color-black);
  background: #d2d2d2;
  border-color: #d2d2d2;
}

.lty-lottery-ticket-panel
  .lty-ticket-number-wrapper
  ul
  li.lty-ticket.lty-reserving-ticket {
  cursor: progress;
  background: var(--primary-color);
  color: var(--color-white);
  border-color: transparent;
}

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

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

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

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

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

.entry-tabs > span {
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  width: calc(12.5% - 8px);
  min-width: 120px;
  font-weight: 400;
  padding: 12px 20px;
  text-align: center;
  display: inline-block;
  margin: 0 8px 8px 0;

  background: var(--color-white);
  border: 1px solid var(--color-black);
  color: var(--color-black);
  border-radius: 0;
}

.entry-tabs > span.active {
  background: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

.entry-tabs > span:hover {
  background: black;
  color: #fff;
  border-color: transparent;
}

.lty-bid-logs-wrapper .full-width:before {
  content: "";
  background: #f7f3eb;
  left: 0;
  right: 0;
  height: 54px;
  position: absolute;
  z-index: 0;
}

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

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

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

.single-product
  table.lty-frontend-table.shop_table.shop_table_responsive.lty-ticket-logs-table {
  background-color: transparent;
  border-radius: 0;
  padding: 20px 0;
  margin-top: 30px;
  position: relative;
}
.single-product
  table.lty-frontend-table.shop_table.shop_table_responsive.lty-ticket-logs-table
  thead,
.single-product
  table.lty-frontend-table.shop_table.shop_table_responsive.lty-ticket-logs-table
  tbody {
  position: relative;
  z-index: 1;
  background-color: transparent;
}
.single-product
  table.lty-frontend-table.shop_table.shop_table_responsive.lty-ticket-logs-table:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
  background: #ed6b17 url("./../images/bg-primary.jpg");
  background-size: cover;
  height: 100%;
  z-index: -1;
}

table.lty-frontend-table.shop_table.shop_table_responsive.lty-ticket-logs-table
  thead
  th {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0;
  color: var(--color-white);
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: transparent;
}

table.lty-frontend-table.shop_table.shop_table_responsive.lty-ticket-logs-table
  tbody
  td {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  padding-top: 20px;
  line-height: 22px;
  padding-bottom: 20px;
  border-top: 0;
  padding-left: 30px;
  border-bottom: 2px solid #ffffff20;
}

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

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

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

.related.products {
  padding: 70px 0 100px;
  background: transparent;
}

.related.products .section-heading p {
  color: var(--color-gray);
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--font-family-teko);
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.related.products .section-heading p:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 45%;
  transform: translate(0, -50%);
  width: 39px;
  height: 13px;
  background: url("./../images/border-left.svg");
  background-size: cover;
}
.related.products .section-heading p:after {
  content: "";
  position: absolute;
  right: -50px;
  top: 45%;
  transform: translate(0, -50%);
  width: 39px;
  height: 13px;
  background: url("./../images/border-right.svg");
  background-size: cover;
}

button.btn-primary.btn-m.button.alt.lty-lucky-dip-button {
  height: 50px;
  margin-top: 9px;
  font-weight: 700;
  float: unset;
}

.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: 3px solid #e1e1e1;
}
.woocommerce-checkout .page-header {
  margin-top: 30px;
}
.woocommerce-cart .page-header {
  border-bottom: 0;
}
.woocommerce-checkout .main-content {
  padding-top: 60px;
  padding-bottom: 30px;
}

.page-header p {
  font-size: 14px;
  line-height: 18px;
  color: #7e7e7e;
}

.woocommerce-cart .page-header p {
  font-size: 14px;
  line-height: 18px;
  color: var(--color-black);
}

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

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

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

h1.entry-title {
  margin-top: 0;
  font-size: 60px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 62px;
  color: var(--primary-color);
}
body.woocommerce-cart h1.entry-title,
body.woocommerce-checkout h1.entry-title {
  text-align: left;
  color: var(--primary-color);
}
body.page-id-257 h1.entry-title,
body.page-id-25 h1.entry-title {
  color: var(--primary-color);
}

.coupon-container {
  overflow: auto;
}

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

.cart-actions .coupon input[type="text"] {
  font-size: 16px;
  padding: 16px 20px;
  border: 1px solid #e1e1e1;
  margin-right: 10px;
  min-width: 230px;
  color: #000;
  background-color: #e1e1e1;
  height: 52px;
  border-radius: 40px;
}
.cart-actions .coupon .btn-primary {
  border-radius: 40px;
  padding: 14px 32px;
}

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

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

.defaultList li {
  font-size: 16px;
  color: var(--color-white);
  line-height: 22px;
  position: relative;
  counter-increment: list-counter;
  padding-left: 30px;
  margin-bottom: 15px;
  font-weight: 400;
}

.defaultList li:before {
  font-size: 20px;
  color: var(--color-white);
  position: absolute;
  left: 0;
  height: 28px;
  content: counter(list-counter) ".";
  display: flex;
  justify-content: center;
  border-radius: 100%;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

.woo-wallet-my-wallet-container {
  border: 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 {
  width: 50% !important;
  padding: 0 !important;
  margin: 0 auto;
  color: var(--color-black) !important;
}

.woo-wallet-sidebar-heading,
.woo-wallet-content-heading {
  font-size: 28px;
  line-height: 22px;
  padding: 18px;
  text-align: left !important;
  font-weight: 600;
  color: white !important;
}

.woo-wallet-content-heading {
  padding: 25px 25px;
  margin-bottom: 15px;
  background: var(--primary-color);
  font-size: 20px;
}

.woo-wallet-content-heading > h3,
.woo-wallet-content-heading > p {
  margin-bottom: 0 !important;
  color: var(--color-white);
}
.woo-wallet-transactions-items {
  background-color: #fff;
  padding: 10px 15px !important;
  margin-top: -15px !important;
}

hr {
  display: none;
}

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

.woo-wallet-sidebar-heading a {
  color: #0d0d0d !important;
}

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

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

.woo-wallet-sidebar ul li.card {
  color: var(--color-black);
  flex: 0.5;
  width: 70%;
  box-shadow: unset !important;
  display: inline-flex;
  padding-top: 14px;
  padding-bottom: 21px;
  margin: 5px;
  background: #e1e1e1 !important;
  border: 1px solid #e1e1e1;
  border-radius: 50px !important;
}

.woo-wallet-sidebar ul li.card:hover {
  background: var(--primary-color) !important;
  border-color: var(--primary-color);
  color: #fff !important;
}

.woo-wallet-sidebar ul li.card:hover a,
.woo-wallet-sidebar ul li.card:hover a p {
  color: #fff !important;
}

.woo-wallet-sidebar ul li.card:hover {
  background: #fab600;
}

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

.visualcomposerstarter.woocommerce-account
  .woocommerce-MyAccount-content
  li
  a
  p {
  margin-top: 10px;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--color-black);
}

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

.woo-wallet-transaction-type-credit {
  color: black;
  font-size: 12px;
}

.woo-wallet-transactions-items li {
  padding: 8px 10px !important;
}

.woo-wallet-transactions-items li .woo-wallet-transaction-type-debit {
  color: var(--primary-color);
}

.woo-wallet-transactions-items li .woo-wallet-transaction-type-credit {
  color: #0d0d0d;
  font-size: 16px;
}

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

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

.woo-wallet-add-amount input[type="number"] {
  font-size: 16px;
  padding: 16px 20px;
  border: 1px solid #e1e1e1;
  margin-right: 10px;
  width: 100%;
  color: var(--color-black);
  height: 52px;
  border-radius: 0;
  background-color: #e1e1e1;
}

.woo-wallet-add-amount input[type="submit"] {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  background: var(--primary-color);
  color: #fff;
  margin-top: 10px;
  display: block;
  float: right;
  border: none;
  padding: 18px 60px;
  border-radius: 50px;
}
.woo-wallet-add-amount input[type="submit"]:hover {
  background: var(--primary-button-hover-background);
  color: #fff;
  border-color: #335d7e;
}
.dataTables_wrapper label {
  color: var(--color-white);
  font-size: 12px;
  font-weight: 500;
}

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

.dataTables_wrapper select,
.dataTables_wrapper input {
  background: var(--color-white);
  border: 1px solid var(--color-white);
  padding: 6px 10px;
  color: var(--color-black);
  border-radius: 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.dataTables_wrapper select {
  margin: 0 10px;
}
table#wc-wallet-transaction-details th {
  border: 0;
  font-size: 16px;
  color: var(--color-white);
  font-weight: 700;
  letter-spacing: 0;
  padding: 20px 10px;
  border-bottom: none;
}
table.dataTable.no-footer {
  border-bottom-color: #fff !important;
}

table#wc-wallet-transaction-details tbody tr {
  background: transparent;
}

table#wc-wallet-transaction-details tbody tr td {
  border-bottom: solid 1px #ffffff10;
}

/*Klayvio email opt-in checkbox styes*/
.visualcomposerstarter
  .woocommerce
  form
  .form-row.kl_newsletter_checkbox_field
  input,
.visualcomposerstarter
  .woocommerce
  form
  .form-row.kl_sms_consent_checkbox_field
  input {
  min-width: 1.5rem;
}

.visualcomposerstarter
  .woocommerce
  form
  .form-row.kl_sms_consent_checkbox_field,
.visualcomposerstarter
  .woocommerce
  form
  .form-row.kl_newsletter_checkbox_field {
  font-size: 0.75rem;
  padding: 1rem;
}

.visualcomposerstarter
  .woocommerce
  form
  .form-row.kl_sms_consent_checkbox_field
  label,
.visualcomposerstarter
  .woocommerce
  form
  .form-row.kl_newsletter_checkbox_field
  label {
  font-size: 0.75rem;
  position: relative;
}

.visualcomposerstarter
  .woocommerce
  form
  .form-row.kl_sms_consent_checkbox_field
  .optional,
.visualcomposerstarter
  .woocommerce
  form
  .form-row.kl_newsletter_checkbox_field
  .optional {
  position: absolute;
  top: 100%;
  left: 32px;
  font-size: 0.5rem;
  opacity: 0.5;
}
/*End Klayvio email opt-in styles*/

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: var(--color-black) !important;
}
.woocommerce-checkout #payment h2 {
  color: var(--color-white);
  font-size: 20px;
  padding-bottom: 0;
}

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

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

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

table#wc-wallet-transaction-details tr td {
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  border: 0;
  padding: 14px 10px;
  color: var(--color-white);
}

.form-width {
  max-width: 100%;
  width: 100%;
}
.woocommerce-form.woocommerce-form-login {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
}
.woocommerce-form.woocommerce-form-login label,
.woocommerce-form.woocommerce-form-register label {
  color: var(--color-black);
}

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

form.woocommerce-form .form-row {
  margin-bottom: 20px;
}

form.woocommerce-form label,
.wpcf7-form label {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  position: relative;
}
.woocommerce-form__label-for-checkbox span {
  font-size: 16px;
  font-weight: 400;
}

form.woocommerce-form label input {
  width: 20px;
  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 #0d0d0d;
  transform: translateY(-50%);
  border-radius: 4px;
}

form.woocommerce-form label input[type="checkbox"]:checked + span:before {
  background: #0d0d0d;
  border: 2px solid var(--color-white);
  background-image: url("./../images/checked.svg");
  background-position: center;
}
.wpcf7-form {
  max-width: 788px;
  margin: 30px auto 0;
}
form.woocommerce-form input,
.wpcf7-form input,
.wpcf7-form textarea {
  text-transform: unset !important;
}
form.woocommerce-form input,
.wpcf7-form input,
.wpcf7-form textarea {
  font-size: 16px;
  padding: 16px 20px;
  border: 1px solid #e1e1e1;
  margin-right: 10px;
  width: 100%;
  color: #0d0d0d;
  background-color: #e1e1e1;
  height: 52px;
  border-radius: 0;
}
.wpcf7-form textarea {
  height: 200px;
}
form.woocommerce-form input::-webkit-input-placeholder,
.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
  /* Edge */
  color: #0d0d0d70;
}

form.woocommerce-form input:-ms-input-placeholder,
.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0d0d0d70;
}

form.woocommerce-form input::placeholder,
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #0d0d0d70;
}
.wpcf7-form .wpcf7-submit {
  max-width: 260px;
  margin: 40px auto 0 auto;
  text-transform: uppercase !important;
  background: var(--primary-color);
  border-radius: 50px !important;
  padding: 15px 20px;
  height: auto;
  display: block;
}
.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:active {
  background: var(--primary-button-hover-background) !important;
}
.wpcf7-form p {
  margin-bottom: 16px;
}
.wpb_text_column.wpb_content_element.heading-l-wb:after {
  content: "";
  width: auto;
  background: #00000020;
  opacity: 70%;
  height: 3px;
  position: absolute;
  left: 15px;
  right: 15px;
}
body.page-id-264 .wpb_text_column.wpb_content_element.heading-l-wb:after {
  transform: translate(0px, 0);
}
.woocommerce-form-login__rememberme {
  margin-bottom: 20px;
}

.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
  font-size: 18px;
  letter-spacing: 0;
  padding: 15px 111px;
  font-weight: 400;
  text-transform: uppercase;
  border: transparent;
  border-radius: 50px;
  color: var(--color-white);
  background: var(--primary-color);
  margin-top: 20px;
}

.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover {
  color: var(--color-white);
  background: var(--primary-button-hover-background);
  transition: 0s;
}

.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;
}
.visualcomposerstarter .woocommerce-MyAccount-content .addresses address {
  color: var(--color-white);
}

.visualcomposerstarter .woocommerce-MyAccount-content .addresses .title h3 {
  font-size: 18px;
  flex: 1;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--color-white);
}
.woocommerce-edit-address .woocommerce-MyAccount-content form,
.woocommerce-edit-address .woocommerce-MyAccount-content form h3 {
  color: var(--color-white) !important;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form h3 {
  font-weight: bold;
  font-size: 26px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form button {
  background-color: var(--color-white) !important;
  color: var(--color-black) !important;
  margin-top: 20px;
}
.visualcomposerstarter .woocommerce-MyAccount-content .addresses .title .edit {
  border: none;
  color: var(--color-black);
  background-color: var(--color-white);
  font-size: 13px;
  padding: 8px 30px;
}
.visualcomposerstarter
  .woocommerce-MyAccount-content
  .addresses
  .title
  .edit:hover {
  color: var(--color-white);
  background-color: var(--color-black) !important;
  text-decoration: none !important;
}

.visualcomposerstarter
  .woocommerce-MyAccount-content
  .addresses
  .title
  .edit:hover {
  color: var(--color-white) !important;
  text-decoration: underline;
}

.visualcomposerstarter.woocommerce-account .woocommerce-Addresses address {
  padding: 10px 15px;
  font-size: 14px;
  font-style: normal;
}

form.woocommerce-EditAccountForm.edit-account > fieldset {
  background: var(--color-black);
  color: var(--color-white);
  border: none;
  padding: 100px 30px 60px 30px;
  margin-top: 20px;
  position: absolute;
  right: 0;
  top: 0;
  float: right;
  width: 48%;
  border-radius: 0;
}

form.woocommerce-EditAccountForm.edit-account > fieldset label {
  color: var(--color-white);
  font-weight: 400 !important;
}

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

form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
  margin-top: 20px;
  padding: 21px 56px;
  font-size: 20px;
  letter-spacing: 0 !important;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 500;
}
.winner-nav {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

.youtube-nav {
  position: relative;
}

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

span.youtube-play:before {
  content: "";
  position: absolute;
  background-size: contain;
  background: url(/wp-content/themes/hwd-competitions/images/play.svg);
  width: 63px;
  height: 72px;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-winners .section-heading p {
  font-weight: 700;
  font-size: 60px;
  line-height: 74px;
  margin-bottom: 40px;
}
.single-winners .main-content .row p {
  color: var(--color-black);
}
.single-winners .winner-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 470px;
  margin-bottom: 20px;
}
.single-winners .winner-name {
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary-color);
  font-family: var(--font-family-teko);
}
.single-winners .text-muted {
  color: #00000070;
}
.single-winners .product .button.add_to_cart_button {
  padding: 15px 20px !important;
}
.single-winners .product {
  margin-top: 0;
  margin-bottom: 30px !important;
}

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

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

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

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

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

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

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

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

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

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

.woocommerce ul.order_details li {
  border-right: 0;
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 600;
  color: #7e7e7e;
  margin-top: 15px;
  text-transform: capitalize;
}

.woocommerce ul.order_details li strong {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 18px;
  margin-top: 12px;
}

h2.woocommerce-order-details__title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #0d0d0d70;
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #d8d8d7;
}

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

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

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

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

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

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

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

form.woocommerce-cart-form {
  padding-bottom: 20px;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  border-radius: 0;
  font-family: var(--font-family) !important;
}
.wpb_accordion .wpb_accordion_section {
  margin-bottom: 8px;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
  width: 35px !important;
  height: 35px !important;
  background-image: url("./../images/arrow-down.svg") !important;
  background-position: center !important;
  top: 1.2em !important;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  background-image: url("./../images/arrow-top.svg") !important;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  padding: 12px;
  color: var(--color-black);
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active {
  border-color: transparent !important;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a {
  color: #fff;
  font-weight: 700;
}

.ui-widget-content {
  border: 1px solid rgba(221, 221, 221, 0);
  background: transparent;
  color: rgb(255, 255, 255);
}
.wpb_accordion_content p,
.wpb_accordion_content li,
.wpb_accordion_content li span {
  font-size: 14px;
  line-height: 24px;
  color: var(--color-black);
  font-family: var(--font-family) !important;
  font-weight: 400 !important;
}

.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.ui-state-active {
  background: var(--color-black) !important;
  color: var(--color-white) !important;
  font-weight: 700;
  text-transform: capitalize !important;
  box-shadow: 0 2px 30px #203f5820;
  border-color: transparent;
  border-radius: 0;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  background: transparent;
  border: #403125 solid 1px;
  padding-top: 10px !important;
  padding-right: 50px !important;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background: #e1e1e1 !important;
  border: #e1e1e1 solid 1px !important;
  color: var(--color-black) !important;
  border-radius: 0;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
  top: 16px;
}

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

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

form.woocommerce-ResetPassword.lost_reset_password {
  padding: 20px;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
form.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row {
  width: 100%;
}

.my-entries,
.restrict-notice {
  background: #da1884;
  color: white;
  padding: 6px 13px;
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 0;
}

.my-entries p,
.restrict-notice p {
  margin-bottom: 0;
}

.my-entries p span {
  font-weight: bold;
}

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

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

@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: 180px;
  }
  body:not(.menu-sandwich) .navbar-header img {
    height: auto;
  }
  body:not(.menu-sandwich) .navbar-toggle {
    display: none !important;
  }
  body:not(.menu-sandwich) #main-menu {
    display: flex;
    text-align: right;
    position: static;
    width: auto;
    background: none;
    padding: 0;
    overflow-y: inherit;
    flex: 1;
    align-items: center;
    z-index: 2;
    padding-left: 100px;
    /* margin-left: 15%; */
  }
  body:not(.menu-sandwich) #main-menu .header-widgetised-area {
    float: right;
    margin: 7.5px 0 7.5px 20px;
    text-align: left;
  }
  body:not(.menu-sandwich) #main-menu .button-close {
    display: none;
  }
  body:not(.menu-sandwich) #main-menu .dropdown-toggle {
    display: none;
  }
  body:not(.menu-sandwich) #main-menu > ul {
    display: inline-block;
    margin: 12.4px 0;
    text-align: left;
  }
  body:not(.menu-sandwich) #main-menu > ul#menu-call-to-action {
    margin: 0;
    display: flex;
    /*flex-direction: row-reverse;*/
  }
  body:not(.menu-sandwich) #main-menu > ul#menu-call-to-action > li,
  body:not(.menu-sandwich) #main-menu > ul#menu-call-to-action > li a {
    height: inherit;
    border: 0;
  }
  body:not(.menu-sandwich) #main-menu > ul#menu-call-to-action > li a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body:not(.menu-sandwich) #main-menu > ul > li a {
    padding: 6px 20px;
  }
  a.woo-wallet-menu-contents {
    background: transparent;
  }
  body:not(.menu-sandwich)
    #main-menu
    > ul
    > li.menu-item-has-children
    > a:before {
    top: 1.3em !important;
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    font-size: 0.55em !important;
    margin-top: 0 !important;
  }
  body:not(.menu-sandwich) #main-menu > ul > li > ul {
    top: 100% !important;
    left: 0;
    margin-top: 22px;
  }
  body:not(.menu-sandwich) #main-menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  body:not(.menu-sandwich) #main-menu ul li.menu-item-has-children > a {
    /* padding-right: 2.05em; */
    margin-right: 0;
  }
  /* body:not(.menu-sandwich) #main-menu ul li.menu-item-has-children > a:before {
    content: '\71';
    top: 50%;
    right: 1.5em;
    margin-top: -10px;
    font-family: 'Visual Composer Starter Font';
    font-size: 0.7em;
    position: absolute;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  } */
  body:not(.menu-sandwich) #main-menu ul li ul {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block !important;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    position: absolute;
    right: 100%;
    top: 0;
    width: 340px;
    background-color: rgba(208, 87, 8, 0.9);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    /*border: 1px solid #70707010;*/
  }
  body:not(.menu-sandwich) #main-menu ul li ul li {
    position: relative;
    padding: 0;
  }
  body:not(.menu-sandwich) #main-menu ul li ul li:last-child {
    border-bottom: none;
  }
  body:not(.menu-sandwich) #main-menu ul li ul li a {
    padding: 12px 30px;
    display: block;
    line-height: 1.7;
    color: var(--color-white);
    font-size: 14px;
  }
  body:not(.menu-sandwich) #main-menu ul li ul li a:hover,
  body:not(.menu-sandwich) #main-menu ul li ul li a:focus,
  body:not(.menu-sandwich) #main-menu ul li ul li.current_page_item a {
    color: var(--color-white);
    background-color: #4d4d4c;
  }
  body:not(.menu-sandwich) #main-menu ul li ul li:hover > a {
    color: var(--color-white);
  }
  body:not(.menu-sandwich) #main-menu ul li ul li ul {
    padding: 0;
  }
  body.navbar-no-background:not(.menu-sandwich) #main-menu,
  body.navbar-no-background:not(.menu-sandwich) #main-menu .navbar-nav {
    background-color: transparent !important;
  }
}

/*min-width: 768px*/

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

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

/*min-width: 992px*/

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

/*min-width: 1024px*/

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

/*min-width: 1400px*/

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

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

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

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

@media only screen and (max-width: 1200px) {
  .features-row > div > div {
    flex-wrap: wrap;
  }
  .features-row > div > div > div:first-child {
    width: 100%;
    flex: 100%;
    margin-bottom: 60px;
  }
  .features-row > div > div > div:first-child > div > div {
    margin: auto;
  }
  .features-row > div > div > div:not(:first-child):before {
    display: none;
  }
  .slider-competition .product-information > h3 {
    font-size: 40px;
    padding-left: 60px;
  }
  .slider-competition .product-information > h3:before {
    width: 57px;
    height: 15px;
    background-size: cover;
  }
  .slider-competition .product-information > h1 {
    font-size: 52px;
    line-height: 55px;
    -webkit-line-clamp: 3;
  }
  .slider-competition .product-information .price {
    font-size: 42px;
  }
  .slider-competition .price-n-counter .price {
    font-size: 40px;
  }
  .products.columns-3 > .product {
    width: calc(50% - 30px);
  }
}

@media only screen and (max-width: 767px) {
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: block;
    position: relative;
  }

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

@media only screen and (max-width: 600px) {
  .woocommerce form.checkout_coupon p {
    display: block;
    float: unset;
    width: 100%;
  }
  .woocommerce form.checkout_coupon input,
  .woocommerce form.checkout_coupon button {
    width: 100%;
  }
  .icon-box img {
    margin-right: 0;
  }
  .icon-box > p {
    font-size: 8px;
    letter-spacing: 1.2px;
    line-height: 10px;
  }
  .slider-competition .slider-overlay .product-info-top .top-3-badge {
    top: 10px;
    left: -6px;
    height: 52px;
  }
  .slider-competition .slider-overlay .product-info-top .facebook-badge {
    right: -6px;
    top: 10px;
  }
  .slider-competition .slider-overlay .product-info-top {
    height: 120px;
  }
  .slider-competition .slider-overlay .lty-lottery-date-ranges {
    position: relative;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    overflow: auto;
    display: inline-block;
    margin-top: 40px;
  }
  .slider-competition .product-information {
    margin-top: 0;
    margin-bottom: 0;
  }
  .slider-competition .product-information > h4 {
    font-size: 30px;
    line-height: 40px;
  }
  .slider-competition .product-information > p {
    font-size: 15px;
    line-height: 26px;
  }
  .product-information .btn-primary {
    font-size: 15px;
    padding: 15px 30px;
  }

  .slider-competition .product-information .price {
    font-size: 32px;
  }
  .slider-competition .product-information .tickets-left {
    font-size: 13px;
    letter-spacing: 5.72px;
  }
  .hero-slider .slick-arrow {
    display: none !important;
  }
  .slider-competition .background-image > img {
    height: 600px;
  }
  .section-heading p {
    text-align: center;
    letter-spacing: 0;
  }
  .related.products {
    padding: 20px 0 60px;
  }
  .related.products .section-heading p {
    font-size: 32px;
  }
  .page-id-353 .section-heading .wpb_wrapper p {
    font-size: 32px;
  }
  .section-heading .wpb_wrapper p,
  .heading-l-wb {
    font-size: 32px;
    line-height: 42px;
  }
  form.woocommerce-form label,
  .wpcf7-form label,
  .heading-l-wb h2 {
    font-size: 20px;
  }
  p.lost_password a {
    float: left;
  }
  .woocommerce-form-login__submit,
  .woocommerce-form-register__submit {
    width: 100%;
  }
  /* Product Card Mobile Code */
  .products.columns-3 > .product {
    width: calc(100% - 30px);
  }
  .product-item-thumbnail .lty-shop-timer-wrapper {
    max-width: 300px;
  }
  .product a.product-item-thumbnail img {
    height: 230px;
  }
  .product-type-lottery:before,
  .product-type-lottery:after {
    width: 120px;
    height: 46px;
  }
  .product .product-item-info h2.woocommerce-loop-product__title {
    font-size: 20px;
  }
  .product span.status {
    font-size: 14px;
    background-size: 40px 3px;
  }
  .products .product.product-type-lottery:before,
  .products .product.product-type-lottery:after {
    width: 140px;
    height: 48px;
  }
  /* This hides the slash for the mobile pricing */
  div.product .product-item-info span.price {
    padding: 6.5px 0;
    font-size: 18px;
  }
  .price-with-progress {
    margin-top: 20px;
    flex-direction: column-reverse;
  }
  .visualcomposerstarter .products .product .button.add_to_cart_button {
    width: 65%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .products > .product {
    margin-bottom: 20px !important;
  }
  /* Product Card Mobile Code END */
  .hiw-item {
    margin: 0;
  }
  .hiw-item > div {
    padding-bottom: 30px !important;
  }
  .visualcomposerstarter .vct-cart-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
  .hero-slider {
    position: relative;
  }
  .hero-slider ul.slick-dots {
    position: absolute;
    bottom: 50px;
  }
  .product-information a.btn-primary {
    margin-top: 0;
    width: auto;
  }
  .color-graph-item {
    margin: 10px 0;
  }
  .lty-lottery-color-graph {
    margin: 15px 5px;
  }
  .footer-widget {
    border: 0;
  }
  #footer .menu {
    padding-left: 0;
  }
  #footer .menu li:nth-child(1) {
    margin-top: 0;
  }
  #footer .website-information {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-bottom: 0;
  }
  #footer .website-information p {
    margin-top: 20px;
  }
  .footer-bottom {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container.footer-widget > div > div:last-child p {
    margin-top: 20px;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-5 {
    order: 5;
  }
  .hide-desktop {
    display: block;
  }
  .hide-mobile {
    display: none !important;
  }
  form#tickets-form:before {
    display: none;
  }
  .lty-lottery-question-answer-container.competitions-step > div > div:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #3e496320;
    opacity: 100%;
    position: absolute;
    left: 0;
    top: -21px;
  }
  ul.lty-lottery-answers {
    float: none;
    margin-bottom: 40px;
  }
  .lty-lottery-progress-bar.mt-5.hide-mobile {
    width: 60%;
  }
  p.lty-lottery-question {
    text-align: left;
    margin-top: 10px;
  }
  p.lty-lottery-question,
  .tickets-legend-heading {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: bold;
  }
  .lty-lottery-ticket-tab-wrapper {
    width: 90%;
  }
  button.single_add_to_cart_button.button.alt.lty-participate-now-button {
    width: 100%;
  }
  .competitions-step .step-heading {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: bold;
  }
  ul.lty-lottery-answers li {
    display: block;
    text-align: center;
  }
  .lty-lottery-ticket-lucky-dip-container {
    overflow: auto;
  }
  .lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li {
    width: calc(23% - 5px);
  }
  .competition-blocks > div {
    flex-direction: column;
  }
  .competition-blocks > div > div {
    margin-top: 20px;
  }
  .competition-blocks p {
    font-size: 21px;
    line-height: 25px;
  }
  .competition-blocks img {
    width: 64px;
    margin-bottom: 24px;
  }
  body.single .main-content,
  body.woocommerce-cart .main-content {
    padding: 50px 0 0 0;
  }
  body.single-post .main-content,
  body.single-winners .main-content {
    padding-top: 0;
  }
  .row.competition-timer .lty-lottery-date-ranges {
    text-align: center;
  }
  .single-product .lty-lottery-countdown-timer .lty-lottery-timer {
    width: calc(25% - 5px);
    font-size: 22px;
    letter-spacing: 0.44px;
    line-height: 27px;
    height: 75px;
  }
  .row.competition-timer .lty-lottery-date-ranges .heading-sm {
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 22px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .woocommerce div.product form.cart {
    margin-top: 0;
    padding-top: 0;
  }
  .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: 32px;
    letter-spacing: 0.64px;
    line-height: 27px;
  }
  h1.entry-title {
    font-size: 42px;
    line-height: 42px;
  }

  #main-menu ul li.menu-item-has-children:after {
    right: 70px;
    top: 18px;
  }
  #main-menu ul li ul {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
  }
  .vc_row.wpb_row.vc_row-fluid.vc_column-gap-15 {
    margin: 0 -10px;
  }
  .entry-content ul,
  .comment-content ul {
    padding: 0;
    list-style: none;
  }
}

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

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

@media only screen and (max-width: 768px) and (min-width: 370px) {
  .slider-nav div {
    position: relative;
    left: -3%;
    overflow: visible;
    /* left: calc(-20px + 6%); */
  }
}

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

/* Additional CSS  */

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

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

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

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

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

.reviews-nav .slick-slide {
  border-radius: 100%;
  overflow: hidden;
}

footer#footer h5 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--color-white);
  margin-bottom: 20px;
  font-family: var(--font-family-teko);
}

@media (max-width: 767px) {
  .custom-seprator:after {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.link {
  color: #3a3a3a;
  text-transform: uppercase;
}
.link:hover,
.link:focus {
  color: var(--primary-accent-color);
  text-decoration: underline;
}

.link-light {
  color: var(--color-white);
  text-transform: uppercase;
}
.link-light:hover,
.link-light:focus {
  color: var(--color-white);
  text-decoration: underline;
}

#header .container {
  width: 100%;
}

/*Header --------------*/
#header {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#header .navbar .vct-cart-wrapper a:hover:before {
  color: var(--primary-color);
}
#header .navbar .user {
  margin-top: 3px;
}
#header .woo-wallet-menu-contents {
  color: var(--color-white);
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  padding: 10px 8px;
  padding-top: 15px;
  margin-left: 30px;
  padding-left: 30px;
  font-family: "Poppins", sans-serif;
  position: relative;
}
#header .woo-wallet-menu-contents:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 24px;
  background-color: #fff;
  opacity: 0.3;
}
#header .woo-wallet-menu-contents img {
  margin-right: 8px;
  height: 27px;
}
#header .user {
  display: none;
}
#header .user a {
  padding: 20px 5px;
}
#header .user a:hover,
#header .woo-wallet-menu-contents:hover img,
#header .user a:focus,
#header .woo-wallet-menu-contents:focus img {
  opacity: 0.7;
}
#header .woo-wallet-menu-contents:hover,
#header .woo-wallet-menu-contents:focus {
  color: var(--primary-color);
}

/*My Account Pages ---------------*/
.woocommerce-orders #footer,
.woocommerce-edit-address #footer,
.woocommerce-woo-wallet-transactions #footer {
  margin-top: 0;
}
.woocommerce-orders .woocommerce-MyAccount-content .full-width,
.woocommerce-edit-address .woocommerce-MyAccount-content .full-width,
.woocommerce-woo-wallet-transactions
  .woocommerce-MyAccount-content
  .full-width {
  padding-bottom: 140px;
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content,
.woocommerce-account.woocommerce-woo-wallet-transactions
  .woocommerce-MyAccount-content,
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content {
  padding-bottom: 0;
}
.my-account-content .woocommerce-MyAccount-content .full-width {
  margin-top: 15px;
}
.my-account-content .woocommerce-MyAccount-content > p > .amount {
  color: var(--primary-color) !important;
}
.my-account-content .full-width {
  margin-top: 0;
  background: var(--primary-color) url("./../images/bg-primary.jpg");
  background-size: cover;
}
body.woocommerce-woo-wallet .my-account-content .full-width,
body.woocommerce-edit-account .my-account-content .full-width {
  background: none !important;
}
.my-account-content .full-width .container {
  padding: 40px 30px;
}
body.woocommerce-woo-wallet .my-account-content .full-width .container {
  padding: 0 30px 40px;
}
.woocommerce-account.woocommerce-orders table.woocommerce-orders-table tr th,
.woocommerce-account.woocommerce-orders table.woocommerce-orders-table tr td,
.woocommerce-account.woocommerce-woo-wallet-transactions
  table.woocommerce-orders-table
  tr
  th,
.woocommerce-account.woocommerce-woo-wallet-transactions
  table.woocommerce-orders-table
  tr
  td {
  border-bottom: 1px solid #ffffff20 !important;
}
table.dataTable.no-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
table.dataTable.no-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

/*Winners Section --------------------------*/
.winners .winner-item:last-child {
  margin-bottom: 10px !important;
}
.winners .slick-list {
  overflow: hidden;
}
/*arrow*/
.winners .slick-prev {
  left: calc(50% - 20px);
  top: auto;
  width: 55px;
  bottom: -90px;
  transform: translate(-50%, 0);
  border-radius: 50%;
  opacity: 1;
  background-color: transparent;
}
.winners .slick-next {
  left: calc(50% + 20px);
  top: auto;
  width: 55px;
  bottom: -90px;
  transform: translate(-50%, 0);
  border-radius: 50%;
  opacity: 1;
  background-color: transparent;
}
.winners .slick-prev:before {
  content: "";
  background-image: url("./../images/arrow-left.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.winners .slick-next:before {
  content: "";
  background-image: url("./../images/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.winners .slick-prev:hover,
.winners .slick-prev:focus,
.winners .slick-next:hover,
.winners .slick-next:focus {
  opacity: 1;
}

/*Single Winner Page ----------*/
.single-post .content-wrapper,
.single-winners .content-wrapper {
  padding-top: 90px;
}
.single-winners .winner-location {
  color: #bf882c;
  font-size: 18px;
}
.single-winners .product .product-item-info .product-item-heading {
  min-height: auto;
}
.single-winners .product .product-item-info p.price,
.single-winners .product .product-item-info span.price {
  margin-top: 0;
}
.single-winners .winning-date {
  float: right;
  margin-top: -94px;
  text-align: right;
}

/*Faq Page ------------*/
.page-id-264 .entry-content .vc_col-sm-6 {
  width: 100%;
}

/*Other Privacy Pages -------*/
.privacy-policy .entry-content ul,
.page-id-1253565 .entry-content ul {
  padding-left: 30px;
}

/*Reviews ----------------------*/
/*arrow*/
.reviews .slick-prev {
  left: 50%;
  top: auto;
  bottom: -10px;
  transform: translate(-50%, 0);
  margin-left: -30px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
}
.reviews .slick-next {
  right: 50%;
  top: auto;
  bottom: -10px;
  transform: translate(50%, 0);
  margin-right: -30px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
}
.reviews .slick-prev:before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background-image: url("./../images/arrow-left-light.svg");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.reviews .slick-next:before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background-image: url("./../images/arrow-right-light.svg");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.reviews .slick-prev:hover,
.reviews .slick-prev:focus,
.reviews .slick-next:hover,
.reviews .slick-next:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.reviews .slick-prev:hover:before,
.reviews .slick-prev:focus:before,
.reviews .slick-next:hover:before,
.reviews .slick-next:focus:before {
  opacity: 1;
}
body.home .vc_custom_1630305890890 {
  background-image: url("./../images/bg-primary.jpg") !important;
}

/*Social Icon Section ==========*/
.social-icons-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.social-icons-wrapper a {
  display: block;
  border: 1px solid #000;
  padding: 40px 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px !important;
  background-color: #fff;
  box-shadow: 0 4px 16px #00000020;
}
.social-icons-wrapper a span {
  position: relative;
  display: inline-block;
  padding-left: 55px;
}
.social-icons-wrapper a img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 38px;
}
.social-icons-wrapper a:hover,
.social-icons-wrapper a:focus {
  box-shadow: none;
}
.social-icons-wrapper .col-md-4:first-child a {
  color: #3b5998;
  border-color: #3b5998;
}
.social-icons-wrapper .col-md-4:nth-child(2) a {
  color: #c42e63;
  border-color: #c42e63;
}
.social-icons-wrapper .col-md-4:nth-child(3) a {
  color: #00acee;
  border-color: #00acee;
}

/*Breadcrumb*/
.breadcrumb {
  background-color: transparent;
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}
.breadcrumb a,
.breadcrumb > li + li:before {
  color: var(--color-black);
  letter-spacing: 0;
  border-bottom: none !important;
}
.breadcrumb > .active {
  color: var(--primary-color);
  letter-spacing: 0;
}

/*Checkout Page ----------------------*/
.woocommerce-checkout #order_review_heading {
  color: var(--color-white);
}

/*About Us ----------*/
.page-id-25 .vc_custom_1613495116791 {
  padding-top: 20px !important;
}
.page-id-25 h3 {
  margin-bottom: 20px;
}
body.page-id-25 .vc_col-sm-6 {
  width: 100%;
}
body.page-id-25 .wpb_text_column .wpb_wrapper div:last-of-type {
  margin-top: 30px;
}
body.page-id-25 .wpb_text_column .wpb_wrapper div img {
  margin-bottom: 5px;
}

/*My Account ----------------*/
/*Payment Methods List*/
body.woocommerce-add-payment-method .woocommerce table.shop_table {
  color: var(--color-black) !important;
}
body.woocommerce-add-payment-method .woocommerce table.shop_table tr td {
  font-weight: 400;
  font-size: 16px;
}
body.woocommerce-add-payment-method
  .woocommerce
  table.shop_table
  .payment-method-actions
  .button {
  padding: 10px 30px;
  font-weight: 400;
  margin: 3px 0;
}
/*Add Payment Method*/
body.woocommerce-add-payment-method .woocommerce-PaymentMethods,
body.woocommerce-add-payment-method form div.form-row {
  background: transparent !important;
}
body.woocommerce-add-payment-method form,
body.woocommerce-add-payment-method form label,
body.woocommerce-add-payment-method form input.input-text,
body.woocommerce-add-payment-method form div.payment_box {
  color: var(--color-white) !important;
}
body.woocommerce-add-payment-method form div.form-row {
  padding: 30px !important;
}
body.woocommerce-add-payment-method form div.form-row .woocommerce-Button {
  padding: 15px 30px !important;
  width: auto !important;
}

.woocommerce-payment-methods .payment-method .payment-method-actions a {
  padding: 10px 20px !important;
  border-radius: 6px !important;
  font-weight: 400;
}
/*Pay for order*/
body.woocommerce-order-pay .payment_box.payment_method_st_gateway {
  background: transparent !important;
}
body.woocommerce-order-pay
  .payment_box.payment_method_st_gateway
  .woocommerce-SavedPaymentMethods {
  margin-top: 20px !important;
}
body.woocommerce-order-pay .woocommerce table.shop_table,
body.woocommerce-order-pay .woocommerce table.shop_table td.product-total {
  color: var(--color-black);
}

/*Winner Single Page ------------*/
.single.single-winners .main-content {
  padding-bottom: 60px;
}

/*Cart Page ------------------------*/
/*.woocommerce-cart .woocommerce-cart-form__contents {*/
/*  margin-top: 50px !important;*/
/*}*/

/*Accordian Page ===============*/
.wpb_accordion_wrapper {
  max-width: 788px;
  margin: 0 auto;
}

/*Register Page ===============*/
.woocommerce-form-register {
  max-width: 550px;
  margin: 0 auto;
}
.woocommerce-form-register .woocommerce-privacy-policy-text {
  color: #0d0d0d;
  font-size: 15px;
  line-height: 26px;
}

/* Hero Section ======================== */
.slider-competition,
.slider-competition .background-image {
  height: 835px;
  position: relative;
}
.slider-competition,
.slider-competition .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-competition .price-n-counter {
  display: flex;
  align-items: center;
}
.slider-competition .price-n-counter .price {
  color: var(--color-white);
  font-size: 60px;
  font-family: var(--font-family-teko);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  font-weight: 700;
  margin-right: 30px;
}
.slider-competition .price-n-counter .price .status {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: -25px;
  font-family: var(--font-family);
}
.slider-competition .price-n-counter .lty-shop-timer-wrapper {
  max-width: 300px;
  margin: 0;
  position: relative;
  padding: 0;
  border-radius: 0;
  border-bottom: none;
}
.slider-competition .price-n-counter .lty-shop-timer-wrapper:after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 50%;
  transform: translate(0, -50%);
  height: 40px;
  background-color: #e25e06;
  z-index: -1;
}
.slider-competition
  .price-n-counter
  .lty-shop-timer-wrapper
  .lty-shop-timer-container {
  padding: 0;
}
.slider-competition
  .price-n-counter
  .lty-shop-timer-wrapper
  .lty-shop-timer-section {
  width: 25%;
  padding-left: 3px;
  padding-right: 3px;
}
.slider-competition
  .price-n-counter
  .lty-shop-timer-wrapper
  .lty-shop-timer-section
  #lty_lottery_days,
.slider-competition
  .price-n-counter
  .lty-shop-timer-wrapper
  .lty-shop-timer-section
  #lty_lottery_hours,
.slider-competition
  .price-n-counter
  .lty-shop-timer-wrapper
  .lty-shop-timer-section
  #lty_lottery_minutes,
.slider-competition
  .price-n-counter
  .lty-shop-timer-wrapper
  .lty-shop-timer-section
  #lty_lottery_seconds {
  background-color: var(--primary-accent-color);
  color: #fff !important;
  font-size: 30px;
  height: 74px;
  font-weight: 700;
  align-items: start;
  line-height: 36px;
}
.slider-competition
  .price-n-counter
  .lty-shop-timer-wrapper
  .lty-shop-timer-section
  #lty_lottery_days:after,
.slider-competition
  .price-n-counter
  .lty-shop-timer-wrapper
  .lty-shop-timer-section
  #lty_lottery_hours:after,
.slider-competition
  .price-n-counter
  .lty-shop-timer-wrapper
  .lty-shop-timer-section
  #lty_lottery_minutes:after,
.slider-competition
  .price-n-counter
  .lty-shop-timer-wrapper
  .lty-shop-timer-section
  #lty_lottery_seconds:after {
  font-size: 10px;
  font-weight: 700;
  color: var(--color-white);
  transform: translateY(25px);
}
.slider-competition
  .price-n-counter
  .lty-shop-timer-wrapper
  .lty-shop-timer-section
  #lty_lottery_days:before,
.slider-competition
  .price-n-counter
  .lty-shop-timer-wrapper
  .lty-shop-timer-section
  #lty_lottery_hours:before,
.slider-competition
  .price-n-counter
  .lty-shop-timer-wrapper
  .lty-shop-timer-section
  #lty_lottery_minutes:before {
  display: none;
}

/*Counter Home Page -------------*/
.counter-wrapper {
  background-color: #fff;
  box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.16);
  padding: 30px 0;
  position: relative;
}
.counter-wrapper:after {
  content: "";
  position: absolute;
  left: 50px;
  right: -5px;
  bottom: 2px;
  height: 80%;
  background-color: var(--color-black);
  transform: skew(-5deg);
  z-index: -1;
}
.counter-wrapper .counter-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.counter-wrapper .counter-box:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #c3c2c150;
  height: 48px;
  width: 3px;
}
.counter-wrapper .col-sm-4:last-child .counter-box:after {
  display: none;
}
.counter-wrapper .counter-box > div {
  padding-left: 20px;
}
.counter-wrapper .counter-box > div h2 {
  color: var(--color-gray);
  font-size: 32px;
  font-family: var(--font-family-teko);
  font-weight: 700;
  margin-bottom: 0;
}
.counter-wrapper .counter-box > div p {
  color: var(--color-gray);
  font-size: 20px;
}
#main-counter {
  /*position: absolute;*/
  /*left: 0;*/
  /*right: 0;*/
  /*z-index: 1;*/
  margin-top: -50px;
}

/*Shop Page -------------*/
.post-type-archive-product > .container {
  width: 100%;
  padding: 0;
}
.post-type-archive-product > .container .main-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 130px 20px 20px;
}
.post-type-archive-product .page-title {
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.post-type-archive-product .woocommerce-result-count {
  display: block !important;
  width: 100%;
  text-align: center;
}
.post-type-archive-product .woocommerce-ordering {
  display: none;
}
/*Filter Dropdown*/
#live-competitions-filter {
  position: relative;
  max-width: 188px;
  margin-left: auto;
}
body.page-id-353 .entry-content .products {
  margin-top: 60px;
}
#live-competitions-filter {
  position: relative;
  background-color: var(--color-white);
}
#live-competitions-filter:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  border: none;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-right: 2px solid var(--color-black);
  border-bottom: 2px solid var(--color-black);
  position: absolute;
  top: 40%;
  right: 25px;
  transform: rotate(45deg) translate(0, -50%);
}
#live-competitions-filter #filter {
  font-size: 16px;
  border: 2px solid var(--color-black);
  border-radius: 0;
  padding: 10px 45px 10px 15px;
  background-color: transparent;
  color: var(--color-black);
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  position: relative;
  z-index: 2;
}
#live-competitions-filter #filter option {
  background-color: var(--light-2-color);
  font-weight: 400;
}

#competitions-section {
  padding-top: 20px;
  padding-bottom: 80px;
}

#competitions-section .vc_custom_1612373766929.section-heading {
  max-width: 870px;
  margin: 0 auto;
}

/*Product Thumbnails*/
.products .product .button.add_to_cart_button {
  border: none !important;
  display: block;
  width: 100%;
  margin: 5px 0 0;
  text-transform: uppercase;
  border-radius: 50px !important;
}
.page-id-353 .btn-group-wrapper {
  text-align: right;
}

/*Single Competition Page ----------------------*/
body.single-product .content-wrapper {
  padding-top: 120px;
}

.single-product .summary .btn-primary {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  color: var(--color-white);
  padding: 25px 57px;
  font-weight: 700;
  border-radius: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(57, 57, 57, 1) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(57, 57, 57, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(57, 57, 57, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#393939',GradientType=1 );
  transform: skew(-10deg);
  margin-top: 20px !important;
  position: relative;
  display: inline-table;
  font-family: var(--font-family);
}
.single-product .summary .btn-primary:after {
  content: "";
  position: absolute;
  left: 10px;
  right: -4px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 80%;
  z-index: -2;
  transform: skew(-5deg);
}
.single-product .summary .btn-primary:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(57, 57, 57, 1) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(57, 57, 57, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(57, 57, 57, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#393939',GradientType=1 );
  height: 100%;
  z-index: -1;
  transform: skew(0deg);
  transition: 0.2s;
}
.single-product .summary .btn-primary:hover:before,
.single-product .summary .btn-primary:focus:before {
  color: var(--color-black) !important;
  background: var(--color-white);
}

.single-product .summary .btn-primary span {
  transform: skew(10deg);
  display: block;
}
.single-product .summary .btn-primary:hover,
.single-product .summary .btn-primary:focus {
  color: var(--color-black) !important;
  background: var(--color-white);
}

/*Timer*/
/* .competition-timer {
  position: absolute;
  top: 25px;
  left: 50%;
  z-index: 2;
  margin-left: -350px;
} */
.competition-timer {
  margin-top: 30px;
}
.competition-timer .lty-lottery-date-ranges {
  margin-bottom: 0;
  border: 0;
  display: inline-block;
  float: none;
  width: auto;
}

.competition-timer .lty-lottery-date-ranges .lty-lottery-countdown-timer {
  margin-bottom: 0;
  position: relative;
}
.competition-timer
  .lty-lottery-date-ranges
  .lty-lottery-countdown-timer:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  height: 60%;
  background: var(--primary-color);
}

.single-product
  .competition-timer
  .lty-lottery-countdown-timer
  .lty-lottery-timer {
  border: 0;
  border-radius: 0;
  position: relative;
}

.single-product
  .competition-timer
  .lty-lottery-countdown-timer
  .lty-lottery-timer:not(:last-child):after {
  content: ":";
  position: absolute;
  right: -14px;
  color: #335d7e60;
  top: 10px;
  font-size: 20px;
  font-weight: 400;
  display: none;
}

.single-product .competition-timer .lty-lottery-timer #lty_lottery_days,
.single-product .competition-timer .lty-lottery-timer #lty_lottery_hours,
.single-product .competition-timer .lty-lottery-timer #lty_lottery_minutes,
.single-product .competition-timer .lty-lottery-timer #lty_lottery_seconds {
  color: var(--color-white);
  font-size: 30px;
  font-weight: 700;
  background-color: var(--primary-accent-color);
  width: 70px;
  height: 74px;
  display: inline-block;
  line-height: 56px;
  position: relative;
}
.single-product .competition-timer .lty-lottery-timer .lty-shop-timer-section {
  position: relative;
}
.single-product .competition-timer .lty-lottery-timer {
  position: relative;
}

.single-product .competition-timer #lty_lottery_days:after,
.single-product .competition-timer #lty_lottery_hours:after,
.single-product .competition-timer #lty_lottery_minutes:after,
.single-product .competition-timer #lty_lottery_seconds:after {
  font-size: 10px;
  color: var(--color-white);
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 7px;
  text-transform: uppercase;
  line-height: 26px;
}

.single-product
  .competition-timer
  .lty-lottery-countdown-timer
  .lty-lottery-timer {
  display: inline-block;
  background-color: transparent;
  float: none;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 49%;
}

/*Order Received Page ------------------*/
.woocommerce-order-received .main-content {
  padding-top: 90px;
  padding-bottom: 30px;
}
.woocommerce-order-received .page-title .entry-title {
  text-align: center !important;
}
.woocommerce-order-received .woocommerce-notice--success {
  color: var(--color-black);
  letter-spacing: 0;
  font-size: 18px;
  margin: 0 0 60px !important;
}
.woocommerce-order-received .woocommerce ul.order_details {
  border: none;
}
.woocommerce-order-received .woocommerce ul.order_details li {
  color: #00000060;
  letter-spacing: 0;
  font-weight: 400;
}
.woocommerce-order-received .woocommerce ul.order_details li strong {
  color: var(--primary-color);
}
.woocommerce-order-received
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details:after {
  display: none;
}
.woocommerce-order-received h2.woocommerce-order-details__title {
  text-transform: capitalize;
  margin-bottom: 10px !important;
  letter-spacing: 0;
  font-size: 20px;
  padding-top: 30px;
}
.woocommerce-order-received table td.woocommerce-table__product-name a {
  margin-top: 30px;
  font-size: 24px;
  display: inline-block;
}
.woocommerce-order-received
  table
  td.woocommerce-table__product-name
  .product-quantity {
  margin-top: -8px;
}
.woocommerce-order-received
  .woocommerce-customer-details
  h2.woocommerce-column__title {
  border: none;
}

/*CTA Home Page -------------*/
/*cta-primary*/
.vc_custom_1617345474607 {
  background-color: var(--primary-color);
  position: relative;
}

.cta {
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
.cta .title,
.cta .sub-title {
  font-size: 60px;
  font-weight: bold;
  font-family: var(--font-family-teko);
  color: var(--color-white);
  text-transform: uppercase;
}
.cta .sub-title {
  font-size: 40px;
}
.cta p {
  color: white;
  font-size: 18px;
}
.cta .btn-primary {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  color: var(--color-white);
  padding: 25px 57px;
  font-weight: 700;
  border-radius: 0;
  background: rgb(0, 0, 0) !important;
  background: -moz-linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(57, 57, 57, 1) 100%
  ) !important;
  background: -webkit-linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(57, 57, 57, 1) 100%
  ) !important;
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(57, 57, 57, 1) 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#393939',GradientType=1 ) !important;
  transform: skew(-10deg);
  margin-top: 20px !important;
  position: relative;
  display: inline-table;
}
.cta .btn-primary:after {
  content: "";
  position: absolute;
  left: 10px;
  right: -4px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 80%;
  z-index: -2;
  transform: skew(-5deg);
}
.cta .btn-primary:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(57, 57, 57, 1) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(57, 57, 57, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(57, 57, 57, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#393939',GradientType=1 );
  height: 100%;
  z-index: -1;
  transform: skew(0deg);
  transition: 0.2s;
}
.cta .btn-primary:hover:before,
.cta .btn-primary:focus:before {
  color: var(--color-black) !important;
  background: var(--color-white);
}
.cta .btn-primary span {
  transform: skew(10deg);
  display: block;
}
.cta .btn-primary:hover,
.cta .btn-primary:focus {
  background: var(--color-white) !important;
  color: var(--color-black) !important;
}
/*cta-secondary*/
#cta-2-section {
  background-color: var(--color-white);
  position: relative;
}
#cta-2-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 40%;
  height: 100%;
  background-image: url("/wp-content/themes/hwd-competitions/images/cta-img-2.jpeg");
  background-size: cover;
  background-position: center;
}
#cta-2-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40%;
  display: block;
  height: 100%;
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.cta.cta-secondary .title {
  color: var(--primary-color);
}
.cta.cta-secondary .sub-title,
.cta.cta-secondary p {
  color: var(--color-gray);
}
.cta .social-wrapper {
  margin-top: 30px;
}
.cta .social-wrapper h4 {
  color: #414141;
  font-size: 24px;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.cta .social-wrapper .social-icons a {
  border: 1px solid #3b5998;
  color: #3b5998;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 25px 65px;
  text-decoration: none;
  margin: 10px;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.cta .social-wrapper .social-icons a.facebook {
  border-color: #3b5998;
}
.cta .social-wrapper .social-icons a.instagram {
  border-color: #c21a73;
}
.cta .social-wrapper .social-icons a:hover,
.cta .social-wrapper .social-icons a:focus {
  box-shadow: none;
}
.cta .social-wrapper .social-icons a img {
  margin-right: 20px;
}
.cta .social-wrapper .social-icons a:first-child {
  margin-left: 0;
}

/*Footer ----------------------*/
#footer .menu-footer-1-container,
#footer .menu-footer-2-container,
#footer .menu-footer-3-container {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#footer a {
  text-transform: uppercase;
  color: var(--color-white);
}
#footer a:hover,
#footer a:focus {
  color: var(--primary-color);
}
#footer .social-icons a {
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  position: relative;
  padding-left: 25px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--color-white);
  background-color: #333333;
  border: 3px solid #707070;
}
#footer .social-icons a:hover,
#footer .social-icons a:focus {
  background-color: var(--primary-color);
  border-color: var(--primary-accent-color);
}
#footer .social-icons a img {
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#footer .footer-bottom .menu {
  width: auto;
  font-size: 14px;
  color: var(--color-black);
}
#footer .footer-bottom .menu li {
  position: relative;
  margin-bottom: 0;
}
#footer .footer-bottom .menu li a {
  color: var(--color-black);
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
#footer .footer-bottom .menu li a:hover,
#footer .footer-bottom .menu li a:focus {
  color: var(--primary-color);
}
#footer .footer-bottom .menu li:after {
  content: "|";
  color: var(--color-black);
  position: absolute;
  right: 0;
}
#footer .footer-bottom .menu li:last-child:after {
  display: none;
}

/*404 Page -------*/
.error404 .main-content {
  padding: 140px 0 100px;
}
.error404 .main-content .entry-content {
  text-align: center;
}
.error404 .main-content .entry-content h1 {
  color: var(--primary-color);
}
.error404 .main-content .entry-content p {
  color: var(--color-gray);
}
.error404 .main-content .entry-content form {
  display: block;
  margin: 40px auto;
}
.error404 .main-content .entry-content form input.search-field {
  color: var(--color-black);
}

/*Custom Css ------*/
.page-id-25 .wpb_text_column p:last-child {
  margin-bottom: 10px !important;
}
.page-id-257 .wpb_text_column p:last-child {
  margin-bottom: 10px !important;
}
body.home .main-content .vc_row.how-it-works {
  background: rgb(255, 255, 255) !important;
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 74%,
    rgba(247, 243, 235, 1) 100%
  ) !important;
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 74%,
    rgba(247, 243, 235, 1) 100%
  ) !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 74%,
    rgba(247, 243, 235, 1) 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f7f3eb",GradientType=1) !important;
}

/*Custom Css*/
body.home .vc_custom_1630304696347 {
  background-color: var(--color-white);
}
body.home .vc_custom_1630305746575 .wpb_content_element.section-heading {
  margin-bottom: 0 !important;
}
.page-id-1253565 .entry-title,
.page-id-278 .entry-title,
.privacy-policy .entry-title {
  border-bottom: 3px solid #00000020;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
.home .vc_custom_1617345474605 {
  background: #ed6b17 url("./../images/bg-primary.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.home .vc_custom_1617345474606 {
  margin-top: -50px;
}
.home .vc_custom_1617345474606,
.home .vc_custom_1617345474606 .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.home .vc_custom_1617345474606 .wpb_text_column.wpb_content_element {
  margin-bottom: 15px;
}
.privacy-policy {
  color: var(--color-black);
}
.page-id-353 .vc_custom_1628765002730,
.page-id-355 .vc_custom_1628765424195 {
  padding-top: 110px !important;
}

/*Datatable*/
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #fff !important;
}
body .dataTables_wrapper .dataTables_paginate {
  margin: 10px 0 !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button {
  cursor: pointer;
  box-shadow: none;
  font-size: 16px !important;
  text-transform: uppercase;
  padding: 12px 20px !important;
  position: relative !important;
  text-align: center !important;
  border: none !important;
  background: rgb(255, 255, 255) !important;
  color: var(--secondary-color) !important;
  text-decoration: none;
  margin-left: 5px !important;
  margin-right: 5px !important;
  border-radius: 0 !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  border-radius: 0 !important;
  padding: 12px 45px !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  margin-right: 0 !important;
  border-radius: 0 !important;
  padding: 12px 45px !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:first-child,
body .dataTables_wrapper .dataTables_paginate .paginate_button:last-child {
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  background: rgb(255, 255, 255) !important;
  color: rgba(0, 0, 0, 0.6) !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: var(--color-black) !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: var(--color-white) !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
body .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: var(--color-black) !important;
  color: var(--color-white) !important;
}
table.dataTable thead .sorting_asc {
  background-image: url("./../images/sort_asc.png") !important;
}

.woocommerce-MyAccount-content mark {
  font-weight: 600;
  color: white !important;
}

.btn-link:focus,
.btn-link:hover {
  text-decoration: none;
}
.pagination > li > a,
.pagination > li > span {
  float: unset;
  background: var(--primary-button-background);
  color: white;
  border: 0;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins";
  padding: 0;
  line-height: normal;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 50%;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 50%;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  font-size: 16px;
}

.pagination > li > a > .btn,
.pagination > li > span > .btn {
  font-size: inherit;
  font-weight: inherit;
  padding: 0;
}

.pagination > li > a > .btn:hover,
.pagination > li > span > .btn:hover {
  color: white;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: white;
  background-color: var(--primary-button-hover-background);
  border-color: unset;
}

@media (max-width: 1650px) {
  /*Header ==========*/
  #header #main-menu {
    padding-left: 30px;
  }
  #header #main-menu > ul#menu-primary-menu > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1600px) {
  /*Shop Page -------------*/
  .post-type-archive-product > .container .main-content {
    padding: 80px 20px 50px;
  }

  /*Order Received Page ------------------*/
  .woocommerce-order-received .main-content {
    padding-top: 50px;
  }
}

@media (max-width: 1500px) {
  /*Header ==========*/
  #header .navbar {
    padding-left: 0;
    padding-right: 0;
  }
  #header .navbar .vct-cart-wrapper a:before {
    display: none;
  }
}

@media (max-width: 1350px) {
  /*Header ==========*/
  #header .navbar-header {
    max-width: 180px;
  }
  #header #main-menu ul li.btn-primary a,
  #header #main-menu ul li.btn-secondary a {
    padding: 14px 25px;
  }
  #header .woo-wallet-menu-contents {
    margin-left: 15px;
    padding-left: 15px;
  }
  #header .vct-cart-wrapper {
    margin-left: 20px;
  }
  /* Hero Section ======================== */
  .slider-competition,
  .slider-competition .background-image {
    height: 700px;
  }
}

@media (max-width: 1200px) {
  .home #header .container {
    width: 100%;
  }
  h1.entry-title {
    font-size: 40px;
    line-height: 46px;
  }
  /*Header --------------*/
  #header .navbar .navbar-wrapper {
    height: 100px;
  }
  #main-menu ul li a,
  #main-menu .menu-item.btn-primary > a,
  #main-menu .menu-item.btn-secondary > a,
  #header .woo-wallet-menu-contents {
    font-size: 14px;
    letter-spacing: 0;
  }
  #header #main-menu > ul#menu-primary-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  #main-menu ul li.menu-item-has-children:after {
    right: 9px;
  }
  #header .vct-cart-wrapper a img {
    height: 24px;
  }
  #header .woo-wallet-menu-contents img {
    height: 20px;
  }

  /* Hero Section ======================== */
  .slider-competition,
  .slider-competition .background-image {
    height: 600px;
  }
  .slider-competition .background-image .image-overlay {
    right: 0;
  }
  .slider-competition .background-image > img {
    height: 600px;
  }
  .slider-competition .product-information > h1:after {
    min-width: 335px;
  }
  .product-information .btn-primary {
    font-size: 20px;
    padding: 18px 37px;
    margin-top: 10px !important;
  }
  .slider-competition .price-n-counter .price {
    font-size: 40px;
  }
  .slider-competition .price-n-counter .price .status {
    font-size: 18px;
    margin-top: -15px;
  }
  .slider-competition .price-n-counter .lty-shop-timer-wrapper {
    max-width: 275px;
  }
  .slider-competition
    .price-n-counter
    .lty-shop-timer-wrapper
    .lty-shop-timer-section
    #lty_lottery_days,
  .slider-competition
    .price-n-counter
    .lty-shop-timer-wrapper
    .lty-shop-timer-section
    #lty_lottery_hours,
  .slider-competition
    .price-n-counter
    .lty-shop-timer-wrapper
    .lty-shop-timer-section
    #lty_lottery_minutes,
  .slider-competition
    .price-n-counter
    .lty-shop-timer-wrapper
    .lty-shop-timer-section
    #lty_lottery_seconds {
    font-size: 24px;
    height: 54px;
    line-height: 22px;
  }
  .slider-competition
    .price-n-counter
    .lty-shop-timer-wrapper
    .lty-shop-timer-section
    #lty_lottery_days:after,
  .slider-competition
    .price-n-counter
    .lty-shop-timer-wrapper
    .lty-shop-timer-section
    #lty_lottery_hours:after,
  .slider-competition
    .price-n-counter
    .lty-shop-timer-wrapper
    .lty-shop-timer-section
    #lty_lottery_minutes:after,
  .slider-competition
    .price-n-counter
    .lty-shop-timer-wrapper
    .lty-shop-timer-section
    #lty_lottery_seconds:after {
    transform: translateY(20px);
  }

  /*How It works ----------*/
  .hiw-container {
    padding-left: 0;
    padding-right: 0;
  }

  /*Single Competition Page ------------*/
  body.single-product .content-wrapper {
    padding-top: 90px;
  }

  /*Single Winner Page ------------*/
  .single-winners .content-wrapper {
    padding-top: 110px;
  }
  .single-post .section-heading p,
  .single-winners .section-heading p,
  body.post-type-archive-winners .main-content .section-heading p {
    font-size: 24px;
    line-height: normal;
  }
  .single-winners .btn-primary {
    font-size: 14px;
  }

  /*Footer -----------*/
  #footer .footer-bottom .container {
    display: block;
    text-align: center;
  }
  #footer .footer-bottom .menu {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  /*Winners Section --------------------------*/
  body.home
    .winners
    .winner-item:nth-of-type(odd)
    a.winner-image-container
    > img,
  body.home .winners .winner-item a.winner-image-container > img {
    height: 280px;
  }
  body.home .vc_custom_1617341566035 .link {
    display: none;
  }

  /*Custom*/
  .vc_custom_1617349178800 .section-heading .wpb_wrapper p {
    font-size: 40px;
  }
  body.page-id-353 .vc_custom_1630391825368 {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
  }
  body .vc_custom_1617349178800 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  /*My Account Page ===============*/

  span.dashicons.dashicons-plus-alt,
  span.dashicons.dashicons-list-view {
    display: none;
  }
  .visualcomposerstarter.woocommerce-account
    .woocommerce-MyAccount-content
    li
    a
    p {
    font-size: 20px;
  }
}

@media (max-width: 1170px) {
  /*Header ==========*/
  #main-menu {
    position: relative;
    z-index: 100000;
  }
  #header #main-menu {
    padding-left: 0;
  }
  #header #main-menu > ul#menu-call-to-action .btn-secondary {
    display: none;
  }
}

@media (max-width: 1092px) {
  /* Hero Section ======================== */
  .slider-competition,
  .slider-competition .background-image {
    height: 600px;
  }

  /*Counter Home Page ------------*/
  .counter-wrapper .counter-box img {
    display: none;
  }
  .counter-wrapper .counter-box > div {
    padding-left: 0;
  }

  /*Single Competition Page ----------------------*/
  .single-product .container {
    max-width: 100% !important;
    width: 100% !important;
  }
  .single-product .main-content,
  .woocommerce-cart .main-content {
    padding: 0 !important;
  }
  .visualcomposerstarter.single-product.woocommerce
    div.product
    .price-with-progress
    p.price,
  .visualcomposerstarter.single-product.woocommerce
    div.product
    .price-with-progress
    span.price {
    font-size: 30px;
  }
  .woocommerce.single-product
    div.product
    .price-with-progress
    p.price
    del:before,
  .progress-bar--top:before {
    display: none !important;
  }
  .price-with-progress {
    display: flex;
  }
  .competition-timer .lty-lottery-date-ranges {
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  /*Header --------------*/
  #header .navbar-header {
    max-width: 200px;
  }
  #header #main-menu > ul#menu-primary-menu > li > a {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 14px;
  }
  #header #main-menu > ul#menu-call-to-action .btn-secondary {
    display: block;
  }
  #header #main-menu > ul#menu-call-to-action .btn-primary {
    display: none;
  }
  #main-menu .menu-item.btn-primary,
  #main-menu .menu-item.btn-secondary {
    margin: 0;
  }
  #main-menu .menu-item.btn-primary > a:after,
  #main-menu .menu-item.btn-secondary > a:after {
    background-size: 22px;
  }

  /*Counter Home Page ------------*/
  .counter-wrapper {
    padding: 10px 0;
  }
  .counter-wrapper:after {
    display: none;
  }
  .counter-wrapper .counter-box {
    justify-content: left;
    align-items: center;
  }
  .counter-wrapper .counter-box {
    padding: 30px 40px;
  }
  .counter-wrapper .counter-box > div p {
    margin-bottom: 0 !important;
  }

  /*How it works -----------*/
  .hiw-item .hiw-numbered {
    font-size: 60px;
    position: static;
    left: 0;
    top: 0;
  }
  .hiw-item .hiw-heading {
    padding-left: 0;
    padding-right: 0;
    min-height: auto;
  }

  /*Single Winner Page -----------*/
  .single-post .content-wrapper,
  .single-winners .content-wrapper {
    padding-top: 70px;
  }

  /*Product Page --------*/
  body.page-id-353 .entry-content .products {
    margin-top: 80px;
  }
  .page-id-353 .section-heading .wpb_wrapper p {
    margin-bottom: 30px !important;
  }
  .products .product .lty-shop-timer-wrapper {
    width: 100%;
    display: block;
  }
  .products .product .button.add_to_cart_button {
    float: none !important;
    width: 100% !important;
    display: block;
  }
  .page-id-353 .btn-group-wrapper {
    text-align: center;
  }

  /*Shop Page -------------*/
  .post-type-archive-product > .container .main-content {
    padding: 40px 20px 50px;
  }

  /*Woocommerce Page --------*/
  .woocommerce-cart h1.entry-title,
  .woocommerce-checkout h1.entry-title {
    margin-bottom: 30px;
    font-size: 46px;
  }
  .woocommerce-checkout .main-content {
    padding-top: 10px;
  }

  /*Lost Password Page -------------*/
  .woocommerce-lost-password .entry-content.full-width {
    position: static;
    left: auto;
    margin-left: 0;
    width: 100%;
  }

  /*My Account Page ===============*/
  .visualcomposerstarter .woocommerce form {
    padding-right: 0 !important;
    padding-bottom: 40px !important;
  }
  form.woocommerce-EditAccountForm.edit-account > fieldset {
    margin-top: 40px;
    position: relative !important;
    right: auto;
    top: auto;
    float: none;
    width: 100%;
  }

  form.woocommerce-EditAccountForm.edit-account
    button.woocommerce-Button.button {
    position: relative;
    right: auto;
    bottom: auto;
  }

  .woocommerce-view-order
    .woocommerce
    table.shop_table
    td.woocommerce-table__product-total.product-total
    .woocommerce-Price-amount.amount {
    font-size: 26px !important;
  }
  /*Payment Methods List*/
  body.woocommerce-add-payment-method .woocommerce table.shop_table tr td {
    font-size: 15px;
  }
  body.woocommerce-add-payment-method
    .woocommerce
    table.shop_table
    .payment-method-actions
    .button {
    padding: 10px 20px;
    font-size: 12px;
  }
  /*Pay for order*/
  body.woocommerce-order-pay h1.entry-title {
    font-size: 30px;
  }

  /*Order Received Page ------------------*/
  .woocommerce-order-received .main-content {
    padding-top: 20px;
  }
  .woocommerce-order-received .page-title .entry-title {
    margin-bottom: 0;
  }

  /*Footer --------------*/
  #footer .menu-footer-2-container,
  #footer .menu-footer-3-container {
    border-right: none;
    padding-left: 0;
  }
  #footer .menu {
    margin: 0 auto 60px;
  }
  #footer .website-information {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
  #footer .website-information > div {
    margin: 10px 0;
  }
  #footer .website-information .social-icons {
    margin-bottom: 50px;
  }

  /*404 Page -------*/
  .error404 .main-content {
    padding: 80px 0 60px;
  }
  .error404 .main-content .entry-content h1 {
    font-size: 24px;
    line-height: 30px;
  }

  /*Custom*/
  body.page-id-353 .vc_custom_1617349178800 {
    padding-top: 0 !important;
  }
  body .vc_custom_1617349178800 .wpb_content_element {
    margin-bottom: 0;
  }
  .page-id-353 .vc_custom_1628765002730,
  .page-id-355 .vc_custom_1628765424195 {
    padding-top: 60px !important;
  }
}

@media (max-width: 844px) {
  .btn-xl {
    padding: 20px 40px;
  }
  /*Single Competition Page ----------------------*/
  /*timer*/
  .competition-timer {
  }
  .woocommerce #content div.product div.images,
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.images,
  .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .content-wrapper {
    overflow-x: hidden;
  }

  /*Header --------------*/
  #header .navbar {
    padding-right: 70px;
  }
  #header .navbar .navbar-wrapper {
    height: auto;
  }
  #header .navbar-header {
    max-width: unset;
    position: static;
    left: 30px;
    top: 10px;
    transform: translate(0, 0);
  }
  .navbar-brand a {
    padding-bottom: 0;
  }
  .navbar-brand img {
    margin-top: 0;
    width: auto;
    text-align: left;
  }
  #main-menu > ul#menu-call-to-action > li.btn-secondary > a {
    width: 100%;
    height: 48px !important;
    color: var(--color-white);
  }
  #main-menu > ul > li.btn-secondary > a:hover,
  #main-menu > ul > li.btn-secondary > a:focus {
    background-color: transparent;
  }

  #main-menu #menu-call-to-action .menu-item.btn-secondary > a:before {
    display: none;
  }
  #header #main-menu > ul#menu-call-to-action .btn-primary,
  #main-menu .menu-item.btn-primary,
  #main-menu .menu-item.btn-secondary {
    display: block;
  }
  #header .navbar .user,
  #header .navbar .woo-wallet-menu-contents,
  #header .navbar .vct-cart-wrapper {
    display: inline-block;
    z-index: 100000;
  }
  #header .woo-wallet-menu-contents {
    padding-right: 0;
  }
  #header .user img {
    height: 27px;
  }
  #header .woo-wallet-menu-contents img {
    height: 25px;
  }
  #header .vct-cart-wrapper a img {
    height: 30px;
  }
  #header #main-menu {
    position: fixed;
    padding-left: 0;
    z-index: 100002;
    width: 100vw;
  }

  #header #main-menu ul li a {
    font-size: 16px;
    padding: 12px 30px;
    font-weight: 400;
    color: var(--color-white);
  }
  #header #main-menu ul li a:hover,
  #header #main-menu ul li a:focus {
    color: var(--primary-color);
  }
  #main-menu > ul > li > a {
    position: relative;
  }
  #main-menu > ul#menu-primary-menu > li > a:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    background-image: url("./../images/home.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #main-menu > ul#menu-primary-menu > li:nth-child(2) > a:before {
    background-image: url("./../images/trophy-icon.svg");
  }
  #main-menu > ul#menu-primary-menu > li:nth-child(3) > a:before {
    background-image: url("./../images/help.svg");
  }
  #main-menu > ul#menu-primary-menu > li:nth-child(4) > a:before {
    background-image: url("./../images/crown.svg");
  }

  #main-menu > ul#menu-primary-menu > li.current_page_item > a:before {
    background-image: url("./../images/home-active.svg");
  }
  #main-menu
    > ul#menu-primary-menu
    > li.current_page_item:nth-child(2)
    > a:before {
    background-image: url("./../images/trophy-icon-active.svg");
  }
  #main-menu
    > ul#menu-primary-menu
    > li.current_page_item:nth-child(3)
    > a:before {
    background-image: url("./../images/help-active.svg");
  }
  #main-menu
    > ul#menu-primary-menu
    > li.current_page_item:nth-child(4)
    > a:before {
    background-image: url("./../images/crown-active.svg");
  }

  #main-menu ul#menu-primary-menu li:first-child a,
  #header #main-menu > ul#menu-primary-menu > li a {
    padding: 10px 20px 10px 65px !important;
  }
  #main-menu ul li.current-menu-item > a {
    color: var(--primary-color);
    background: #151516;
  }
  #main-menu > ul > li > a:hover,
  #main-menu > ul > li > a:focus {
    background: #151516;
  }
  #main-menu > ul > li > a:after {
    display: none !important;
  }

  #main-menu > ul > li.menu-item-has-children {
    padding-right: 0;
  }
  #main-menu ul li.menu-item-has-children:after {
    right: 30px;
    top: 18px;
  }
  #main-menu ul li.current-menu-item.menu-item-has-children:after {
    transform: rotate(220deg) !important;
  }

  #header .hide-desktop {
    display: block;
    width: 70%;
    height: auto;
    padding: 40px 0;
    margin-top: 0;
    background-color: var(--color-black);
  }
  #header .woo-wallet-menu-contents,
  #header .user {
    display: inline-block;
  }
  #header .navbar-toggle {
    margin-left: 10px;
    margin-top: 0;
  }

  /*Counter Home Page ------------*/
  .counter-wrapper .counter-box:after {
    right: 40px;
    left: 40px;
    bottom: 0;
    top: auto;
    transform: translate(0, -50%);
    background-color: #c3c2c150;
    height: 3px;
    width: auto;
  }
  .counter-wrapper .counter-box img {
    display: block;
    max-width: 56px;
  }
  .counter-wrapper .counter-box > div {
    padding-left: 20px;
  }

  /*How it works Section -----------------*/
  .hiw-container .hiw-item {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .hiw-item::after {
    content: "";
    width: 100%;
    max-width: 200px;
    height: 2px;
    left: 50%;
    right: auto;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0);
  }

  /*My Account ----------------*/
  .my-account-content .full-width .container {
    padding: 40px 15px;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .woocommerce-orders .woocommerce-MyAccount-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .woocommerce-orders tr {
    margin-bottom: 30px;
    padding: 0 !important;
  }

  .woocommerce-payment-methods .payment-method .payment-method-actions a {
    margin: 5px 5px;
  }
  .woocommerce-payment-methods .payment-method td {
    width: 100% !important;
  }
  /*table-layout*/
  .woocommerce-view-order .woocommerce table.shop_table.order_details thead {
    display: none;
  }
  .woocommerce-view-order .woocommerce table.shop_table.order_details tr {
    display: block !important;
  }
  .woocommerce-view-order .woocommerce table.shop_table.order_details tr td {
    width: 100% !important;
    display: block !important;
  }
  .woocommerce-view-order
    .woocommerce
    table.shop_table.order_details
    tr
    td.woocommerce-table__product-name.product-name {
    border-bottom: 1px solid #dbd6c3;
    padding-bottom: 0;
  }
  .woocommerce-view-order
    .woocommerce
    table.shop_table.order_details
    tr
    td.woocommerce-table__product-total.product-total {
    margin-top: 100px;
    margin-bottom: 20px;
    position: relative;
  }
  .woocommerce-view-order
    .woocommerce
    table.shop_table.order_details
    tr
    td.woocommerce-table__product-total.product-total:before {
    content: "Total";
    position: absolute;
    left: 0;
    color: var(--color-black);
  }
  .woocommerce-view-order
    .woocommerce
    table.shop_table.order_details
    tfoot
    tr
    th,
  .woocommerce-view-order
    .woocommerce
    table.shop_table.order_details
    tfoot
    tr
    td {
    width: 100%;
    display: table-cell !important;
  }
  .woocommerce-view-order
    .woocommerce
    table.shop_table.order_details
    tfoot
    tr:nth-child(2)
    th,
  .woocommerce-view-order
    .woocommerce
    table.shop_table.order_details
    tfoot
    tr:nth-child(2)
    td {
    display: block !important;
  }
  .woocommerce-view-order
    .woocommerce
    table.shop_table.order_details
    tfoot
    tr:nth-child(2)
    td {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
    text-align: left;
  }

  .woocommerce-view-order
    .woocommerce
    table.shop_table.order_details
    ul.wc-item-meta
    li {
    display: flex !important;
    justify-content: space-between;
    width: 100% !important;
    margin: 10px 0;
  }
  .woocommerce-view-order
    .woocommerce
    table.shop_table.order_details
    ul.wc-item-meta
    li
    strong,
  .woocommerce-view-order
    .woocommerce
    table.shop_table.order_details
    ul.wc-item-meta
    li
    p {
    font-size: 16px !important;
    display: inline-block;
    width: auto !important;
  }

  /*Payment Methods List*/
  body.woocommerce-add-payment-method
    .woocommerce
    table.shop_table
    tr.payment-method {
    margin-bottom: 20px;
    border-bottom: 1px solid #00000030;
    padding-bottom: 20px;
  }
  body.woocommerce-add-payment-method .woocommerce table.shop_table tr td {
    width: 100%;
  }

  /*Pay for order*/
  .woocommerce-order-pay .woocommerce table.shop_table thead {
    display: none;
  }
  .woocommerce-order-pay .woocommerce table.shop_table tr {
    display: block !important;
  }
  .woocommerce-order-pay .woocommerce table.shop_table tr.order_item {
    margin-bottom: 20px;
  }
  .woocommerce-order-pay .woocommerce table.shop_table tr td.product-name,
  .woocommerce-order-pay .woocommerce table.shop_table tr td.product-quantity,
  .woocommerce-order-pay .woocommerce table.shop_table tr td.product-subtotal {
    width: 100% !important;
    display: block !important;
    font-size: 15px;
  }
  .woocommerce-order-pay
    .woocommerce
    table.shop_table
    tr
    td.product-quantity:before {
    content: "Quantity";
  }
  .woocommerce-order-pay
    .woocommerce
    table.shop_table
    tr
    td.product-quantity
    strong.product-quantity {
    float: right;
    margin-top: -7px;
  }
  .woocommerce-order-pay .woocommerce table.shop_table ul.wc-item-meta {
    border-top: 2px solid #00000020;
  }
  .woocommerce-order-pay .woocommerce table.shop_table ul.wc-item-meta li {
    display: flex !important;
    justify-content: space-between;
    width: 100% !important;
    margin: 10px 0;
    float: none !important;
  }
  .woocommerce-order-pay .woocommerce table.shop_table ul.wc-item-meta li p {
    font-size: 15px !important;
  }
  .woocommerce-order-pay .woocommerce table.shop_table tfoot th,
  .woocommerce-order-pay .woocommerce table.shop_table tfoot td,
  .woocommerce-order-pay .woocommerce table.shop_table tfoot td.product-total {
    font-size: 15px !important;
    letter-spacing: 0;
    font-weight: 400;
    display: inline-block;
    width: 50%;
    float: left;
  }
  .woocommerce-order-pay .woocommerce table.shop_table tfoot td {
    text-align: right;
  }
  .woocommerce-order-pay
    .payment_box
    .woocommerce-SavedPaymentMethods-token
    label {
    font-weight: 400;
    font-size: 15px;
    width: auto;
    display: inline;
  }
  /*Order Received*/
  .woocommerce-order-received .page-header {
    padding-bottom: 0;
  }
  .woocommerce-order-received .woocommerce-notice--success {
    font-size: 15px;
    font-weight: 400;
  }
  .woocommerce-order-received .woocommerce ul.order_details {
    min-height: 190px;
  }
  .woocommerce-order-received .woocommerce ul.order_details li {
    padding-right: 0;
    margin-right: 0;
    width: 50%;
    display: block;
    text-align: left;
    float: left;
    margin-top: 25px;
  }
  .woocommerce-order-received .woocommerce ul.order_details li.email {
    width: 100%;
  }
  .woocommerce-order-received .woocommerce ul.order_details li strong {
    display: block;
    margin: 10px 0 0;
    font-size: 15px;
  }
  .woocommerce-order-received .page-title .entry-title {
    font-size: 30px;
  }
  .woocommerce-order-received .woocommerce table.shop_table thead {
    display: none;
  }
  .woocommerce-order-received .woocommerce table.shop_table tr {
    display: block !important;
  }
  .woocommerce-order-received .woocommerce table.shop_table tr.order_item {
    margin-bottom: 20px;
  }
  .woocommerce-order-received .woocommerce table.shop_table tr td.product-name,
  .woocommerce-order-received
    .woocommerce
    table.shop_table
    tr
    td.product-total {
    width: 100% !important;
    display: block !important;
    font-size: 15px;
  }
  .woocommerce-order-received
    .woocommerce
    table.shop_table
    tr
    td.product-total {
    padding-top: 0;
    position: relative;
  }
  .woocommerce-order-received
    .woocommerce
    table.shop_table
    tr
    td.product-total
    .amount {
    font-size: 15px !important;
  }
  .woocommerce-order-received
    .woocommerce
    table.shop_table
    tr
    td.product-total:before {
    content: "Total";
    color: var(--color-black);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .woocommerce-order-received .woocommerce table.shop_table ul.wc-item-meta {
    border-top: 2px solid #00000020;
  }
  .woocommerce-order-received .woocommerce table.shop_table ul.wc-item-meta li {
    display: flex !important;
    justify-content: space-between;
    width: 100% !important;
    margin: 10px 0;
    float: none !important;
  }
  .woocommerce-order-received
    .woocommerce
    table.shop_table
    ul.wc-item-meta
    li
    p {
    font-size: 15px !important;
  }
  .woocommerce-order-received
    .woocommerce
    table.shop_table
    tr
    td
    .product-quantity {
    line-height: 26px;
  }
  .woocommerce-order-received .woocommerce table.shop_table tfoot th,
  .woocommerce-order-received .woocommerce table.shop_table tfoot td {
    font-size: 15px !important;
    letter-spacing: 0;
    font-weight: 400;
    display: inline-block;
    width: 50%;
    float: left;
  }

  /*My Account Wallet Transations Page ========*/
  .woocommerce-MyAccount-content > p,
  .woocommerce-MyAccount-content .dataTables_length,
  .woocommerce-MyAccount-content .dataTables_filter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .woocommerce-MyAccount-content .dataTables_length,
  .woocommerce-MyAccount-content .dataTables_filter {
    text-align: left !important;
    margin: 10px 0;
  }
  .dataTables_wrapper .dataTables_filter input {
    margin-left: 0 !important;
  }
  table#wc-wallet-transaction-details.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > td:first-child:before,
  table#wc-wallet-transaction-details.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > th:first-child:before,
  table#wc-wallet-transaction-details thead,
  table#wc-wallet-transaction-details tr.child {
    display: none !important;
  }
  table#wc-wallet-transaction-details tbody {
    display: block;
  }
  table#wc-wallet-transaction-details tbody tr {
    display: block;
    padding-bottom: 30px;
  }
  table#wc-wallet-transaction-details tbody tr td {
    padding-left: 50%;
    position: relative;
    display: block !important;
    text-align: left;
  }
  table#wc-wallet-transaction-details tbody tr td:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  table#wc-wallet-transaction-details tbody tr td:nth-child(1) {
    font-weight: bold;
    border-bottom: 1px solid #ffffff20;
  }
  table#wc-wallet-transaction-details tbody tr td:nth-child(1):after {
    content: "Id";
    font-weight: 700;
  }
  table#wc-wallet-transaction-details tbody tr td:nth-child(2):after {
    content: "Credit";
  }
  table#wc-wallet-transaction-details tbody tr td:nth-child(3):after {
    content: "Debit";
  }
  table#wc-wallet-transaction-details tbody tr td:nth-child(4):after {
    content: "Details";
  }
  table#wc-wallet-transaction-details tbody tr td:nth-child(5):after {
    content: "Date";
  }

  /*Datatable*/
  body .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 12px !important;
    padding: 8px 15px !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  body .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    padding: 8px 20px !important;
  }
  body .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    padding: 8px 20px !important;
  }

  /*Hero Section -----------------*/
  .slider-competition,
  .slider-competition .background-image {
    height: 600px;
  }
  .slider-competition .background-image > img {
    height: 100%;
    max-width: unset;
  }
  .slider-competition .slider-overlay {
    position: absolute;
    top: 50px;
    transform: translate(0, 0);
  }
  .slider-competition .price-n-counter {
    display: block;
  }
  .slider-competition .price-n-counter .price,
  .slider-competition .price-n-counter .lty-shop-timer-wrapper {
    margin-bottom: 20px;
  }
  /*How it works Section -----------------*/
  .hiw-item {
    padding-top: 0;
  }

  /*Reviews ----------*/
  .reviews .review-item p.review-body {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .reviews .review-item .reviewer-name {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
  }

  /*Product Page --------*/
  .products.columns-3 > .product {
    width: calc(100% - 20px);
  }

  /*Single Product Page -------*/
  body.single-product .content-wrapper {
    padding-top: 30px;
  }
  .sv-alert h3.heading {
    font-size: 28px;
  }

  /*Winner Home Page ---------*/
  .home .winners {
    margin-bottom: 60px;
  }

  /*Single Winner Page ----------*/
  .single-winners .section-heading p,
  body.post-type-archive-winners .main-content .section-heading p {
    font-size: 30px;
    line-height: 34px;
  }
  .single-winners .entry-full-content > div > .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .single-winners .main-content .row > div {
    margin-bottom: 40px;
  }
  .single-winners .main-content .text-right {
    text-align: left;
  }

  /*Cart Page ------------*/
  .cart-collaterals .cart_totals .woocommerce-Price-amount {
    font-size: 28px;
  }
  .woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal {
    border-right: 1px solid #dbd4c9;
  }
  .cart-collaterals .cart_totals .woocommerce-Price-amount {
    font-size: 30px !important;
  }
  .visualcomposerstarter.woocommerce-cart
    .woocommerce
    .cart-collaterals
    .cart_totals {
    margin-top: 20px;
  }

  /*CTA Home Page -------------*/
  .vc_custom_1617345474608:before {
    right: 0;
    width: 100%;
    background-position: top left;
  }
  .vc_custom_1617345474608:after {
    right: 0;
    width: 100%;
    background: -moz-linear-gradient(
      left,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  }
  .cta .social-wrapper .social-icons a {
    display: block;
    text-align: center;
    margin: 10px 0;
  }

  /*Footer -----------------*/
  .footer-widget {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /*Custom*/
  .vc_custom_1617349178800 .section-heading .wpb_wrapper p {
    font-size: 40px;
  }
  .heading-l-wb {
    padding-bottom: 0;
  }
  .wpb_text_column.wpb_content_element.heading-l-wb {
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
  .wpb_text_column.wpb_content_element.heading-l-wb:after {
    bottom: -20px;
  }
  .visualcomposerstarter
    .woocommerce
    table.shop_table
    td.woocommerce-table__product-total.product-total
    .woocommerce-Price-amount.amount {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  /*Header --------*/
  #header .user {
    display: none !important;
  }
  /*How it works Section -----------------*/
  .hiw-container .hiw-item {
    width: 100%;
    margin: 0 auto;
  }
  .hiw-item .hiw-numbered {
    font-size: 70px;
  }

  /*Single Competition Page*/
  .competition-timer {
    top: 10px;
    right: 15px;
  }
  .competition-timer .lty-lottery-date-ranges {
    height: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: -5px;
  }
  .single.single-product .entry-tabs > span {
    min-width: 30%;
    margin-right: 3%;
  }
  /*Single Winner Page -------*/
  .single-winners .winning-date {
    float: none;
    margin-top: 0;
    text-align: left;
  }

  /*Login Page ---------*/
  p.lost_password {
    position: static;
    right: 0;
    bottom: 0;
  }

  /*Breadcrumb -------*/
  .breadcrumb {
    padding-top: 0;
    font-size: 16px;
    margin-bottom: 0;
  }

  /*Hero Section -----------------*/
  .slider-competition,
  .slider-competition .background-image {
    height: 743px;
  }

  /*About Us ----------*/
  .page-id-25 .vc_custom_1613495116791 {
    padding-top: 16px !important;
  }
  .page-id-25 img.CToWUd {
    height: 20px;
    margin-right: 3px;
  }
  .page-id-1253565 .entry-title,
  .page-id-278 .entry-title,
  .privacy-policy .entry-title {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  /*My Account -----------*/
  form.woocommerce-EditAccountForm.edit-account > fieldset > legend {
    font-size: 22px;
  }
  form.woocommerce-EditAccountForm.edit-account > fieldset {
    padding-top: 70px;
  }

  /*Footer -----------*/
  #footer .footer-bottom {
    padding-left: 0;
    padding-right: 0;
  }
  #footer .footer-bottom .container {
    display: block;
    text-align: center;
  }
  #footer .footer-bottom .menu {
    display: inline-block;
    margin-bottom: 40px;
  }
  #footer .footer-bottom .menu li {
    width: 48%;
    text-align: left;
    margin-bottom: 10px;
  }
  #footer .footer-bottom .menu li:after {
    display: none;
  }

  /*Custom Css*/
  body .vc_custom_1628765153523 {
    padding-top: 0 !important;
  }
  .page-id-353 .vc_custom_1628765002730,
  .page-id-355 .vc_custom_1628765424195 {
    padding-top: 40px !important;
  }
}

@media (max-width: 414px) {
  /*Header --------------*/
  #header .navbar-brand img {
    width: 145px;
  }
  #header .user img,
  #header .vct-cart-wrapper a img,
  #header .woo-wallet-menu-contents img {
    height: 25px;
  }
  #header .vct-cart-wrapper a img {
    height: 29px;
  }
  #header .woo-wallet-menu-contents::after {
    display: none;
  }
  #header .woo-wallet-menu-contents .amount {
    display: none;
  }
  #header .woo-wallet-menu-contents {
    margin-left: 5px;
  }
  #header .woo-wallet-menu-contents bdi {
    font-size: 14px;
  }

  /*Hero Section --------*/
  .slider-competition .background-image .image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(
      left,
      rgba(237, 107, 23, 1) 20%,
      rgba(237, 107, 23, 0) 100%
    );
    background: -webkit-linear-gradient(
      left,
      rgba(237, 107, 23, 1) 20%,
      rgba(237, 107, 23, 0) 100%
    );
    background: linear-gradient(
      to right,
      rgba(237, 107, 23, 1) 20%,
      rgba(237, 107, 23, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ED6B17', endColorstr='#ED6B1731',GradientType=1 );
  }
  .slider-competition .background-image .image-overlay:after {
    display: none;
  }
  .slider-competition .price-n-counter {
    display: block;
  }
  .product-information a.btn-primary {
    margin-top: 40px !important;
  }

  .breadcrumb {
    font-size: 16px;
  }

  .heading-l-wb {
    padding-bottom: 10px;
  }

  #footer .website-information > div:last-child {
    padding-right: 20px;
  }

  .slider-competition .product-information > h4::after {
    width: 70%;
  }

  .single-product .main-content,
  .woocommerce-cart .main-content {
    padding: 0 !important;
  }

  /*Product Page --------*/
  .lty-shop-timer-wrapper .lty-shop-timer-section #lty_lottery_days,
  .lty-shop-timer-wrapper .lty-shop-timer-section #lty_lottery_hours,
  .lty-shop-timer-wrapper .lty-shop-timer-section #lty_lottery_minutes,
  .lty-shop-timer-wrapper .lty-shop-timer-section #lty_lottery_seconds {
    font-size: 24px;
    height: 65px;
    width: 65px;
  }
  .products .product .button.add_to_cart_button {
    font-size: 16px !important;
  }
}

@media (max-width: 360px) {
  /*Header --------------*/
  #header .woo-wallet-menu-contents bdi {
    display: none;
  }
}

#cta-section {
  position: relative;
  background-color: var(--primary-color);
}

#cta-section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 50%;
  height: 100%;
  background-image: url("/wp-content/themes/hwd-competitions/images/cta-img.jpeg");
  background-size: cover;
  background-position: center;
}

#cta-section:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 50%;
  height: 100%;
  background: -moz-linear-gradient(
    left,
    rgba(237, 107, 23, 1) 0%,
    rgba(237, 107, 23, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(237, 107, 23, 1) 0%,
    rgba(237, 107, 23, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(237, 107, 23, 1) 0%,
    rgba(237, 107, 23, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6b17', endColorstr='#00ed6b17',GradientType=1 );
}

.winner-product.products > .product {
  width: calc(100% - 20px);
}

.page-id-1253565 h4 {
  margin-top: 30px;
  margin-bottom: 15px;
}

h2.wpb_accordion_heading {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
  text-transform: uppercase;
}

.visualcomposerstarter .woocommerce table.shop_table td .product-quantity {
  display: none !important;
}

body .woocommerce-terms-and-conditions-wrapper h4 {
  color: white;
}

#order_review .order-total td {
  color: var(--primary-color) !important;
}

#main-menu
  > ul#menu-call-to-action
  > li.btn-secondary:not(.my-account-btn)
  > a {
  color: white;
  width: auto;
}

#main-menu
  #menu-call-to-action
  .menu-item.btn-secondary:not(.my-account-btn)
  > a:before {
  display: none;
}

.woocommerce-notices-wrapper + form.woocommerce-form-login,
.woocommerce-notices-wrapper + form.woocommerce-form-register {
  margin-top: 20px;
}

table.lty-frontend-table.shop_table.shop_table_responsive.lty-winner-logs-table
  th {
  font-size: 14px;
}

span.cut-price {
  text-decoration: line-through;
  font-size: 32px;
}

.product-item-info .lty-shop-timer-section {
  background: var(--primary-accent-color);
  margin: 0 3px;
}
.logo-mobile img.custom-logo {
  width: 160px;
}

.website-information .custom-logo {
  width: 180px;
  margin-bottom: 24px;
}

a.woocommerce-button.woocommerce-button--next.woocommerce-Button.woocommerce-Button--next.button,
a.woocommerce-button.woocommerce-button--previous.woocommerce-Button.woocommerce-Button--previous.button {
  text-transform: uppercase;
  background: var(--color-white);
  color: var(--color-black);
  border-radius: 30px;
  border-radius: 0;
  font-size: 14px;
  padding: 15px 50px;
  text-decoration: none;
  letter-spacing: 0px;
}

.woocommerce-woo-wallet-transactions
  .my-account-content
  .woocommerce-MyAccount-content
  > p
  > .amount {
  color: #fff !important;
}

.login-as-user.login-as-user-top {
  z-index: 99999;
  bottom: 0;
  top: unset !important;
}
.woocommerce div.products div.product.product_cat-app-only {
  display: none;
}
.fixed-odds {
  display: flex;
  align-items: center;
  text-align: center;
  background: #313131;
  color: white;
  margin-top: 30px;
  border-radius: 12px;
}
.fixed-odds > div {
  flex: 1;
  padding: 16px 20px;
  position: relative;
}
.fixed-odds > div:not(:last-child):after {
  border-right: 1px solid #4f4f4f;
  content: "";
  position: absolute;
  right: 0;
  height: calc(100% - 32px);
  top: 50%;
  transform: translateY(-50%);
}
.fixed-odds > div > span {
  font-size: 20px;
  font-weight: 600;
}
.fixed-odds > div > p {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
}
.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}
.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

@keyframes competitions-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.competitions-loader > div > div {
  position: absolute;
  border-radius: 50%;
}
.competitions-loader > div > div:nth-child(1) {
  top: 5px;
  left: 5px;
  width: 90px;
  height: 90px;
  background: #ed6b17;
}
.competitions-loader > div > div:nth-child(2) {
  top: 11.299999999999997px;
  left: 36.5px;
  width: 27px;
  height: 27px;
  background: #ffffff;
  animation: competitions-loader 1s linear infinite;
  transform-origin: 13.5px 38.7px;
}
.loading-competitions {
  width: 48px;
  height: 48px;
  display: none;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  margin-top: 40px;
}
.loading-competitions.active {
  display: block;
}
.competitions-loader {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.48);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.loading-competitions p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}
.competitions-loader div {
  box-sizing: content-box;
}
@media (max-width: 767px) {
  .woocommerce-cart .wc-proceed-to-checkout a {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 40%);
  }
  .fixed-odds > div {
    padding: 12px 16px;
  }
  .fixed-odds > div > p {
    font-size: 12px;
  }
}

.archive .type-post {
  width: calc(33% - 10px);
  margin: 10px 5px;
  display: inline-block;
  vertical-align: top;
}
.archive .type-post .entry-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.archive .type-post .entry-title a {
  color: var(--primary-accent-color);
  font-size: inherit;
  font-weight: inherit;
}

.archive .type-post .read-more {
  background: var(--primary-color);
  padding: 14px 25px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
}

.archive .type-post .read-more:hover {
  background: #aa4d11;
}

@media (max-width: 787px) {
  .archive .type-post {
    width: 100%;
  }
}

nav.navigation.pagiantion .nav-links .page-numbers {
  display: flex;
  list-style-type: none;
  background: unset;
  width: auto;
  height: auto;
}

nav.navigation.pagiantion .nav-links .page-numbers li > span,
nav.navigation.pagiantion .nav-links .page-numbers li > a {
  height: 50px;
  min-width: 50px;
  background: var(--primary-color);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
}
nav.navigation.pagiantion .nav-links .page-numbers li > span.current {
  background: rgba(0, 0, 0, 1);
  cursor: not-allowed;
}
nav.navigation.pagiantion .nav-links .page-numbers li > a:hover {
  background-color: #aa4d11;
}
.pagination-icon {
  height: 24px;
  width: 24px;
}
.login-notice {
  padding: 20px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 20px 0;
}
.categories {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  text-align: center;
  justify-content: center;
}
.categories li {
  display: inline-block;
  padding: 6px 20px;
  background: var(--primary-button-background);
  color: var(--primary-button-text-color);
  border-radius: 10px;
  margin: 5px 5px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins";
}
.categories li:last-child {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .categories li:hover {
    background: black;
  }
}
.categories li.active {
  background: black;
}

.products-sm {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.product-sm {
  width: calc(100% / 6 - 10px);
  margin: 5px;
  background: #eee1b5;
  border-radius: 10px;
  overflow: hidden;
}
.product-sm .image {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.product-sm .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-sm .meta {
  padding: 15px;
  text-align: center;
}
.product-sm h6.title {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 5px;
  min-height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.product-sm h6.title a {
  color: inherit;
}
.product-sm p.price {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}
.product-sm .quantity {
  display: flex;
  align-items: center;
}
.product-sm .quantity span {
  height: 32px;
  width: 32px;
  flex-shrink: 0;
  background: white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
}
.product-sm .quantity input {
  width: 100%;
  flex: 1;
  background: unset;
  border: 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.product-sm a.btn-primary.btn-m {
  padding: 9px;
  width: 100%;
  margin-top: 10px;
}

.product-sm a.btn-primary.btn-m:focus {
  background: var(--color-black);
  color: var(--color-white);
}

.product-sm a.btn-primary.btn-m.disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

.visualcomposerstarter.woocommerce div.product .extra-lucky-dip-qty-container {
  margin: 0 -5px;
}

.visualcomposerstarter.woocommerce
  div.product
  .extra-lucky-dip-qty-container
  > button {
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  max-width: 160px;
  padding: 15px 10px;
  display: block;
  font-weight: 700;
  min-width: 120px;
  width: calc(33.33% - 10px);
}

.visualcomposerstarter.woocommerce
  div.product
  .extra-lucky-dip-qty-container
  > button.disabled {
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: not-allowed;
  margin-top: 5px;
  padding: 15px 10px;
  width: calc(33.33% - 10px);
}

.visualcomposerstarter div.product form.cart div.quantity {
  display: inline-block;
  float: unset;
}

button.single_add_to_cart_button.button.alt.lty-participate-now-button {
  float: unset !important;
  display: inline-block;
  margin-top: 0;
}

form.cart .btn-seprator {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .product-sm {
    width: calc(100% / 4 - 10px);
  }
}
@media (max-width: 767px) {
  .product-sm {
    width: calc(100% / 3 - 10px);
  }
  .visualcomposerstarter.woocommerce
    div.product
    .extra-lucky-dip-qty-container
    > button {
    font-size: 14px;
    padding: 12px 10px;
  }
  .visualcomposerstarter.woocommerce
    div.product
    .extra-lucky-dip-qty-container
    > button.disabled {
    font-size: 14px;
    padding: 12px 10px;
  }
  .visualcomposerstarter div.product form.cart div.quantity {
    display: inline-block;
    float: unset;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 576px) {
  .product-sm {
    width: calc(100% / 2 - 10px);
  }
}
