@font-face {
  font-family: "Afterglow";
  font-style: normal;
  font-weight: normal;
  src: local("Afterglow Regular"), url("/wp-content/themes/html5blank-stable/fonts/Afterglow-Regular.woff") format("woff");
}
@font-face {
  font-family: "Amsterdam";
  src: url("/wp-content/themes/html5blank-stable/fonts/Amsterdam.woff2") format("woff2"), url("/wp-content/themes/html5blank-stable/fonts/Amsterdam.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  src: local("Open Sans Regular"), url("/wp-content/themes/html5blank-stable/fonts/OpenSans-Regular.woff") format("woff");
}
.btn {
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 800;
  font-size: 16px;
  font-family: "Afterglow", "Sans-Serif";
}
.btn:focus {
  box-shadow: none;
}

@media screen and (min-width: 992px) {
  .btn-md {
    padding: 0.5rem 2rem;
    font-size: calc(1.255rem + 0.06vw);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .btn-md {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 992px) {
  .btn-lg {
    padding: 1rem 5rem;
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .btn-lg {
    font-size: 1.5rem;
  }
}

.btn-outline-primary {
  background-color: transparent;
  border: 1px solid #3c98af;
  color: #3c98af;
}
.btn-outline-primary:hover {
  background-color: #3c98af;
  color: #fff;
}

.btn-outline-black {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.btn-outline-black:hover {
  background-color: #000;
  color: #fff;
}

.btn-outline-dark-grey {
  background-color: transparent;
  border: 1px solid #ababab;
  color: #ababab;
}
.btn-outline-dark-grey:hover {
  background-color: #ababab;
  color: #fff;
}

.btn-outline-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-outline-white:hover {
  background-color: #fff;
  color: #fff;
}

.btn-outline-blue {
  background-color: transparent;
  border: 1px solid #be8c27;
  color: #be8c27;
}
.btn-outline-blue:hover {
  background-color: #be8c27;
  color: #fff;
}

.btn-outline-light-blue {
  background-color: transparent;
  border: 1px solid #0b2646;
  color: #0b2646;
}
.btn-outline-light-blue:hover {
  background-color: #0b2646;
  color: #fff;
}

.btn-primary {
  background-color: #3c98af;
  border: 1px solid #3c98af;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:disabled {
  background-color: #2f7789;
  color: #fff;
  border: 1px solid #2f7789;
}
.btn-primary:focus, .btn-primary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(60, 152, 175, 0.5);
}

.btn-black {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.btn-black:hover, .btn-black:active, .btn-black:focus, .btn-black:disabled {
  background-color: black;
  color: #fff;
  border: 1px solid black;
}
.btn-black:focus, .btn-black:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.btn-dark-grey {
  background-color: #ababab;
  border: 1px solid #ababab;
  color: #fff;
}
.btn-dark-grey:hover, .btn-dark-grey:active, .btn-dark-grey:focus, .btn-dark-grey:disabled {
  background-color: #929292;
  color: #fff;
  border: 1px solid #929292;
}
.btn-dark-grey:focus, .btn-dark-grey:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(171, 171, 171, 0.5);
}

.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #fff;
}
.btn-white:hover, .btn-white:active, .btn-white:focus, .btn-white:disabled {
  background-color: #e6e6e6;
  color: #fff;
  border: 1px solid #e6e6e6;
}
.btn-white:focus, .btn-white:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-blue {
  background-color: #be8c27;
  border: 1px solid #be8c27;
  color: #fff;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus, .btn-blue:disabled {
  background-color: #946d1e;
  color: #fff;
  border: 1px solid #946d1e;
}
.btn-blue:focus, .btn-blue:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(190, 140, 39, 0.5);
}

.btn-light-blue {
  background-color: #0b2646;
  border: 1px solid #0b2646;
  color: #fff;
}
.btn-light-blue:hover, .btn-light-blue:active, .btn-light-blue:focus, .btn-light-blue:disabled {
  background-color: #040e1a;
  color: #fff;
  border: 1px solid #040e1a;
}
.btn-light-blue:focus, .btn-light-blue:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(11, 38, 70, 0.5);
}

.btn-border {
  border: 1px solid #0b2646;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-border:hover {
  background-color: #0b2646;
  color: #fff;
}

.text-primary {
  color: #3c98af !important;
}
.text-primary a {
  color: #3c98af;
  font-weight: 500;
}
.text-primary a:hover {
  color: #2f7789;
}

.text-black {
  color: #000 !important;
}
.text-black a {
  color: #000;
  font-weight: 500;
}
.text-black a:hover {
  color: black;
}

.text-dark-grey {
  color: #ababab !important;
}
.text-dark-grey a {
  color: #ababab;
  font-weight: 500;
}
.text-dark-grey a:hover {
  color: #929292;
}

.text-white {
  color: #fff !important;
}
.text-white a {
  color: #fff;
  font-weight: 500;
}
.text-white a:hover {
  color: #e6e6e6;
}

.text-blue {
  color: #be8c27 !important;
}
.text-blue a {
  color: #be8c27;
  font-weight: 500;
}
.text-blue a:hover {
  color: #946d1e;
}

.text-light-blue {
  color: #0b2646 !important;
}
.text-light-blue a {
  color: #0b2646;
  font-weight: 500;
}
.text-light-blue a:hover {
  color: #040e1a;
}

.bg-primary {
  background-color: #3c98af;
}

.bg-black {
  background-color: #000;
}

.bg-dark-grey {
  background-color: #ababab;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #be8c27;
}

.bg-light-blue {
  background-color: #0b2646;
}

.map {
  min-height: 500px;
  width: 100%;
}

.table {
  margin: 0;
}
.table tr th {
  border: 1px solid #000;
  font-size: 14px;
  color: #000;
  font-family: "Afterglow", "Sans-Serif";
  font-weight: 700;
  padding: 0.3rem;
}
.table tr th:first-child {
  border-right: 1px solid #000;
  width: 55%;
  padding-left: 15px;
}
.table tr th:last-child {
  padding-left: 15px;
}
.table tr td {
  border: 1px solid #000;
  font-size: 14px;
  color: #000;
  font-family: "Afterglow", "Sans-Serif";
  font-weight: 500;
  padding: 0.3rem;
}
.table tr td:first-child {
  border-right: 1px solid #000;
  width: 55%;
  padding-left: 15px;
}
.table tr td:last-child {
  padding-left: 15px;
}

label {
  font-size: 1rem;
  font-weight: 500;
}
label.form-check-label {
  font-weight: 400;
}

form br {
  display: none;
}

input:focus, textarea:focus {
  outline: none;
}

input {
  width: 100%;
  padding-left: 17px;
  height: 50px;
  margin-bottom: 10px;
  font-size: 17px;
  color: #0b2646;
  border-radius: 30px;
  border: 1px solid #bfbfbf;
  font-family: "Open Sans", "Sans-Serif";
  font-weight: 300;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0b2646;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #0b2646;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #0b2646;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #0b2646;
}

textarea {
  width: 100%;
  padding-left: 17px;
  padding-top: 17px;
  height: 120px;
  margin-bottom: 10px;
  font-size: 17px;
  color: #0b2646;
  border-radius: 20px;
  border: 1px solid #bfbfbf;
  font-family: "Open Sans", "Sans-Serif";
  font-weight: 300;
}

input[type=file] {
  display: none;
}

.custom-file-upload {
  display: inline-block;
  padding: 12px 0px;
  cursor: pointer;
  width: 100%;
  padding-left: 17px;
  height: 50px;
  margin-bottom: 10px;
  font-size: 17px;
  color: #0b2646;
  border-radius: 30px;
  border: 1px solid #bfbfbf;
  font-family: "Open Sans", "Sans-Serif";
  font-weight: 300;
}

[type=submit] {
  width: 30%;
  background-color: #0b2646;
  color: #fff;
  font-family: "Afterglow", "Sans-Serif";
  font-size: 18px;
  letter-spacing: 1.5px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  [type=submit] {
    width: 100%;
  }
}

.form-control,
.form-check-input[type=checkbox] {
  border-radius: 0;
  border: 1px solid #ababab;
}

.form-check .wpcf7-list-item {
  margin: 0;
  display: inline;
}

span.wpcf7-not-valid-tip {
  font-size: 0.9rem;
}

.wpcf7-list-item {
  width: 100%;
  position: relative;
  display: inline;
  margin: 0 !important;
}
.wpcf7-list-item input[type=checkbox] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: 8px;
  margin-top: 14px;
}
.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
  color: #fff;
}
.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  transform: rotate(-45deg) scale(1);
}
.wpcf7-list-item input[type=checkbox]:focus + label::before {
  outline: 0;
}
.wpcf7-list-item label {
  position: relative;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding-left: 35px;
  margin-bottom: 1rem;
  font-weight: 400;
  cursor: pointer;
  vertical-align: sub;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 300;
}
.wpcf7-list-item label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px 4px 4px 0;
  width: 22px;
  height: 22px;
  transition: transform 0.28s ease;
  border-radius: 0px;
  border: 1px solid #fff;
  background-color: #fff;
}
.wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  will-change: transform;
  position: absolute;
  top: 12px;
  left: 6px;
}
.wpcf7-list-item .wpcf7-list-item-label span {
  font-weight: 500;
  font-size: 12px;
  color: #000;
}
.wpcf7-list-item .wpcf7-list-item-label span a {
  color: #000;
  text-decoration: underline;
}
.wpcf7-list-item .wpcf7-list-item-label span a:hover {
  text-decoration: underline;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 1rem;
  border: 0;
  text-align: center;
  font-size: 1.4em;
}

#navbar {
  top: 0;
  width: 100%;
  overflow: inherit;
  z-index: 999;
  position: fixed;
  background-color: #fff;
}

.scrolled {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.25);
  padding: 0.9rem 0 1rem 0rem;
  transition: all ease 0.6s;
}
.scrolled .logo img {
  width: 150px;
  transition: all ease 0.6s;
}

.offcanvas-end {
  width: 60%;
  border-left: none;
}
@media screen and (max-width: 650px) {
  .offcanvas-end {
    width: 100%;
  }
}
.offcanvas-end .offcanvas-header {
  padding: 3rem 3rem 5rem 3rem;
}
@media screen and (max-width: 500px) {
  .offcanvas-end .offcanvas-header {
    padding: 2rem 1.5rem 4rem 1.5rem;
  }
}
.offcanvas-end .offcanvas-header .logo img {
  width: 220px;
}
@media screen and (max-width: 400px) {
  .offcanvas-end .offcanvas-header .logo img {
    width: 160px;
  }
}
.offcanvas-end .offcanvas-header button {
  padding: 0;
  border: none;
  background-color: transparent;
}
.offcanvas-end .offcanvas-header button i {
  font-size: 30px;
  vertical-align: middle;
  color: #3c3d44;
}
.offcanvas-end .offcanvas-body {
  padding: 0 3rem;
}
.offcanvas-end .offcanvas-body nav {
  display: block !important;
  text-align: center;
}
.offcanvas-end .offcanvas-body nav ul {
  margin: 0;
}
.offcanvas-end .offcanvas-body nav ul li {
  margin-bottom: 3rem;
  list-style: none;
}
.offcanvas-end .offcanvas-body nav ul li a {
  font-size: 20px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "Afterglow", "Sans-Serif";
}
.offcanvas-end .offcanvas-body nav ul li a:hover {
  color: #be8c27;
}

main {
  margin-top: 161px;
}
@media screen and (max-width: 350px) {
  main {
    margin-top: 113px;
  }
}

.page-id-2 header {
  border-bottom: none;
}

.page-id-197 footer, .page-id-2 footer, .page-id-199 footer {
  border-top: none;
}

header {
  padding: 2rem 0;
  transition: all ease 0.6s;
  border-bottom: 2px solid #f5f5f5;
}
header .logo img {
  width: 220px;
  transition: all ease 0.6s;
}
@media screen and (max-width: 350px) {
  header .logo img {
    width: 170px;
  }
}
header .right {
  margin-left: auto;
}
header .right nav {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  header .right nav {
    display: none;
  }
}
header .right nav ul {
  margin: 0;
}
header .right nav ul li {
  display: inline-block;
  margin-left: 30px;
}
header .right nav ul li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1199px) {
  header .right nav ul li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  header .right nav ul li {
    margin-left: 10px;
  }
}
header .right nav ul li a {
  font-size: 21px;
  color: #0b2646;
  letter-spacing: 1.5px;
  font-weight: 700;
  font-family: "Afterglow", "Sans-Serif";
}
@media screen and (max-width: 1199px) {
  header .right nav ul li a {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  header .right nav ul li a {
    font-size: 15px;
  }
}
header .right nav ul li a:hover {
  color: #be8c27;
}
header .right .burgerMenu {
  display: none;
}
@media screen and (max-width: 991px) {
  header .right .burgerMenu {
    display: inline-block;
  }
}
header .right .burgerMenu button {
  padding: 0;
  border: none;
  background-color: transparent;
}
header .right .burgerMenu button i {
  font-size: 20px;
  color: #0b2646;
}
header .right .socialMedia {
  display: inline-block;
  margin-left: 70px;
}
@media screen and (max-width: 1199px) {
  header .right .socialMedia {
    margin-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  header .right .socialMedia {
    margin-left: 10px;
  }
}
header .right .socialMedia p i {
  font-size: 20px;
  color: #0b2646;
}
header .right .socialMedia p i:hover {
  color: #be8c27;
}

footer {
  padding: 4rem 0;
  border-top: 2px solid #f5f5f5;
}
footer .logo img {
  width: 220px;
  margin: 0 auto;
  display: block;
}
footer .shopLogos {
  width: 17%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  footer .shopLogos {
    width: 30%;
  }
}
@media screen and (max-width: 650px) {
  footer .shopLogos {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  footer .shopLogos {
    width: 70%;
  }
}
footer .copyright {
  font-size: 14px;
  line-height: 20px;
}

body {
  font-family: "Open Sans", "Sans-Serif";
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: calc(1.275rem + 0.3vw);
  color: #0b2646;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  body {
    line-height: 1.5rem;
  }
}

p,
a {
  font-family: inherit;
  line-height: inherit;
}

a {
  color: #0b2646;
  text-decoration: none;
  transition: color ease 0.3s;
}
a:hover {
  color: #be8c27;
}

b,
strong {
  font-weight: 700;
}

h1,
.h1 {
  font-family: "Afterglow", "Sans-Serif";
  font-weight: 800;
  font-size: calc(1.425rem + 2.1vw);
  line-height: calc(1.425rem + 2.1vw);
  letter-spacing: 1.5px;
  color: #0b2646;
}
@media (min-width: 1200px) {
  h1,
.h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  h1,
.h1 {
    line-height: 3rem;
  }
}

h2,
.h2 {
  font-family: "Afterglow", "Sans-Serif";
  font-weight: 800;
  font-size: calc(1.375rem + 1.5vw);
  line-height: calc(1.395rem + 1.74vw);
  letter-spacing: 1.5px;
  color: #0b2646;
}
@media (min-width: 1200px) {
  h2,
.h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  h2,
.h2 {
    line-height: 2.7rem;
  }
}

h3,
.h3 {
  font-family: "Afterglow", "Sans-Serif";
  font-weight: 800;
  letter-spacing: 1.5px;
  font-size: calc(1.3rem + 0.6vw);
  line-height: calc(1.33125rem + 0.975vw);
  color: #0b2646;
}
@media (min-width: 1200px) {
  h3,
.h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  h3,
.h3 {
    line-height: 2.0625rem;
  }
}

h4,
.h4 {
  font-family: "Afterglow", "Sans-Serif";
  font-weight: 800;
  letter-spacing: 1.5px;
  font-size: 1.25rem;
  line-height: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  h4,
.h4 {
    line-height: 1.5625rem;
  }
}

h5,
.h5 {
  font-family: "Afterglow", "Sans-Serif";
  font-weight: 800;
  letter-spacing: 1.5px;
  font-size: calc(1.3rem + 0.6vw);
  line-height: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h5,
.h5 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  h5,
.h5 {
    line-height: 1.75rem;
  }
}

h6,
.h6 {
  font-family: "Afterglow", "Sans-Serif";
  font-weight: 800;
  letter-spacing: 1px;
  font-size: calc(1.275rem + 0.3vw);
  line-height: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h6,
.h6 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  h6,
.h6 {
    line-height: 1.5rem;
  }
}

#generic-content,
.normalise {
  overflow-x: hidden;
}
#generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
  font-size: calc(1.275rem + 0.3vw);
  line-height: calc(1.275rem + 0.3vw);
  color: #3c98af;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 500;
}
@media (min-width: 1200px) {
  #generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  #generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
    line-height: 1.5rem;
  }
}
#generic-content p,
.normalise p {
  text-overflow: ellipsis;
  overflow: hidden;
}
#generic-content table,
.normalise table {
  width: 100%;
}
#generic-content table tbody,
#generic-content table td,
#generic-content table tfoot,
#generic-content table th,
#generic-content table thead,
#generic-content table tr,
.normalise table tbody,
.normalise table td,
.normalise table tfoot,
.normalise table th,
.normalise table thead,
.normalise table tr {
  border: 1px solid #ababab;
  padding: 0.5rem 0.5rem;
}
#generic-content ul li,
.normalise ul li {
  margin-bottom: 0.5rem;
}
#generic-content blockquote,
.normalise blockquote {
  background: #ababab;
  padding: 1rem 2rem;
  font-style: italic;
  border-left: 3px solid #3c98af;
  font-size: 1rem;
  line-height: 1rem;
}
#generic-content *:last-child,
.normalise *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #generic-content iframe,
.normalise iframe {
    width: calc(100vw - 60px);
  }
}

.font-weight-thin {
  font-weight: 100 !important;
}

.font-weight-extra-light {
  font-weight: 200 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-regular {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

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

.font-weight-extra-bold {
  font-weight: 800 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.page-id-199 .grecaptcha-badge {
  visibility: visible !important;
  bottom: 100px !important;
}

.modal-body p {
  font-size: 15px;
  line-height: 20px;
}
.modal-body p b {
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: "Afterglow", "Sans-Serif";
  margin-bottom: 0.5rem;
}
.modal-body .euLogo img {
  width: 15%;
}
.modal-body h5 {
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: "Afterglow", "Sans-Serif";
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.img-hover-zoom {
  overflow: hidden;
  /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform 2s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.15);
}

.img-hover-zoom--brightness img {
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
}

/* The Transformation */
.img-hover-zoom--brightness:hover img {
  filter: brightness(100%);
  transform: scale(1.3);
}

section {
  position: relative;
}
section#about p b, section#about p strong {
  color: #0b2646;
}
@media screen and (max-width: 370px) {
  section#about p {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  section#about p {
    font-size: 15px;
  }
}
section#products #auction-nudge-c1fd47a71 > div:nth-child(2) {
  display: none !important;
}
section#products ul.an-page-top.an-page-wrap {
  display: none;
}
section#products div.auction-nudge-items ul.an-page-bot {
  margin-top: 3rem;
}
section#products .heading p {
  width: 65%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 991px) {
  section#products .heading p {
    width: 100%;
  }
}
section#products .auction-nudge-items .an-item-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  section#products .auction-nudge-items .an-item-wrap {
    gap: 1rem;
  }
}
@media screen and (max-width: 991px) {
  section#products .auction-nudge-items .an-item-wrap {
    gap: 0rem;
  }
}
section#products .auction-nudge-items .an-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100% !important;
  max-width: 23% !important;
  box-sizing: border-box;
  background: #fff;
  padding: 1.5rem 1rem;
  border-radius: 8px;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  section#products .auction-nudge-items .an-item {
    max-width: 49% !important;
  }
}
@media screen and (max-width: 420px) {
  section#products .auction-nudge-items .an-item {
    max-width: 100% !important;
  }
}
section#products .an-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section#products .an-image {
  flex-shrink: 0;
  flex-grow: 0;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin-bottom: 0.5rem;
}
section#products .an-image .image-container, section#products .an-image a, section#products .an-image img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain;
  display: block;
}
section#products .an-image.an-img-size,
section#products .an-image.an-img-size .image-container,
section#products .an-image.an-img-size a {
  height: 230px !important;
  max-height: 230px !important;
  width: 100% !important;
  /* adjust if needed */
  max-width: 100% !important;
  overflow: hidden;
}
section#products .an-image.an-img-size img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  /* or "contain" if you want full image visibility */
}
section#products .an-price {
  margin-top: auto !important;
  font-size: 1.1rem;
  text-align: center;
  font-weight: 300 !important;
}
section#products div.auction-nudge-items.theme-responsive div.an-item div.an-price .an-amount {
  float: none !important;
  margin-right: 0 !important;
  font-weight: 300 !important;
  color: #0b2646;
}
section#products .an-view a {
  display: inline-block;
  background-color: #0b2646;
  color: #fff !important;
  padding: 0.6rem 1rem;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 50%;
  margin: 0 auto;
  font-size: 17px;
  margin-top: 0.5rem;
  display: block;
  font-family: "Afterglow", "Sans-Serif";
  font-weight: 800 !important;
}
@media screen and (max-width: 1299px) {
  section#products .an-view a {
    width: 100%;
  }
}
section#products .an-view a:hover {
  background-color: #040e1a;
}
section#products .an-view a::before {
  content: "Buy Now";
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  z-index: 2;
  text-indent: initial;
}
section#products .an-view a {
  text-indent: -9999px;
}
section#products .an-title {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0;
  color: #0b2646;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 2000px) {
  section#products .an-title {
    height: 44px;
  }
}
@media screen and (max-width: 1399px) {
  section#products .an-title {
    height: 66px;
  }
}
@media screen and (max-width: 1199px) {
  section#products .an-title {
    height: 44px;
  }
}
@media screen and (max-width: 511px) {
  section#products .an-title {
    height: 66px;
  }
}
@media screen and (max-width: 511px) {
  section#products .an-title {
    height: auto;
  }
}
section#products .auction-nudge-items ul.an-page-wrap {
  background: none;
}
section#products .auction-nudge-items ul.an-page-wrap li {
  font-weight: 500;
  border: 2px solid #0b2646;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  color: #0b2646;
  font-family: "Afterglow", "Sans-Serif";
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
section#products .auction-nudge-items ul.an-page-wrap li:hover {
  text-decoration: none;
  background-color: #0b2646;
  color: #fff;
}
section#wheretobuy a img {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
section#wheretobuy a img:hover {
  transform: scale(1.09);
}
section#aboutSection .heading p {
  width: 65%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media screen and (max-width: 991px) {
  section#aboutSection .heading p {
    width: 100%;
  }
}
section#aboutSection p b, section#aboutSection p strong {
  color: #0b2646;
}
@media screen and (max-width: 370px) {
  section#aboutSection p {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  section#aboutSection p {
    font-size: 15px;
  }
}
section#contact .shopLogos {
  width: 50%;
}
@media screen and (max-width: 991px) {
  section#contact .shopLogos {
    width: 70%;
  }
}
@media screen and (max-width: 650px) {
  section#contact .shopLogos {
    width: 100%;
  }
}
section#testimonial .heading p {
  width: 65%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media screen and (max-width: 991px) {
  section#testimonial .heading p {
    width: 100%;
  }
}
section#testimonial .box {
  border: 2px solid #f1f1f1;
  border-radius: 20px;
}
section#testimonial .box i {
  color: #FFD700;
}
section#blog .heading p {
  width: 65%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media screen and (max-width: 991px) {
  section#blog .heading p {
    width: 100%;
  }
}
section#blog img {
  width: 100%;
  margin-bottom: 1rem;
}
section#blog .posts {
  margin-bottom: 3rem;
}
section#singleBlog img {
  width: 100%;
  margin-top: 2rem;
}
section#singleBlog h2 {
  margin-top: 2rem;
}
section#singleBlog ul {
  margin: 0;
  padding: 0;
  padding-left: 17px;
  margin-bottom: 1.5rem;
}
section#singleBlog ul li {
  list-style-position: outside;
  margin-bottom: 0.5rem;
}
section#singleBlog .contact {
  padding: 2rem 2.5rem;
}
section#singleBlog .recent .blogs .posts {
  margin-bottom: 4rem;
}
section#singleBlog .recent .blogs .posts:last-child {
  margin-bottom: 0;
}
section#singleBlog .recent .blogs .posts img {
  contain-intrinsic-size: auto !important;
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  margin-top: 0;
}
section#contact .heading p {
  width: 65%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media screen and (max-width: 991px) {
  section#contact .heading p {
    width: 100%;
  }
}
section#termsBanner {
  position: relative;
}
section#termsBanner img {
  width: 100%;
}
section#termsBanner .termsBannerText {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 9;
  width: 100%;
}
section#terms h3 {
  margin-top: 3rem;
}
section#terms ul {
  margin: 0;
  padding: 0;
  padding-left: 17px;
  margin-bottom: 1.5rem;
}
section#terms ul li {
  list-style-position: outside;
  margin-bottom: 0.5rem;
}

body.error404 {
  min-height: 800px;
  height: 100vh;
  background: url("/wp-content/html5blank-stable/img/404-bg.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
@media screen and (min-width: 992px) {
  body.error404 {
    background-position-x: right;
  }
}
body.error404 .error-404 {
  padding-top: 14rem;
}
body.error404 .error-404 h1 {
  font-size: calc(2.625rem + 16.5vw);
  line-height: calc(2.625rem + 16.5vw);
  font-weight: 900;
}
@media (min-width: 1200px) {
  body.error404 .error-404 h1 {
    font-size: 15rem;
  }
}
@media (min-width: 1200px) {
  body.error404 .error-404 h1 {
    line-height: 15rem;
  }
}

body {
  position: relative;
}
body.modal-open {
  overflow: hidden;
  padding-right: 0px;
}

@media (min-width: 1500px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1450px;
  }
}
@media (min-width: 1800px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1700px;
  }
}

ul {
  list-style-position: inside;
  padding-left: 0rem;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.img-fluid {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.spill-container-left {
  margin-left: calc(-1 * (100vw - 100%) / 2);
}

.spill-container-right {
  margin-right: calc(-1 * (100vw - 100%) / 2);
}

@media screen and (min-width: 576px) {
  .spill-container-sm-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-sm-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 768px) {
  .spill-container-md-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-md-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 992px) {
  .spill-container-lg-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-lg-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .spill-container-xl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1400px) {
  .spill-container-xxl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xxl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1800px) {
  .spill-container-xxxl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xxxl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
.img-fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #3c98af !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent !important;
  border: 1px solid #fff !important;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: inherit !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  display: none !important;
}

.owl-carousel button span {
  font-size: 100px;
  color: #0b2646;
}
@media screen and (max-width: 600px) {
  .owl-carousel button span {
    font-size: 50px;
  }
}
.owl-carousel button.owl-prev {
  position: absolute;
  left: 0%;
  top: 50%;
}
.owl-carousel button.owl-next {
  position: absolute;
  right: 0%;
  top: 50%;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: none !important;
}
@media screen and (min-width: 992px) {
  .owl-carousel .owl-dots span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border: 2px solid #fff !important;
  }
}

/*# sourceMappingURL=style.css.map */
