@charset "UTF-8";
/* ==========================================================================
   Typography
   ========================================================================== */
body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #000d1f;
}

a {
  color: #2d37d6;
}
a:hover {
  color: #222aae;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

/* ==========================================================================
   Tables
   ========================================================================== */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000d1f;
  background-color: #e2e3e2;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #171e34;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #171e34;
}
.table tfoot th {
  background: #e2e3e2;
  color: #000d1f;
}
.table tbody + tbody {
  border-top: 2px solid #171e34;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #171e34;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #171e34;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #171e34;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c4c7f4;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #9297ea;
}

.table-hover .table-primary:hover {
  background-color: #afb3f0;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #afb3f0;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fbe7c2;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f8d38d;
}

.table-hover .table-warning:hover {
  background-color: #f9deaa;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f9deaa;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table th {
  color: #f2ab24;
  background-color: #171e34;
  border-color: #171e34;
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #f2ab24;
  background-color: #171e34;
  border-color: #171e34;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination, .woocommerce-pagination {
  justify-content: center;
  margin-top: 20px;
}
.pagination ul .page-item .page-link, .pagination ul .page-item .page-numbers, .pagination ul li .page-link, .pagination ul li .page-numbers, .pagination ul.page-numbers .page-item .page-link, .pagination ul.page-numbers .page-item .page-numbers, .pagination ul.page-numbers li .page-link, .pagination ul.page-numbers li .page-numbers, .woocommerce-pagination ul .page-item .page-link, .woocommerce-pagination ul .page-item .page-numbers, .woocommerce-pagination ul li .page-link, .woocommerce-pagination ul li .page-numbers, .woocommerce-pagination ul.page-numbers .page-item .page-link, .woocommerce-pagination ul.page-numbers .page-item .page-numbers, .woocommerce-pagination ul.page-numbers li .page-link, .woocommerce-pagination ul.page-numbers li .page-numbers {
  background: #171e34;
  color: #ffffff;
  border: 2px solid #000d1f;
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  margin: 3px;
  min-width: 40px;
  text-decoration: none;
  cursor: pointer;
}
.pagination ul .page-item .page-link.current, .pagination ul .page-item .page-numbers.current, .pagination ul li .page-link.current, .pagination ul li .page-numbers.current, .pagination ul.page-numbers .page-item .page-link.current, .pagination ul.page-numbers .page-item .page-numbers.current, .pagination ul.page-numbers li .page-link.current, .pagination ul.page-numbers li .page-numbers.current, .woocommerce-pagination ul .page-item .page-link.current, .woocommerce-pagination ul .page-item .page-numbers.current, .woocommerce-pagination ul li .page-link.current, .woocommerce-pagination ul li .page-numbers.current, .woocommerce-pagination ul.page-numbers .page-item .page-link.current, .woocommerce-pagination ul.page-numbers .page-item .page-numbers.current, .woocommerce-pagination ul.page-numbers li .page-link.current, .woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background: #f2ab24;
  color: #000d1f;
  border: 2px solid #f2ab24;
}
.pagination ul .page-item .page-link:not(.current):hover, .pagination ul .page-item .page-numbers:not(.current):hover, .pagination ul li .page-link:not(.current):hover, .pagination ul li .page-numbers:not(.current):hover, .pagination ul.page-numbers .page-item .page-link:not(.current):hover, .pagination ul.page-numbers .page-item .page-numbers:not(.current):hover, .pagination ul.page-numbers li .page-link:not(.current):hover, .pagination ul.page-numbers li .page-numbers:not(.current):hover, .woocommerce-pagination ul .page-item .page-link:not(.current):hover, .woocommerce-pagination ul .page-item .page-numbers:not(.current):hover, .woocommerce-pagination ul li .page-link:not(.current):hover, .woocommerce-pagination ul li .page-numbers:not(.current):hover, .woocommerce-pagination ul.page-numbers .page-item .page-link:not(.current):hover, .woocommerce-pagination ul.page-numbers .page-item .page-numbers:not(.current):hover, .woocommerce-pagination ul.page-numbers li .page-link:not(.current):hover, .woocommerce-pagination ul.page-numbers li .page-numbers:not(.current):hover {
  background: #f2ab24;
  color: #ffffff;
  border: 2px solid #f2ab24;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn,
.button {
  display: inline-block;
  color: #212529;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.btn:hover,
.button:hover {
  color: #212529;
  text-decoration: none;
}

.btn-primary {
  color: #fff;
  background-color: #2d37d6;
  border-color: #2d37d6;
}
.btn-primary:hover {
  color: #fff;
  background-color: #242db9;
  border-color: #222aae;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #242db9;
  border-color: #222aae;
  box-shadow: 0 0 0 0.2rem rgba(77, 85, 220, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #2d37d6;
  border-color: #2d37d6;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #222aae;
  border-color: #2028a3;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 85, 220, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #f2ab24;
  border-color: #f2ab24;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e2990d;
  border-color: #d6910d;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e2990d;
  border-color: #d6910d;
  box-shadow: 0 0 0 0.2rem rgba(211, 151, 37, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #f2ab24;
  border-color: #f2ab24;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d6910d;
  border-color: #ca890c;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 151, 37, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #2d37d6;
  border-color: #2d37d6;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #2d37d6;
  border-color: #2d37d6;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 55, 214, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #2d37d6;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #2d37d6;
  border-color: #2d37d6;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 55, 214, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #f2ab24;
  border-color: #f2ab24;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #f2ab24;
  border-color: #f2ab24;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 171, 36, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f2ab24;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #f2ab24;
  border-color: #f2ab24;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 171, 36, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-primary {
  position: relative;
  padding: 10px 30px;
  border: none;
  text-align: center;
  background-color: #2d37d6;
  color: #ffffff;
  transition: none;
  background-color: #2d37d6;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  border: none;
  background-color: #f2ab24;
  color: #000d1f;
}
.btn-primary:before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  left: -3px;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  background-color: none;
}
.btn-primary:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  right: -3px;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: transparent;
}
.btn-primary:before, .btn-primary:after {
  background-image: url(../../assets/images/ticket-ribbon-blue.svg);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  background-color: #f2ab24;
  color: #000d1f;
}
.btn-primary:hover:before, .btn-primary:hover:after, .btn-primary:focus:before, .btn-primary:focus:after, .btn-primary.focus:before, .btn-primary.focus:after, .btn-primary:not(:disabled):not(.disabled):active:before, .btn-primary:not(:disabled):not(.disabled):active:after, .btn-primary:not(:disabled):not(.disabled).active:before, .btn-primary:not(:disabled):not(.disabled).active:after {
  background-image: url(../../assets/images/ticket-ribbon-yellow.svg);
}

.zapct-navbar {
  min-width: 320px;
  background-color: #171e34;
}
.zapct-navbar .navbar-brand img {
  margin: 0;
}
.zapct-navbar .zapct-navbar-primary {
  padding: 10px 0;
}
.zapct-navbar .zapct-navbar-primary .navbar-nav {
  width: 100%;
  justify-content: space-evenly;
}
.zapct-navbar .zapct-navbar-primary .navbar-nav .menu-item {
  margin-right: auto;
}
.zapct-navbar .zapct-navbar-primary .navbar-nav .menu-item .nav-link {
  color: #ffffff;
}
.zapct-navbar .zapct-navbar-primary .navbar-nav .menu-item .nav-link:hover {
  color: #f2ab24;
}
.zapct-navbar .zapct-navbar-primary .navbar-nav .menu-item.active .nav-link {
  font-weight: bold;
  color: #f2ab24;
}
.zapct-navbar .zapct-navbar-primary .menu-primary-menu-right-container {
  width: 100%;
  justify-content: space-evenly;
}
.zapct-navbar .zapct-navbar-primary .menu-primary-menu-right-container #menu-primary-menu-right-1 li:first-child {
  margin-left: auto;
}
.zapct-navbar .zapct-navbar-primary .cart-account {
  flex-direction: row-reverse;
}
.zapct-navbar .zapct-navbar-primary .cart-account .nav-item {
  padding: 0 5px;
}
.zapct-navbar .zapct-navbar-primary .cart-account .nav-item .nav-link {
  padding: 0;
}
.zapct-navbar .zapct-navbar-primary .cart-account .nav-item .nav-link i {
  color: #f2ab24;
  font-size: 18px;
}
.zapct-navbar .zapct-navbar-primary .cart-account .nav-item .nav-link i:hover {
  color: #ffffff;
}
.zapct-navbar .zapct-navbar-primary .cart-account .nav-item .nav-link i .badge {
  background: #000d1f;
  border-radius: 999px;
}
@media (max-width: 991.98px) {
  .zapct-navbar .offcanvas-collapse {
    background: #171e34;
  }
  .zapct-navbar .offcanvas-collapse .offcanvas-close {
    padding: 10px;
    line-height: 20px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 20px;
  }
  .zapct-navbar .offcanvas-collapse #menu-primary-menu-left {
    margin-top: 30px;
  }
  .zapct-navbar .offcanvas-collapse .navbar-nav .menu-item {
    margin-right: auto;
  }
  .zapct-navbar .offcanvas-collapse .navbar-nav .menu-item .nav-link {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
  }
}
.zapct-navbar .navbar-toggler {
  padding: 10px;
}
.zapct-navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

body.home .zapct-navbar {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: transparent;
  padding-bottom: 20px;
}
body.home .zapct-navbar .zapct-navbar-primary {
  border-bottom: 1px solid #ffffff;
}

body.admin-bar .zapct-navbar {
  top: 32px;
}

@media (max-width: 991.98px) {
  body.admin-bar .zapct-navbar {
    top: 46px;
  }
  body.admin-bar .zapct-navbar .offcanvas-collapse {
    padding-top: 46px;
  }

  .zapct-navbar .zapct-navbar-primary {
    padding: 0;
  }
  .zapct-navbar .zapct-navbar-primary .order-md-1 {
    margin: 0 !important;
    display: flex;
    width: 100%;
    align-items: center;
  }
  .zapct-navbar .zapct-navbar-primary .navbar-brand {
    margin-left: 0 !important;
  }
  .zapct-navbar .zapct-navbar-primary .navbar-brand img {
    margin: 0;
    padding: 0;
  }
}
/* ==========================================================================
   Footer
   ========================================================================== */
.card-icon-bar {
  background: #2d37d6;
  padding: 25px 0;
  text-align: center;
}
.card-icon-bar img {
  max-width: 100%;
  width: 325px;
}

.zapct-footer {
  padding: 60px 0 20px 0;
}
.zapct-footer .footer-logo {
  text-align: right;
}
@media (max-width: 767.98px) {
  .zapct-footer .footer-logo {
    text-align: center;
    margin-top: 50px;
  }
}
.zapct-footer .footer-logo img {
  width: 100%;
  max-width: 200px;
}
.zapct-footer .zapct-footer-social-icons {
  font-size: 25px;
}
@media (max-width: 767.98px) {
  .zapct-footer .zapct-footer-social-icons {
    margin-top: 0;
  }
}
.zapct-footer .zapct-footer-social-icons a {
  margin: 5px 0 0 5px !important;
  color: #000d1f;
  display: inline-block;
}
.zapct-footer .zapct-footer-social-icons a:hover {
  color: #f2ab24;
}
.zapct-footer .zapct-footer-nav {
  list-style: none;
  columns: 3;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .zapct-footer .zapct-footer-nav {
    text-align: center;
  }
}
.zapct-footer .zapct-footer-nav li {
  display: block;
  margin: 0;
  padding: 0;
}
.zapct-footer .zapct-footer-nav li a {
  font-size: 13px;
  color: #000d1f;
  font-weight: 600;
  padding: 0;
}
.zapct-footer .zapct-footer-legal {
  border-top: 1px solid #e2e3e2;
  margin-top: 30px;
  padding-top: 30px;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .zapct-footer .zapct-footer-legal {
    text-align: center;
  }
}
.zapct-footer .zapct-footer-legal a {
  color: #000d1f;
}
.zapct-footer .zapct-footer-legal .legal-sub-nav {
  list-style: none;
}
.zapct-footer .zapct-footer-legal .legal-sub-nav li {
  display: inline-block;
  margin-right: 10px;
}
.zapct-footer .zapct-footer-legal .right {
  text-align: right;
}
@media (max-width: 767.98px) {
  .zapct-footer .zapct-footer-legal .right {
    text-align: center;
  }
}
.zapct-footer .zapct-footer-legal .right .credit {
  text-align: right;
  margin: 0 10px;
  display: inline;
}
@media (max-width: 767.98px) {
  .zapct-footer .zapct-footer-legal .right .credit {
    text-align: center;
  }
}
.zapct-footer .zapct-footer-legal .right .copyright {
  text-align: right;
  display: inline;
}

.zapc-related-products {
  width: 100%;
  background: #2d37d6;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.zapc-related-products section.related {
  background: none;
  padding: 0;
  margin: 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .zapc-related-products section.related {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .zapc-related-products section.related {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .zapc-related-products section.related {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .zapc-related-products section.related {
    max-width: 1140px;
  }
}
.zapc-related-products .section-title {
  text-align: left;
  color: #f2ab24;
}
.zapc-related-products .related-button {
  text-align: center;
}
.zapc-related-products .related-button .btn {
  position: relative;
  padding: 10px 30px;
  border: none;
  text-align: center;
  background-color: #2d37d6;
  color: #ffffff;
  transition: none;
  background-color: #f2ab24;
  color: #000d1f;
  margin: 40px 0;
}
.zapc-related-products .related-button .btn:hover, .zapc-related-products .related-button .btn:focus, .zapc-related-products .related-button .btn.focus, .zapc-related-products .related-button .btn:not(:disabled):not(.disabled):active, .zapc-related-products .related-button .btn:not(:disabled):not(.disabled).active {
  border: none;
  background-color: #f2ab24;
  color: #000d1f;
}
.zapc-related-products .related-button .btn:before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  left: -3px;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  background-color: none;
}
.zapc-related-products .related-button .btn:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  right: -3px;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: transparent;
}
.zapc-related-products .related-button .btn:before, .zapc-related-products .related-button .btn:after {
  background-image: url(../../assets/images/ticket-ribbon-yellow.svg);
}
.zapc-related-products .related-button .btn:hover, .zapc-related-products .related-button .btn:focus, .zapc-related-products .related-button .btn.focus, .zapc-related-products .related-button .btn:not(:disabled):not(.disabled):active, .zapc-related-products .related-button .btn:not(:disabled):not(.disabled).active {
  background-color: #171e34;
  color: #ffffff;
}
.zapc-related-products .related-button .btn:hover:before, .zapc-related-products .related-button .btn:hover:after, .zapc-related-products .related-button .btn:focus:before, .zapc-related-products .related-button .btn:focus:after, .zapc-related-products .related-button .btn.focus:before, .zapc-related-products .related-button .btn.focus:after, .zapc-related-products .related-button .btn:not(:disabled):not(.disabled):active:before, .zapc-related-products .related-button .btn:not(:disabled):not(.disabled):active:after, .zapc-related-products .related-button .btn:not(:disabled):not(.disabled).active:before, .zapc-related-products .related-button .btn:not(:disabled):not(.disabled).active:after {
  background-image: none;
}

/* ==========================================================================
   Home Block - Carousel
   ========================================================================== */
.carousel .carousel-item .overlay {
  background: linear-gradient(to bottom, #171e34 10%, transparent, #171e34 99%);
}
.carousel .carousel-item .carousel-caption {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  height: 85%;
  top: 15%;
  left: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .carousel .carousel-item .carousel-caption {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .carousel .carousel-item .carousel-caption {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .carousel .carousel-item .carousel-caption {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .carousel .carousel-item .carousel-caption {
    max-width: 1140px;
  }
}
@media (max-width: 767.98px) {
  .carousel .carousel-item .carousel-caption {
    padding-bottom: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.carousel .carousel-item .carousel-caption .category, .carousel .carousel-item .carousel-caption .title {
  background: none;
}
.carousel .carousel-item .carousel-caption .category {
  order: 1;
  width: 100%;
  max-width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.carousel .carousel-item .carousel-caption .category span {
  color: #f2ab24;
}
@media (max-width: 767.98px) {
  .carousel .carousel-item .carousel-caption .category {
    font-size: 18px;
    line-height: 18px;
  }
}
.carousel .carousel-item .carousel-caption .link {
  order: 2;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 767.98px) {
  .carousel .carousel-item .carousel-caption .link {
    flex-basis: 35%;
    order: 3;
    margin-top: auto;
  }
  .carousel .carousel-item .carousel-caption .link .btn {
    font-size: 12px;
    padding: 10px 20px;
  }
}
.carousel .carousel-item .carousel-caption .title {
  order: 3;
  margin-top: auto;
  padding: 10px 0;
}
.carousel .carousel-item .carousel-caption .title h2 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #f2ab24;
}
.carousel .carousel-item .carousel-caption .title .zapc-countdown, .carousel .carousel-item .carousel-caption .title .zapc-countdown > div {
  display: inline-block;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .carousel .carousel-item .carousel-caption .title {
    text-align: left;
    margin-bottom: 0;
    flex-basis: 65%;
    order: 2;
  }
  .carousel .carousel-item .carousel-caption .title h2 {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
  }
  .carousel .carousel-item .carousel-caption .title .zapc-countdown, .carousel .carousel-item .carousel-caption .title .zapc-countdown > div {
    font-size: 10px;
    line-height: 10px;
    margin: 0;
  }
}
.carousel .carousel-item .carousel-caption .trustpilot {
  display: block;
  width: 150px;
  height: 75px;
  position: absolute;
  right: 0;
  bottom: 5%;
}
@media (max-width: 767.98px) {
  .carousel .carousel-item .carousel-caption .trustpilot {
    display: none;
  }
}

.free-entry-banner {
  background: #f2ab24;
  padding: 10px 0;
  text-align: center;
  color: #000d1f;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.free-entry-banner a {
  color: #000d1f;
  text-decoration: underline;
}
.free-entry-banner a:hover {
  color: #ffffff;
}

/* ==========================================================================
   Home Block - Stats
   ========================================================================== */
.zapct-homepage-stats {
  padding: 0;
  background: #171e34;
  color: #ffffff;
}
.zapct-homepage-stats .zapct-homepage-stats-item {
  margin: 20px 10px 0 10px;
}
@media (max-width: 767.98px) {
  .zapct-homepage-stats .zapct-homepage-stats-item {
    margin: 0 10px;
  }
}
.zapct-homepage-stats .zapct-homepage-stats-item .row {
  justify-content: center;
}
.zapct-homepage-stats .zapct-homepage-stats-item .row .icon-manual {
  margin: 0 10px;
}
.zapct-homepage-stats .zapct-homepage-stats-item .row .icon-manual .icon {
  margin: 0;
}
.zapct-homepage-stats .zapct-homepage-stats-item .row .icon-manual .icon img {
  width: 100%;
  max-width: 50px;
  vertical-align: top;
}
.zapct-homepage-stats .zapct-homepage-stats-item .row .title h3 {
  color: #f2ab24;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 767.98px) {
  .zapct-homepage-stats .col-md {
    width: 33%;
  }
  .zapct-homepage-stats .col-md .zapct-homepage-stats-item {
    padding: 15px 0 0 0;
  }
  .zapct-homepage-stats .col-md .zapct-homepage-stats-item .icon-manual {
    width: 100%;
  }
  .zapct-homepage-stats .col-md .zapct-homepage-stats-item .icon-manual .icon {
    margin: auto;
  }
  .zapct-homepage-stats .col-md .zapct-homepage-stats-item .title h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .zapct-homepage-stats .col-md .zapct-homepage-stats-item .desc {
    font-size: 12px;
    line-height: 12px;
  }
}

/* ==========================================================================
   Home Block - Products
   ========================================================================== */
.zapct-products.zapct-homepage-products-1 {
  background-color: #2d37d6;
  background-image: url(../images/base-comps.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: -10%;
  padding: 40px 0;
}
.zapct-products.zapct-homepage-products-1 .zapct-products-inner {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .zapct-products.zapct-homepage-products-1 .zapct-products-inner {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .zapct-products.zapct-homepage-products-1 .zapct-products-inner {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .zapct-products.zapct-homepage-products-1 .zapct-products-inner {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .zapct-products.zapct-homepage-products-1 .zapct-products-inner {
    max-width: 1140px;
  }
}
@media (max-width: 767.98px) {
  .zapct-products.zapct-homepage-products-1 .zapct-products-inner {
    padding: 0;
  }
}
.zapct-products.zapct-homepage-products-1 .zapct-products-inner .section-title {
  text-align: left;
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .zapct-products.zapct-homepage-products-1 .zapct-products-inner .section-title {
    margin-bottom: 30px;
    text-align: center;
  }
}
.zapct-products.zapct-homepage-products-1 .zapct-products-inner .zapct-product-cat-filter {
  position: absolute;
  top: 10px;
  right: 15px;
}
@media (max-width: 767.98px) {
  .zapct-products.zapct-homepage-products-1 .zapct-products-inner .zapct-product-cat-filter {
    position: unset;
    margin-bottom: 20px;
  }
}
.zapct-products.zapct-homepage-products-1 .zapct-products-inner .zapct-product-cat-filter ul {
  justify-content: flex-end;
}
.zapct-products.zapct-homepage-products-1 .zapct-products-inner .zapct-product-cat-filter ul li {
  display: inline-block;
  flex: none;
  margin-left: 20px;
}
.zapct-products.zapct-homepage-products-1 .zapct-products-inner .zapct-product-cat-filter ul li a {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
}
.zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap {
  text-align: center;
  margin: 0 0 20px;
}
.zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn {
  position: relative;
  padding: 10px 30px;
  border: none;
  text-align: center;
  background-color: #2d37d6;
  color: #ffffff;
  transition: none;
  background-color: #f2ab24;
  color: #000d1f;
}
.zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn:hover, .zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn:focus, .zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn.focus, .zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn:not(:disabled):not(.disabled):active, .zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn:not(:disabled):not(.disabled).active {
  border: none;
  background-color: #f2ab24;
  color: #000d1f;
}
.zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn:before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  left: -3px;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  background-color: none;
}
.zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  right: -3px;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: transparent;
}
.zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn:before, .zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn:after {
  background-image: url(../../assets/images/ticket-ribbon-yellow.svg);
}
.zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn:hover, .zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn:focus, .zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn.focus, .zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn:not(:disabled):not(.disabled):active, .zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn:not(:disabled):not(.disabled).active {
  background-color: #171e34;
  color: #ffffff;
}
.zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn:hover:before, .zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn:hover:after, .zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn:focus:before, .zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn:focus:after, .zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn.focus:before, .zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn.focus:after, .zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn:not(:disabled):not(.disabled):active:before, .zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn:not(:disabled):not(.disabled):active:after, .zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn:not(:disabled):not(.disabled).active:before, .zapct-products.zapct-homepage-products-1 .zapct-homepage-button-wrap .btn:not(:disabled):not(.disabled).active:after {
  background-image: none;
}

.woocommerce ul.products li.product {
  margin-bottom: 80px;
}
.woocommerce ul.products li.product .zapc-date-banner {
  background: #171e34;
  padding: 7px 0;
}
.woocommerce ul.products li.product .zapc-date-banner .inner {
  color: #f2ab24;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .inner-wrapper {
  background: #ffffff;
  border: none;
  padding: 30px 30px 70px 30px;
}
.woocommerce ul.products li.product .inner-wrapper .onsale {
  display: none;
}
.woocommerce ul.products li.product .inner-wrapper img {
  border-radius: 15px;
  border: 2px solid #ffffff;
}
.woocommerce ul.products li.product .inner-wrapper .zapc-countdown {
  background: none;
  padding: 0;
  margin: 10px 1px;
  position: relative;
}
.woocommerce ul.products li.product .inner-wrapper .zapc-countdown:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000d1f;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div {
  background: #ffffff;
  border: 1px solid #000d1f;
  border-radius: 10px;
  z-index: 2;
  font-size: 12px;
  color: #000d1f;
  padding: 5px 0 5px 0;
  margin: 0 5px;
}
.woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div span {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #000d1f;
}
.woocommerce ul.products li.product .inner-wrapper .price {
  position: absolute;
  top: 20px;
  left: 5px;
  background-image: url(../images/ticket-blue.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 5px 20px;
  transform: rotate(-12deg);
  color: #ffffff;
  font-size: 18px;
}
.woocommerce ul.products li.product .inner-wrapper .price span {
  color: #ffffff;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .inner-wrapper h2 {
  font-size: 14px;
  padding: 5px 0 10px 0;
}
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress-loop {
  margin: 10px 0;
  position: absolute;
  bottom: 100px;
  width: calc(100% - 60px);
}
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress-loop .progress-track {
  background: #e2e3e2;
  border: none;
}
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress-loop .progress-track .mini-label {
  top: 15px;
  transform: none;
  font-weight: normal;
}
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress-loop .progress-track .mini-label:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f3ff";
  color: #2d37d6;
  transform: rotate(-45deg);
}
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress-loop .progress-track .progress-bar {
  height: 10px;
  background: #2d37d6;
}
.woocommerce ul.products li.product .inner-wrapper .button {
  bottom: 30px;
  left: 30px;
  right: 30px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 0;
  background: #f2ab24;
  color: #000d1f;
}
.woocommerce ul.products li.product .inner-wrapper .button:hover {
  background: #2d37d6;
}
.woocommerce ul.products li.product.product_cat-mega-jackpot .inner-wrapper {
  background: #f2ab24;
}
.woocommerce ul.products li.product.product_cat-mega-jackpot .inner-wrapper .zap-competitions-progress-loop .progress-track {
  background: #ffffff;
}
.woocommerce ul.products li.product.product_cat-mega-jackpot .inner-wrapper .button {
  background: #2d37d6;
  color: #ffffff;
}
.woocommerce ul.products li.product.product_cat-mega-jackpot .inner-wrapper .button:hover {
  background: #171e34;
}
@media (max-width: 991.98px) {
  .woocommerce ul.products li.product:nth-child(odd) {
    padding-left: 10px;
    padding-right: 5px;
  }
  .woocommerce ul.products li.product:nth-child(even) {
    padding-left: 5px;
    padding-right: 10px;
  }
  .woocommerce ul.products li.product .zapc-date-banner .inner {
    font-size: 14px;
    padding: 5px;
  }
  .woocommerce ul.products li.product .inner-wrapper {
    padding: 5px 5px 40px 5px;
  }
  .woocommerce ul.products li.product .inner-wrapper .zapc-countdown {
    max-width: 100%;
    padding: 0px;
    margin: 10px 0;
  }
  .woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div {
    margin: 0 1px;
    padding: 5px;
    font-size: 7px;
    width: calc(100% - 2px);
    min-height: auto;
  }
  .woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div span {
    font-size: 10px;
    line-height: 10px;
  }
  .woocommerce ul.products li.product .inner-wrapper .price {
    font-size: 10px;
    top: 10px;
    left: 0px;
  }
  .woocommerce ul.products li.product .inner-wrapper h2 {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }
  .woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress-loop {
    margin: 10px 0 0 0;
    position: absolute;
    bottom: 75px;
    width: calc(100% - 10px);
  }
  .woocommerce ul.products li.product .inner-wrapper .button {
    font-size: 12px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .woocommerce ul.products li.product .inner-wrapper .zapc-cash-alt {
    font-size: 10px;
  }
}

/* ==========================================================================
   Home Block - Steps
   ========================================================================== */
#zapct-homepage-steps {
  padding: 100px 0 180px 0;
  background: #171e34;
}
@media (max-width: 767.98px) {
  #zapct-homepage-steps {
    padding: 40px 0 60px 0px;
  }
}
#zapct-homepage-steps .section-title {
  text-align: left;
  color: #f2ab24;
  font-weight: 900;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  #zapct-homepage-steps .section-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
#zapct-homepage-steps .homepage-steps-inner {
  border-top: 1px solid #e2e3e2;
  border-bottom: 1px solid #e2e3e2;
  padding: 10px 0 40px 0;
}
#zapct-homepage-steps .homepage-steps-inner .item {
  max-width: 250px;
  margin: auto;
}
@media (max-width: 767.98px) {
  #zapct-homepage-steps .homepage-steps-inner .item {
    max-width: 100%;
    padding: 0;
  }
}
#zapct-homepage-steps .homepage-steps-inner .item .icon {
  text-align: center;
}
@media (max-width: 767.98px) {
  #zapct-homepage-steps .homepage-steps-inner .item .icon {
    margin: 0 auto;
  }
}
#zapct-homepage-steps .homepage-steps-inner .item .icon img {
  max-width: 50px;
}
#zapct-homepage-steps .homepage-steps-inner .item .title, #zapct-homepage-steps .homepage-steps-inner .item .desc {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

/* ==========================================================================
   Home Block - Reviews
   ========================================================================== */
.zapct-reviews-embed-1 {
  margin-top: -80px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .zapct-reviews-embed-1 {
    margin: 0;
  }
}
.zapct-reviews-embed-1 .container {
  background: #f2f1f1;
  padding: 70px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 767.98px) {
  .zapct-reviews-embed-1 .container {
    border-radius: 0;
    padding: 30px 15px;
  }
}
.zapct-reviews-embed-1 .container .section-title {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .zapct-reviews-embed-1 .container .section-title {
    text-align: center;
  }
}
.zapct-reviews-embed-1 .container h3 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .zapct-reviews-embed-1 .container h3 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.zapct-reviews-embed-1 .container .trustpilot-five-stars {
  position: absolute;
  top: 50px;
  right: 70px;
  width: 200px;
  height: 100px;
  background-image: url(../images/trustpilot-5-stars.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .zapct-reviews-embed-1 .container .trustpilot-five-stars {
    display: none;
  }
}

/* ==========================================================================
   Home Block - Winners
   ========================================================================== */
#zapct-homepage-winners {
  background: #2d37d6;
  background-image: url(../images/Light-Blue-Pattern-Prize-One.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  #zapct-homepage-winners {
    padding-bottom: 40px;
  }
}
#zapct-homepage-winners .container:before {
  content: "";
  display: block;
  background-image: url(../images/Winners_Title.svg);
  background-repeat: no-repeat;
  width: 50%;
  height: 350px;
  position: relative;
  top: 40px;
}
@media (max-width: 767.98px) {
  #zapct-homepage-winners .container:before {
    width: 100%;
    height: 200px;
    background-position: center top;
  }
}
#zapct-homepage-winners .container #zapct-homepage-winners-slider {
  background: #171e34;
  margin: 50px 0 80px 0;
  padding: 20px;
}
@media (max-width: 767.98px) {
  #zapct-homepage-winners .container #zapct-homepage-winners-slider {
    margin: 50px 0 30px 0;
  }
}
#zapct-homepage-winners .container #zapct-homepage-winners-slider .card {
  background: none;
  border: none;
}
@media (max-width: 767.98px) {
  #zapct-homepage-winners .container #zapct-homepage-winners-slider .card {
    margin: 10px 10px 0 10px !important;
  }
}
#zapct-homepage-winners .container #zapct-homepage-winners-slider .card img {
  border-radius: 10px;
  border: 1px solid #f2ab24;
}
#zapct-homepage-winners .container #zapct-homepage-winners-slider .card .card-body {
  padding: 20px 0;
}
@media (max-width: 767.98px) {
  #zapct-homepage-winners .container #zapct-homepage-winners-slider .card .card-body {
    padding: 10px 0 0 0;
  }
}
#zapct-homepage-winners .container #zapct-homepage-winners-slider .card .card-body h2, #zapct-homepage-winners .container #zapct-homepage-winners-slider .card .card-body h3 {
  color: #ffffff;
  text-align: center;
}
#zapct-homepage-winners .container #zapct-homepage-winners-slider .card .card-body h2 {
  font-size: 14px;
  font-weight: bold;
}
#zapct-homepage-winners .container #zapct-homepage-winners-slider .card .card-body h3 {
  font-size: 12px;
  font-weight: normal;
}
#zapct-homepage-winners .container #zapct-homepage-winners-slider .card:before {
  content: "Winner";
  position: absolute;
  top: 0px;
  left: -15px;
  background-image: url(../images/ticket-ribbon-blue.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 5px 20px;
  transform: rotate(-12deg);
  color: #ffffff;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  min-width: 150px;
  z-index: 999;
}
@media (max-width: 767.98px) {
  #zapct-homepage-winners .container #zapct-homepage-winners-slider .card:before {
    padding: 4px 5px;
    font-size: 12px;
    min-width: 100px;
  }
}
#zapct-homepage-winners .container #zapct-homepage-winners-slider .card.winner_cat-mega-jackpot:before {
  content: "Mega Jackpot \aWinner";
  white-space: pre-wrap;
  font-size: 12px;
  line-height: 12px;
  background-image: url(../images/ticket-ribbon-yellow.svg);
  color: #000d1f;
}
@media (max-width: 767.98px) {
  #zapct-homepage-winners .container #zapct-homepage-winners-slider .card.winner_cat-mega-jackpot:before {
    font-size: 10px;
    line-height: 10px;
  }
}
#zapct-homepage-winners .container .zapct-homepage-button-wrap .btn {
  position: relative;
  padding: 10px 30px;
  border: none;
  text-align: center;
  background-color: #2d37d6;
  color: #ffffff;
  transition: none;
  background-color: #f2ab24;
  color: #000d1f;
}
#zapct-homepage-winners .container .zapct-homepage-button-wrap .btn:hover, #zapct-homepage-winners .container .zapct-homepage-button-wrap .btn:focus, #zapct-homepage-winners .container .zapct-homepage-button-wrap .btn.focus, #zapct-homepage-winners .container .zapct-homepage-button-wrap .btn:not(:disabled):not(.disabled):active, #zapct-homepage-winners .container .zapct-homepage-button-wrap .btn:not(:disabled):not(.disabled).active {
  border: none;
  background-color: #f2ab24;
  color: #000d1f;
}
#zapct-homepage-winners .container .zapct-homepage-button-wrap .btn:before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  left: -3px;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  background-color: none;
}
#zapct-homepage-winners .container .zapct-homepage-button-wrap .btn:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  right: -3px;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: transparent;
}
#zapct-homepage-winners .container .zapct-homepage-button-wrap .btn:before, #zapct-homepage-winners .container .zapct-homepage-button-wrap .btn:after {
  background-image: url(../../assets/images/ticket-ribbon-yellow.svg);
}
#zapct-homepage-winners .container .zapct-homepage-button-wrap .btn:hover, #zapct-homepage-winners .container .zapct-homepage-button-wrap .btn:focus, #zapct-homepage-winners .container .zapct-homepage-button-wrap .btn.focus, #zapct-homepage-winners .container .zapct-homepage-button-wrap .btn:not(:disabled):not(.disabled):active, #zapct-homepage-winners .container .zapct-homepage-button-wrap .btn:not(:disabled):not(.disabled).active {
  background-color: #171e34;
  color: #ffffff;
}
#zapct-homepage-winners .container .zapct-homepage-button-wrap .btn:hover:before, #zapct-homepage-winners .container .zapct-homepage-button-wrap .btn:hover:after, #zapct-homepage-winners .container .zapct-homepage-button-wrap .btn:focus:before, #zapct-homepage-winners .container .zapct-homepage-button-wrap .btn:focus:after, #zapct-homepage-winners .container .zapct-homepage-button-wrap .btn.focus:before, #zapct-homepage-winners .container .zapct-homepage-button-wrap .btn.focus:after, #zapct-homepage-winners .container .zapct-homepage-button-wrap .btn:not(:disabled):not(.disabled):active:before, #zapct-homepage-winners .container .zapct-homepage-button-wrap .btn:not(:disabled):not(.disabled):active:after, #zapct-homepage-winners .container .zapct-homepage-button-wrap .btn:not(:disabled):not(.disabled).active:before, #zapct-homepage-winners .container .zapct-homepage-button-wrap .btn:not(:disabled):not(.disabled).active:after {
  background-image: none;
}

/* ==========================================================================
   Home Block - Icons
   ========================================================================== */
#zapct-homepage-icon-group {
  padding: 60px 0;
  background: #171e34;
}
#zapct-homepage-icon-group .container .section-title {
  color: #f2ab24;
  margin-bottom: 70px;
}
@media (max-width: 767.98px) {
  #zapct-homepage-icon-group .container .section-title {
    text-align: center;
  }
}
#zapct-homepage-icon-group .container > .row {
  padding: 40px 0 40px 0;
  border-top: 1px solid #e2e3e2;
}
@media (max-width: 767.98px) {
  #zapct-homepage-icon-group .container > .row {
    padding: 0;
    border: none;
  }
}
#zapct-homepage-icon-group .container .item {
  margin: 0;
}
#zapct-homepage-icon-group .container .item .row {
  flex-wrap: nowrap;
}
#zapct-homepage-icon-group .container .item .icon {
  width: 50px;
  margin: 0 15px;
}
@media (max-width: 767.98px) {
  #zapct-homepage-icon-group .container .item .icon {
    margin: 0 15px 0 0;
  }
}
#zapct-homepage-icon-group .container .item .icon img {
  vertical-align: top;
  height: 40px;
  display: block;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  #zapct-homepage-icon-group .container .item .icon img {
    margin: auto;
  }
}
#zapct-homepage-icon-group .container .item .title, #zapct-homepage-icon-group .container .item .desc {
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}

/* ==========================================================================
   Home Block - Charity
   ========================================================================== */
#homepage-charity {
  background: #ffffff;
  padding: 70px 0;
}
@media (max-width: 767.98px) {
  #homepage-charity {
    padding: 40px 0 0 0;
  }
}
#homepage-charity .zapct-charity .row .col img {
  width: auto;
  display: block;
  margin: auto;
  height: 75px;
}
@media (max-width: 767.98px) {
  #homepage-charity .zapct-charity .row .col img {
    height: 50px;
    margin-bottom: 40px;
  }
}

.zapct-newsletter-block {
  background: #2d37d6;
  color: #ffffff;
  text-align: left;
}
.zapct-newsletter-block .section-title {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .zapct-newsletter-block .section-title {
    text-align: center;
  }
}
.zapct-newsletter-block .overlay {
  padding: 50px 0;
}

.zapct-newsletter-block.center {
  text-align: left;
}

/* ==========================================================================
   WooCommerce - Single Product
   ========================================================================== */
.single-product .zapct-page-title {
  display: none;
}
.single-product .zap-lottery-user-ticket-count {
  background: #f2ab24;
  color: #000d1f;
  border-radius: 20px;
}
.single-product .container.main-container {
  margin-top: 50px;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
  border-radius: 20px;
}
.single-product div.product .woocommerce-product-gallery #product-thumbnails {
  margin-bottom: 0;
}
.single-product div.product .woocommerce-product-gallery #product-thumbnails img {
  border-radius: 20px;
  margin-top: 5px;
}
.single-product div.product .summary {
  background: #2d37d6;
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .single-product div.product .summary {
    margin: 30px 15px 0 15px;
  }
}
.single-product div.product .summary h1.product_title {
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
}
.single-product div.product .summary .zapc-cash-alt {
  color: #ffffff;
  margin-bottom: 10px;
}
.single-product div.product .summary .price {
  color: #f2ab24;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 5px;
}
.single-product div.product .summary .price small {
  text-transform: uppercase;
  color: #f2ab24;
  font-weight: 500;
  font-size: 18px;
}
.single-product div.product .summary .zapc-sale-countdown-wrapper {
  margin-bottom: 10px;
}
.single-product div.product .summary .zapc-sale-countdown-wrapper .sale-countdown-prefix, .single-product div.product .summary .zapc-sale-countdown-wrapper .zapc-sale-countdown, .single-product div.product .summary .zapc-sale-countdown-wrapper .zapc-sale-countdown div {
  display: inline;
  color: #ffffff;
}
.single-product div.product .summary .zapc-postal-buttons {
  max-width: 300px;
  margin: 10px 0 30px 0;
}
.single-product div.product .summary .zapc-postal-buttons #zapc-mode-online,
.single-product div.product .summary .zapc-postal-buttons #zapc-mode-postal {
  background: #2730c8;
  border-radius: 5px;
  margin-right: 3px;
  border: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  width: auto !important;
  display: inline !important;
  flex: none;
}
.single-product div.product .summary .zapc-postal-buttons #zapc-mode-online.active,
.single-product div.product .summary .zapc-postal-buttons #zapc-mode-postal.active {
  color: #f2ab24;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty {
  padding: 0 10px 0 20px;
  margin-top: 0 !important;
}
@media (max-width: 767.98px) {
  .single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty {
    padding: 0 10px;
  }
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .quantity {
  width: 20%;
  border: none;
  float: left;
  padding-left: 0;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .quantity input {
  display: inline-block !important;
  width: 100%;
  border: 1px solid #e2e3e2;
  border-radius: 6px;
  margin: 0;
  background: #171e34;
  border-color: #171e34;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .quantity input::-webkit-outer-spin-button, .single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer {
  padding: 25px 0 20px 50px;
}
@media (max-width: 767.98px) {
  .single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer {
    padding: 25px 0 20px 30px;
  }
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer .zap-competition-range-wrap .rangeslider {
  background: #ffffff;
  height: 15px;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer .zap-competition-range-wrap .rangeslider .rangeslider__fill {
  background: #171e34;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer .zap-competition-range-wrap .rangeslider .rangeslider__handle {
  background: #ffffff;
  border: 5px solid #f2ab24;
  box-shadow: none;
  width: 25px;
  height: 25px;
  outline: 1px solid #000d1f;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer .zap-competition-range-wrap .rangeslider .rangeslider__handle .rangeslider__handle__value {
  background: #f2ab24;
  padding: 5px;
  top: -45px;
  border: none;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 12px;
  box-shadow: none;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer .zap-competition-range-wrap .rangeslider .rangeslider__handle .rangeslider__handle__value:before {
  border-top-color: #f2ab24;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer .zap-competition-range-wrap .rangeslider .rangeslider__labels {
  display: none;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-qty-minus,
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-qty-plus {
  display: none;
}
.single-product div.product .zapct-add-to-cart-wrapper .zapct-add-to-cart-button-wrapper {
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 0;
}
.single-product div.product .zapct-add-to-cart-wrapper .zapct-add-to-cart-button-wrapper .single_add_to_cart_button.button.alt {
  width: 100% !important;
  background: #f2ab24;
  color: #000d1f;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-left: 0;
  border-radius: 5px;
}
.single-product div.product .zapct-add-to-cart-wrapper .zapct-add-to-cart-button-wrapper .single_add_to_cart_button.button.alt:after {
  top: 10px;
}
@media (max-width: 767.98px) {
  .single-product div.product .zapct-add-to-cart-wrapper .zapct-add-to-cart-button-wrapper .single_add_to_cart_button.button.alt {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.single-product div.product .zapc-countdown {
  background: none;
  padding: 0;
  margin: auto;
  position: relative;
  max-width: 325px;
}
.single-product div.product .zapc-countdown > div {
  background: #ffffff;
  border: 1px solid #000d1f;
  border-radius: 10px;
  z-index: 2;
  font-size: 12px;
  color: #000d1f;
  padding: 5px 0 5px 0;
  margin: 0 5px;
}
.single-product div.product .zapc-countdown > div span {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #000d1f;
}
.single-product div.product .zap-competition-requirements-wrapper {
  padding: 10px 0;
  background: none;
}
@media (max-width: 767.98px) {
  .single-product div.product .zap-competition-requirements-wrapper {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.single-product div.product .zap-competition-requirements-wrapper .zap-competition-requirements-inner .requirement {
  font-size: 8px;
  text-align: left;
  display: flex;
}
@media (max-width: 767.98px) {
  .single-product div.product .zap-competition-requirements-wrapper .zap-competition-requirements-inner .requirement {
    font-size: 12px;
  }
}
.single-product div.product .zap-competition-requirements-wrapper .zap-competition-requirements-inner .requirement .icon {
  margin-left: 10px;
}
.single-product div.product .zap-competition-requirements-wrapper .zap-competition-requirements-inner .requirement .icon .fal {
  font-size: 36px;
  color: #f2ab24;
}
.single-product div.product .zap-competition-requirements-wrapper .zap-competition-requirements-inner .requirement .icon .fas {
  font-size: 17px;
  line-height: 36px;
  color: #f2ab24;
}
.single-product div.product .zap-competition-requirements-wrapper .zap-competition-requirements-inner .requirement .zapc-req-label {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
}
@media (max-width: 767.98px) {
  .single-product div.product .zap-competition-requirements-wrapper .zap-competition-requirements-inner .requirement .zapc-req-label {
    font-size: 12px;
  }
}
.single-product.product_cat-mega-jackpot {
  background: #f2ab24;
}
.single-product.product_cat-mega-jackpot div.product:before {
  content: "";
  display: block;
  width: 80%;
  height: 33vh;
  background-image: url(../images/mjp.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
  position: relative;
  margin: -100px auto -50px auto;
}
.single-product.product_cat-mega-jackpot .zap-lottery-user-ticket-count {
  background: #171e34;
  color: #ffffff;
  margin: 0;
}

.zap-competition-accordion-wrapper {
  width: 100%;
  background: #2d37d6;
  background-image: url(../images/base-comps.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 160px;
}

#zap-competition-accordion {
  position: relative;
  top: -100px;
}
#zap-competition-accordion caption {
  margin-top: 20px;
  caption-side: top;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}
#zap-competition-accordion .zapciw-stats {
  text-align: center;
}
#zap-competition-accordion .zapciw-stats div {
  display: inline-block;
  margin-right: 20px;
  color: #f2ab24;
  font-weight: bold;
}
#zap-competition-accordion .zapciw-stats div span {
  color: #ffffff;
  font-weight: normal;
  margin-right: 3px;
}

#zap-competition-accordion,
#zapct-faq-accordion {
  width: 100%;
  background: #171e34;
  border-radius: 20px;
  padding: 30px;
}
#zap-competition-accordion .card,
#zapct-faq-accordion .card {
  background: none;
  border: none;
  margin-bottom: 20px;
  border-radius: 6px;
}
#zap-competition-accordion .card .card-header,
#zapct-faq-accordion .card .card-header {
  background: #171e34;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e2e3e2;
}
#zap-competition-accordion .card .card-header h2 .btn, #zap-competition-accordion .card .card-header h2 button, #zap-competition-accordion .card .card-header h5 .btn, #zap-competition-accordion .card .card-header h5 button,
#zapct-faq-accordion .card .card-header h2 .btn,
#zapct-faq-accordion .card .card-header h2 button,
#zapct-faq-accordion .card .card-header h5 .btn,
#zapct-faq-accordion .card .card-header h5 button {
  border: none;
  background: none;
  font-size: 24px;
  color: #ffffff;
  font-weight: 900;
  padding: 15px 20px 15px 60px;
  margin: 0;
  text-align: left;
  width: 100%;
  position: relative;
}
#zap-competition-accordion .card .card-header h2 .btn:before, #zap-competition-accordion .card .card-header h2 button:before, #zap-competition-accordion .card .card-header h5 .btn:before, #zap-competition-accordion .card .card-header h5 button:before,
#zapct-faq-accordion .card .card-header h2 .btn:before,
#zapct-faq-accordion .card .card-header h2 button:before,
#zapct-faq-accordion .card .card-header h5 .btn:before,
#zapct-faq-accordion .card .card-header h5 button:before {
  content: "\f0d7";
  color: #ffffff;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  border: none;
  position: absolute;
  left: 15px;
  top: 10px;
  height: 35px;
  width: 35px;
  text-align: center;
  font-size: 25px;
  padding: 2px 0 0 1px;
  border: 2px solid #f2ab24;
  border-radius: 999px;
}
#zap-competition-accordion .card .card-header h2 .btn[aria-expanded=true]:before, #zap-competition-accordion .card .card-header h2 button[aria-expanded=true]:before, #zap-competition-accordion .card .card-header h5 .btn[aria-expanded=true]:before, #zap-competition-accordion .card .card-header h5 button[aria-expanded=true]:before,
#zapct-faq-accordion .card .card-header h2 .btn[aria-expanded=true]:before,
#zapct-faq-accordion .card .card-header h2 button[aria-expanded=true]:before,
#zapct-faq-accordion .card .card-header h5 .btn[aria-expanded=true]:before,
#zapct-faq-accordion .card .card-header h5 button[aria-expanded=true]:before {
  content: "\f0d8";
  padding: 0 0 0 1px;
}
#zap-competition-accordion .card .card-header h2 .btn:hover, #zap-competition-accordion .card .card-header h2 button:hover, #zap-competition-accordion .card .card-header h5 .btn:hover, #zap-competition-accordion .card .card-header h5 button:hover,
#zapct-faq-accordion .card .card-header h2 .btn:hover,
#zapct-faq-accordion .card .card-header h2 button:hover,
#zapct-faq-accordion .card .card-header h5 .btn:hover,
#zapct-faq-accordion .card .card-header h5 button:hover {
  text-decoration: none;
}
#zap-competition-accordion .card .card-body,
#zapct-faq-accordion .card .card-body {
  padding: 30px 100px;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  #zap-competition-accordion .card .card-body,
#zapct-faq-accordion .card .card-body {
    padding: 20px;
  }
}

#zapct-faq-accordion {
  margin-top: 30px;
}

/* ==========================================================================
   WooCommerce - My Account
   ========================================================================== */
.woocommerce-account {
  background: #171e34;
}
.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
  border-radius: 6px;
  background: none;
  padding: 5px;
  border: none;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .woocommerce-account .woocommerce {
    max-width: 100%;
    padding: 10px;
  }
}
.woocommerce-account .woocommerce .woocommerce-notices-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  flex: 0 0 25%;
  max-width: 25%;
  background-color: #171e34 !important;
  margin-bottom: 0 !important;
  border: 1px solid #2d37d6 !important;
  border-radius: 0px;
  position: relative;
  padding: 0;
}
@media (max-width: 991.98px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    margin-bottom: 20px !important;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .nav-pills {
  display: block;
}
@media (max-width: 991.98px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .nav-pills {
    position: sticky;
    top: 130px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .nav-pills li {
  border-bottom: 1px solid #2d37d6;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .nav-pills a {
  background-color: transparent;
  border: none;
  color: #ffffff;
  margin: 5px 0;
  text-align: left;
  padding: 5px 0;
  position: relative;
  border-radius: 0px;
  font-size: 18px;
  text-decoration: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .nav-pills a:before {
  content: "\f245";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 600;
  padding: 5px 10px 2px 10px;
  font-size: 16px;
  width: 36px;
  text-align: center;
  color: #f2ab24;
  background: transparent;
  margin-right: 10px;
  transition: all 300ms ease-in-out;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .nav-pills a.active, .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .nav-pills a:hover {
  background: #f2ab24;
  color: #000d1f;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .nav-pills a.active:before, .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .nav-pills a:hover:before {
  color: #000d1f;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f02b";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f1da";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--points-and-rewards a:before {
  content: "\f005";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--coupons a:before {
  content: "\f646";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f2bb";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: "\f38a";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f2bd";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f08b";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--woo-wallet a:before {
  content: "\f555";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li:last-child {
  border: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 0 1rem 1rem !important;
  border-radius: 0;
}
@media (max-width: 991.98px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  display: block;
  max-width: 100%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses h3, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address h3 {
  display: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Message.woocommerce-Message--info {
  background-color: #f2ab24;
  border: none;
  color: #000d1f;
  text-align: left;
  padding: 10px 10px;
  border-radius: 6px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Message.woocommerce-Message--info .button {
  order: 2;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content #payment ul {
  list-style: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button {
  color: #ffffff;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content #my-account-order-table thead th {
  padding-top: 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table {
  color: #000d1f;
}
@media (max-width: 767.98px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content table {
    padding: 20px 10px;
  }
}
@media (max-width: 991.98px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .card {
  padding: 0 20px;
  border: none;
  border-radius: 0;
  background: #171e34;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .card {
    padding: 0;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .card .card-header {
  padding-left: 10px;
  background: none;
  border: none;
  color: #ffffff;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .card .card-header-tabs {
  border-bottom: 1px solid #f2ab24;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .card .card-header-tabs a {
  color: #ffffff;
  background: none;
  border-radius: 3px 3px 0 0 !important;
  position: relative;
  margin-right: 3px;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .card .card-header-tabs a.active {
  background-color: #171e34;
  border-color: #f2ab24 !important;
  color: #ffffff !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .card .card-header-tabs a:hover:not(.active) {
  background-color: #f2ab24;
  border-color: #f2ab24 !important;
  color: #000d1f;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .card .tab-content .col-md-4 {
  margin-bottom: 15px !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .card .tab-content .card {
  background-color: #171e34;
  border-color: #0f1923;
  padding: 0px;
  margin-bottom: 0px !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .card .tab-content .card .card-body {
  padding: 15px 10px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .card .tab-content .card .card-body h5 {
  color: #000d1f;
  font-size: 16px;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .card .tab-content .card .card-body h6 {
  color: #6c757d;
  text-transform: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .card .tab-content .card .card-body .btn {
  font-size: 12px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .card .tab-content .card .card-body .btn:after {
  display: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content #zapc-recent-tickets {
  padding-top: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content #zapc-recent-tickets .zapc-single-ticket-wrap {
  width: 100%;
  display: block;
  border-bottom: 1px dashed #f2ab24;
  margin-bottom: 1rem;
  padding: 12px 0 !important;
  color: #ffffff;
  font-size: 18px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content #zapc-recent-tickets .zapc-single-ticket-wrap a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: underline;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content #zapc-recent-tickets .zapc-single-ticket-wrap a:hover {
  color: #f2ab24;
}
@media (max-width: 991.98px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content #zapc-recent-tickets .zapc-single-ticket-wrap .draw-date {
    white-space: nowrap;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content #zapc-recent-tickets .zapc-single-ticket-wrap .zapc-my-account-ticket-wrapper {
  background: #f2ab24 !important;
  color: #000d1f;
  text-align: center;
}
.woocommerce-account .woocommerce #customer_login {
  padding: 3rem 2rem 0 2rem;
  margin: 0 !important;
}
@media (max-width: 991.98px) {
  .woocommerce-account .woocommerce #customer_login {
    padding: 20px 0 0 0;
  }
}
.woocommerce-account .woocommerce .account-payment-methods-table {
  width: 100%;
  margin-bottom: 50px;
}
.woocommerce-account .woocommerce .account-payment-methods-table thead {
  background: #f2f1f1;
  padding: 10px;
}
.woocommerce-account .woocommerce .account-payment-methods-table thead tr th {
  padding: 10px;
}
.woocommerce-account .woocommerce .account-payment-methods-table tbody tr td {
  padding: 20px 10px;
}
.woocommerce-account .woocommerce .account-payment-methods-table tbody tr:nth-of-type(odd) {
  background-color: #f2f1f1;
}
.woocommerce-account .woocommerce .woo-wallet-sidebar a:hover {
  text-decoration: none;
}
.woocommerce-account .woocommerce .woo-add-to-wallet {
  color: #ffffff;
}

/* ==========================================================================
   Page Template - Winners
   ========================================================================== */
.post-type-archive-winner .zapct-winners .card {
  background: none;
  border: none;
}
.post-type-archive-winner .zapct-winners .card img {
  border-radius: 10px;
  border: 1px solid #f2ab24;
  height: 250px;
  object-fit: cover;
}
.post-type-archive-winner .zapct-winners .card .card-body {
  padding: 20px 0;
}
.post-type-archive-winner .zapct-winners .card .card-body h2, .post-type-archive-winner .zapct-winners .card .card-body h3, .post-type-archive-winner .zapct-winners .card .card-body h4 {
  font-size: 14px;
  color: #000d1f;
  text-align: left;
  font-weight: bold;
}
.post-type-archive-winner .zapct-winners .card .card-body h3, .post-type-archive-winner .zapct-winners .card .card-body h4 {
  text-transform: uppercase;
}
.post-type-archive-winner .zapct-winners .card .card-body h4 {
  color: #f2ab24;
}
.post-type-archive-winner .zapct-winners .card:before {
  content: "Winner";
  position: absolute;
  top: 0px;
  left: -15px;
  background-image: url(../images/ticket-ribbon-blue.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 5px 20px;
  transform: rotate(-12deg);
  color: #ffffff;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  min-width: 150px;
  z-index: 999;
}
.post-type-archive-winner .zapct-winners .card.winner_cat-mega-jackpot:before {
  content: "Mega Jackpot \aWinner";
  white-space: pre-wrap;
  font-size: 12px;
  line-height: 12px;
  background-image: url(../images/ticket-ribbon-yellow.svg);
  color: #000d1f;
}

/* ==========================================================================
   Page Template - Legal
   ========================================================================== */
.zapct-charity .card.charity-single {
  border-color: #171e34;
  border-radius: 0;
  margin-bottom: 80px !important;
}
.zapct-charity .card.charity-single .date {
  background: #171e34;
  padding: 5px 30px;
  color: #f2ab24;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: -1px;
  top: -47px;
}
.zapct-charity .card.charity-single .card-body {
  padding: 30px;
}
.zapct-charity .card.charity-single .card-body h2 {
  font-weight: bold;
}
.zapct-charity .card.charity-single .card-body .btn-charity {
  margin-top: 10px;
  width: 100%;
  position: relative;
  padding: 10px 30px;
  border: none;
  text-align: center;
  background-color: #2d37d6;
  color: #ffffff;
  transition: none;
  background-color: #f2ab24;
  color: #000d1f;
}
.zapct-charity .card.charity-single .card-body .btn-charity:hover, .zapct-charity .card.charity-single .card-body .btn-charity:focus, .zapct-charity .card.charity-single .card-body .btn-charity.focus, .zapct-charity .card.charity-single .card-body .btn-charity:not(:disabled):not(.disabled):active, .zapct-charity .card.charity-single .card-body .btn-charity:not(:disabled):not(.disabled).active {
  border: none;
  background-color: #f2ab24;
  color: #000d1f;
}
.zapct-charity .card.charity-single .card-body .btn-charity:before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  left: -3px;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  background-color: none;
}
.zapct-charity .card.charity-single .card-body .btn-charity:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  right: -3px;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: transparent;
}
.zapct-charity .card.charity-single .card-body .btn-charity:before, .zapct-charity .card.charity-single .card-body .btn-charity:after {
  background-image: url(../../assets/images/ticket-ribbon-yellow.svg);
}
.zapct-charity .card.charity-single .card-body .btn-charity:hover, .zapct-charity .card.charity-single .card-body .btn-charity:focus, .zapct-charity .card.charity-single .card-body .btn-charity.focus, .zapct-charity .card.charity-single .card-body .btn-charity:not(:disabled):not(.disabled):active, .zapct-charity .card.charity-single .card-body .btn-charity:not(:disabled):not(.disabled).active {
  background-color: #2d37d6;
  color: #ffffff;
}
.zapct-charity .card.charity-single .card-body .btn-charity:hover:before, .zapct-charity .card.charity-single .card-body .btn-charity:hover:after, .zapct-charity .card.charity-single .card-body .btn-charity:focus:before, .zapct-charity .card.charity-single .card-body .btn-charity:focus:after, .zapct-charity .card.charity-single .card-body .btn-charity.focus:before, .zapct-charity .card.charity-single .card-body .btn-charity.focus:after, .zapct-charity .card.charity-single .card-body .btn-charity:not(:disabled):not(.disabled):active:before, .zapct-charity .card.charity-single .card-body .btn-charity:not(:disabled):not(.disabled):active:after, .zapct-charity .card.charity-single .card-body .btn-charity:not(:disabled):not(.disabled).active:before, .zapct-charity .card.charity-single .card-body .btn-charity:not(:disabled):not(.disabled).active:after {
  background-image: url(../../assets/images/ticket-ribbon-blue.svg);
}
.zapct-charity .card.charity-single .card-body .donation-amount {
  background: #171e34;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
.zapct-charity .card.charity-single .card-body .donation-amount span {
  color: #f2ab24;
}

/* ==========================================================================
   Page Template - Blog
   ========================================================================== */
.zapct-blog-posts .card .card-body .card-title {
  font-weight: bold;
}
.zapct-blog-posts .card .card-body .card-date {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #f2ab24;
}
.zapct-blog-posts .card .card-body .card-text {
  border-top: 1px solid #171e34;
}
.zapct-blog-posts .card .card-body .btn {
  position: relative;
  padding: 10px 30px;
  border: none;
  text-align: center;
  background-color: #2d37d6;
  color: #ffffff;
  transition: none;
  background-color: #f2ab24;
  color: #000d1f;
}
.zapct-blog-posts .card .card-body .btn:hover, .zapct-blog-posts .card .card-body .btn:focus, .zapct-blog-posts .card .card-body .btn.focus, .zapct-blog-posts .card .card-body .btn:not(:disabled):not(.disabled):active, .zapct-blog-posts .card .card-body .btn:not(:disabled):not(.disabled).active {
  border: none;
  background-color: #f2ab24;
  color: #000d1f;
}
.zapct-blog-posts .card .card-body .btn:before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  left: -3px;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  background-color: none;
}
.zapct-blog-posts .card .card-body .btn:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  right: -3px;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: transparent;
}
.zapct-blog-posts .card .card-body .btn:before, .zapct-blog-posts .card .card-body .btn:after {
  background-image: url(../../assets/images/ticket-ribbon-yellow.svg);
}
.zapct-blog-posts .card .card-body .btn:hover, .zapct-blog-posts .card .card-body .btn:focus, .zapct-blog-posts .card .card-body .btn.focus, .zapct-blog-posts .card .card-body .btn:not(:disabled):not(.disabled):active, .zapct-blog-posts .card .card-body .btn:not(:disabled):not(.disabled).active {
  background-color: #2d37d6;
  color: #ffffff;
}
.zapct-blog-posts .card .card-body .btn:hover:before, .zapct-blog-posts .card .card-body .btn:hover:after, .zapct-blog-posts .card .card-body .btn:focus:before, .zapct-blog-posts .card .card-body .btn:focus:after, .zapct-blog-posts .card .card-body .btn.focus:before, .zapct-blog-posts .card .card-body .btn.focus:after, .zapct-blog-posts .card .card-body .btn:not(:disabled):not(.disabled):active:before, .zapct-blog-posts .card .card-body .btn:not(:disabled):not(.disabled):active:after, .zapct-blog-posts .card .card-body .btn:not(:disabled):not(.disabled).active:before, .zapct-blog-posts .card .card-body .btn:not(:disabled):not(.disabled).active:after {
  background-image: url(../../assets/images/ticket-ribbon-blue.svg);
}

.single-post .zapct-blog-post-single .zapct-blog-post-single-date {
  font-size: 18px;
  font-weight: bold;
  color: #f2ab24;
}
.single-post .zapct-blog-post-single .zapct-blog-post-single-featured-image {
  width: 500px;
  max-width: 100%;
  float: left;
  margin: 0 30px 30px 0;
}

/* ==========================================================================
   Page Template - Draw Results
   ========================================================================== */
.zapc-competition-results-wrapper ul.nav-tabs {
  justify-content: center;
  border-bottom: none;
  margin-bottom: 30px;
}
.zapc-competition-results-wrapper ul.nav-tabs li.nav-item {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 200px;
  text-align: center;
}
.zapc-competition-results-wrapper ul.nav-tabs li.nav-item a.nav-link {
  background: transparent;
  border: 2px solid transparent;
  color: #000d1f;
  border-radius: 5px;
  margin: 5px;
  font-size: 18px;
}
.zapc-competition-results-wrapper ul.nav-tabs li.nav-item a.nav-link.active {
  background: #f2ab24;
  border: 2px solid #f2ab24;
  color: #000d1f;
}
.zapc-competition-results-wrapper ul.nav-tabs li.nav-item a.nav-link:not(.active):hover {
  background: #171e34;
  border: 2px solid #171e34;
  color: #ffffff;
}
.zapc-competition-results-wrapper .result-wrap {
  margin-top: 20px;
  padding-left: 4rem;
  border-left: 2px solid #e2e3e2;
}
@media (min-width: 576px) {
  .zapc-competition-results-wrapper .result-wrap {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
}
.zapc-competition-results-wrapper .result-wrap .alert {
  background: #171e34;
  color: #ffffff;
  border: 1px solid #171e34;
}
.zapc-competition-results-wrapper .result-wrap .card {
  background: #ffffff;
  border: none;
  border-top: 1px solid #f2ab24;
  position: relative;
  border-radius: 0;
}
.zapc-competition-results-wrapper .result-wrap .card .card-body {
  padding: 20px;
}
.zapc-competition-results-wrapper .result-wrap .card .card-body .card-title {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  color: #000d1f;
  text-transform: uppercase;
}
.zapc-competition-results-wrapper .result-wrap .card .card-body .card-title i {
  display: none;
}
.zapc-competition-results-wrapper .result-wrap .card .card-body .zapct-single-result {
  margin-bottom: 0.5rem;
  color: #000d1f;
  font-size: 14px;
  line-height: 14px;
}
.zapc-competition-results-wrapper .result-wrap .card .card-body .zapct-single-result strong {
  color: #000d1f;
  font-weight: 500;
}
.zapc-competition-results-wrapper .result-wrap .card .card-body .zapct-single-result i:before {
  content: "•";
  color: #000d1f;
  margin-right: 5px;
  font-size: 20px;
  line-height: 15px;
  position: relative;
  top: 2px;
}
.zapc-competition-results-wrapper .result-wrap .card:before {
  content: "";
  background-image: url(../images/DrawResults_Icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  left: -88px;
  top: 20px;
}
@media screen and (max-width: 600px) {
  .zapc-competition-results-wrapper .result-wrap {
    padding: 0;
    margin: 0;
    border: none;
  }
  .zapc-competition-results-wrapper .result-wrap .card:before {
    content: none;
  }
}

/* ==========================================================================
   Page Template - Entry Lists
   ========================================================================== */
@media (min-width: 576px) {
  .zapct-entry-list {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
}
.zapct-entry-list .card {
  background: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #f2ab24;
  border-radius: 0;
  margin-bottom: 10px;
}
.zapct-entry-list .card .inner {
  padding: 20px;
}
.zapct-entry-list .card .inner .card-title {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  color: #000d1f;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: bold;
}
.zapct-entry-list .card .inner .card-text {
  font-size: 14px;
  color: #000d1f;
  margin: 0;
}
.zapct-entry-list .card .inner-button {
  padding: 20px 0 0 0;
}
.zapct-entry-list .card .inner-button .btn {
  position: relative;
  padding: 10px 30px;
  border: none;
  text-align: center;
  background-color: #2d37d6;
  color: #ffffff;
  transition: none;
  background-color: #f2ab24;
  color: #000d1f;
}
.zapct-entry-list .card .inner-button .btn:hover, .zapct-entry-list .card .inner-button .btn:focus, .zapct-entry-list .card .inner-button .btn.focus, .zapct-entry-list .card .inner-button .btn:not(:disabled):not(.disabled):active, .zapct-entry-list .card .inner-button .btn:not(:disabled):not(.disabled).active {
  border: none;
  background-color: #f2ab24;
  color: #000d1f;
}
.zapct-entry-list .card .inner-button .btn:before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  left: -3px;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  background-color: none;
}
.zapct-entry-list .card .inner-button .btn:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  right: -3px;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: transparent;
}
.zapct-entry-list .card .inner-button .btn:before, .zapct-entry-list .card .inner-button .btn:after {
  background-image: url(../../assets/images/ticket-ribbon-yellow.svg);
}
.zapct-entry-list .card .inner-button .btn:hover, .zapct-entry-list .card .inner-button .btn:focus, .zapct-entry-list .card .inner-button .btn.focus, .zapct-entry-list .card .inner-button .btn:not(:disabled):not(.disabled):active, .zapct-entry-list .card .inner-button .btn:not(:disabled):not(.disabled).active {
  background-color: #2d37d6;
  color: #ffffff;
}
.zapct-entry-list .card .inner-button .btn:hover:before, .zapct-entry-list .card .inner-button .btn:hover:after, .zapct-entry-list .card .inner-button .btn:focus:before, .zapct-entry-list .card .inner-button .btn:focus:after, .zapct-entry-list .card .inner-button .btn.focus:before, .zapct-entry-list .card .inner-button .btn.focus:after, .zapct-entry-list .card .inner-button .btn:not(:disabled):not(.disabled):active:before, .zapct-entry-list .card .inner-button .btn:not(:disabled):not(.disabled):active:after, .zapct-entry-list .card .inner-button .btn:not(:disabled):not(.disabled).active:before, .zapct-entry-list .card .inner-button .btn:not(:disabled):not(.disabled).active:after {
  background-image: url(../../assets/images/ticket-ribbon-blue.svg);
}
@media (max-width: 991.98px) {
  .zapct-entry-list .card .inner-button {
    padding: 1rem;
    text-align: center;
  }
}
.zapct-entry-list .card:hover {
  border-bottom: 1px solid #2d37d6;
}

body {
  min-width: 320px;
}

.zapct-homepage-section {
  padding: 0;
  border: none;
}

.section-title {
  text-align: left;
  font-weight: 900;
}

.zapct-page-title {
  background: none;
  margin: 0 0 20px 0;
}
.zapct-page-title h1 {
  font-weight: 900;
  color: #f2ab24;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f1f1;
}

.container.main-container {
  min-height: unset;
}

/*# sourceMappingURL=child-styles.css.map */
