@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
*,
a {
  color: inherit;
}
.sell-by-brands__col img:hover,
.sell-by-category__col:hover img {
  transform: scale(1.1);
}
.toggle,
input:focus,
textarea:focus {
  outline: 0;
}
.hamburger--3dx .hamburger-box,
.hamburger--3dx-r .hamburger-box,
.hamburger--3dxy .hamburger-box,
.hamburger--3dxy-r .hamburger-box,
.hamburger--3dy .hamburger-box,
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
h5,
h6 {
  padding: 0.25rem 0;
}
.show p,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  font-size: 1rem;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
a {
  text-decoration: none;
  display: inline-block;
}
::placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
strong {
  font-weight: 700;
}
textarea {
  resize: vertical;
  min-height: 150px;
}
input,
select,
textarea {
  padding: 1rem;
  border: unset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: none;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p,
section h1:first-of-type,
section h2:first-of-type,
section h3:first-of-type,
section h4:first-of-type,
section h5:first-of-type,
section h6:first-of-type {
  padding-top: unset;
}
section p:last-of-type {
  padding-bottom: unset;
}
.berocket_lgv_additional_data,
iframe,
img {
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
}
::selection {
  background: #b4d5ff;
}
em {
  font-weight: 600;
}
.hamburger-inner::after,
.hamburger-inner::before,
.toggle:after,
.toggle:before,
.toggle__line {
  content: "";
  display: block;
}
.link {
  transition: opacity 0.3s;
}
.link:hover {
  opacity: 0.75;
}
.button--round {
  border-radius: 0.5rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 2;
  font-family: Roboto, sans-serif;
}
address,
input,
label,
li,
p,
textarea {
  line-height: 1.4;
  font-weight: 300;
}
h1 {
  padding: 1.5rem 0;
  font-size: 2.5rem;
}
h2 {
  padding: 1rem 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (min-width: 585px) {
  h2 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
h3 {
  padding: 0.75rem 0;
  font-size: 19px;
}
h4 {
  padding: 0.5rem 0;
  font-size: 18px;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 16px;
}
p {
  font-size: 1rem;
  padding: 0;
}
.button {
  padding: 1rem 2.5rem;
  background: #00548a;
  color: #fff;
  border: none;
  cursor: pointer;
  min-width: 150px;
  text-align: center;
  transition: background 0.2s ease-in-out;
}
.button:hover {
  background: #00253e;
}
.button:active {
  opacity: 0.5;
}
.button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.button--pill {
  border-radius: 2.5rem;
}
.button--secondary {
  background: #f07328;
}
.button--secondary:hover {
  background: #be500d;
}
.button--accent {
  background: tan;
}
.button--accent:hover {
  background: #bc9055;
}
.search .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb {
  margin: 1.8rem 0 0.8rem;
  font-size: 0.7em;
  color: #767676;
}
.search .woocommerce-breadcrumb__spacer,
.woocommerce .woocommerce-breadcrumb__spacer {
  padding: 0 0.4rem;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #f07328;
  margin-left: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
  margin-left: 0;
}
.berocket_lgv_widget {
  margin: -0.4rem 0;
  width: 100%;
}
.fallback,
a.add_to_wishlist {
  width: 100%;
  text-align: center;
}
div.berocket_lgv_widget a.berocket_lgv_button {
  margin-left: -0.5rem;
}
a.add_to_wishlist {
  cursor: pointer;
  background: 0 0;
  color: #000;
  font-weight: 500;
  padding: 0.95rem 0.5rem;
  letter-spacing: 0.01rem;
  transition: color 0.15s ease-in;
}
.evic_product_edit:focus,
.evic_product_edit:hover,
a.add_to_wishlist:hover,
p.order-again a,
td .remove_from_wishlist i:hover {
  color: #f07328;
}
.yith-wcwl-add-to-wishlist {
  margin-top: -0.2rem;
  text-align: center;
  margin-bottom: 1.5rem;
  visibility: hidden;
}
.link,
ul.accordion-list .active h3 {
  color: #00548a;
}
.fallback {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #f5f5f5;
  z-index: 2147000000;
  display: flex;
  align-items: center;
}
@supports (grid-template-columns: 1fr) {
  .fallback {
    display: none;
  }
}
.fallback__logo {
  margin-bottom: 2.5rem;
}
.fallback__text {
  color: #212121;
  padding: 0.25rem 0;
}
.fallback__content {
  background: #eee;
  padding: 2rem;
}
.browsers {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.browsers .browser {
  margin: 1rem;
}
.browsers .browser__title {
  color: #212121;
  padding-bottom: 0;
}
.toggle {
  width: 40px;
  height: 30px;
  background: 0 0;
  position: relative;
  padding: initial;
  cursor: pointer;
  border: unset;
  transition: 0.35s ease-in-out;
  z-index: 4;
  color: #fff;
}
.toggle:after,
.toggle:before,
.toggle__line {
  right: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.25s ease-in-out;
}
.toggle:before {
  top: 0;
}
.toggle:after {
  top: 100%;
  width: 75%;
}
.toggle__line {
  top: 50%;
  transform: translateY(-50%);
}
.toggle--open:before {
  transform: rotate(-45deg) translate(-10px, 10px);
}
.toggle--open .toggle__line {
  opacity: 0;
}
.toggle--open:after {
  transform: rotate(45deg) translate(-10px, -11px);
  width: 100%;
}
.bc-scanner {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 180%;
}
.bc-scanner .bc-scanner__screen {
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  position: relative;
  z-index: 999999;
}
.bc-scanner .bc-scanner__screen canvas,
.bc-scanner .bc-scanner__screen video {
  height: 100vh;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  object-fit: cover;
  object-position: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
}
.bc-scanner .bc-scanner__product {
  margin-bottom: 20px;
}
.bc-scanner .bc-scanner__product p a {
  font-weight: 700;
}
.bc-scanner .bc-scanner__product,
.bc-scanner .bc-scanner__textbox {
  background: #fff;
  padding: 20px;
  width: 100%;
  bottom: 0;
  z-index: 999999;
  text-align: center;
  border: 1px solid #fff;
}
.bc-scanner .bc-scanner__close,
.bc2-scanner__close {
  cursor: pointer;
  position: fixed;
  border: 1px solid #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  z-index: 99999999;
}
.show,
.woocommerce-cart .woocommerce-cart-form__contents tr:first-child td {
  border-top: none;
}
.bc-scanner form {
  position: relative;
  z-index: 999999;
  border: 1px solid #fff;
  margin-top: 15px;
  width: 100%;
  display: flex;
}
.about-2-column__col,
.bc-scanner form input {
  width: 100%;
}
.bc-scanner form button,
.bc2-scanner form button {
  background: #f07328;
  color: #fff;
  padding: 10px 15px;
  display: block;
  border: none;
}
.bc-scanner-no-desktop,
.bc2-scanner-no-desktop {
  display: none;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  position: fixed;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.bc-scanner-no-desktop .bc-scanner-no-desktop__content,
.bc2-scanner-no-desktop__content {
  background: #fff;
  max-width: 600px;
  margin: auto;
  position: relative;
}
.bc-scanner-no-desktop
  .bc-scanner-no-desktop__content
  .bc-scanner-no-desktop__close {
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #00548a;
  font-weight: 700;
  background: #fff;
  top: -20px;
  right: -20px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-2-column__btn1,
.about-2-column__btn2 {
  border-radius: 0.4rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  transition: 0.1s ease-in;
}
.bc-scanner-no-desktop
  .bc-scanner-no-desktop__content
  .bc-scanner-no-desktop__title {
  background: #00548a;
  padding: 10px 16px;
  color: #fff;
  font-weight: 700;
}
.bc-scanner-no-desktop
  .bc-scanner-no-desktop__content
  .bc-scanner-no-desktop__body {
  padding: 10px 16px;
  display: flex;
  align-items: center;
}
.bc-scanner-no-desktop
  .bc-scanner-no-desktop__content
  .bc-scanner-no-desktop__body
  div:first-child {
  margin-right: 15px;
}
.hidden {
  display: none !important;
}
.about-2-column {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.about-2-column__col:first-child {
  background: #f8f8f8;
  margin-right: 0;
  padding: 1rem 2rem 0 2.2rem;
}
.about-2-column__col:nth-child(2) {
  background: #486a5a;
  margin-left: 0;
  margin-top: 1.9rem;
  padding: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.about-2-column__col:nth-child(2) .about-2-column__col--inner:first-child,
.about-panel-left,
.about-panel-left__col:first-child,
.about-panel-right {
  width: 100%;
}
@media (min-width: 585px) {
  .berocket_lgv_widget {
    width: auto;
    margin: -3rem 0 1rem;
  }
  div.berocket_lgv_widget a.berocket_lgv_button {
    margin-left: 0;
  }
  .berocket_lgv_additional_data {
    max-width: 48%;
  }
  .about-2-column__col:nth-child(2) .about-2-column__col--inner:first-child {
    width: 50%;
  }
}
.about-2-column__col:nth-child(2) .about-2-column__col--inner:nth-child(2) {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}
.about-2-column__col:first-child .about-2-column__heading {
  color: #000;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.03rem;
  padding-bottom: 0.5rem;
}
.about-2-column__col:nth-child(2) .about-2-column__heading {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.03rem;
  padding-bottom: 0.5rem;
}
.about-2-column__col:first-child .about-2-column__content {
  color: #000;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.about-2-column__col:nth-child(2) .about-2-column__content {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 3.8rem;
}
.about-2-column__btn1 {
  font-size: 1.25rem;
  padding: 0.9rem 2rem;
  width: 80%;
  font-weight: 500;
  margin-bottom: 2rem;
  background: #f07328;
  color: #fff;
  margin-right: 0.5rem;
}
.about-2-column__btn1:hover {
  background: #cd560e;
  color: #fff;
}
.about-2-column__btn2 {
  font-size: 1.25rem;
  width: 80%;
  font-weight: 500;
  margin-bottom: 2rem;
  background: #fff;
  padding: 0.9rem 3rem;
  color: #f07328;
}
.about-2-column__btn2:hover {
  background: #fce0cf;
  color: #f07328;
}
.about-banner {
  width: 100%;
  position: relative;
  display: block;
  overflow: auto;
  margin-bottom: 3rem;
}
.about-banner__wrapper {
  background: url("/wp-content/themes/fluidpress/images/about-banner.jpg")
    center center/cover no-repeat #00548a;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2.6rem;
  padding-bottom: 1.7rem;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.2rem;
}
.about-banner__heading {
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 5rem;
  padding-bottom: 0.3rem;
}
@media (min-width: 585px) {
  .about-2-column__col:nth-child(2) .about-2-column__col--inner:nth-child(2) {
    width: 50%;
  }
  .about-banner__heading {
    font-size: 3.8rem;
  }
}
.about-banner__subheading {
  font-size: 1.35rem;
  color: #fff;
  text-align: center;
  font-weight: 300;
  margin-bottom: 2.2rem;
  letter-spacing: 0.02rem;
  padding: 0 1rem;
}
@media (min-width: 585px) {
  .about-banner__subheading {
    font-size: 1.5rem;
  }
}
.about-banner__curve {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: -2px;
}
.about-panel-left__column,
.about-panel-right__column {
  display: flex;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  margin: 0.3rem 0 2rem;
}
.about-panel-left__column {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 1.5rem 2.2rem 1.99rem 2.4rem;
}
.about-panel-left__col:nth-child(2),
.about-panel-right__col:first-child {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: auto;
}
.about-panel-left__col:nth-child(2) img {
  width: 77px;
  margin-bottom: 1rem;
  margin-right: auto;
  height: auto;
}
.about-panel-left__heading,
.about-panel-right__heading {
  color: #0b1d48;
  font-weight: 600;
}
.about-panel-left__description {
  font-size: 1.1rem;
  line-height: 1.7rem;
  padding-right: 2.6rem;
  letter-spacing: 0.02rem;
}
.about-panel-left__subheading,
.about-panel-right__subheading {
  color: #00548a;
  font-weight: 600;
  font-size: 1.18rem;
  letter-spacing: 0.08rem;
}
.about-panel-right__column {
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 1.5rem 2.2rem 2.3rem;
}
.about-panel-right__col:first-child img {
  width: 77px;
  margin-bottom: 1rem;
  margin-right: auto;
  height: auto;
}
.about-panel-right__col:nth-child(2) {
  width: 100%;
  margin-left: 0;
}
@media (min-width: 585px) {
  .about-panel-left__column,
  .about-panel-right__column {
    flex-direction: row;
  }
  .about-panel-left__col:first-child {
    width: 80%;
  }
  .about-panel-left__col:nth-child(2),
  .about-panel-right__col:first-child {
    width: 20%;
  }
  .about-panel-left__col:nth-child(2) img {
    margin-right: unset;
    width: 190px;
    margin-bottom: 0;
  }
  .about-panel-left__description {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  .about-panel-left__subheading {
    font-size: 1.38rem;
  }
  .about-panel-right__col:first-child img {
    width: 190px;
    margin-bottom: 0;
    margin-right: unset;
  }
  .about-panel-right__col:nth-child(2) {
    width: 75%;
    margin-left: 5%;
  }
}
.about-panel-right__description {
  font-size: 1.1rem;
  line-height: 1.7rem;
}
p.about-panel-left__description ~ p {
  font-size: 1.3rem;
  line-height: 2.2rem;
}
.any-questions {
  width: 100%;
  padding: 3.5rem 0 9.3rem;
  position: relative;
  background: #f8f8f8;
  margin: -4px 0;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .toggle {
    display: none;
  }
  .about-banner {
    overflow: hidden;
  }
  .about-banner__wrapper {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    margin-left: -9rem;
    margin-right: -9rem;
    background-size: 95%;
  }
  .about-banner__heading {
    font-size: 4.2rem;
  }
  .about-banner__subheading {
    font-size: 1.8rem;
  }
  .about-panel-left__col:nth-child(2),
  .about-panel-right__col:first-child {
    margin-bottom: unset;
  }
  .about-panel-right__col:nth-child(2) {
    width: 77%;
    margin-left: 3%;
  }
  .any-questions {
    padding: 3.5rem 0 13rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2.35rem;
    line-height: 3.1rem;
  }
  .berocket_lgv_additional_data {
    max-width: 60%;
  }
  a.add_to_wishlist {
    font-size: 0.83rem;
    padding: 0.95rem;
  }
  .fallback__content {
    padding: 4rem;
  }
  .browsers .browser {
    margin-bottom: 0;
  }
  .about-2-column__col {
    width: 49.4%;
  }
  .about-2-column__col:first-child {
    margin-right: 0.6%;
  }
  .about-2-column__col:nth-child(2) {
    margin-left: 0.6%;
    margin-top: 0;
    padding: 1rem 0 0 2.2rem;
    text-align: left;
  }
  .any-questions {
    padding: 7.5rem 0 19rem;
  }
}
.any-questions .menu {
  width: max-content;
  height: 2.2rem;
}
.any-questions .menu-categories-menu-container {
  overflow: hidden;
  overflow-x: scroll;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.any-questions .menu-categories-menu-container:before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  position: absolute;
  left: -1px;
  top: 4.5px;
  font-weight: 900;
  opacity: 0.6;
}
.any-questions .menu-categories-menu-container:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  right: -1px;
  top: 4.5px;
  font-weight: 900;
  opacity: 0.6;
}
.any-questions__titles {
  display: none;
  flex-wrap: wrap;
}
.any-questions__titlescol:first-child {
  width: 100%;
  margin-right: 2.7%;
}
@media (min-width: 585px) {
  .about-panel-right__description {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  .about-panel-right__subheading {
    font-size: 1.38rem;
  }
  .any-questions .menu {
    width: 100%;
    height: auto;
  }
  .any-questions .menu-categories-menu-container {
    overflow: auto;
    overflow-x: unset;
    overflow-y: unset;
    width: 100%;
  }
  .any-questions .menu-categories-menu-container:after,
  .any-questions .menu-categories-menu-container:before {
    opacity: 0;
    content: "";
  }
  .any-questions__titles {
    display: flex;
  }
  .any-questions__titlescol:first-child {
    width: 35%;
  }
}
.any-questions__titlescol:nth-child(2),
.footer__col:nth-child(2) {
  width: 100%;
}
@media (min-width: 585px) {
  .any-questions__titlescol:nth-child(2) {
    width: 62%;
  }
}
.any-questions__titlescol h4 {
  color: #000;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.01rem;
  margin-bottom: 0.5rem;
}
.any-questions__column {
  display: flex;
  flex-wrap: wrap;
}
.any-questions__col:first-child {
  width: 100%;
  margin-right: 2.7%;
  position: relative;
}
@media (min-width: 585px) {
  .any-questions__col:first-child {
    width: 35%;
    border: 1px solid #d9d9d9;
    background: #fff;
    padding: 0.9rem 1.37rem;
    margin-bottom: 0;
  }
}
.any-questions__col:first-child ul li {
  color: #00548a;
  font-size: 1.2rem;
  display: inline;
  margin-right: 0.8rem;
  padding: 0.6rem 0 0.68rem;
  border-bottom: 1px solid #bfd5e4;
}
.any-questions__col:first-child ul .any-questions__active,
.any-questions__col:first-child ul li .active {
  font-weight: 700;
}
.any-questions__col:nth-child(2),
.footer__col:first-child {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 585px) {
  .any-questions__col:first-child ul li {
    font-size: 1.33rem;
    display: block;
    margin-right: 0;
  }
  .any-questions__col:nth-child(2) {
    width: 62%;
  }
}
.any-questions__col:nth-child(2) .accordion-list li {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0.4rem;
  margin-bottom: 0.6rem;
  letter-spacing: 0.01rem;
}
.any-questions__col:nth-child(2) .accordion-list h3 {
  font-weight: 600;
  font-size: 1.33rem;
  letter-spacing: 0.01rem;
}
.any-questions__col:nth-child(2) a {
  border-bottom: 1.5px solid transparent;
}
.any-questions__col:nth-child(2) a:hover,
ul.accordion-list li div.answer a,
ul.accordion-list li div.answer a:hover {
  border-bottom: 1.5px solid #f07328;
}
.any-questions__title {
  color: #00548a;
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}
.any-questions__content p {
  font-size: 1.25rem;
  color: #0b1d48;
  line-height: 2.1rem;
}
.any-questions__btn {
  color: #00548a;
  margin-top: 3.5rem;
  padding: 0 0 0.4rem;
  border-bottom: 2px solid transparent;
  font-size: 1.18rem;
  transition: 0.15s ease-in;
  margin-right: 0;
}
.any-questions__btn:hover {
  text-decoration: none;
  border-bottom: 2px solid #f07328;
  margin-right: 0.3rem;
}
.any-questions__btnwrap i {
  font-size: 0.75rem;
  margin-left: 0.6rem;
  color: #00548a;
  vertical-align: middle;
  margin-top: -2.5px;
}
.any-questions__accordion--title a {
  color: #00548a;
  font-size: 1.39rem;
  margin: 2.1rem 0;
  padding: 0 0.5rem 0 0;
  line-height: 1.8rem;
}
.any-questions__accordion--title,
.postcode-wrap,
.wishlist-items-wrapper dl.variation,
form.editable .form-row,
p.woocommerce-form-row.add-wrap {
  display: flex;
}
.any-questions__accordion--title i {
  color: #00548a;
  margin-left: auto;
  font-size: 0.9rem;
  margin-top: 2.65rem;
  margin-bottom: 1.25rem;
}
.any-questions__accordion--content {
  border-bottom: 1px solid #b3bfe4;
  display: block;
}
.any-questions__accordion--content p {
  color: #00548a;
  font-size: 1.05rem;
  line-height: 1.6rem;
  display: none;
  padding: 0 2rem 0 0;
  margin-bottom: 2rem;
  margin-top: -1.45rem;
}
.any-questions__angle--img {
  position: relative;
  width: 100%;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.rotate {
  transform: rotate(180deg);
}
ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 2.23rem 0;
  margin: 0 auto;
  cursor: pointer;
  border-bottom: 1px solid #b5b9c7;
}
ul.accordion-list li.active h3:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  color: red;
  font-size: 0.85rem;
}
ul.accordion-list li h3 {
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 1.1rem 0 0;
  margin: 0;
  letter-spacing: 0.01em;
  cursor: pointer;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.8rem;
}
ul.accordion-list li h3:after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  width: 12px;
  position: absolute;
  right: 0;
  color: #000;
  transition: 0.3s ease-in-out;
  font-size: 0.85rem;
  font-weight: 700;
  top: 26px;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 2.5rem 0 0;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  color: #767676;
  font-size: 0.92rem;
  line-height: 1.7rem;
  position: relative;
  display: block;
  font-weight: 300;
  padding: 4px 0 0;
  cursor: pointer;
  margin: 0;
  border-bottom: 1.5px solid transparent;
}
.home-banner {
  padding: 0 0 1.5rem;
  background: #fff;
}
@media (min-width: 585px) {
  .home-banner {
    padding: 0 0 1rem;
  }
}
.home-banner .container {
  width: 90%;
}
.home-banner__wrapper {
  width: 100%;
  position: relative;
  height: auto;
  padding: 0 0 2.7rem;
  background-image: url("/wp-content/themes/fluidpress/images/banner-background.jpg");
  background-position: right center;
  z-index: 9;
}
.home-banner__img {
  margin-left: 0;
  margin-bottom: -3px;
  object-fit: cover;
  height: auto;
  width: 800px;
  max-width: 800px;
}
.home-banner__content {
  color: #fff;
  font-size: 0.97rem;
  position: relative;
  width: 100%;
  letter-spacing: 0.04rem;
  margin: 0.5rem 0 1.5rem;
}
.home-banner__search {
  width: 100%;
  border-radius: 1.1rem;
  background-image: url("/wp-content/themes/fluidpress/images/header-search-icon.png");
  background-repeat: no-repeat;
  background-position: right -14px;
  padding: 1.49rem 1.3rem;
}
.home-banner__link {
  color: #fff;
  font-weight: 600;
  font-size: 0.7rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-right: 0.8rem;
  letter-spacing: 0.03rem;
}
.home-banner__link i {
  font-size: 1rem;
  vertical-align: middle;
  margin-left: 0.3rem;
}
.home-banner__column {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-left: 0;
}
.home-banner__column2 {
  display: none;
  flex-wrap: wrap;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  right: 0;
  top: 0;
  left: 54%;
}
.home-banner__col {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.home-banner__col2 {
  width: 100%;
  margin-left: auto;
  overflow: hidden;
}
.home-banner__heading {
  font-size: 2rem;
  line-height: 2.7rem;
  padding-bottom: 0.5rem;
  color: #fff;
  font-weight: 700;
  margin-top: 1rem;
  letter-spacing: 0;
}
@media (min-width: 585px) {
  .home-banner__wrapper {
    padding: 1.1rem 0 3.9rem;
  }
  .home-banner__search {
    padding: 1.79rem 1.3rem;
    background-position: right -10px;
  }
  .home-banner__heading {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 768px) {
  .any-questions__col:first-child,
  .any-questions__titlescol:first-child {
    width: 30%;
  }
  .any-questions__col:nth-child(2),
  .any-questions__titlescol:nth-child(2) {
    width: 67%;
  }
  .any-questions__title {
    font-size: 2rem;
  }
  ul.accordion-list li h3 {
    font-size: 1.39rem;
  }
  .home-banner {
    padding: 0 0 3.5rem;
  }
  .home-banner__column2 {
    display: flex;
  }
  .home-banner__col {
    width: 51.3%;
  }
  .home-banner__heading {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 1024px) {
  .any-questions__col:first-child,
  .any-questions__titlescol:first-child {
    width: 24.7%;
  }
  .any-questions__col:nth-child(2),
  .any-questions__titlescol:nth-child(2) {
    width: 72.3%;
  }
  .home-banner {
    padding: 0 0 3.3rem;
  }
  .home-banner__heading {
    font-size: 2.9rem;
    line-height: 3.9rem;
  }
}
.home-banner__subheading {
  font-size: 1.5rem;
  margin-top: 0.7rem;
  line-height: 1.8rem;
}
.home-banner__btn {
  background: #0b1d48;
  color: #fff;
  padding: 1.1rem 1.3rem;
  font-size: 1.15rem;
  border-radius: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  display: inline-block;
  margin: 0 0 2rem;
  transition: background 0.15s ease-in;
}
.home-banner__btn:hover {
  text-decoration: none;
  background: #000;
}
.owl-carousel .owl-item img {
  display: block;
  width: 770px;
  margin-left: auto;
}
.header__account,
.owl-dots {
  display: none;
}
.make-it-simple {
  padding: 0 0 1rem;
  background: #fff;
}
@media (min-width: 585px) {
  .make-it-simple {
    padding: 0.5rem 0 2rem;
  }
}
.make-it-simple__number {
  font-family: Oswald, sans-serif;
  background: #00548a;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1rem;
  margin: 0;
  border-radius: 3.5rem;
  padding: 0.8rem 0 0;
  width: 41px;
  height: 41px;
  text-align: center;
}
@media (min-width: 585px) {
  .make-it-simple__number {
    padding: 1.1rem 0 0;
    width: 52px;
    height: 52px;
    font-size: 1.6rem;
  }
}
.make-it-simple__heading {
  color: #0b1d48;
  text-align: center;
  margin-bottom: 0.2rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
.make-it-simple__description {
  font-size: 0.88rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  color: #0b1d48;
  margin-left: 1rem;
  padding: 0;
}
.sell-by-brands__heading,
.sell-by-category__heading {
  text-align: center;
  letter-spacing: 0.05rem;
  font-weight: 600;
}
.make-it-simple__description b {
  font-weight: 600;
}
.make-it-simple__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0.7rem;
}
.make-it-simple__curve1,
.make-it-simple__curve3 {
  width: 4%;
  height: 22px;
  margin: 0 3.5%;
}
@media (min-width: 585px) {
  .make-it-simple__heading {
    margin-bottom: 2rem;
  }
  .make-it-simple__column {
    margin-bottom: 2.7rem;
  }
  .make-it-simple__curve1 {
    width: 12.5%;
  }
}
.make-it-simple__curve2 {
  width: 4%;
  height: 22px;
  margin: 1.1rem 3.5%;
}
@media (min-width: 585px) {
  .make-it-simple__curve2 {
    width: 12.5%;
    margin: 1.1rem 3.5%;
  }
  .make-it-simple__curve3 {
    width: 12.5%;
  }
}
.make-it-simple__column2,
.sell-by-category__column {
  display: flex;
  flex-wrap: wrap;
}
.make-it-simple__col {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 2rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
  padding: 1.1rem 0.5rem 1rem 1.4rem;
  display: flex;
  align-items: center;
  border-bottom: 5px solid #0af;
}
.make-it-simple__col:first-child img {
  width: 92px;
  height: auto;
}
.make-it-simple__col:nth-child(2) img {
  width: 70px;
  height: auto;
}
.make-it-simple__col:nth-child(3) img {
  width: 85px;
  height: auto;
}
.make-it-simple__col:nth-child(4) img {
  width: 94px;
  height: auto;
}
.sell-by-brands,
.why-we-do-it {
  background: #fff;
  padding: 0;
}
.sell-by-brands__column {
  display: grid;
  justify-items: center;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 585px) {
  .make-it-simple__col {
    width: 48.5%;
    margin-right: 0.75%;
    margin-left: 0.75%;
  }
  .sell-by-brands {
    padding: 0;
  }
  .sell-by-brands__column {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sell-by-brands__col {
  width: 100%;
  padding: 0.8rem 1.25rem;
}
@media (min-width: 585px) {
  .sell-by-brands__col {
    padding: 1.7rem 2.2rem;
  }
  .sell-by-category__col {
    width: 48%;
    margin: 0 1%;
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .make-it-simple {
    padding: 1rem 0 2rem;
  }
  .make-it-simple__number {
    padding: 1.95rem 0 0;
    width: 79px;
    height: 79px;
    font-size: 1.8rem;
    margin: 0;
  }
  .make-it-simple__curve1,
  .make-it-simple__curve3 {
    width: 10.5%;
  }
  .make-it-simple__curve2 {
    width: 10.5%;
    margin: 2rem 3.5%;
  }
  .sell-by-brands__column {
    grid-template-columns: repeat(4, 1fr);
  }
  .sell-by-brands__col {
    padding: 2rem 2.5rem;
  }
  .sell-by-category__col {
    width: 23%;
    margin: 0 1%;
    padding: 0 0 50px;
  }
}
@media (min-width: 1024px) {
  .make-it-simple__curve1,
  .make-it-simple__curve3 {
    width: 12.5%;
  }
  .make-it-simple__curve2 {
    width: 12.5%;
    margin: 2.5rem 3.5%;
  }
  .sell-by-brands__col {
    padding: 2rem 3.4rem;
  }
}
.sell-by-brands__col img {
  width: 100%;
  opacity: 1;
  filter: grayscale(0);
  transition: 0.2s ease-in;
}
.sell-by-brands__heading {
  color: #0b1d48;
}
.sell-by-category {
  background: #00548a;
  padding: 2.9rem 0 0;
}
.sell-by-category__col {
  margin: 0 1%;
  text-align: center;
  transition: 0.15s ease-in;
}
.sell-by-category__col .sell-by-category__title {
  color: #fff;
  transition: 0.15s ease-in;
}
.sell-by-category__col:hover .sell-by-category__title {
  color: #cef;
}
.sell-by-category__colwrapper {
  display: flex;
  align-items: center;
  height: auto;
}
@media (min-width: 585px) {
  .sell-by-category__colwrapper {
    height: 30vw;
  }
}
@media (min-width: 768px) {
  .sell-by-category__colwrapper {
    height: 145px;
  }
}
@media (min-width: 1024px) {
  .sell-by-category__col {
    width: 23%;
    margin: 0 1%;
  }
  .sell-by-category__colwrapper {
    height: 170px;
  }
}
.sell-by-category__col img {
  margin: 0;
  filter: grayscale(0);
}
.sell-by-category__heading {
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}
.sell-by-category__title {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 2.2rem;
  margin-top: 0.6rem;
  letter-spacing: 0.01rem;
}
@media (min-width: 585px) {
  .sell-by-category__col img {
    margin: 0.2rem 0 2.7rem;
  }
  .sell-by-category__heading {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sell-by-category__title {
    font-size: 15px;
    margin-top: -0.3rem;
    margin-bottom: 1.5rem;
  }
}
.sell-by-category i {
  margin-left: 0.3rem;
}
.create-an-account {
  padding: 3rem 0;
  background: #fff;
}
.create-an-account__column {
  display: flex;
  flex-wrap: wrap;
  background: right bottom/33% no-repeat #f8f8f8;
  padding: 2rem 2rem 0;
  border-radius: 1.05rem;
  box-shadow: none;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .sell-by-category__title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .create-an-account {
    padding: 4rem 0;
  }
  .create-an-account__column {
    background-image: url("/images/my-account-phone-view.png");
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 2rem 0.9rem 0;
  }
}
.create-an-account__col:first-child {
  width: 40%;
  margin-left: 28%;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .create-an-account__col:first-child {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .create-an-account__column {
    background-image: none;
    flex-direction: unset;
    padding: 2rem 2rem 0;
  }
  .create-an-account__col:first-child {
    width: 48%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}
.create-an-account__col:nth-child(2) {
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2.7rem;
}
@media (min-width: 768px) {
  .create-an-account__col:nth-child(2) {
    width: 94%;
    margin-left: 5%;
    margin-right: 1%;
  }
}
@media (min-width: 1024px) {
  .create-an-account__col:nth-child(2) {
    width: 51%;
    margin-left: 0.5%;
    margin-right: 0;
  }
  .create-an-account__img {
    width: 100%;
    margin-left: 0;
  }
}
.create-an-account__col:nth-child(2) i {
  color: #4caf50;
  margin-right: 0.5rem;
}
.create-an-account__img {
  width: 100%;
  height: auto;
  margin-left: 0;
}
.create-an-account__heading {
  color: #0b1d48;
  font-weight: 600;
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
}
.create-an-account__subheading {
  font-size: 1.35rem;
  margin-bottom: 2rem;
  padding-right: 1rem;
}
.create-an-account__login,
.create-an-account__signup {
  padding: 0.9rem 2.4rem;
  margin-right: 0.5rem;
  font-size: 1.4rem;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.15);
  font-weight: 600;
  text-align: center;
}
.create-an-account__list {
  margin-bottom: 3rem;
  width: 60%;
}
.create-an-account__list li {
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.create-an-account .fa-ul {
  margin-left: 2em;
}
.create-an-account__signup {
  background: #f07328;
  border-radius: 0.4rem;
  color: #fff;
  border: 4px solid #f07328;
  width: 100%;
  margin-bottom: 0.8rem;
}
.create-an-account__signup:hover {
  background: #f8f8f8;
  color: #f07328;
}
.create-an-account__login {
  background: 0 0;
  border-radius: 0.4rem;
  color: #f07328;
  border: 4px solid #f07328;
  width: 100%;
  transition: background 0.15s ease-in;
}
#popmake-96656 .save_new_field_cbutton button.save,
.create-an-account__login:hover,
.thmaf-acnt-adr-footer.acnt-address-footer .th-del-acnt:hover,
.u-column1.col-1.woocommerce-Address a.edit:hover,
a.product_type_variable.add_to_cart_button:hover {
  background: #f07328;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .create-an-account .btnwrap {
    display: block;
    max-width: 338px;
    margin: auto;
  }
}
.why-we-do-it__column {
  display: flex;
  flex-wrap: wrap;
  padding: 2.5rem;
  position: relative;
  background: #f8f8f8;
  border-radius: 1.05rem;
  width: 100%;
  left: 0;
  right: 0;
}
.why-we-do-it__col:first-child {
  width: 100%;
  margin-right: 0;
  margin-bottom: 2rem;
}
@media (min-width: 585px) {
  .create-an-account__login,
  .create-an-account__signup {
    width: auto;
  }
  .why-we-do-it__column {
    position: absolute;
    background: 0 0;
    border-radius: 0;
  }
  .why-we-do-it__col:first-child {
    width: 79%;
    margin-right: 5%;
    margin-bottom: 0;
  }
}
.why-we-do-it__col:nth-child(2) {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
.why-we-do-it__img {
  margin-left: 25%;
  margin-right: 25%;
  width: 50%;
}
.container--large,
.footer__model .wrapper,
.up-to-date__input {
  margin-left: auto;
  margin-right: auto;
}
.why-we-do-it__heading {
  color: #0b1d48;
  margin-bottom: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  font-size: 1.95rem;
  line-height: 2.4rem;
}
.why-we-do-it__subheading {
  color: #0af;
  font-size: 1rem;
  padding: 0;
  letter-spacing: 0.01rem;
  font-weight: 600;
}
.why-we-do-it__content {
  font-size: 1.18rem;
}
.why-we-do-it__background {
  border-radius: 1.55rem;
  width: 100%;
  object-fit: cover;
  height: auto;
}
@media (min-width: 585px) {
  .why-we-do-it__col:nth-child(2) {
    width: 15.2%;
    margin-left: 0;
    margin-right: 0;
  }
  .why-we-do-it__img {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .why-we-do-it__background {
    height: 740px;
    display: block;
  }
}
.why-we-do-it__container {
  position: relative;
  padding: 0;
}
.up-to-date {
  background: #fff;
  padding: 2.5rem 0;
  text-align: center;
}
.up-to-date__signup,
.up-to-date__signup--btn {
  background: #f07328;
  border-top-right-radius: 0.65rem;
  border-bottom-right-radius: 0.65rem;
  right: 0;
}
.up-to-date__heading {
  color: #0b1d48;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.up-to-date__description {
  font-size: 1.1rem;
  padding-top: 1rem;
  text-align: center;
  font-weight: 300;
  padding-left: 2rem;
  padding-right: 2rem;
}
.up-to-date__input {
  width: 85%;
  position: relative;
}
.up-to-date__signup {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 1.18rem 0.5rem;
  position: absolute;
}
@media (min-width: 585px) {
  .up-to-date__signup {
    font-size: 1.45rem;
    padding: 1.52rem 2.3rem;
  }
}
@media (min-width: 768px) {
  .why-we-do-it__col:first-child {
    width: 69%;
    margin-right: 15%;
    margin-bottom: 0;
  }
  .why-we-do-it__background {
    height: 690px;
  }
  .up-to-date__signup {
    font-size: 1.8rem;
    padding: 1.39rem 3.3rem;
  }
}
.up-to-date__signup--btn {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.98rem 0.5rem;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background 0.1s ease-in;
}
@media (min-width: 585px) {
  .up-to-date__signup--btn {
    font-size: 1.45rem;
    padding: 1.22rem 2.3rem;
  }
}
.up-to-date__signup--btn:hover {
  background: #cd560e;
  color: #fff;
}
.up-to-date__search {
  color: #767676;
  border: 1px solid silver;
  padding: 1rem 1.1rem;
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
}
.up-to-date__search:focus-visible {
  outline: 0;
}
.container,
.woocommerce-notices-wrapper {
  width: 90%;
  max-width: 1250px;
  margin: auto;
}
.container--extra-small {
  max-width: 750px;
}
.container--small {
  max-width: 1000px;
}
.container--large {
  max-width: 1420px;
}
.container--extra-large {
  max-width: 1550px;
}
.container--full-width {
  width: 90%;
  max-width: unset;
}
.footer__model .wrapper {
  width: 1250px;
  height: auto;
  position: absolute;
  top: 10%;
  left: 15%;
  right: 15%;
  background: #fff;
  z-index: 999;
}
.footer__model {
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  background: rgba(0, 0, 0, 0.68);
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.footer__modeltitle {
  background: #00548a;
  color: #fff;
  padding: 1.6rem 1.9rem;
  font-weight: 600;
  font-size: 1.75rem;
}
.footer__modelcontent {
  padding: 1rem;
}
.footer-close {
  right: 1rem;
  position: absolute;
  color: #fff;
  top: 0.8rem;
}
.footer {
  background: #00548a;
  padding: 1.5rem 0 0;
}
.footer__heading {
  font-weight: 600;
  font-size: 1.07rem;
  color: #fff;
  margin-bottom: 0.2rem;
}
.footer__col li {
  color: #fff;
  font-size: 1rem;
}
.footer__colmenu1,
.footer__colmenu2 {
  width: 100%;
  margin-bottom: 1rem;
}
.footer__colmenu3 {
  padding-top: 0;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 585px) {
  .up-to-date__search {
    font-size: 1.4rem;
    padding: 1.2rem 1.5rem;
  }
  .footer__col:first-child {
    width: 50%;
    flex-direction: column;
  }
  .footer__col:nth-child(2) {
    width: 50%;
  }
}
.footer__social {
  margin-top: 0.8rem;
}
.footer__social li {
  display: inline;
  margin-right: 0.8rem;
}
.footer__social li a {
  display: inline-block;
  background: #0af;
  padding: 0.7rem 0 0.5rem;
  border-radius: 1.9rem;
  width: 41px;
  height: 41px;
  text-align: center;
}
.footer__social li a:hover {
  background: #3bf;
}
.footer__social li a:hover i {
  color: #fff;
}
.footer__social li a i {
  font-size: 1.2rem;
}
.footer__col p {
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.55rem;
  margin-bottom: 0.7rem;
  padding-top: 0;
}
.footer__col a {
  display: block;
  color: #fff;
  padding: 0 0 0.8rem;
  font-size: 0.95rem;
  font-weight: 300;
}
.footer__col a:hover {
  color: #9df;
}
.footer__col i {
  font-size: 1.35rem;
  margin-right: 0;
  margin-top: 0;
}
.footer__col i:hover {
  color: #fff;
}
.footer__col:nth-child(4) .footer__email,
.footer__col:nth-child(4) .footer__tel {
  padding: 0 0 1.1rem;
}
.footer__address {
  display: flex;
  flex-wrap: wrap;
  padding: 1.4rem 0;
  margin: 0;
}
.footer__input,
.footer__submit {
  margin-bottom: 2rem;
  box-shadow: none;
}
.footer__form,
.related-products__outer,
.shop-page__outer {
  width: 100%;
  position: relative;
}
.footer__input {
  width: 100%;
  display: inline;
  border: 1px solid #f0f0f0;
  border-radius: 0.7rem;
}
.footer__submit--icon {
  background: #00548a;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 0.7rem 1.7rem;
  border-top-right-radius: 0.7rem;
  border-bottom-right-radius: 0.7rem;
}
.footer__submit--icon i {
  font-size: 2.7rem;
}
.footer__signoff P,
.footer__signoff a {
  font-size: 0.95rem;
  color: #fff;
}
.footer__submit {
  width: 25%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
}
.footer__signoff {
  background: #345f85;
  padding: 0.5rem 0;
  margin-top: 1rem;
}
.footer__signoff P {
  padding: 0;
  margin: 0;
  font-weight: 500;
}
.four-step-process__bullet--inneractivegreen i,
.four-step-process__bullet--inneractiveorange i,
.myaccount .four-step-process__bullet--inneractivegreen i,
.myaccount .four-step-process__bullet--inneractiveorange i {
  margin-top: 0.4rem;
}
.contact .wpcf7-form,
.contact__column,
.footer__signoff .container,
.promo-1__column,
.promo-2__column {
  display: flex;
  flex-wrap: wrap;
}
.footer__signoff--col:first-child {
  text-align: left;
  width: 100%;
}
.footer__signoff--col:first-child p {
  display: block;
  padding-right: 1rem;
}
.footer__signoff--col:nth-child(2) {
  text-align: left;
  width: 100%;
  padding-top: 2.1rem;
}
.footer__signoff--col:nth-child(2) p {
  display: inline;
  padding-left: 0;
  padding-right: 1rem;
}
.four-step-process-outer {
  background: #00548a;
  padding: 0 0 1.7rem;
  display: none;
}
@media (min-width: 585px) {
  .four-step-process-outer {
    padding: 0 0 1.7rem;
  }
}
.four-step-process {
  width: 100%;
  background: #00548a;
  padding: 0;
  position: relative;
  height: 122px;
  display: flex;
  align-items: center;
}
.four-step-process__column,
.four-step-process__column--top {
  flex-wrap: wrap;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
.four-step-process__column--top {
  display: flex;
  padding: 0 3rem;
  position: absolute;
  left: 0;
  right: 0;
}
.four-step-process__column {
  display: none;
  padding: 1.7rem 3rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .up-to-date__signup--btn {
    font-size: 1.8rem;
    padding: 0.99rem 3.3rem;
  }
  .container {
    width: 90%;
  }
  .footer__colmenu1,
  .footer__colmenu2 {
    width: 33.333%;
  }
  .footer__colmenu3 {
    width: 23%;
  }
  .footer__col:first-child {
    width: 75%;
    flex-direction: row;
  }
  .footer__col:nth-child(2) {
    width: 25%;
  }
  .four-step-process-outer {
    padding: 0 0 1.3rem;
  }
  .four-step-process__column {
    padding: 2.2vw 3rem 0.3rem;
  }
}
@media (min-width: 1024px) {
  .create-an-account__list {
    width: 95%;
  }
  .four-step-process-outer,
  .why-we-do-it__container {
    padding: 0;
  }
  .up-to-date__description {
    font-size: 1.3rem;
    padding-top: 0;
  }
  .container {
    width: 90%;
  }
  .footer__social li a {
    width: 46px;
    height: 46px;
    padding: 0.7rem 0 0.5rem;
  }
  .footer__social li a i {
    font-size: 1.5rem;
  }
  .four-step-process__column {
    padding: 2vw 3rem 0.65rem;
  }
}
.four-step-process__col {
  width: 25%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.four-step-process__step1 i {
  background: #f6b902;
  border-radius: 1rem;
  padding: 0.4rem;
  color: #fff;
  font-size: 0.6rem;
  width: 4%;
  height: 23px;
}
.four-step-process__lineleft {
  width: 41%;
  margin-left: 0;
  height: 2px;
  margin-top: 9px;
}
.four-step-process__lineleftdashed {
  width: 40%;
  margin-left: 1%;
  height: 2px;
  margin-top: 9px;
}
.four-step-process__linerightdashed {
  width: 40%;
  margin-right: 1%;
  height: 2px;
  margin-top: 9px;
}
.four-step-process__lineright {
  width: 41%;
  margin-right: 0;
  height: 2px;
  margin-top: 9px;
}
.four-step-process__linelefttransparent,
.four-step-process__linerighttransparent {
  background: 0 0;
}
.four-step-process__lineorange {
  background: #f6b902;
}
.four-step-process__linegreen {
  background: #2ee835;
}
.four-step-process__bullet {
  display: flex;
  width: 18%;
  height: 30px;
  border-radius: 1rem;
  border: 0 solid #000;
  margin-left: auto;
  margin-right: auto;
  margin-top: -4px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .four-step-process__lineleft {
    width: 43%;
    margin-left: 0;
  }
  .four-step-process__lineleftdashed {
    width: 42%;
    margin-left: 1%;
  }
  .four-step-process__linerightdashed {
    width: 42%;
    margin-right: 1%;
  }
  .four-step-process__lineright {
    width: 43%;
    margin-right: 0;
  }
  .four-step-process__bullet {
    width: 14%;
  }
}
@media (min-width: 1024px) {
  .four-step-process__lineleft {
    width: 45%;
    margin-left: 0;
  }
  .four-step-process__lineleftdashed {
    width: 44%;
    margin-left: 1%;
  }
  .four-step-process__linerightdashed {
    width: 44%;
    margin-right: 1%;
  }
  .four-step-process__lineright {
    width: 45%;
    margin-right: 0;
  }
  .four-step-process__bullet {
    width: 10%;
  }
}
.four-step-process__bullet--inner {
  width: 22px;
  height: 22px;
  border-radius: 1rem;
  background: #00548a;
  margin-left: auto;
  margin-right: auto;
}
.four-step-process__bullet--inneractiveorange {
  width: 21px;
  height: 21px;
  border-radius: 1rem;
  background: #f6b902;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 0.65rem;
}
@media (min-width: 768px) {
  .four-step-process__bullet--inneractiveorange {
    width: 21px;
    height: 21px;
  }
}
@media (min-width: 1024px) {
  .four-step-process__bullet--inneractiveorange {
    width: 23px;
    height: 23px;
  }
}
.four-step-process__bullet--inneractivegreen {
  width: 21px;
  height: 21px;
  border-radius: 1rem;
  background: #2ee835;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 0.65rem;
}
.four-step-process__heading {
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 0.15rem;
  width: 100%;
}
.four-step-process__subheading {
  color: #fff;
  font-size: 0.85rem;
  opacity: 0.9;
  font-weight: 400;
  width: 100%;
}
.four-step-process__line {
  width: 100%;
  margin: 1rem 0;
}
.myaccount .four-step-process {
  width: 100%;
  background: #fff;
  padding: 0;
  position: relative;
  height: 122px;
  display: flex;
  align-items: center;
}
.myaccount .four-step-process__column--top {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.myaccount .four-step-process__column {
  flex-wrap: wrap;
  display: none;
  padding: 1.7rem 3rem 0;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) {
  .four-step-process__bullet--inneractivegreen {
    width: 21px;
    height: 21px;
  }
  .myaccount .four-step-process__column {
    padding: 2.2vw 3rem 0.3rem;
  }
}
@media (min-width: 1024px) {
  .four-step-process__bullet--inneractivegreen {
    width: 23px;
    height: 23px;
  }
  .myaccount .four-step-process__column {
    padding: 2vw 3rem 0.65rem;
  }
}
.myaccount .four-step-process__col {
  width: 25%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.myaccount .four-step-process__step1 i {
  background: #f6b902;
  border-radius: 1rem;
  padding: 0.4rem;
  color: #fff;
  font-size: 0.6rem;
  width: 4%;
  height: 23px;
}
.myaccount .four-step-process__lineleft {
  width: 41%;
  margin-left: 0;
  height: 2px;
  margin-top: 9px;
}
.myaccount .four-step-process__lineleftdashed {
  width: 40%;
  margin-left: 1%;
  border-bottom: 2px dashed #000;
  height: 2px;
  margin-top: 9px;
}
.myaccount .four-step-process__linerightdashed {
  width: 40%;
  margin-right: 1%;
  border-bottom: 2px dashed #000;
  height: 2px;
  margin-top: 9px;
}
.myaccount .four-step-process__lineright {
  width: 41%;
  margin-right: 0;
  height: 2px;
  margin-top: 9px;
}
.myaccount .four-step-process__linelefttransparent,
.myaccount .four-step-process__linerighttransparent {
  background: 0 0;
}
.myaccount .four-step-process__lineorange {
  background: #f6b902;
}
.myaccount .four-step-process__linegreen {
  background: #2ee835;
}
.myaccount .four-step-process__bullet {
  display: flex;
  width: 18%;
  height: 30px;
  border-radius: 1rem;
  border: 0 solid #000;
  margin-left: auto;
  margin-right: auto;
  margin-top: -4px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .myaccount .four-step-process__lineleft {
    width: 43%;
    margin-left: 0;
  }
  .myaccount .four-step-process__lineleftdashed {
    width: 42%;
    margin-left: 1%;
  }
  .myaccount .four-step-process__linerightdashed {
    width: 42%;
    margin-right: 1%;
  }
  .myaccount .four-step-process__lineright {
    width: 43%;
    margin-right: 0;
  }
  .myaccount .four-step-process__bullet {
    width: 14%;
  }
}
@media (min-width: 1024px) {
  .myaccount .four-step-process__lineleft {
    width: 45%;
    margin-left: 0;
  }
  .myaccount .four-step-process__lineleftdashed {
    width: 44%;
    margin-left: 1%;
  }
  .myaccount .four-step-process__linerightdashed {
    width: 44%;
    margin-right: 1%;
  }
  .myaccount .four-step-process__lineright {
    width: 45%;
    margin-right: 0;
  }
  .myaccount .four-step-process__bullet {
    width: 10%;
  }
}
.myaccount .four-step-process__bullet--inner {
  width: 22px;
  height: 22px;
  border-radius: 1rem;
  border: 1px solid #000;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}
.myaccount .four-step-process__bullet--inneractiveorange {
  width: 21px;
  height: 21px;
  border-radius: 1rem;
  background: #f6b902;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 0.65rem;
}
@media (min-width: 768px) {
  .myaccount .four-step-process__bullet--inneractiveorange {
    width: 21px;
    height: 21px;
  }
}
@media (min-width: 1024px) {
  .myaccount .four-step-process__bullet--inneractiveorange {
    width: 23px;
    height: 23px;
  }
}
.myaccount .four-step-process__bullet--inneractivegreen {
  width: 21px;
  height: 21px;
  border-radius: 1rem;
  background: #2ee835;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 0.65rem;
}
.myaccount .four-step-process__heading {
  color: #000;
  font-weight: 600;
  font-size: 0.7rem;
  margin-bottom: 0.55rem;
  width: 100%;
}
.myaccount .four-step-process__heading--grey {
  color: #999;
  font-weight: 600;
  font-size: 0.7rem;
  margin-bottom: 0.55rem;
  width: 100%;
}
.myaccount .four-step-process__subheading {
  color: #fff;
  font-size: 0.85rem;
  opacity: 0.9;
  font-weight: 400;
  width: 100%;
}
.myaccount .four-step-process__line {
  width: 100%;
  margin: 1rem 0;
}
.header-wrapper {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.review-trustpilot {
  float: right;
  margin-right: -18px;
  width: 302px;
  height: 24px;
}
.contact__col:nth-child(2),
.header,
.header__sticky .header__logo,
.promo-1-banner a,
.promo-1__col,
.promo-2 a,
.promo-2-banner a,
.promo-2__col,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}
.order-status-history-wrap,
.scan-search-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header {
  display: flex;
  justify-content: space-between;
  background: #fff;
  height: 117px;
  padding: 1rem 0;
  z-index: 9999;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media (min-width: 585px) {
  .header {
    padding: 1.4rem 0;
  }
}
.header__sticky {
  position: fixed;
  top: 0;
  height: 117px;
}
@keyframes menu-toggle {
  from {
    padding: 1.3rem 0;
    height: 150px;
  }
  to {
    padding: 0.6rem 0;
    height: 82px;
  }
}
.header__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  align-items: center;
}
.header__col:first-child {
  width: 160px;
}
@media (min-width: 768px) {
  .myaccount .four-step-process__bullet--inneractivegreen {
    width: 21px;
    height: 21px;
  }
  .header {
    padding: 5px 0;
  }
  .header__col:first-child {
    width: 215px;
  }
}
.header__col:nth-child(2) {
  width: 30%;
  margin-left: 2.5%;
}
.header__col:nth-child(3) {
  width: 55px;
  display: flex;
  padding-top: 0;
  margin-right: 0;
}
.header__logo,
.header__menu .header__menu--signin {
  display: block;
}
@media (min-width: 585px) {
  .header__column {
    width: 100%;
  }
  .header__col:nth-child(3) {
    width: 300px;
    margin-right: 3rem;
    height: 43px;
  }
  .header__menu .header__menu--signin {
    display: none;
  }
}
@media (min-width: 1024px) {
  .myaccount .four-step-process__bullet--inneractivegreen {
    width: 23px;
    height: 23px;
  }
  .header__column {
    justify-content: center;
  }
  .header__col:first-child {
    width: 21%;
  }
  .header__col:nth-child(2) {
    display: block;
  }
  .header__col:nth-child(3) {
    width: 32%;
    margin-right: -1rem;
    height: auto;
  }
}
.header__logo {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
}
.header__mainmenu {
  background: #fff;
  box-shadow: none;
  border-bottom: 1px solid #00548a;
  z-index: 99;
}
@keyframes animation-toggle-2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.col2-set .col-custom .account-wrapper,
.header__menu .header__menu--contact {
  margin-right: 0;
}
.header__menu .header__menu--register {
  display: block;
}
.header__menu {
  list-style-type: none;
  display: none;
}
.header__menu li {
  color: #000;
  display: block;
  margin-right: 0;
  border-bottom: 1px solid #e6e6e6;
}
@media (min-width: 1024px) {
  .header__menu {
    display: block;
  }
  .header__menu li {
    display: inline-block;
    margin-right: 6.6vw;
    border-bottom: none;
  }
  .header__basket--left {
    margin-right: 1.59rem;
  }
}
.contact__col span.wpcf7-list-item-label,
.header__btn,
.header__right--login li,
.header__searchform,
.woocommerce .products ul li,
.woocommerce ul.products li .quantity,
.woofc-menu-item .woofc-menu-item-inner {
  display: inline;
}
.header__menu li a {
  color: #0b1d48;
  font-size: 1.1rem;
  width: 100%;
  transition: 0.15s ease-in;
  font-weight: 600;
  display: block;
  padding: 1.14rem 0;
}
.header__menu li i {
  padding: 0 0.5rem;
}
.header__menu li a:hover {
  color: #000;
}
.header__btn {
  background: #fff;
  color: #f07328;
  padding: 0.65rem 0.6rem;
  font-size: 0.88rem;
  letter-spacing: 0;
  border-radius: 0.5rem;
  font-weight: 500;
  margin: 0 0.2rem;
  border: 3px solid #f07328;
  transition: background 0.15s ease-in;
}
.header__search,
input.header__search {
  background: url("/wp-content/themes/fluidpress/images/header-search-icon.png")
    right -170px no-repeat #fff;
}
.header__btn:hover {
  text-decoration: none;
  background: #fdefe7;
}
.header__search {
  border: 1px solid #d9d9d9;
  box-shadow: none;
  border-radius: 0.6rem;
  padding: 0.65rem 0.5rem;
  color: #939393;
  font-size: 0.75rem;
  width: 47%;
}
.header__search:focus-visible {
  outline: 0;
}
.header__or {
  color: #000;
  font-size: 0.8rem;
  font-weight: 300;
}
.header__basket {
  display: flex;
  border-right: 0px solid #ebebeb;
}
@media (min-width: 585px) {
  .header__menu .header__menu--register {
    display: none;
  }
  .header__basket {
    width: 40%;
    border-right: 2px solid #ebebeb;
    height: 45px;
  }
  .header__basket--left {
    margin-right: 1.59rem;
  }
}
@media (min-width: 1200px) {
  .about-2-column__btn1 {
    width: auto;
    font-size: 1.4rem;
    padding: 0.9rem 2.2rem;
  }
  .about-2-column__btn2 {
    width: auto;
    font-size: 1.4rem;
  }
  .any-questions {
    padding: 5rem 0 15rem;
  }
  .any-questions__title {
    font-size: 2.3rem;
  }
  .home-banner__img {
    width: 860px;
    max-width: 860px;
  }
  .home-banner__content {
    font-size: 1.18rem;
  }
  .home-banner__heading {
    font-size: 3.6rem;
    line-height: 4.6rem;
    padding-bottom: 0.5rem;
  }
  .owl-carousel .owl-item img {
    width: 860px;
  }
  .make-it-simple {
    padding: 0 0 2rem;
  }
  .make-it-simple__col {
    width: 23.5%;
    margin-right: 0.75%;
    margin-left: 0.75%;
  }
  .sell-by-brands__col {
    padding: 2rem 4.7rem;
  }
  .sell-by-brands__heading {
    margin-bottom: 0;
  }
  .sell-by-category__col {
    width: 23%;
    margin: 0 1%;
  }
  .sell-by-category__colwrapper {
    height: 250px;
  }
  .sell-by-category__col img {
    margin: 0.8rem 0 2.7rem;
  }
  .sell-by-category__title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .create-an-account__col:first-child {
    width: 37%;
    margin-left: 0;
  }
  .create-an-account__col:nth-child(2) {
    width: 56%;
    margin-left: 5.5%;
    margin-right: 0;
  }
  .create-an-account__img {
    width: 90%;
    margin-left: 10%;
  }
  .why-we-do-it__heading {
    font-size: 2.36rem;
    line-height: 3.1rem;
  }
  .why-we-do-it__content {
    font-size: 1.3rem;
  }
  .up-to-date__input {
    width: 940px;
  }
  .four-step-process__column,
  .myaccount .four-step-process__column {
    padding: 0.75rem 3rem 1.1rem;
  }
  .header {
    padding: 5px 0;
  }
  .header__col:nth-child(2) {
    width: 48%;
  }
  .header__col:nth-child(3) {
    width: 29%;
  }
  .header__menu li {
    margin-right: 8vw;
  }
  .header__btn {
    padding: 0.65rem 1.1rem;
    font-size: 1rem;
    letter-spacing: 0.04rem;
  }
  .header__search {
    font-size: 0.8rem;
    padding: 0.7rem 1.35rem;
    background-position: right -109px;
  }
  .header__basket {
    width: 40%;
    height: auto;
  }
}
.header__basket--left {
  position: relative;
  width: auto;
  margin-right: 1.59rem;
  margin-top: 0.7rem;
}
@media (min-width: 1496px) {
  .any-questions {
    padding: 7.5rem 0 19rem;
  }
  .any-questions__title {
    font-size: 2.7rem;
  }
  .home-banner .container {
    width: 100%;
  }
  .home-banner__img {
    width: 910px;
    max-width: 910px;
  }
  .home-banner__content {
    font-size: 1.25rem;
  }
  .home-banner__heading {
    font-size: 4.1rem;
    line-height: 5.1rem;
    padding-bottom: 0.5rem;
  }
  .owl-carousel .owl-item img {
    width: 910px;
  }
  .make-it-simple__number {
    margin: 0 0.75rem;
  }
  .sell-by-brands {
    padding: 0;
  }
  .sell-by-brands__col {
    padding: 2rem 5.9rem;
  }
  .sell-by-category__colwrapper {
    height: 304px;
  }
  .sell-by-category__col img {
    margin: 1.4rem 0 2.7rem;
  }
  .create-an-account {
    padding: 4rem 0 0;
  }
  .why-we-do-it {
    padding: 3.9rem 0 0;
  }
  .why-we-do-it__col:first-child {
    width: 59%;
    margin-right: 28%;
  }
  .why-we-do-it__col:nth-child(2) {
    width: 12.2%;
    margin-left: 0;
    margin-right: 0;
  }
  .why-we-do-it__background {
    height: auto;
  }
  .container {
    width: 90%;
  }
  .header__col:nth-child(2) {
    width: 50%;
  }
  .header__col:nth-child(3) {
    width: 24.5%;
  }
  .header__menu li {
    margin-right: 8.8rem;
  }
  .header__search {
    width: 52%;
    font-size: 0.95rem;
    padding: 0.7rem 1.35rem;
    background-position: right -27px;
  }
  .header__basket--left {
    margin-right: 1.35rem;
  }
}
.header__basket--right {
  width: auto;
  display: none;
}
@media (min-width: 585px) {
  .header__basket--right {
    display: block;
  }
}
.header__basket i {
  color: #0b1d48;
  display: inline;
  font-size: 1.68rem;
}
.header__basket--title {
  font-size: 0.9rem;
  margin: 0 0 -4px;
  display: none;
  color: #0b1d48;
  font-weight: 700;
  padding: 0;
}
@media (min-width: 585px) {
  .header__basket--title {
    margin: 0 0 -4px;
    display: block;
  }
  .header__account {
    width: 55%;
    display: flex;
    margin-left: 5%;
  }
}
.header__basket--qty {
  display: inline;
  background: #0af;
  border-radius: 1rem;
  padding: 0.35rem 0.55rem;
  color: #fff;
  position: absolute;
  left: 1.5rem;
  top: -0.7rem;
}
.hamburger,
mark {
  background-color: transparent;
}
.header__basket--price {
  color: #0af;
  padding: 0;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .header__basket--title {
    margin: 0 0 -4px;
  }
  .header__right--cart {
    margin-top: -4px;
  }
}
.header__account i {
  color: #0b1d48;
  display: inline;
  font-size: 1.68rem;
}
.header__account--title {
  font-size: 0.9rem;
  margin: 1px 0 -5.5px;
  display: block;
  color: #000;
  font-weight: 700;
  padding: 0;
}
@media (min-width: 585px) {
  .header__account--title {
    margin: 1px 0 -5.5px;
  }
}
@media (min-width: 1200px) {
  .header__basket i {
    font-size: 1.88rem;
  }
  .header__basket--title {
    margin: 0 0 -4px;
    font-size: 1rem;
  }
  .header__right--cart {
    margin-top: -2px;
  }
  .header__account {
    width: 48%;
  }
  .header__account i {
    font-size: 1.88rem;
  }
  .header__account--title {
    font-size: 1rem;
  }
}
@media (min-width: 1496px) {
  .header__account--title,
  .header__basket--title {
    font-size: 1.09rem;
  }
  .header__right--cart {
    margin-top: 0;
  }
}
.header__account--link1,
.header__account--link2 {
  font-size: 0.75rem;
  font-weight: 300;
  text-decoration: underline;
}
.header__account--link1 {
  margin-right: 0.5rem;
}
.header__account--left {
  position: relative;
  width: auto;
  margin-top: 0.37rem;
}
.contact .wpcf7-form .please-subscribe input,
.header__account--right,
a.button.wc-forward {
  width: auto;
}
.header__account--right ul li a {
  font-size: 12px;
  font-weight: 300;
  text-decoration: underline;
  margin-right: 0.1rem;
  padding: 0 5px;
}
.header .woocommerce-Price-amount {
  font-weight: 700;
  color: #0af;
  display: none;
}
.hamburger {
  padding: 12px 0 10px 24px;
  display: block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: none;
  margin: 0;
  overflow: visible;
  left: 3rem;
  top: 2.5rem;
}
.header-top {
  background: #00548a;
  color: #fff;
  padding: 0.59rem 0 0.1rem;
  z-index: 9;
  position: relative;
  text-align: center;
}
.header-top__contact,
.header-top__content {
  font-size: 0.76rem;
  padding: 0;
  letter-spacing: 0.04rem;
  color: #fff;
  font-weight: 300;
}
.header-top__hide {
  -webkit-transform: translateZ(0);
  display: none;
}
.header-top__container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header-top__content {
  text-align: center;
  display: none;
}
.header-top__contact {
  text-align: left;
  line-height: 1.8rem;
}
.header-top__social {
  position: relative;
  margin-bottom: 0;
  display: block;
  left: 0;
}
.header-top__social a {
  margin-right: 0.6rem;
}
.header-top__social i {
  font-size: 1.2rem;
}
.flexthis.maincont .container1 .wrap-section .label-edit,
.woofc-menu-item-inner-subtotal,
.wpfFilterWrapper i.fa.fa-plus {
  display: inline-block;
}
.header__account--title {
  text-align: center;
}
.header__col:nth-child(3) {
  justify-content: flex-end;
}
input.header__search {
  padding-right: 42px;
}
.single-product-page__eco a {
  width: 10%;
  margin-top: -1.3rem;
}
span.header-top__social {
  display: none;
}
.header__account--left {
  margin-right: 12px;
}
.header__right--login {
  display: flex;
  justify-content: space-evenly;
  width: 127px;
}
.header__or {
  margin: 5px;
}
.header__account {
  margin-left: 16px;
  width: 162px;
}
.logged-in .header__account {
  margin-left: 15px;
  width: 162px;
}
@media only screen and (max-width: 1024px) {
  .logged-in .header__account {
    margin-left: 0;
  }
  .header__btn {
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
    max-width: 160px;
  }
  .header__col:first-child,
  .header__col:nth-child(2) {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header__col:nth-child(2) {
    width: 45%;
    display: flex;
  }
  .header__account--left,
  .header__or,
  span.woofc-menu-item-inner-subtotal {
    display: none;
  }
  .header__basket {
    width: 53px;
    margin-left: 10px;
  }
  .header__searchform {
    display: block;
    width: 100%;
    margin-right: 10px;
  }
  .header__searchform input.header__search {
    width: 100%;
  }
  .header__col:nth-child(3) {
    justify-content: start;
    width: 232px;
    margin-right: 0;
  }
  .header__column {
    flex-wrap: nowrap;
  }
  .header__account {
    width: 50%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .scan-search-wrap input.header__search {
    width: 100%;
  }
  .scan-search-wrap .header__or {
    margin: 13px;
  }
  .scan-search-wrap .header__searchform {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .header__col:nth-child(2) {
    width: 45%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .header__search {
    width: 100%;
    max-width: 300px;
    margin: auto;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header-top,
  .header__account,
  .header__or,
  .header__right--login,
  .header__searchform,
  .review-trustpilot {
    display: none;
  }
  .header {
    padding: 0.6rem 0;
  }
  .header__col:first-child {
    max-width: 160px;
    width: 43%;
  }
  .header__basket {
    width: 100%;
    border-right: none;
    display: block;
    text-align: right;
  }
  .header__col:nth-child(2) {
    width: 30%;
  }
  .header__col:nth-child(3) {
    width: 22%;
    margin-right: 0;
  }
  .header__column {
    width: 93%;
  }
  .single-product a.add_to_wishlist.single_add_to_wishlist {
    top: 7px;
    position: relative;
  }
  .single-product .single-product__title {
    font-size: 25px;
    line-height: normal;
  }
  .single-product div.product form.cart .button {
    float: none;
  }
  .single-product .woocommerce-qty-custom {
    text-align: center;
  }
  .single-product .woocommerce-variation-price-custom {
    max-width: 250px;
    margin: 25px auto;
  }
  .single-product .yith-wcwl-add-button {
    padding-bottom: 30px;
  }
  .single-product .yith-wcwl-wishlistaddedbrowse {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 585px) {
  .header__col:nth-child(3) {
    width: 53px;
    margin-right: 10px;
  }
  .header__col:nth-child(2) {
    width: 30%;
  }
  form.header__searchform,
  span.header__or {
    display: none;
  }
  a.header__btn {
    margin: 0;
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 5px;
  }
}
.woofc-menu-item .woofc-menu-item-inner i.woofc-icon-cart6 {
  font-size: 2.15rem;
  margin-right: 5px;
  width: 40px;
}
.woofc-menu-item .woofc-menu-item-inner:after {
  background-color: #0af !important;
  font-size: 14px !important;
  left: 22px !important;
  top: -22px !important;
}
.section {
  padding: 2rem 0;
  background: #fff;
}
@media (min-width: 768px) {
  .header-top__content {
    display: block;
  }
  .section {
    padding: 3rem 0;
  }
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
  .section {
    padding: 4rem 0;
  }
}
@media (min-width: 1496px) {
  .section {
    padding: 5rem 0;
  }
}
.section--no-top,
.section__title {
  padding-top: unset;
}
.section--dark {
  background: #222b33;
}
.myaccount .woocommerce-MyAccount-navigation ul .active a,
.myaccount .woocommerce-MyAccount-navigation ul .active p,
.myaccount .woocommerce-MyAccount-navigation ul li:first-child a,
.myaccount .woocommerce-MyAccount-navigation ul li:hover a,
.myaccount .woocommerce-MyAccount-navigation ul li:hover p,
.section--dark .section__text,
.section--dark .section__title {
  color: #fff;
}
.section--center {
  text-align: center;
}
.section--no-bottom {
  padding-bottom: unset;
}
.section__title {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .section__title {
    padding-bottom: 3rem;
  }
  .contact__content {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .section__title {
    padding-bottom: 4rem;
  }
  .contact__content {
    font-size: 16px;
  }
}
.myaccount .order-status,
.section__title--center,
.woocommerce form.edit-account.editable input,
.woocommerce form.edit-account.editable input.input-text,
.woocommerce form.edit-account.editable span.address-wrapper input,
.woocommerce form.edit-account.editable span.password-input,
.woocommerce-view-order td.woocommerce-table__product-total.product-total,
.woocommerce-view-order tfoot td,
td.woocommerce-table__product-qty.qty,
td.woocommerce-table__product-total.product-total,
tfoot.order-ty td {
  text-align: center;
}
.section__text {
  color: #131313;
}
.promo-1 {
  border: 1px solid #d3ced2;
  padding: 1.3rem 1.85rem;
  background: #fff;
  margin-top: 2rem;
  font-weight: 500;
}
.promo-1__heading {
  color: #0b1d48;
  font-weight: 600;
  font-size: 2rem;
  padding-top: 0;
}
.promo-1__description {
  color: #0b1d48;
  font-size: 1.1rem;
  padding-right: 0.6rem;
}
.popup_container li.variable-item.button-variable-item,
.promo-1__wepayou,
.woocommerce-variation-price.well-pay-archive span.well-pay {
  font-weight: 400;
}
.promo-1__promoprice,
.promo-2__promoprice {
  font-size: 1.9rem;
  font-weight: 500;
  color: #0af;
  padding-left: 0.8rem;
}
.promo-1__btn,
.promo-2__btn {
  background: #f07328;
  display: block;
  width: 100%;
  color: #fff;
  padding: 0.8rem;
  margin-top: 1rem;
  border-radius: 0.2rem;
}
.promo-1-banner,
.promo-2,
.promo-2-banner {
  border: 1px solid #d3ced2;
}
.promo-1__img {
  width: 100%;
  height: auto;
  padding: 0.7rem 0;
}
.promo-1-banner {
  margin-top: 2rem;
}
.promo-1-banner img,
.promo-2-banner img {
  width: 100%;
  height: auto;
  padding: 0;
}
.promo-2 {
  padding: 1.3rem 1.85rem 2rem;
  background: #fff;
  margin-top: 0;
}
.promo-2__heading {
  color: #0b1d48;
  font-weight: 600;
  font-size: 2.6rem;
  padding-top: 0;
}
.promo-2__description {
  color: #0b1d48;
  font-size: 1.1rem;
}
.promo-2__wepayou {
  font-weight: 400;
  margin-bottom: 1rem;
}
.promo-2__img {
  width: 100%;
  height: auto;
  padding-left: 0;
}
.promo-2-banner {
  margin-top: 0;
}
.single-product,
.woocommerce-cart {
  background: #f8f8f8;
}
.woocommerce-cart table.shop_table th,
table.wishlist_table.shop_table tbody td,
table.wishlist_table.shop_table thead th {
  font-weight: 300;
}
.wishlist_table th.product-remove,
.woocommerce-cart table.shop_table th:first-child,
table.shop_table.woocommerce-MyAccount-orders
  th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-number {
  border-top-left-radius: 0.5rem;
}
.woocommerce-cart table.shop_table tr {
  background: #fff;
  padding: 0 0 15px;
}
.woocommerce-cart table.shop_table {
  border: 0;
  background: #fff;
  border-radius: 0;
}
.shop-basket {
  display: flex;
  flex-wrap: wrap;
  padding: 6rem 0;
}
.shop-basket__heading {
  width: 100%;
  font-weight: 600;
  padding: 0;
  font-size: 1.9rem;
}
.shop-basket__subheading {
  width: 100%;
  margin-bottom: 2rem;
  font-weight: 400;
}
#section-favourites #yith-wcwl-form,
.shop-basket__col1 {
  width: 70%;
}
.shop-basket__col1 th {
  background: #0b1d48;
  color: #fff;
  font-weight: 300;
  border-right: 1px solid #fff;
  font-size: 0.83rem;
}
.shop-basket__col2 {
  width: 27%;
  margin-left: 3%;
}
.cart_totals h2 {
  background: #fff;
  color: #0af;
  font-size: 25px;
  font-weight: 600;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #f07328;
}
.woocommerce-cart .woocommerce-cart-form__contents {
  border: 3px solid #e6e6e6 !important;
}
.woocommerce-cart .woocommerce-cart-form__contents tr td {
  border-top: 2px solid #e6e6e6;
}
.woocommerce-cart .woocommerce-cart-form__contents td.product-thumb,
th.manufacturer {
  width: 20%;
}
.woocommerce-cart .woocommerce-cart-form__contents td.product-thumb img {
  width: 100% !important;
  padding-right: 25px;
}
.woocommerce-cart .woocommerce-cart-form__contents td.product-name {
  width: 60%;
}
#added_address_dhl_form .woocommerce-additional-fields,
#added_address_dhl_form
  .woocommerce-shipping-fields
  .shipping_address
  p:first-child
  label,
#added_address_dhl_form
  .woocommerce-shipping-fields
  h3#ship-to-different-address,
#invoice_file,
.added_address_content_form,
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-name
  .product-price-flex.mobile-only,
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-name
  p.cart-product-name
  .evic_product_edit.edit_button_class {
  display: none;
}
.woocommerce-cart .woocommerce-cart-form__contents td.product-name .cart-manu {
  color: #9e9e9e;
  font-weight: 400 !important;
  padding-top: 20px;
}
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-name
  p.cart-product-name
  a {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0;
}
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-name
  .flex-product-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  max-width: 450px;
}
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-name
  .flex-product-info
  p {
  color: #9e9e9e;
  font-weight: 400 !important;
  line-height: normal;
}
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-name
  .flex-product-info
  span,
.woofc-area .woofc-area-mid .woofc-undo .woofc-undo-inner,
.woofc-area .woofc-area-mid .woofc-undo .woofc-undo-inner a {
  color: #000;
}
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-name
  .flex-product-info
  .productname-remove {
  display: flex;
  justify-content: start;
}
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-name
  .flex-product-info
  dl.variation {
  display: flex;
  line-height: normal;
}
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-name
  .flex-product-info
  dl.variation
  dt.variation-Grade {
  color: #9e9e9e;
  font-weight: 400 !important;
}
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-name
  .flex-product-info
  span.evic_product_edit {
  background-image: none;
  color: #f07328;
}
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-name
  .flex-product-info
  span.evic_product_edit:after {
  content: "]";
}
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-name
  .flex-product-info
  span.evic_product_edit:before {
  content: "[";
}
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-name
  .flex-product-info
  .productname-remove,
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-name
  .flex-product-info
  p.cart-colour {
  width: auto;
  padding-right: 25px;
  border-right: 1px solid #9e9e9e;
  margin-right: 25px;
  line-height: normal;
}
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-name
  .cart-product-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0 10px;
}
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-name
  .cart-product-action
  a.remove-cart {
  font-size: 16px;
  background: 0 0;
  color: #000 !important;
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-weight: 400;
  text-decoration: none !important;
}
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-name
  .cart-product-action
  a.remove-cart
  i.fas.fa-trash-alt {
  position: relative;
  top: -2px;
}
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-name
  .cart-product-action
  .yith-wcwl-wishlistaddedbrowse
  a,
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-name
  .cart-product-action
  .yith-wcwl-wishlistexistsbrowse
  a,
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-name
  .cart-product-action
  a.add_to_wishlist {
  font-size: 16px !important;
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-weight: 400;
  color: #000 !important;
  text-decoration: none !important;
}
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-name
  .cart-product-action
  .yith-wcwl-add-button
  span {
  display: initial !important;
}
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-name
  .cart-product-action
  .fa-heart-o {
  font: 16px/1 FontAwesome !important;
}
.woocommerce-cart .woocommerce-cart-form__contents td.product-price {
  width: 0%;
}
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-price
  span.woocommerce-Price-amount.amount {
  font-size: 25px !important;
}
.woocommerce-cart span.button.add-another {
  background: #f07328;
  font-size: 25px;
  font-weight: 700;
  display: flex;
  margin-top: 15px;
}
.woocommerce-cart span.button.add-another:hover {
  background: #0b1d48 !important;
}
.woocommerce-cart span.button.add-another i {
  border: 2px solid #fff;
  padding: 3px;
  border-radius: 50%;
  font-size: 16px;
  height: 25px;
  width: 25px;
  line-height: 15px;
  text-align: center;
  margin-right: 17px;
}
.woocommerce-cart .cart-collaterals {
  width: 100%;
  border: 3px solid #e6e6e6 !important;
  border-radius: 20px;
  padding: 30px;
  background: #fff;
  font-weight: 400;
}
.woocommerce-cart .cart-collaterals ::placeholder {
  font-size: 14px;
}
.archive.woocommerce ul.products li.product .price,
.login
  label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span,
.wish_variation_content,
.woocommerce-address-fields .form-row,
.woocommerce-cart .cart-collaterals form#coupon-redeem p {
  display: flex;
  align-items: center;
}
.woocommerce-cart .cart-collaterals form#coupon-redeem p input[type="text"] {
  margin-right: 10px;
  border-radius: 8px;
  font-style: italic;
  color: #777f89;
  border: 1px solid #e6e6e6;
  max-width: 172px;
  padding: 6px;
}
.woocommerce-cart .cart-collaterals form#coupon-redeem p input[type="submit"] {
  background: #f07328;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  height: 36px;
  padding: 6px 10px;
  width: auto;
  border-radius: 8px;
}
.woocommerce-cart .cart-collaterals tr.heading-cart td {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0 !important;
}
.woocommerce-cart .cart-collaterals tr.cart-subtotal.all-total td {
  padding: 25px 0 15px !important;
}
.woocommerce-cart .cart-collaterals td {
  border-top: none !important;
  padding: 10px 0 !important;
}
.woocommerce-cart .cart-collaterals .result {
  font-size: 14px;
  margin-top: 10px;
}
.woocommerce-cart .cart-collaterals tr.order-total h3 {
  padding: 0;
  font-weight: 400;
}
#gform_wrapper_3 label.gfield_consent_label a,
.ginput_container.ginput_container_consent a,
.myaddresses,
.woocommerce-cart .cart-collaterals tr.order-total bdi,
a.lmp_button,
td.product-name a:hover {
  text-decoration: underline;
}
.woocommerce-cart .cart-collaterals a.checkout-button.button.alt.wc-forward {
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 0;
  min-width: 100%;
  padding: 20px 10px !important;
}
.woocommerce-cart .cart-collaterals .carttonly .ecologi-sidebar.flexthis {
  align-items: center;
  font-weight: 500;
  font-style: italic;
  line-height: 24px;
  font-size: 18px;
  justify-content: center;
}
#main .ecologi-sidebar img,
.woocommerce-cart .cart-collaterals .carttonly img {
  max-width: 80px;
  height: auto;
}
.woocommerce-cart .cart-collaterals .carttonly span {
  max-width: 158px;
}
.wc_custom_field {
  position: relative;
  z-index: 1;
}
.wc_custom_field .wc_custom_field__inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  color: #515151;
}
.wc_custom_field .wc_custom_field__inner::before {
  content: "";
  display: block;
  border: 1em solid #dfdcde;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
.wc_custom_field .wc_custom_field__inner input {
  margin: 0;
}
.added_address_content_form .col2_div {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.added_address_content_form .col2_div input {
  width: 49%;
}
.added_address_content_form input {
  width: 100%;
  margin: 0 !important;
}
.package_count_content {
  border: 1px solid #e1e1e1;
  padding: 15px 20px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
}
#invoice_filelist,
.login p.form-row,
.package_count_content .counter .btn_container {
  display: flex;
  flex-direction: column;
}
.package_count_content .counter {
  display: flex;
  border: 1px solid #dedbdb;
  border-radius: 8px;
}
.package_count_content p {
  font-size: 1.2rem;
  font-weight: 700;
}
.package_count_content input[type="number"] {
  padding: 10px 5px;
  text-align: center;
  width: 50px;
  appearance: textfield;
  border-radius: 8px;
  border: none;
  border-right: 1px solid #dedbdb;
  font-size: 1.5em;
  font-weight: 700;
}
.package_count_content span {
  transform: rotate(90deg);
  color: #f07328;
  padding: 0 0 6px;
  font-size: 28px;
  width: 32px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  border: none;
  background: 0 0;
  cursor: pointer;
}
.contact .wpcf7-submit,
.contact__col input[type="radio"],
input,
select {
  -webkit-appearance: none;
}
.package_count_content input::-webkit-inner-spin-button,
.package_count_content input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  display: none;
}
#invoice_filelist {
  gap: 15px;
  position: relative;
  padding-bottom: 10px;
}
.list_uplaod {
  width: 100%;
  margin-bottom: 10px;
}
label[for="invoice_file"] {
  color: #fff;
  background-color: #f07328;
  padding: 1.1rem 2rem;
  border-radius: 0;
  font-size: 100%;
  min-width: 182px;
  margin: 20px 0 0;
  cursor: pointer;
}
#added_address_dhl_form .woocommerce-shipping-fields {
  background: 0 0;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}
#added_address_dhl_form .woocommerce-shipping-fields .shipping_address {
  display: block !important;
  padding: 0 40px 0 0;
}
#added_address_dhl_form .woocommerce-shipping-fields .shipping_address p {
  margin: 0 0 10px;
  max-width: unset;
  padding: 0;
}
#added_address_dhl_form .woocommerce-shipping-fields .shipping_address p span,
.gv-list-view-title,
.woofc-item-qty .quantity,
tbody.wishlist-items-wrapper td.product-remove {
  padding: 0;
}
@keyframes textShine {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.submit_checkout_loader {
  display: none;
  position: fixed;
  flex-direction: column;
  gap: 10px;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.contact,
body {
  background: #f8f8f8;
}
.submit_checkout_loader p {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.8rem;
  background: linear-gradient(to right, #fff 20%, #aaa 30%, #aaa 70%, #fff 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: 5s ease-in-out infinite alternate textShine;
}
.submit_checkout_loader .lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.submit_checkout_loader .lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: 1s cubic-bezier(0, 0.2, 0.8, 1) infinite lds-ripple;
}
.save_new_field_cbutton .lds-ripple div:nth-child(2),
.submit_checkout_loader .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
.contact {
  padding: 4rem 0;
}
.contact__content {
  font-size: 16px;
  letter-spacing: 0.02rem;
  line-height: 2.2rem;
  margin-bottom: 1.7rem;
}
.contact__content a {
  color: #0af;
  text-decoration: underline;
}
.contact .wpcf7-form .contact__col1,
.contact .wpcf7-form .contact__col2,
.contact__col:first-child,
.fpf-radio,
.single-product .shop-page__outer {
  width: 100%;
  margin-right: 0;
}
.contact__col label {
  font-weight: 400;
  color: #0b1d48;
  font-size: 18px;
  margin-top: 10px;
  display: block;
}
.contact__col input,
.contact__col textarea {
  margin-top: 0.4rem;
  background: #fff;
  padding: 1.6rem 1rem;
  margin-bottom: 0.8rem;
  width: 100%;
  box-shadow: none;
}
.contact__col input {
  font-size: 16px;
  color: #a9a9a9;
  border: 1px solid #d9d9d9;
  border-radius: 0.6rem;
}
.contact__col input:focus-visible {
  outline: #f07328 solid 1px;
  border-radius: 0.5rem;
}
.contact__col textarea {
  border: 1px solid #d9d9d9;
  border-radius: 0.6rem;
  height: 150px;
}
.contact__col textarea:focus-visible {
  outline: #f07328 solid 1px;
  border-radius: 0.5rem;
}
.contact__col .ajax-loader {
  background: #0b1d48;
  margin: 1.25rem 30px 0 20px;
}
.contact__heading {
  color: #1a3277;
  font-size: 2.35rem;
  font-weight: 600;
  margin-bottom: 0;
  line-height: normal;
  padding: 0;
}
.contact__title {
  background: #00548a;
  color: #fff;
  font-weight: 500;
  font-size: 2.35rem;
  letter-spacing: 0.01rem;
  padding: 1rem;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  width: 100%;
  display: block;
}
.contact__title h4 {
  padding: 0;
  font-size: 20px;
  line-height: 2.1rem;
}
.contact__right {
  padding: 1rem;
  background: #fff;
  margin-bottom: 1rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.contact__telephone {
  font-size: 16px;
  margin-bottom: 0.9rem;
}
.contact__opening {
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 10px;
}
.contact__opening2 {
  font-size: 16px;
  margin-bottom: 1rem;
}
.contact__address {
  font-size: 16px;
  letter-spacing: 0.01rem;
  margin-bottom: 1.5rem;
  padding-bottom: 10px;
}
.contact_whatsapp {
  font-size: 16px;
  text-decoration: underline;
  padding-top: 2.3rem;
  letter-spacing: 0.02rem;
}
.contact_whatsapp::before {
  content: "";
  background: url("/wp-content/themes/fluidpress/images/whatsapp.svg") no-repeat;
  display: inline-block;
  width: 43px;
  height: 43px;
  padding-top: 0;
  vertical-align: middle;
  padding-left: 0.4rem;
}
.contact__radio {
  background: #fff;
  border: 1px solid #f07328;
  color: #f07328;
}
.contact .wpcf7-form .contact__col {
  width: 100%;
  padding: 1rem 0;
}
.contact .wpcf7-form .contact__col textarea {
  width: 100%;
  height: 80px;
  font-size: 0.95rem;
  color: #a9a9a9;
}
.contact .wpcf7-form .contact__col-icon {
  width: 100%;
  flex-wrap: wrap;
  padding: 0;
  font-size: 16px;
  letter-spacing: 0.01rem;
}
.contact .wpcf7-form .contact__col-icon .contact-back {
  padding-top: 20px;
  display: block;
}
.contact .wpcf7-form .contact__col:nth-child(5) input {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  -webkit-appearance: none;
}
#add_payment_method #payment div.payment_box,
#add_payment_method #payment div.payment_box .form-row,
.archive .shop-page__offerprice,
.contact .wpcf7-form .contact__col:nth-child(5) .wpcf7-list-item,
.related-products ul.products,
.search .wpcf7-form .wpcf7-file,
.shop-basket__col1 .yith-wcwl-add-to-wishlist,
.shop-basket__col1 .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a i,
.woocommerce-cart #payment div.payment_box,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0;
}
.contact .wpcf7-form .please-subscribe label {
  color: #000;
  font-weight: 300;
}
.contact .wpcf7-form .please-subscribe .first {
  margin-left: -1rem;
  margin-top: 1rem;
}
.contact .wpcf7-form .contact__col-icon .wpcf7-list-item-label {
  display: none;
}
.contact .wpcf7-form .contact__col-icon .wpcf7-list-item input::before,
.contact .wpcf7-form .contact__col-icon .wpcf7-list-item.first input::before,
.contact .wpcf7-form .contact__col-icon .wpcf7-list-item.last input::before {
  content: "";
  display: block;
  position: relative;
  top: 1rem;
  margin-top: -1.5rem;
  cursor: pointer;
}
.contact .wpcf7-form .contact__col-icon .wpcf7-list-item input:checked::before,
.contact
  .wpcf7-form
  .contact__col-icon
  .wpcf7-list-item.first
  input:checked::before,
.contact
  .wpcf7-form
  .contact__col-icon
  .wpcf7-list-item.last
  input:checked::before {
  content: "";
  width: 100px;
  height: 25px;
  display: block;
  position: relative;
  top: 1rem;
  margin-top: -1.5rem;
}
.contact .wpcf7-form .contact__col:nth-child(6) {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.add-wrap span.account-detail-text,
.bc2-scanner form input,
.contact .wpcf7-form .contact__col:nth-child(7),
.customer-login-reg form .form-row-first,
.customer-login-reg form .form-row-last,
.customer-login__img,
.related-products ul.products li.product .related-products__wrapper a,
.related-products ul.products li.product .shop-page__wrapper a,
.search .wpcf7-form p,
.shop-page ul.products li.product .related-products__wrapper a,
.shop-page ul.products li.product .shop-page__wrapper a {
  width: 100%;
}
.contact .wpcf7-submit {
  width: auto;
  background: #f07328;
  color: #fff;
  font-weight: 500;
  padding: 1rem 3.9rem;
  letter-spacing: 0.03rem;
  cursor: pointer;
}
.about-2-column__col--inner,
.archive li.product.type-product,
.gform_footer.top_label,
.home-banner-fixed,
.my_account_orders tr,
.order-status-history-wrap,
.up-to-date__signup--btn,
.wishlist_table td.product-price span.woocommerce-Price-amount.amount,
.wpfFilterTitle {
  position: relative;
}
.sell-by-brands__heading,
.sell-by-category__heading {
  max-width: 800px;
  margin: auto;
}
.owl-carousel.owl-theme.owl-loaded.owl-drag {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.u-column1.col-1.woocommerce-Address a.edit,
.u-column2.col-2.woocommerce-Address .edit {
  bottom: 20px;
  letter-spacing: 0;
  margin: 0 0.2rem;
  max-width: 200px;
  position: absolute;
  text-transform: uppercase;
}
.owl-carousel .home-banner,
.owl-carousel .home-banner__wrapper,
.owl-carousel .item,
.owl-carousel .owl-item,
.owl-carousel .owl-stage,
.owl-carousel .owl-stage-outer {
  height: 100%;
}
.owl-carousel .home-banner__wrapper {
  background-size: cover;
}
.item .home-banner__col,
p.header-top__content {
  visibility: hidden;
}
.fixed-content .home-banner__wrapper,
.shop-basket__col1 table.shop_table tbody,
.shop-basket__col1 table.shop_table tr.update-cart-action,
.woocommerce nav.woocommerce-pagination ul li:first-child a:after,
.woocommerce nav.woocommerce-pagination ul li:last-child a:after,
.woocommerce-MyAccount-content thead,
h3.shop-page__filter--heading,
td a.remove.remove_from_wishlist:hover {
  background: 0 0;
}
.myaccount .container {
  margin: 3rem auto;
  display: flex;
  flex-wrap: wrap;
}
.myaccount .woocommerce-MyAccount-navigation ul {
  text-align: center;
  margin-bottom: 2rem;
  padding: 0.6rem 0;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
}
.myaccount .woocommerce-MyAccount-navigation {
  width: 25%;
  margin-right: 4%;
}
.myaccount .woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  padding: 0.3rem;
  font-size: 1.3rem;
  border-bottom: 1px solid #d9d9d9;
  color: #f07328;
  position: relative;
  transition: 0.1s ease-in;
}
@media (min-width: 768px) {
  .contact__col:first-child {
    width: 62.5%;
    margin-right: 5%;
  }
  .contact__col:nth-child(2) {
    width: 32.5%;
  }
  .contact__heading {
    font-size: 2.35rem;
  }
  .myaccount .container {
    margin: 3rem auto;
  }
  .myaccount .woocommerce-MyAccount-navigation ul {
    text-align: left;
    background: 0 0;
    padding: 0;
  }
  .myaccount .woocommerce-MyAccount-navigation ul li {
    display: block;
    padding: 1.6rem;
  }
}
.myaccount .woocommerce-MyAccount-navigation ul .active,
.myaccount .woocommerce-MyAccount-navigation ul li:hover,
a.checkout-button.button.alt.wc-forward:hover {
  background: #0b1d48;
}
.myaccount .woocommerce-MyAccount-navigation ul li:first-child,
.myaccount__col:hover,
input#idpc_button {
  background: #00548a;
}
.myaccount .woocommerce-MyAccount-navigation ul li:hover a::after {
  color: #fff;
  right: 2.2rem;
  animation-name: arrow-animation;
  animation-duration: 0.5s;
}
@keyframes arrow-animation {
  0% {
    right: 2.2rem;
  }
  100% {
    right: 1.9rem;
  }
}
.myaccount .woocommerce-MyAccount-navigation ul .active a::after {
  color: #fff;
  right: 2.2rem;
}
.myaccount .woocommerce-MyAccount-navigation ul li a {
  color: #0b1d48;
  margin-bottom: 0;
  font-weight: 400;
}
.myaccount .woocommerce-MyAccount-navigation ul li a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  width: 23px;
  position: absolute;
  color: #00548a;
  font-weight: 900;
  right: 2.2rem;
  font-size: 2.1rem;
  top: 1.7rem;
}
.myaccount .woocommerce-MyAccount-navigation ul li:first-child a:after {
  font-family: "Font Awesome 5 Free";
  content: "";
  width: 23px;
  position: absolute;
  color: #00548a;
  font-weight: 900;
  right: 2.2rem;
  font-size: 2.1rem;
  top: 1.7rem;
  opacity: 0;
}
.myaccount .woocommerce-MyAccount-navigation p {
  font-size: 0.7rem;
  color: #939393;
}
.myaccount .woocommerce-MyAccount-content {
  float: right;
  width: 71%;
  position: relative;
}
.myaccount .woocommerce-MyAccount-content .myaccount_lastlogin {
  font-weight: 400;
  font-size: 1.3rem;
  padding-bottom: 0;
}
.contact__opening,
.flexthis.maincont .container1 .wrap-section tr.fee-checkout,
.myaccount .woocommerce-MyAccount-content p strong {
  color: #00548a;
}
.myaccount .woocommerce-EditAccountForm {
  margin-top: 0;
}
.myaccount__lastorderstop {
  background: #00548a;
  color: #fff;
  padding: 0.4rem;
  text-align: center;
}
.myaccount__lastorderstop p {
  color: #fff;
  display: inline;
  font-size: 0.8rem;
  font-weight: 400;
}
.myaccount__column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0% 3.5%;
  width: 100%;
}
.myaccount__col {
  width: 100%;
  text-align: center;
  border: 1px solid #939393;
  background: #fff;
  margin-bottom: 2rem;
  transition: 50ms ease-in;
  cursor: pointer;
}
.myaccount__col:first-child,
.myaccount__col:nth-child(2),
.myaccount__col:nth-child(3),
.myaccount__col:nth-child(4),
.myaccount__col:nth-child(5),
.myaccount__col:nth-child(6) {
  background-position: center 44.5px;
  background-size: 75px;
  background-repeat: no-repeat;
}
.myaccount__col:hover .myaccount__subheading,
.order-shipping-details,
.title-header p,
.woocommerce ul.products li.product .price,
span.price,
table.wishlist_table.shop_table thead th {
  color: #fff;
}
.myaccount__col:hover img {
  opacity: 0;
}
.myaccount__col:first-child {
  background-image: url("/wp-content/themes/fluidpress/images/notifications-over.png");
  position: relative;
}
.myaccount__col:first-child .wnbell-dropdown {
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
}
.account-orders-table a.woocommerce-button.buttoncancel,
.account-orders-table a.woocommerce-button.buttonpay,
.administrator .upload-invoice-business,
.control-buttons.control-buttons-billing,
.customer .upload-invoice-business,
.flexthis.maincont .container2 small.includes_tax,
.fpf-radio legend,
.fpf-radio span,
.fpf-totals dl dd:first-of-type,
.fpf-totals dl dt:first-child,
.fpf_totals_2,
.hidden-myaccount,
.myaccount__col:first-child .wnbell-dropdown svg,
.order-status-history-wrap #order-btn-details span.order-btn-details-open,
.order-status-history-wrap
  #order-btn-details.order-open
  span.order-btn-details-close,
.page-id-63 .col2-set .col-1,
.page-id-78 .col2-set .col-1,
.page-id-94 .col2-set .col-2,
.page-id-97 .col2-set .col-2,
.payment_box > p,
.related-products .products .add_to_cart_button,
.related-products a.added_to_cart,
.related-products a.button.product_type_variable,
.shop-page .products .add_to_cart_button,
.shop-page a.added_to_cart,
.shop-page a.button.product_type_variable,
.single-product .fpf-fields-config-wrapper,
.single-product .shop-page__sidebar,
.single-product .summary .price-remove,
.single-product .woocommerce-breadcrumb,
.wishlist-title-container,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce form.edit-account .form-row em,
.woocommerce form.edit-account fieldset legend,
.woocommerce-checkout .order-again,
.woocommerce-checkout div.payment_box::before,
.woocommerce-terms-and-conditions-wrapper,
.woocommerce-view-order h2.woocommerce-order-details__title,
.woofc-item-inner span.evic_product_edit,
p.accountdesc,
p.header__basket--title,
section.woocommerce-customer-details,
small.tax_label {
  display: none;
}
.myaccount__col:first-child .wnbell-dropdown .wnbell-badge {
  font-size: 15px;
  font-weight: 500;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.myaccount__col:nth-child(2) {
  background-image: url("/wp-content/themes/fluidpress/images/pastorders-over.png");
}
.myaccount__col:nth-child(3) {
  background-image: url("/wp-content/themes/fluidpress/images/edit-accounts-over.png");
}
.myaccount__col:nth-child(4) {
  background-image: url("/wp-content/themes/fluidpress/images/payment-over.png");
}
.myaccount__col:nth-child(5) {
  background-image: url("/wp-content/themes/fluidpress/images/addresses-over.png");
}
.myaccount__col:nth-child(6) {
  background-image: url("/wp-content/themes/fluidpress/images/favourites-over.png");
}
.myaccount__col img {
  width: 75px;
  height: auto;
}
.myaccount__subheading {
  color: #00548a;
  font-size: 1.2rem;
}
.myaccount__heading {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3.5rem;
  padding-bottom: 0;
  margin-bottom: -0.2rem;
}
.myaccount__description {
  font-size: 1rem;
  line-height: 2rem;
  margin-top: 0.6rem;
}
.myaccount__description a {
  color: #3f51b5;
  text-decoration: underline;
}
.myaccount__tab {
  background: #0b1d48;
  color: #fff;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  line-height: 2.8rem;
  margin: 1.5rem 0 0;
}
.idpc-select-container,
.myaccount__orders {
  width: 100%;
  display: block;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #fff;
  background-color: #e05e10;
}
.container.header-account-title {
  margin: 3rem auto -2rem;
}
.order-status-history-wrap,
.page-id-97 .woocommerce-MyAccount-content thead tr th,
.page-id-97 .woocommerce-MyAccount-content tr td,
.shipping_address,
div#popmake-82887 .pum-content,
div#popmake-96868 .pum-content,
div#popmake-96914 .pum-content {
  padding: 20px;
}
.order-status-history-wrap p.order-status-history {
  text-align: left;
  font-weight: 600;
  font-size: 20px;
}
.order-status-history-wrap img {
  margin-right: 6px;
}
.order-status-history-wrap p.order-ref-flex {
  display: grid;
  width: calc(100% - 200px);
  grid-template-columns: repeat(3, 1fr);
  text-align: left;
  font-weight: 400;
  margin-top: 15px;
}
.order-status-history-wrap
  span.oder-total
  span.woocommerce-Price-amount.amount {
  font-weight: 400;
  color: #282828;
}
.order-status-history-wrap
  #order-btn-details.order-open
  span.order-btn-details-open {
  display: flex;
  align-content: center;
  background: #f07328;
  color: #fff;
  padding: 20px;
  flex-wrap: wrap;
  min-width: 156px;
}
.order-status-history-wrap #order-btn-details,
u#cart-amount {
  cursor: pointer;
}
.order-status-history-wrap #order-btn-details span.order-btn-details-close {
  background: #f07328;
  color: #fff;
  padding: 20px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  min-width: 156px;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  background: #fff;
  padding: 10px 15px;
}
.form-row.place-order,
.page-template-page-custom-payment,
.payment,
.woocommerce-account .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-checkout .woocommerce-checkout-payment,
.woocommerce-lost-password,
p.imdalast {
  background: #f7f7f7;
}
.myaccount__col {
  padding: 2.8rem 1rem;
}
.add-wrap label,
.woocommerce-view-order tfoot th,
.woocommerce-view-order th.woocommerce-table__product-name.product-name,
.wrap-problem-orderagain .problem-order,
td.woocommerce-table__product-name.product-name {
  text-align: left;
}
.header-account-title h1 {
  color: #282828;
  font-weight: 700;
  line-height: 2rem;
  font-size: 2.5rem;
  max-width: 700px;
  padding: 0;
  margin-top: 15px;
  display: block;
}
.lastlogin {
  color: #282828;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.myaccount__subheading {
  font-weight: 700;
}
.attach-file p.search__signoff,
.home-banner__wrapper
  form.is-search-form.is-form-style.is-form-style-3.is-form-id-10063.is-ajax-search,
.single-product.woocommerce div.product,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
form.woocommerce-EditAccountForm.edit-account fieldset {
  margin-bottom: 30px;
}
.edit-account .form-row input {
  box-shadow: none;
  border: 1px solid transparent;
}
.woocommerce .edit-account .form-row input.input-text,
.woocommerce .edit-account .form-row label {
  display: inline-block;
  width: auto;
  padding: 0;
  line-height: 55px;
  vertical-align: middle;
  height: 55px;
  color: #282828;
}
.popup_inner .cart-graded-wrap,
.view-order,
div#gform_wrapper_7,
p.reset-confirm {
  padding: 0 20px;
}
tr.tr-details.order-vat span.woocommerce-Price-amount.amount,
tr.tr-details.order-vat td {
  font-size: 16px !important;
}
tr.tr-details.grand-total td,
tr.tr-details.grand-total td .amount {
  background: #0cbc46 !important;
  color: #fff !important;
  font-size: 22px;
  font-weight: 600 !important;
}
.woocommerce
  table.shop_table.woocommerce-MyAccount-orders
  .view-order
  tr.order_item
  td {
  border-left: none !important;
  border-right: none !important;
}
.woocommerce form.edit-account .form-row {
  margin: 0;
  padding: 0 15px;
  border: 1px solid #dcdcdc;
}
.woocommerce form.edit-account .form-row input,
.woocommerce form.edit-account .form-row input.input-text,
.woocommerce form.edit-account .form-row span.address-wrapper input,
.woocommerce form.edit-account .form-row span.password-input {
  float: right;
  text-align: right;
  font-weight: 700;
  width: 100%;
  margin-bottom: 5px;
}
p.imdalast {
  float: right;
}
.edit-account fieldset,
.woocommerce form.edit-account .form-row.last-row {
  border-bottom: 1px solid #dcdcdc;
}
.about-panel-left__column,
.about-panel-right,
.account-wrapper,
.col-1 .col-custom,
.myaccount .woocommerce-MyAccount-navigation ul,
.thwma-adr-box.address-box .thwma-main-content,
.woocommerce .cart_totals table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-cart table.shop_table tbody,
.woocommerce-checkout-review-order tr.order-total td,
.woocommerce-page .cart_totals table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-table--order-details.shop_table tr,
body.home.page-template,
section.about-panel-left,
table.shop_table.woocommerce-checkout-review-order-table tbody,
table.shop_table.woocommerce-checkout-review-order-table tfoot {
  background: #fff;
}
.wishlist_table th.product-add-to-cart,
.woocommerce-cart table.shop_table th.product-remove,
table.shop_table.woocommerce-MyAccount-orders
  th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions,
th.woocommerce-table__product-table.product-total {
  border-top-right-radius: 0.5rem;
}
.yith-wcwl-add-button {
  opacity: 0;
  pointer-events: none;
}
.logged-in .yith-wcwl-add-button {
  opacity: 1;
  pointer-events: auto;
}
table.wishlist_table.shop_table tbody td,
table.wishlist_table.shop_table thead th {
  border-color: #e7e7e7;
  font-size: 14px;
  padding: 10px 5px;
}
.wishlist_table,
table.shop_table.woocommerce-MyAccount-orders {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border: none;
  text-align: center;
  border-collapse: collapse;
}
.woocommerce
  table.shop_table.woocommerce-MyAccount-orders
  tr.view-order-table
  td {
  border: 1px solid #fff !important;
  background: #fff;
  border-top: 8px solid #fff !important;
}
.wishlist_table tr > td,
.woocommerce table.shop_table.woocommerce-MyAccount-orders tr > td {
  border: 1px solid #f8f8f8;
  background: #fff;
  border-top: 8px solid #f8f8f8;
}
.wishlist_table th,
.woocommerce table.shop_table.woocommerce-MyAccount-orders th {
  text-align: center;
  border-right: 2px solid #fff;
  background: #40a2de;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce table.shop_table.woocommerce-MyAccount-orders .view-order tr td {
  border: 2px solid #f7f7f7;
  border-bottom: 2px solid #fff;
  background: #f7f7f7;
  text-align: center;
}
.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
  width: 100%;
  padding-right: 0;
  position: relative;
}
.u-column2.col-2.woocommerce-Address .edit {
  right: 15px;
  background: #f07328 !important;
  color: #fff;
  padding: 0.65rem 0.6rem !important;
  font-size: 18px;
  border-radius: 0;
  font-weight: 700;
  display: inline;
  border: 4px solid #f07328;
  width: 100%;
  text-align: center;
}
.u-column2.col-2.woocommerce-Address .edit:hover {
  color: #fff !important;
  background: #ec6502 !important;
}
.u-columns.woocommerce-Addresses.col2-set.addresses,
.wpfFilterWrapper .wpfCheckbox label,
p.inv-validation,
td.btn-shop a {
  margin-top: 10px;
}
.thmaf-thslider-box {
  padding-left: 0;
}
.th-head h3,
.woocommerce-account .addresses .title h3,
header.woocommerce-address-title.title h3 {
  background: #0b1d48;
  color: #fff;
  padding: 0.8rem 1rem 0.3rem;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  line-height: 2.8rem;
  margin: 1.5rem 0 0;
  width: 100%;
}
.addfooter,
address {
  padding: 15px;
  border: 1px solid #dcdcdc;
  background: #fff;
}
.thwma-acnt-cus-addr.th-custom-address,
div.single_variation_wrap,
header.woocommerce-address-title.title h3 {
  padding-top: 0;
}
.btn-continue.address-wrapper button {
  font-size: 16px;
}
.customer-login .account-wrapper,
.home.woocommerce,
.logged-in.single-product
  .archive.related-products
  .yith-wcwl-add-to-wishlist:last-of-type,
.thmaf-my-acnt.th-custom,
.thwma_my_acnt.th-custom,
.wishlist-items-wrapper dl.variation,
.woocommerce .col2-set .col-1,
.woocommerce-account .addresses .title h3,
.woocommerce-page .col2-set .col-1,
.wpfFilterWrapper .wpfFilterContent.wpfBlockAnimated.wpfHide,
h3.myaccount__tab {
  margin-top: 0;
}
.complete-aaddress,
address {
  font-size: 18px;
}
.thmaf-thslider-viewport .complete-aaddress {
  font-size: 18px;
  min-height: auto;
  margin-bottom: 15px;
}
address {
  margin-top: 20px;
}
.addfooter {
  border-top: none;
}
input.addprimarychck:before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  top: -8px;
  left: 0;
  border: 2px solid #005789;
  border-radius: 3px;
  background-color: #fff;
  visibility: visible;
  color: #005789;
}
input.addprimarychck {
  visibility: hidden;
  position: relative;
  margin-right: 35px;
  margin-bottom: 20px;
}
input.addprimarychck:after {
  content: "";
  display: block;
  width: 9px;
  height: 24px;
  border: solid #005789;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -9px;
  left: 9px;
  visibility: visible;
  opacity: 1;
}
.u-column1.col-1.woocommerce-Address a.edit {
  right: 20px;
  background: #fff;
  color: #f07328;
  padding: 0.65rem 0.6rem;
  font-size: 18px;
  border-radius: 0;
  font-weight: 700;
  display: inline;
  border: 4px solid #f07328;
  width: 100%;
  text-align: center;
}
u-column1.col-1.woocommerce-Address a.edit:hover {
  background: #fdefe7;
}
.address-text:first-line,
address:first-line {
  font-weight: 700;
  display: inline;
  line-height: 40px;
}
.thmaf-thslider-viewport li.thmaf-thslider-item,
.thmaf-thslider-viewport li.thmaf-thslider-item_c {
  border: 1px solid #dcdcdc;
  width: 100%;
  margin: 0 0 20px;
}
.thmaf-adr-box.address-box {
  border: none;
  background: #fff;
}
.woocommerce-view-order .order_details thead th {
  background-color: #005789;
}
.woocommerce-view-order .woocommerce-MyAccount-content p {
  padding: 0;
  margin-bottom: 15px;
}
mark {
  font-weight: 700;
}
.woocommerce-view-order .order_details {
  table-layout: auto;
  background: #fff;
}
.woocommerce-view-order td.woocommerce-table__product-name.product-name,
table.shop_table.woocommerce-checkout-review-order-table th.product-name {
  width: 80%;
}
.woocommerce table,
.woocommerce table.my_account_orders {
  font-size: 16px;
  line-height: normal;
}
.woocommerce table.my_account_orders td {
  padding: 10px 8px;
}
.woocommerce-MyAccount-orders h2 {
  text-align: left;
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 5px;
}
.woocommerce-MyAccount-orders
  tfoot.order-ty
  span.woocommerce-Price-amount.amount {
  color: #00548a;
  font-size: 20px;
  font-weight: 400;
}
.account-detail-text {
  font-weight: 700;
  float: right;
  height: 100%;
  line-height: 55px;
  text-align: right;
}
p.order-ref {
  text-align: left;
  font-size: 18px;
}
.view-order table.shop_table th {
  padding: 10px;
  font-weight: 400;
}
.view-order .woocommerce-order-details,
.woocommerce-qty-custom {
  padding-bottom: 20px;
}
.view-order-table > td {
  border-color: #fff;
  padding: 0 15px;
}
.view-order-table .product-name,
.view-order-table strong.product-quantity,
.view-order-table tbody td span.woocommerce-Price-amount.amount,
.view-order-table td.product-code,
.view-order-table tr.tr-details.Total\:,
.view-order-table ul.wc-item-meta p {
  color: #898989;
  font-weight: 400;
}
th.woocommerce-table__product-name.product-name-order {
  width: 45%;
}
.woocommerce
  table.shop_table.woocommerce-MyAccount-orders
  .view-order
  tfoot.order-ty
  tr.custom-subtotal
  td:first-child,
.woocommerce
  table.shop_table.woocommerce-MyAccount-orders
  .view-order
  tfoot.order-ty
  tr.tr-details
  td:first-child {
  text-align: right !important;
  font-size: 20px;
  font-weight: 400;
  padding-right: 27px;
  border-right: none !important;
  color: #898989;
}
.woocommerce
  table.shop_table.woocommerce-MyAccount-orders
  .view-order
  tfoot.order-ty
  tr.custom-subtotal
  td:nth-child(2),
.woocommerce
  table.shop_table.woocommerce-MyAccount-orders
  .view-order
  tfoot.order-ty
  tr.tr-details
  td:nth-child(2) {
  border-left: none !important;
}
tfoot.order-ty tr.tr-details.Additional\:,
tr.custom-subtotal {
  display: table-row !important;
}
.wrap-problem-orderagain {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.wrap-problem-orderagain .problem-order h4 {
  font-size: 22px;
  font-weight: 400;
  padding: 0;
}
.wrap-problem-orderagain .problem-order h4 a {
  color: #00548a;
  font-weight: 600;
}
.wrap-problem-orderagain p.order-again i.fa.fa-retweet {
  margin-right: 10px;
  font-size: 20px;
}
#wrap-upload,
.woocommerce #content table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button {
  display: block;
  width: 100%;
}
.upload-invoice-custom {
  text-align: left;
  margin-top: 15px;
  height: 25px;
}
.upload-invoice-custom button {
  all: unset;
  cursor: pointer;
  color: #f07328;
  font-weight: 600;
  display: flex;
  align-items: center;
  float: left;
  margin-right: 10px;
}
.upload-invoice-custom button img {
  max-width: 20px !important;
  margin-top: -4px;
}
.invoice-div {
  max-width: 400px;
  z-index: -1;
  position: absolute;
}
.custom-loader {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: conic-gradient(rgba(0, 0, 0, 0) 10%, #f07328);
  -webkit-mask: radial-gradient(
    farthest-side,
    rgba(0, 0, 0, 0) calc(100% - 8px),
    #000 0
  );
  animation: 1s linear infinite s3;
  display: inline-block;
}
@keyframes s3 {
  to {
    transform: rotate(1turn);
  }
}
.order-status-history-wrap .order_details_content {
  display: flex;
  flex-direction: column;
  width: 70%;
}
.order-status-history-wrap .order_details_content .order-ref-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.woocommerce button.button.back-btn,
.woocommerce button.button.continue {
  min-width: unset;
  width: unset;
  max-width: unset;
  padding: 20px !important;
}
#shipping_method li:last-child button {
  height: unset !important;
}
.single-product .grade-a-tooltip {
  font-size: 1.05rem;
  line-height: 2rem;
}
.single-product .grade-a-tooltip span {
  font-weight: 600;
  font-size: 1.2rem;
  color: #0b1d48;
}
.single-product__title {
  font-size: 1.95rem;
  font-weight: 500;
  border-bottom: 1px solid #939393;
  padding-bottom: 1.1rem;
  line-height: 2.55rem;
  margin-bottom: 1.8rem;
}
.single-product__itemsummary {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-align: left;
  border-bottom: 1px solid #000;
  padding: 0.3rem 0 0.8rem;
}
@media (min-width: 1024px) {
  .contact__col:first-child {
    width: 61.5%;
    margin-right: 11%;
  }
  .contact__col:nth-child(2) {
    width: 27.5%;
  }
  .contact__address {
    font-size: 16px;
  }
  .contact .wpcf7-form .contact__col1,
  .contact .wpcf7-form .contact__col2 {
    width: 45%;
    margin-right: 5%;
  }
  .single-product .grade-a-tooltip span {
    font-size: 1.3rem;
  }
  .single-product__itemsummary {
    font-size: 1.65rem;
    line-height: 1.8rem;
    text-align: center;
  }
}
.single-product__orderlist {
  padding: 1rem 0;
  border-bottom: 1px solid #000;
  display: none;
}
.customer-login.container .col2-set .col-2,
.gform_wrapper.gravity-theme .ginput_complex,
.popup_container .woocommerce-variation-description,
.related-products .wpcf7-form-active,
.shop-page .wpcf7-form-active,
.single-product .yith-wcwl-wishlistexistsbrowse a,
.single-product__orderlist--show,
.woocommerce-checkout .four-step-process-outer,
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link,
button.button.alt {
  display: block;
}
.single-product__orderheading {
  margin-bottom: 0.9rem;
  display: block;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.single-product__ordersubheading {
  display: block;
  color: #0b1d48;
  font-weight: 600;
  font-size: 1.15rem;
  margin-bottom: 0.9rem;
  margin-top: 0.15rem;
}
.single-product button.button {
  background: #f07328;
}
.single-product button.button:hover {
  background: #be500d;
}
.single-product .shop-page__offerprice {
  margin-top: 0.9rem;
}
.single-product .summary {
  padding: 0.6rem 1rem 0;
  height: 100%;
  border: 3px solid #e2e2e2;
  background: #fff;
}
.single-product .summary .price {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.single-product .summary .amount {
  font-size: 1.8rem;
  border-bottom: 2px solid;
}
.single-product .container-custom {
  max-width: 1100px;
  padding: 0 2rem;
  margin-left: auto;
  margin-right: auto;
}
.single-product .container-custom main {
  max-width: 1100px;
  margin: auto;
}
.single-product button.button.alt {
  background-color: #f07328;
  color: #fff;
  display: block;
  width: 100%;
  border-radius: 0;
  font-size: 1rem;
  padding: 0.95rem 0.5rem;
  margin-top: 0.6rem;
}
.single-product .yith-wcwl-wishlistexistsbrowse {
  justify-content: center;
}
.single-product
  .entry-summary
  button.single_add_to_cart_button.button.alt.added:before {
  content: "Product in basket";
  position: absolute;
  color: #fff;
  left: -32px;
  right: 0;
  font-family: Roboto, sans-serif;
}
.single-product button.single_add_to_cart_button.button.alt.added {
  color: #f07328;
  transition: none;
}
.single-product button.single_add_to_cart_button.button.alt.added:after {
  color: #fff;
  position: absolute;
}
.single-product-page {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.single-product-page .product-option {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 2rem 0 0.3rem;
  color: #0af !important;
}
.single-product-page span.custom-text {
  font-weight: 400;
  margin-right: 8px;
}
.single-product-page .guide {
  line-height: normal;
  margin-bottom: 20px;
  font-weight: 400;
}
.single-product-page .guide a {
  color: #e66010;
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}
.single-product-page
  .variable-item.button-variable-item.button-variable-item-a.selected,
.single-product-page
  .variable-item.button-variable-item.button-variable-item-b.selected {
  background: #f07328;
  border-radius: 0.6rem !important;
  border: none !important;
  box-shadow: none !important;
  z-index: 9;
  color: #fff !important;
  width: 55% !important;
}
.single-product-page .variable-item.button-variable-item.button-variable-item-a,
.single-product-page
  .variable-item.button-variable-item.button-variable-item-b {
  border-radius: 0.6rem !important;
  box-shadow: none !important;
  border: 1px solid #e3e3e3;
  width: 55% !important;
}
.single-product-page button.single_add_to_cart_button.button:before {
  font-size: 22px;
  color: #fff;
  position: relative;
  padding: 0;
  font-family: "Font Awesome 5 Free";
  margin-right: 12px;
  content: "\f07a";
}
.single-product-page__left {
  width: 98%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-right: 2%;
}
.single-product-page__leftinner:first-child {
  width: 40%;
  height: auto;
}
.single-product-page__leftinner:nth-child(2) {
  min-height: auto;
}
@media (min-width: 768px) {
  .single-product-page {
    flex-direction: unset;
  }
  .single-product-page__left {
    width: 64%;
  }
  .single-product-page__leftinner:nth-child(2) {
    width: 67%;
    min-height: 330px;
  }
}
@media (min-width: 1024px) {
  .single-product__orderheading {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .single-product__ordersubheading {
    font-size: 1.3rem;
  }
  .single-product .summary {
    padding: 0.6rem 1.5rem 0;
  }
  .single-product button.button.alt {
    font-size: 1.55rem;
    padding: 0.95rem;
  }
  .single-product-page__left {
    flex-grow: 1;
  }
  .single-product-page__leftinner:nth-child(2) {
    width: 67%;
    min-height: 300px;
  }
}
.single-product-page__leftinner:nth-child(3) {
  width: 100%;
  border-top: 1px solid #000;
}
.administrator .woofc-data:first-child,
.administrator tfoot.customtfoot tr.vat,
.administrator.woocommerce-cart tr.tax-total,
.archive.post-type-archive .wpfFilterButtons a.viewall,
.customer .woofc-data:first-child,
.logged-out .woofc-data:first-child,
.logged-out tr.tax-total,
.single-product-page__leftinner:nth-child(3) .drum-units,
.single-product-page__leftinner:nth-child(3) .ink-cartridges,
.single-product-page__leftinner:nth-child(3) .parts,
.single-product-page__leftinner:nth-child(3) .toner-cartridges,
.single-product-page__leftinner:nth-child(3) .uncategorised,
tr.tr-details.Deduction\: {
  display: none !important;
}
.single-product-page__bottom,
.single-product-page__right {
  width: 100%;
  height: auto;
}
.single-product-page__right .woocommerce-variation-price-custom {
  border-top: 1px solid #e3e3e3;
  padding-top: 20px !important;
  margin-top: 20px;
  padding-bottom: 20px;
}
.single-product-page .woocommerce-tabs h2 {
  color: #0b1d48;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0.45rem 0 0.3rem;
}
.single-product-page__eco {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.single-product-page__ecosubtitle {
  color: #0af;
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
  width: 85%;
  font-weight: 700;
}
.single-product-page__ecotitle {
  color: #84b24c;
  font-weight: 600;
  font-size: 20px;
  padding: 0;
  line-height: 1.25rem;
  width: 85%;
}
.single-product-page img {
  width: 100%;
  margin-top: 0;
  height: 100%;
}
.single-product-page__sellink {
  font-size: 1.42rem;
  margin: 2.5rem 0;
  align-items: center;
  justify-content: space-between;
}
.single-product-page__sellink img {
  max-width: 80px;
  height: 36px;
  width: auto;
}
.single-product-page__sellink a {
  color: #e66010;
  text-decoration: underline;
  font-weight: 600;
  padding: 0 0 0 0.8rem;
}
.single-product-page .cart .quantity {
  position: relative;
  left: 0;
  top: 0;
}
.single-product-page__description span {
  margin-right: 0.7rem;
  line-height: 1.6rem;
}
.single-product-page__description--heading {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0.45rem 0 0.3rem;
}
.related h2 {
  font-size: 1.95rem;
  font-weight: 500;
}
.fpf-fields {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.fpf-fields__grade-heading {
  color: #0af;
  font-size: 1.2rem;
  line-height: 1.9rem;
  padding-bottom: 0.5rem;
  padding-top: 0;
  margin-bottom: 0.5rem;
  margin-top: -0.9rem;
}
.fpf-fields .grade-a-tooltip {
  padding: 0;
  font-size: 0.88rem;
  line-height: 1.5rem;
}
.fpf-heading:first-child {
  width: 100%;
  padding: 0;
  box-shadow: none;
}
.fpf-radio .radio {
  background: url("") 80px center/22px no-repeat #fff;
  padding: 0.4rem 0.3rem 0.4rem 0.55rem;
  margin-bottom: 0.5rem;
  border: 1px solid #0b1d48;
  font-weight: 600;
  color: #0b1d48;
  cursor: pointer;
  transition: background 0.15s ease-in;
  font-size: 1rem;
}
.fpf-radio .radio-clicked,
.fpf-radio .radio:hover {
  background: url("/wp-content/themes/fluidpress/images/grade-a-new.png") 95%
    center/19px no-repeat #0b1d48;
  color: #fff;
}
@media (min-width: 585px) {
  .header .woocommerce-Price-amount {
    display: block;
  }
  .hamburger {
    padding: 7px 0 15px 24px;
  }
  .header-top {
    padding: 0.1rem;
  }
  .promo-1 {
    margin-top: 4.1rem;
  }
  .contact__content {
    font-size: 16px;
  }
  .contact__heading {
    font-size: 2.35rem;
  }
  .single-product-page__eco {
    width: 505px;
  }
  .single-product-page__ecosubtitle,
  .single-product-page__ecotitle {
    width: 90%;
  }
  .single-product-page img {
    width: 100%;
    margin-top: 0;
  }
  .fpf-radio .radio-clicked,
  .fpf-radio .radio:hover {
    background-size: 19px;
    background-position: 98% center;
  }
}
@media (min-width: 768px) {
  .single-product-page__right {
    width: 34%;
    min-width: 300px;
  }
  .single-product-page .cart .quantity {
    position: absolute;
    left: 25%;
    top: 12.5rem;
  }
  .fpf-fields {
    left: 26%;
    width: 44%;
    position: absolute;
  }
  .fpf-radio {
    width: 30%;
    margin-right: 6%;
  }
  .fpf-radio .radio {
    font-size: 0.8rem;
  }
  .fpf-radio .radio-clicked,
  .fpf-radio .radio:hover {
    background-size: 16px;
    background-position: 89% center;
  }
}
@media (min-width: 1024px) {
  .single-product-page__right {
    width: 30%;
  }
  .fpf-fields {
    left: 24%;
    width: 40%;
  }
  .fpf-fields__grade-heading {
    margin-bottom: 0;
    margin-top: 0;
  }
  .fpf-radio {
    width: 30%;
    margin-right: 6%;
  }
  .fpf-radio .radio {
    font-size: 1rem;
  }
  .fpf-radio .radio:hover {
    background-size: 16px;
    background-position: 89% center;
  }
}
@media (min-width: 1024px) {
  .fpf-radio .radio-clicked {
    background-size: 16px;
    background-position: 89% center;
  }
}
.fpf-radio input {
  opacity: 0;
  margin-left: -0.6rem;
  width: 1px;
  height: 1px;
}
.fpf-heading {
  width: 100%;
  margin-left: 0.3rem;
  padding: 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.fpf-totals {
  width: 100%;
  float: right;
}
.fpf-totals dl {
  width: 100%;
  overflow: unset;
  text-align: right;
  float: right;
}
.fpf-totals dl dt {
  font-weight: 500;
  font-size: 1.3rem;
  width: 50%;
  display: none;
}
.fpf_totals_2_show {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: -0.5rem;
  float: left;
}
.fpf_totals_2 dl dt {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.fpf-totals dl dd {
  color: #0af;
  font-size: 2.55rem;
  text-align: center;
  font-weight: 500;
  width: 100%;
  float: right;
  margin-top: 1.38rem;
}
.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  justify-content: space-between;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 23%;
  margin: 0;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  clear: none;
}
.related-products ul.products li.first,
.search ul.products li.first,
.sidebar,
.woocommerce #content table.cart td.actions .coupon::after,
.woocommerce table.cart td.actions .coupon::after,
.woocommerce ul.products li.first,
.woocommerce-page #content table.cart td.actions .coupon::after,
.woocommerce-page table.cart td.actions .coupon::after,
.woocommerce-page ul.products li.first {
  clear: both;
}
.woocommerce button.button.alt:hover,
div#checkout_promo_code button:hover {
  background: #d65a0f;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 1em;
}
.related-products ul.products li.product {
  width: 30.5%;
  flex: 0 0 31.3%;
}
.attach-file {
  padding: 3% 0;
}
.search .shop-page {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin: 0 auto 4rem;
}
.search .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.search .wpcf7-form .wpcf7-form-control {
  font-size: 1.05rem;
  border-radius: 0.4rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  margin: 0.4rem 0 1rem;
}
.search .wpcf7-form .wpcf7-form-control:focus-visible {
  outline: #f07328 solid 1px;
  border-radius: 0;
}
.search__upload {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.search__col {
  width: 100%;
  margin-right: 2%;
}
@media (min-width: 585px) {
  .fpf-heading {
    margin-left: 0;
    width: 64%;
  }
  .search__col {
    width: 48%;
  }
}
.search__colfavourites {
  width: 100%;
  margin-right: 0;
}
.search__colfavourites .search_favourites {
  margin-bottom: 1rem;
}
.search__colfavourites .search_favourites i {
  font-size: 2rem;
  vertical-align: middle;
  color: #0b1d48;
  margin-right: 0.3rem;
}
.search__col input {
  width: 100%;
  color: #939393;
  padding: 0.7rem 1rem;
}
.search__col .wpcf7-select {
  width: 100%;
  padding: 0.7rem 0.8rem;
  color: #939393;
  font-weight: 300;
}
.search__col2 {
  width: 100%;
  margin-top: 20px;
}
.search__subheading {
  font-weight: 600;
  font-size: 1.42rem;
}
.search__content {
  width: 80%;
  line-height: 2.05rem;
}
.search .wpcf7-submit {
  background: #f07328;
  width: auto;
  color: #fff;
  padding: 1rem 3.5rem;
  font-weight: 500;
  cursor: pointer;
}
.search__signoff a {
  color: #00f;
  text-decoration: underline;
}
.search-similar__heading {
  font-weight: 600;
  margin-top: 3rem;
}
.search ul.products li.product {
  margin: 0 1.4% 1.5em 0;
  width: 31.933%;
  float: left;
  position: relative;
}
.search a.button,
.search button.button,
.search input.button {
  color: #fff;
  background-color: #f07328;
}
.search ul.products li.product .search-loop-category__title,
.search ul.products li.product .search-loop-product__title,
.search ul.products li.product h3 {
  padding: 0.5em 0;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.2rem;
  color: #0b1d48;
}
.tax-product_cat .container-custom,
.woocommerce-shop .container-custom {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.related-products,
.shop-page {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media (min-width: 1024px) {
  .fpf-totals {
    width: 50%;
  }
  .fpf_totals_2_show {
    width: 50%;
    margin-top: 2.08rem;
    margin-bottom: 0;
  }
  .fpf_totals_2 dl dt {
    text-align: left;
  }
  .fpf-totals dl dd {
    text-align: right;
  }
  .related-products ul.products li.product {
    width: 23.6%;
  }
  .related-products__outer,
  .shop-page__outer {
    width: 73%;
  }
}
.related-products__sidebar,
.shop-page__sidebar {
  width: 100%;
  margin: 0 0 2rem;
}
@media (min-width: 1024px) {
  .related-products__sidebar,
  .shop-page__sidebar {
    width: 24%;
    margin-right: 3%;
    display: block;
  }
}
.related-products__sidebar--inner,
.shop-page__sidebar--inner {
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  padding: 1rem;
  border-radius: 10px;
}
.related-products__filter--heading,
.shop-page__filter--heading {
  color: #00aeec;
  font-weight: 600;
  padding: 12px 0 15px;
  line-height: normal;
  border-bottom: 2px solid #e3e3e3;
}
.related-products__heading,
.shop-page__heading {
  font-weight: 600;
  line-height: 3rem;
  padding: 0 0 1rem;
  font-size: 1.9rem;
}
.related-products .woocommerce-result-count,
.shop-page .woocommerce-result-count {
  padding: 0;
  font-size: 0.82rem;
  font-weight: 400;
  margin-right: 1.5rem;
}
.related-products .woocommerce-ordering select,
.shop-page .woocommerce-ordering select {
  box-shadow: none;
  background: 0 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-left: -3px;
}
.related-products .woocommerce-ordering select:focus-visible,
.shop-page .woocommerce-ordering select:focus-visible {
  outline: 0;
}
.related-products .woocommerce-ordering,
.shop-page .woocommerce-ordering {
  float: left;
  border: none;
  box-shadow: none;
  font-size: 0.8rem;
}
.related-products__offerprice,
.shop-page__offerprice {
  color: #000;
  padding: 0 0.6rem 0 0;
  font-size: 16px;
}
.related-products .woocommerce-Price-amount,
.shop-page .woocommerce-Price-amount {
  font-weight: 500;
  color: #0af;
  font-size: 1.7rem;
}
.related-products a.button,
.shop-page a.button {
  display: block;
  width: 100%;
  border-radius: 0;
  font-size: 1.15rem;
  letter-spacing: 0.01rem;
  font-weight: 500;
  padding: 0.85rem 2rem;
}
.related-products ul.products li.product .related-products__wrapper,
.related-products ul.products li.product .shop-page__wrapper,
.shop-page ul.products li.product .related-products__wrapper,
.shop-page ul.products li.product .shop-page__wrapper {
  padding: 0 1.3rem 1.3rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #c6c6c6;
  background: #fff;
}
.related-products ul.products li.product .related-products__wrapper:hover,
.related-products ul.products li.product .shop-page__wrapper:hover,
.shop-page ul.products li.product .related-products__wrapper:hover,
.shop-page ul.products li.product .shop-page__wrapper:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
}
.related-products
  ul.products
  li.product
  .related-products__wrapper
  .custom-button,
.related-products ul.products li.product .shop-page__wrapper .custom-button,
.shop-page ul.products li.product .related-products__wrapper .custom-button,
.shop-page ul.products li.product .shop-page__wrapper .custom-button {
  display: block;
  text-align: center;
  width: 140px;
  font-size: 1.17rem;
  border-radius: 1.3rem;
  margin: 0.8rem auto 1.2rem;
}
.related-products ul.products li.product .related-products__wrapper img,
.related-products ul.products li.product .shop-page__wrapper img,
.shop-page ul.products li.product .related-products__wrapper img,
.shop-page ul.products li.product .shop-page__wrapper img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-bottom: 0;
}
.related-products__qty,
.shop-page__qty {
  font-size: 0.67rem;
  color: #0b1d48;
  margin-bottom: 0.2rem;
  display: inline-block;
}
.related-products__category,
.shop-page__category {
  font-weight: 600;
  color: #005789;
  text-align: right;
  position: absolute;
  right: 6px;
  top: 4px;
  padding: 0;
  font-size: 0.85rem;
}
.related-products__categoryfav,
.shop-page__categoryfav {
  text-align: left;
  position: absolute;
  left: 0.65rem;
  top: 0.3rem;
  color: #6cf;
}
.related-products__email,
.shop-page__email {
  background: #f07328;
  color: #fff;
  padding: 0.6rem 0.8rem 0.8rem;
  text-decoration: underline;
  font-weight: 500;
  font-size: 0.7rem;
  right: 1rem;
  position: absolute;
  top: 2.8rem;
  cursor: pointer;
  display: none;
}
.related-products__email i,
.shop-page__email i {
  font-size: 1.1rem;
  padding-left: 0.8rem;
}
.related-products .search .wpcf7-form,
.shop-page .search .wpcf7-form {
  margin: 2rem 0;
  display: none;
}
.sidebar {
  display: none;
}
.woocommerce .quantity .qty {
  box-shadow: none;
  color: #f07328;
  font-size: 0.9rem;
  border-radius: 0.6rem;
  border: 1px solid #e3e3e3;
  padding: 0.4rem 0.1rem;
  margin-right: 0.5rem;
  z-index: 9;
  position: relative;
  font-weight: 700;
}
.woocommerce .quantity .qty:focus-visible {
  outline: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0.5em 0 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.35rem;
  font-weight: 700;
  color: #0b1d48;
}
@media (min-width: 585px) {
  .related-products__heading,
  .shop-page__heading {
    font-size: 2.5rem;
  }
  .related-products ul.products li.product .related-products__wrapper,
  .related-products ul.products li.product .shop-page__wrapper,
  .shop-page ul.products li.product .related-products__wrapper,
  .shop-page ul.products li.product .shop-page__wrapper {
    padding: 0.5rem 1.3rem 1.3rem;
  }
  .related-products ul.products li.product .related-products__wrapper img,
  .related-products ul.products li.product .shop-page__wrapper img,
  .shop-page ul.products li.product .related-products__wrapper img,
  .shop-page ul.products li.product .shop-page__wrapper img {
    width: 90%;
  }
  .related-products__email,
  .shop-page__email {
    display: inline;
  }
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3 {
    line-height: normal;
    min-height: 72px;
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .woocommerce div.product div.images,
  .woocommerce-page div.product div.images {
    width: 33%;
  }
  .search__col {
    width: 31%;
  }
  .related-products ul.products li.first,
  .search ul.products li.first,
  .woocommerce ul.products li.first,
  .woocommerce-page ul.products li.first {
    clear: none;
  }
  .related-products__email,
  .shop-page__email {
    font-size: 0.93rem;
    padding: 0.9rem 1.5rem 0.9rem 1.3rem;
  }
  .related-products__email i,
  .shop-page__email i {
    font-size: 1.4rem;
  }
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3 {
    line-height: normal;
    min-height: 65px;
    font-weight: 700;
  }
}
@media (min-width: 1024px) {
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3 {
    line-height: 1.2rem;
    min-height: 65px;
    font-weight: 700;
  }
}
.related-products ul.products li.product .woocommerce-loop-product__title,
.related-products ul.products li.product h3 {
  padding: 0.5em 0;
  margin: 0;
  min-height: auto;
  font-size: 1em;
  line-height: 1.35rem;
  color: #0b1d48;
  font-weight: 400;
}
@media (min-width: 585px) {
  .related-products ul.products li.product .woocommerce-loop-product__title,
  .related-products ul.products li.product h3 {
    font-size: 1.02em;
    line-height: 1.4rem;
    min-height: 82px;
  }
  .container.py-5 p,
  p.reset-confirm {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
}
@media (min-width: 1024px) {
  .related-products ul.products li.product .woocommerce-loop-product__title,
  .related-products ul.products li.product h3 {
    font-size: 0.85em;
    line-height: 1.2rem;
    min-height: 72px;
  }
}
@media (min-width: 1200px) {
  .header__account--left {
    margin-right: 12px;
  }
  .promo-1__col {
    width: 50%;
  }
  .promo-2__col {
    width: 100%;
  }
  .promo-2__btn {
    margin-top: 1rem;
  }
  .contact__heading {
    font-size: 2.35rem;
    padding: 0;
    margin: 0;
    line-height: normal;
  }
  .contact .wpcf7-form .contact__col-icon {
    font-size: 16px;
  }
  .contact .wpcf7-form .contact__col:nth-child(5) input {
    margin-top: 0;
    margin-bottom: 0;
  }
  .contact .wpcf7-form .contact__col:nth-child(5) .wpcf7-list-item {
    margin: 0 0 0 1em;
  }
  .single-product__itemsummary {
    font-size: 1.85rem;
    line-height: 2rem;
  }
  .fpf-radio {
    width: 30%;
    margin-right: 6%;
  }
  .fpf-radio .radio {
    background-size: 30px;
    font-size: 1rem;
  }
  .fpf-radio .radio-clicked,
  .fpf-radio .radio:hover {
    background-size: 28px;
    background-position: 80px center;
  }
  .search ul.products li.product {
    width: 23.6%;
  }
  .search ul.products li.first {
    clear: both;
  }
  .related-products__outer,
  .shop-page__outer {
    width: 77%;
  }
  .related-products__sidebar,
  .shop-page__sidebar {
    width: 20%;
  }
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3 {
    font-size: 18px;
    line-height: 1.2rem;
    min-height: 45px;
    font-weight: 700;
  }
  .related-products ul.products li.product .woocommerce-loop-product__title,
  .related-products ul.products li.product h3 {
    min-height: 72px;
  }
  .term-top-products .shop-page__outer {
    width: 100% !important;
    max-width: 1240px;
    margin: 40px auto 0;
  }
}
@media (min-width: 1496px) {
  .section__title {
    padding-bottom: 5rem;
  }
  .contact .wpcf7-form .contact__col-icon {
    font-size: 16px;
  }
  .single-product .container-custom {
    max-width: 1250px;
    padding: 0;
  }
  .single-product-page__leftinner:nth-child(2) {
    width: 67%;
    min-height: 295px;
  }
  .fpf-radio .radio,
  .fpf-radio .radio-clicked,
  .fpf-radio .radio:hover {
    background-position: 100px center;
    background-size: auto;
  }
  .tax-product_cat .container-custom {
    max-width: 1500px;
  }
  .woocommerce-shop .container-custom {
    max-width: 1500px;
    padding: 0;
  }
  .related-products ul.products li.first,
  .woocommerce ul.products li.first,
  .woocommerce-page ul.products li.first {
    clear: both;
  }
  .related-products ul.products li.product .woocommerce-loop-product__title,
  .related-products ul.products li.product h3 {
    min-height: 54px;
  }
  .header__col:nth-child(3) {
    width: 27.5%;
  }
}
.woocommerce a.product_type_simple,
.woocommerce a.product_type_variation,
.woocommerce button.product_type_simple,
.woocommerce input.product_type_simple {
  color: #0b1d48;
  background-color: #fff;
  padding: 0.3rem 0.7rem;
  border-radius: 0.9rem;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid #0b1d48;
  display: inline;
  transition: 0.1s ease-in;
  cursor: pointer;
}
.woocommerce a.added,
.woocommerce a.product_type_simple:hover,
.woocommerce button.added,
.woocommerce button.product_type_simple:hover,
.woocommerce input.added,
.woocommerce input.product_type_simple:hover {
  color: #fff;
  background-color: #0b1d48;
  padding: 0.3rem 0.7rem;
  border-radius: 0.9rem;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid #0b1d48;
  display: inline;
}
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
  font-family: "Font Awesome 5 Free";
  content: "\f560";
  margin-left: 0.53em;
  vertical-align: middle;
  font-weight: 900;
}
.woocommerce a.product_type_simple::after,
.woocommerce a.product_type_variation::after,
.woocommerce button.product_type_simple::after,
.woocommerce input.product_type_simple::after {
  font-family: "Font Awesome 5 Free";
  content: "\f291";
  margin-left: 0.53em;
  vertical-align: middle;
  font-weight: 900;
}
.woocommerce-page .wpfFilterWrapper label {
  line-height: 1.7;
  color: #666;
  font-size: 1.15rem;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center;
  margin-bottom: 3rem;
}
.single-product.woocommerce .summary.entry-summary .quantity .qty {
  width: 100%;
  margin-right: 0;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .woocommerce table.my_account_orders tr td.order-actions::before,
  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce table.shop_table_responsive thead,
  .woocommerce table.shop_table_responsive tr td.actions::before,
  .woocommerce table.shop_table_responsive tr td.product-remove::before,
  .woocommerce-page table.my_account_orders tr td.order-actions::before,
  .woocommerce-page table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive tr td.actions::before,
  .woocommerce-page table.shop_table_responsive tr td.product-remove::before,
  td.btn-shop:before {
    display: none;
  }
  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
  .woocommerce-page
    table.shop_table_responsive
    tbody
    tr:first-child
    td:first-child {
    border-top: none;
  }
  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block;
    position: relative;
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: left;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: none;
    text-align: center;
  }
  .woocommerce table.my_account_orders tr td.order-actions,
  .woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: center;
  }
  .woocommerce table.my_account_orders tr td.order-actions .button,
  .woocommerce-page table.my_account_orders tr td.order-actions .button {
    float: none;
    margin: 0.125em 0.25em 0.125em 0;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 48%;
    float: left;
    clear: both;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce .cart-collaterals .shipping_calculator,
  .woocommerce-page .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .shipping_calculator {
    width: 100%;
    float: none;
    text-align: left;
  }
  .woocommerce-page.woocommerce-checkout form.login .form-row,
  .woocommerce.woocommerce-checkout form.login .form-row {
    width: 100%;
    float: none;
  }
  .woocommerce .lost_reset_password .form-row-first,
  .woocommerce .lost_reset_password .form-row-last,
  .woocommerce-page .lost_reset_password .form-row-first,
  .woocommerce-page .lost_reset_password .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .shop-basket__col1 {
    width: 100%;
  }
  .woocommerce button.button,
  td.btn-shop span {
    max-width: 187px;
    margin: 15px auto 0;
  }
}
.gform_wrapper,
.woocommerce-billing-fields .enhanced_select.select2-selection,
div#popmake-1358 {
  padding: 20px 20px 0;
}
.customer-login {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.customer-login__heading {
  background: #00548a;
  color: #fff;
  padding: 0.65rem 2rem;
  font-size: 1.4rem;
  margin-top: 0;
  font-weight: 700;
  width: 100%;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  padding-right: 0;
  border-right: 0px solid #d9d9d9;
}
.page-id-94 .col2-set .col-custom,
.page-id-97 .col2-set .col-custom {
  float: right;
  width: 100%;
}
.col2-set .col-custom .account-wrapper {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 0 2rem;
  margin-left: auto;
}
.account-wrapper h2 {
  text-align: left;
  margin-bottom: 30px;
  line-height: normal;
}
.account-wrapper ul {
  font-size: 16px;
  padding: 15px;
}
.account-wrapper span {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  max-width: 300px;
  display: block;
}
.account-wrapper li {
  display: flex;
  margin-bottom: 5px;
}
.account-wrapper li img {
  margin-right: 10px;
  width: 20px;
}
.account-wrapper h3,
.page-id-97 .col2-set .col-custom .account-wrapper h3 {
  font-weight: 600;
  font-size: 1.7rem;
}
.col2-set .col-custom .account-wrapper .customer-login-btn {
  background: #f07328;
  color: #fff;
  padding: 0.9rem 0;
  font-weight: 500;
  letter-spacing: 0.02rem;
  transition: background 0.15s ease-in;
}
.col2-set .col-custom .account-wrapper .customer-login-btn:hover,
.payment .payment-custom li a:hover,
.wc_payment_methods li .payment_box a.btn:hover {
  background: #e05e10;
}
.page-id-63 form .form-row label,
.page-id-78 form .form-row label,
.page-id-94 form .form-row label,
.page-id-97 form .form-row label {
  color: #0b1d48;
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
  font-weight: 400;
  margin-top: 0;
}
.page-id-63 .woocommerce-form-register .woocommerce-form-register__submit,
.page-id-78 .woocommerce-form-register .woocommerce-form-register__submit,
.page-id-97 .woocommerce-form-login .woocommerce-form-login__submit {
  background-color: #f07328;
  color: #fff;
  border-radius: 0.3rem;
  padding: 1.05rem 0;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
.page-id-97 .woocommerce form .form-row input {
  box-shadow: none;
}
.page-id-63 .woocommerce form .form-row,
.page-id-78 .woocommerce form .form-row,
.page-id-94 .woocommerce form .form-row,
.woocommerce form .form-row {
  margin: 1rem 0 6px;
}
.page-id-63 .woocommerce form.register,
.page-id-78 .woocommerce form.register,
.page-id-97 .woocommerce form.login {
  border-radius: 0;
  margin-top: 0;
  padding: 0 1.85rem 1.3rem;
  margin-bottom: 0;
}
.page-id-94 .col2-set .col-custom .account-wrapper {
  width: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  margin-top: 2rem;
  text-align: center;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 7.7rem 0;
  margin-left: auto;
  margin-right: auto;
}
.page-id-94 .col2-set .col-custom .account-wrapper h3 {
  font-weight: 600;
  font-size: 1.7rem;
  padding-top: 0;
  margin-top: -1rem;
}
.page-id-94 .col2-set .col-custom .account-wrapper .customer-login-btn {
  background: #f07328;
  color: #fff;
  padding: 0.9rem 0;
  border-radius: 0.25rem;
  letter-spacing: 0.02rem;
  transition: background 0.15s ease-in;
  width: 270px;
  font-size: 1rem;
}
.page-id-94 .col2-set .col-custom .account-wrapper .customer-login-btn:hover {
  background: #e05e10;
  color: #fff;
}
.page-id-94 .woocommerce-form-login .woocommerce-form-login__submit {
  background: #f07328;
  color: #fff;
  border-radius: 0.3rem;
  padding: 1.05rem 0;
  font-weight: 500;
  letter-spacing: 0.02rem;
  transition: background 0.15s ease-in;
}
.hamburger--3dx .hamburger-inner::after,
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after,
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after,
.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after,
.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after,
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after,
.hamburger--3dy-r .hamburger-inner::before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.page-id-94 .woocommerce-form-login .woocommerce-form-login__submit:hover {
  background: #e05e10;
  color: #fff;
}
.page-id-63 .woocommerce form .form-row input,
.page-id-78 .woocommerce form .form-row input,
.page-id-94 .woocommerce form .form-row input {
  box-shadow: none;
  border: 1px solid #d9d9d9;
}
.page-id-94 .woocommerce form.login {
  border-radius: 0;
  margin-top: 0;
  padding: 0 1.85rem 1.3rem;
  margin-bottom: 2rem;
}
.page-id-63 .col2-set .col-custom,
.page-id-78 .col2-set .col-custom {
  float: right;
  width: 100%;
  margin-top: 2rem;
}
.page-id-63 .col2-set .col-2,
.page-id-78 .col2-set .col-2 {
  float: left;
  width: 100%;
  margin-top: 5rem;
}
@media (min-width: 1024px) {
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    border-right: 1px solid #d9d9d9;
  }
  .page-id-97 .col2-set .col-custom {
    width: 48%;
  }
  .col2-set .col-custom .account-wrapper {
    width: 91%;
    margin-top: 5rem;
    padding: 0 0 2rem;
  }
  .col2-set .col-custom .account-wrapper .customer-login-btn,
  .page-id-94 .col2-set .col-custom .account-wrapper .customer-login-btn {
    font-size: 1.1rem;
    width: 300px;
  }
  .page-id-63 .col2-set .col-custom {
    width: 43%;
    margin-top: 5rem;
  }
  .page-id-63 .col2-set .col-2 {
    width: 43%;
  }
  .woocommerce-page.woocommerce-checkout .col2-set .col-1,
  .woocommerce.woocommerce-checkout .col2-set .col-1 {
    width: 49%;
  }
}
.bc2-scanner {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 180%;
  z-index: 999999;
}
.bc2-scanner__screen {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  position: relative;
}
.bc2-scanner__screen canvas,
.bc2-scanner__screen video {
  height: 100vh;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  object-fit: cover;
  object-position: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.bc2-scanner__product,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper,
section.four-step-process-outer {
  margin-bottom: 20px;
}
.bc2-scanner__product p a,
.related-products h2,
.shop-page .woocommerce-Price-amount,
span#deliveryaddressherebutbilling p {
  font-weight: 700;
}
.bc2-scanner__manual,
.bc2-scanner__product,
.bc2-scanner__textbox {
  background: #fff;
  padding: 12px 20px;
  width: 100%;
  bottom: 0;
  z-index: 999999;
  text-align: center;
  border: 1px solid #fff;
  margin-top: 15px;
}
.bc2-scanner form {
  position: relative;
  z-index: 999999;
  border: 1px solid #fff;
  margin-top: 15px;
  width: 100%;
  display: flex;
  background: #fff;
}
@media (min-width: 640px) {
  .bc-scanner,
  .bc2-scanner {
    display: none;
  }
  .bc-scanner-no-desktop,
  .bc2-scanner-no-desktop {
    display: flex;
  }
}
.bc2-scanner-no-desktop__content .bc2-scanner-no-desktop__close {
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #00548a;
  font-weight: 700;
  background: #fff;
  top: -20px;
  right: -20px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bc2-scanner-no-desktop__content .bc2-scanner-no-desktop__title {
  background: #00548a;
  padding: 10px 16px;
  color: #fff;
  font-weight: 700;
}
.bc2-scanner-no-desktop__content .bc2-scanner-no-desktop__body {
  padding: 10px 16px;
  display: flex;
  align-items: center;
}
.bc2-scanner-no-desktop__content div:first-child,
.is-search-sections .thumbnail img {
  margin-right: 15px;
}
.d-fixed {
  position: fixed;
}
.p-80 {
  padding: 80px 0;
}
.title-header {
  background: url("../dist/assets/images/header-blue.png") center/cover
    no-repeat;
  color: #fff;
  text-align: center;
}
.page-id-236 .wishlist_table thead,
.page-id-97 .woocommerce-MyAccount-content thead {
  background-color: #0b1d48;
  color: #fff;
}
.page-id-236 .wishlist_table tr td {
  padding: 20px 10px;
}
.error-404.not-found {
  text-align: center;
  padding: 50px 20px 80px;
}
.error-404.not-found h1 {
  font-weight: 700;
  color: #00afeb;
}
.gform_wrapper.gravity-theme
  .ginput_complex:not(.ginput_container_address)
  span:not([style*="display:none"]):not(.ginput_full),
.payment .gv-right,
.shop_table div.quantity,
html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding-right: 0;
}
.click_payment_option {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.related-products {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
}
.related-products .yith-wcwl-wishlistaddedbrowse {
  height: 22.4px;
}
.related-products a.custom-image-link {
  margin: auto !important;
  max-width: 250px;
  max-height: 200px;
  min-height: 200px;
}
.related-products a.custom-image-link img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 250px;
  max-height: 200px;
  min-height: 200px;
}
.related-products:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
  box-sizing: border-box;
  background-color: #fff;
}
.name_first input,
.order-id,
div#order_review_content p {
  margin-bottom: 10px;
}
.flexthis.maincont .container1 .button,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error {
  margin-top: 20px;
}
.py-5 {
  padding: 50px 0 80px;
}
.item-checks-notif:after,
.items-collected-notif:after,
.items-delivered-notif:after,
.on-hold-notif:after,
.for-payment-notif:after,
.payment-notif:after {
  width: 100%;
  height: auto;
  content: "";
  right: 0;
  bottom: 0;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 40%;
  left: 15px;
  content: "\f005";
}
.auto-accept-notif,
.awaiting-collection-notif,
.downgrade-notif,
.item-checks-notif,
.items-collected-notif,
.items-delivered-notif,
.on-hold-notif,
.for-payment-notif,
.payment-notif,
.products-approved-notif,
.reminder-notif,
.returned-notif {
  font-weight: 700;
  margin: 10px 0;
}
.on-hold-notif:after {
  color: green;
}
.item-checks-notif:after {
  color: #d4661b;
}
.for-payment-notif:after {
  color: #d6943e;
}
.payment-notif:after {
  color: #211089;
}
.items-delivered-notif:after {
  color: #e1db17;
}
.items-collected-notif:after {
  color: #e14017;
}
.wnbell_notification_item {
  position: relative;
  margin: 20px 0;
  padding: 0;
}
.wnbell_notification_item a {
  color: #1d2129;
  box-shadow: none;
  padding: 20px 20px 20px 50px;
  position: relative;
  display: block;
  white-space: normal;
  background: #fff;
  border: 2px solid #d9d9d9;
}
.notif h3 {
  background: #0b1d48;
  color: #fff;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  width: 100%;
}
.wnbell-dropdown {
  pointer-events: none;
  width: auto;
  float: right;
  margin-left: 20px;
  vertical-align: middle;
  margin-top: 2px;
}
table.grading-guide {
  border-collapse: separate;
  border-spacing: 10px;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner,
table.grading-guide td {
  border: 1px solid #0b1d48;
}
table.grading-guide h3 {
  font-size: 20px;
  font-weight: 700;
  background: #0b1d48;
  color: #fff;
  text-align: center;
}
table.grading-guide ul {
  list-style-type: disc;
  margin-left: 30px;
}
.grade-content,
.payment table td {
  padding: 15px;
}
.search h1,
.search h2,
address,
input,
label,
li,
p,
textarea {
  color: #282828;
  font-family: Roboto, sans-serif;
}
.woocommerce-checkout div.payment_box {
  padding: 0;
  color: #292929;
  text-align: left;
}
.woocommerce-checkout div.payment_box p {
  margin-bottom: 10px;
  max-width: 750px;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #292929;
}
.gv-list-view.gv-no-results h3 {
  background: 0 0;
  border: 1px solid #0b1d48;
  border-radius: 0;
  padding: 10px;
}
.woocommerce-account tr.tr-details.VAT\:,
.woocommerce-cart .woocommerce-cart-form__contents tr,
tfoot.order-ty tr:last-child {
  display: table-row;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: 0;
}
section.woocommerce-order-details
  th.woocommerce-table__product-table.product-total,
section.woocommerce-order-details th:first-child {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
tfoot.order-ty th {
  text-align: right;
}
th.woocommerce-table__product-name.product-code {
  width: 16%;
}
.col1-order {
  width: 40%;
}
section.woocommerce-order-details thead th {
  background: #005789;
  color: #fff;
  font-weight: 300;
  border-right: 1px solid #fff;
  font-size: 0.83rem;
}
.woocommerce-table--order-details.shop_table td,
tfoot th {
  border: 1px solid #f8f8f8;
  border-top: 8px solid #f8f8f8;
}
.woocommerce-table--order-details.shop_table {
  border: none;
}
.order-wrapper {
  display: flex;
  padding: 10px 0 30px;
}
.col2-order {
  margin-top: 25px;
  width: 70%;
  margin-right: 20px;
}
.archive.woocommerce .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i,
.shop-basket__col2 tr.fee .woocommerce-Price-amount,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  td {
  font-size: 16px;
}
.payment table td:nth-child(2),
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  td:nth-child(2),
p.order-again {
  text-align: right;
}
.col2-set .col-custom .account-wrapper ul,
.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  td:first-child,
.yith-wcwl-wishlistaddedbrowse {
  text-align: left;
}
.woocommerce-message {
  border-top-color: #0b1d48;
}
.woocommerce-message::before {
  color: #0b1d48;
}
span.woofc-menu-item-inner .amount bdi:before {
  content: "Basket";
  display: block;
  color: #0b1d48;
}
form.woocommerce-form.woocommerce-form-login.login {
  background: #fff;
  margin-top: 0;
  border-radius: 0;
}
form.woocommerce-ResetPassword.lost_reset_password input,
form.woocommerce-form.woocommerce-form-login.login input {
  background: #e8f0fe;
}
.customer-login-reg > h3 {
  background: #0b1d48;
  color: #fff;
  padding: 0.5rem 1rem 0.3rem;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  width: 100%;
  margin-bottom: 20px;
}
.customer-login-reg {
  padding: 40px 0;
  display: block;
}
.customer-login.container .col2-set .col-custom,
.woocommerce #content div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.images,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
}
.account-wrapper,
.col2-set .col-custom .account-wrapper {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  margin-top: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  align-content: center;
  justify-content: center;
}
span.select2-selection.select2-selection--single {
  height: 52px;
  border: 1px solid #cbcbcb;
  box-shadow: none;
  background: #e8f0fe;
}
.woocommerce-address-fields
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 51px;
  height: 51px;
}
.form.checkout.woocommerce-checkout .col2-set .col-1,
form.checkout.woocommerce-checkout .col2-set .col-1 {
  width: 100%;
  padding-right: 0;
  border-right: none;
}
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
  background: #fff;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  margin: 30px auto;
  border: 1px solid #e1e1e1;
}
.woocommerce-shipping-methods li,
ul.wc_payment_methods li {
  position: relative;
  margin: 0;
  border: 1px solid #dedbdb;
  background: #e7f0fe;
}
.flexthis,
.flexthis.maincont {
  display: flex;
  column-gap: 20px;
}
.flexthis.maincont .container1 {
  flex-grow: 1;
  width: 70%;
}
.flexthis.maincont .container1 .user-content table td {
  padding: 5px;
  vertical-align: top;
  color: #282828 !important;
}
.flexthis.maincont .container1 .user-content table td p,
.flexthis.maincont .container1 .user-content table td span {
  color: #282828 !important;
}
.flexthis.maincont .container1 .wc_custom_field__inner span {
  color: #00548a;
  font-size: 16px;
  padding: 10px 0;
  font-weight: 500;
  display: block;
}
.flexthis.maincont .container1 .button-green {
  margin-top: 20px;
  background-color: #15bd3a !important;
}
.flexthis.maincont .container1 .wrap-section {
  background: #fff;
  border: 1px solid #e1e1e1;
  color: #777f89;
  padding: 1em 1.5em;
}
.flexthis.maincont .container1 .wrap-section .wrap-section-blue {
  background: #e7f0fe;
  padding: 10px 20px 20px;
  border: 1px solid #dedbdb;
  margin-bottom: 20px;
}
.flexthis.maincont .container1 .wrap-section .wrap-section-blue > .flexthis {
  align-content: space-evenly;
  justify-content: space-between;
}
.flexthis.maincont
  .container1
  .wrap-section
  .wrap-section-blue
  > .flexthis
  > div,
.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
  width: 50%;
}
.flexthis.maincont .container1 .wrap-section .wrap-section-blue span.edit-link {
  color: #f07328 !important;
}
.flexthis.maincont
  .container1
  .wrap-section
  .wrap-section-blue
  span.edit-link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.flexthis.maincont
  .container1
  .wrap-section
  .wrap-section-blue
  .shipping-info
  td:first-child {
  min-width: 140px;
  vertical-align: top;
}
.flexthis.maincont .container1 .wrap-section h5 {
  font-size: 20px;
  position: relative;
  font-weight: 700;
  color: #282828;
}
.flexthis.maincont .container1 .wrap-section .title-edit {
  padding: 10px 0;
  align-items: center;
  column-gap: 5px;
}
.flexthis.maincont .wrapper-content {
  background: #fff;
  padding: 20px;
  line-height: 26px;
}
.flexthis.maincont .wrapper-content span.woocommerce-Price-amount.amount {
  font-weight: 400;
  color: #00548a;
  font-size: 26px;
}
.flexthis.maincont .container2 {
  width: 24%;
  min-width: 258px;
  max-width: 258px;
}
.flexthis.maincont .container2 .flexthis.impt-info {
  color: #282828;
  margin: 10px;
  padding: 10px 5px;
  border-bottom: 1px solid #cbcbcb;
  align-items: self-start;
}
.flexthis.maincont .container2 .flexthis.impt-info i {
  color: #00548a;
  font-size: 26px;
  margin-top: 8px;
}
.flexthis.maincont .container2 .flexthis.impt-info img {
  width: 24px;
  margin-top: 8px;
}
.flexthis.maincont .container2 .flexthis.impt-info.last-item {
  border-bottom: none;
  align-items: self-start;
}
.order-page-complete h3,
form.checkout.woocommerce-checkout h1,
form.checkout.woocommerce-checkout h3 {
  background: #00548a;
  color: #fff;
  padding: 0.5rem 1rem 0.3rem;
  width: 100%;
  line-height: 2;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 0;
}
form.checkout.woocommerce-checkout {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #f7f7f7;
}
ul.wc_payment_methods.payment_methods.methods {
  padding: 1em 0;
  margin-top: 15px;
}
.removed-ul.wc_payment_methods input[type="radio"]:checked + label:after,
.removed-woocommerce-shipping-methods
  input[type="radio"]:checked
  + label:after {
  border: 2px solid #f07328;
  padding: 20px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.removed-woocommerce-shipping-methods
  li:first-child
  input.shipping_method[type="radio"]
  + label:before {
  content: "This is our fastest service ";
  position: absolute;
  bottom: -15px;
  background: #f07328;
  padding: 2px 10px;
  color: #fff;
  z-index: 9;
  right: 0;
  left: 0;
  max-width: 180px;
  margin: auto;
  width: 100%;
}
.woocommerce-shipping-methods,
ul.wc_payment_methods.payment_methods.methods {
  justify-content: space-around;
  background: #fff;
  border: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
.woocommerce-billing-fields__field-wrapper {
  background: #fff;
  padding: 0 20px 20px;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  font-size: 15px;
  font-weight: 700;
  color: #112251;
}
p#collection_date_field span.woocommerce-input-wrapper,
p#collection_time_field span.woocommerce-input-wrapper,
td.btn-shop {
  padding: 0 !important;
}
div#multipleaddresshere,
div#multipleaddresshere2 {
  padding: 3px;
}
#shipping_method #thwma-shipping-alt,
.popup_inner .variable-item.button-variable-item.button-variable-item-a,
.popup_inner .variable-item.button-variable-item.button-variable-item-b {
  border-radius: 0 !important;
}
.woocommerce-checkout-review-order table,
.woocommerce-checkout-review-order tr.order-total td {
  border: 1px solid #e1e1e1;
}
.promo-1 a,
table.shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
  text-align: center;
}
table.shop_table.woocommerce-checkout-review-order-table td {
  padding: 5px 0;
}
form.woocommerce-checkout input,
form.woocommerce-checkout select,
form.woocommerce-checkout textarea {
  border: 1px solid #cbcbcb;
  box-shadow: none;
}
.woocommerce-checkout .select2-container .select2-selection--single {
  min-height: 52px;
  border: 1px solid #e1e1e1;
  padding: 0.8rem 0.5rem;
}
.woocommerce-cart p.return-to-shop,
p.cart-empty.woocommerce-info {
  max-width: 1250px;
  margin: 3rem auto;
  width: 90%;
}
.woocommerce-cart .shop-basket {
  padding: 0 0 4rem;
}
.woocommerce-order {
  max-width: 1250px;
  margin: auto;
  width: 90%;
}
.reg,
div#order_review_content {
  max-width: 800px;
}
.edit-account.editable .form-row input,
.popup_inner .woocommerce-variation.single_variation,
.shop_table td.product-quantity,
.woocommerce table.shop_table th,
td.woocommerce-table__product-grade.grade {
  text-align: center;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  background: #fff;
  text-align: center;
  table-layout: fixed;
  overflow-wrap: break-word;
}
.wc_custom_field .wc_custom_field__inner::before,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-order-details table.woocommerce-table--order-details.shop_table,
button.single_add_to_cart_button.button.alt.added,
form.woocommerce-form.woocommerce-form-login.login,
ul#menu-categories-menu li:last-child {
  border: none;
}
h2.woocommerce-order-details__title {
  background: #005789;
  color: #fff;
  padding: 0.8rem 1rem 0.3rem;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  line-height: 2.8rem;
  margin: 1.5rem 0 8px;
  width: 100%;
  font-size: 19px;
}
th.woocommerce-table__product-name.product-name {
  width: 80%;
  border-top-left-radius: 0.5rem;
}
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"] {
  height: 51px;
  border: 1px solid #cbcbcb;
  background: #e8f0fe;
  box-shadow: none;
}
.woocommerce .woocommerce-order-details {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.reg {
  width: 100%;
  margin: 40px auto;
  border: 1px solid #d3ced2;
  text-align: left;
}
.reg p {
  padding: 10px 20px;
  font-size: 20px;
}
.berocket_lgv_after_additional,
.popup_inner div.single_variation_wrap,
.popup_inner table.variations,
.postcode-wrap .idpc_input,
.postcode-wrap input,
.related.products,
.single-product .single_variation_wrap,
.woocommerce form .form-row input,
.woocommerce form .form-row-last,
.woocommerce-lost-password
  p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first,
.woocommerce-order-details table.woocommerce-table--order-details.shop_table,
.woocommerce-page form .form-row-last,
section.myaccount .woocommerce-notices-wrapper,
table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
  width: 100%;
}
.postcode-wrap input.idpc_button {
  background: #84b24c;
  min-width: auto;
  height: 51px;
  line-height: normal;
  letter-spacing: 0.5px;
}
.postcode-wrap .gform_button {
  float: right;
  height: 51px;
  line-height: 51px;
  padding: 0;
}
.separator {
  margin: 20px 0;
  padding: 0;
  border-bottom: 1px solid #575757;
}
.archive .woocommerce-message,
.archive .yith-wcwl-add-button span,
.evic_popup_inner_image_thumbnail,
.footer__model--show,
.for-mobile,
.open .yith-wcqv-main h1,
.product-type-variable th.label,
.qv-wrap .woocommerce-variation-description,
.related-products .yith-wcwl-add-button span,
.search .woocommerce-message,
.search-results .yith-wcwl-add-button span,
.separator h3.gsection_title,
.shop_table dt,
.single-product-page__leftinner .woocommerce-variation-price-custom,
.woocommerce nav.woocommerce-pagination,
.woofc-item-inner .edit_button_class,
.woofc-item-thumb,
.yith-wcqv-main .product-type-variable p.price,
.yith-wcqv-main .product_meta,
.yith-wcqv-main .woocommerce-variation-price,
.yith-wcwl-wishlistexistsbrowse a,
a.button.yith-wcqv-button,
button.mfp-arrow.mfp-arrow-left.mfp-prevent-close,
button.mfp-arrow.mfp-arrow-right.mfp-prevent-close,
td.product-grade a,
td.product-grade br,
td.product-name br,
td.product-price span.shop-page__offerprice,
td.woocommerce-table__product-grade.grade strong.wc-item-meta-label,
td.woocommerce-table__product-grade.grade ul.wc-item-meta li:nth-child(2),
ul.footer__social {
  display: none;
}
.archive.woocommerce .single_variation_wrap .price,
div#gform_wrapper_1.gform_wrapper.gravity-theme .ginput_complex,
p#shipping_state_field {
  display: flex !important;
}
.gfield_password_strength {
  background-color: #eee;
  border: solid #ddd;
  border-width: 1px 1px 3px;
  margin-top: 8px;
  padding: 8px;
  text-align: center;
}
.gform_wrapper.gravity-theme .gfield select {
  width: 100%;
  margin-top: 20px;
}
input.gform_submit_button_3 {
  background: #f47414;
  border-radius: 10px;
  min-width: auto;
  padding: 15px 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
.downgrade-notif:after,
.gform_wrapper .gfield_required,
a.delete_item,
i.yith-wcwl-icon.fa.fa-heart,
td .remove_from_wishlist i {
  color: red;
}
#yith-quick-view-close,
.yith-wcqv-head .yith-wcqv-close {
  width: 60px;
  color: #1d6099;
  z-index: 10000000000000000000000;
}
.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme .ginput_complex label {
  font-size: 20px;
  margin-bottom: 8px;
  color: #112251;
}
.gform_confirmation_message_3 {
  padding: 20px;
  font-size: 20px;
  color: #0b1d48;
}
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  padding: 12.992px 24px;
}
a.product_type_variable.add_to_cart_button {
  padding: 0.3rem 0.7rem;
  border-radius: 0.9rem;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid #f07328;
  display: inline;
  transition: 0.1s ease-in;
  cursor: pointer;
}
.page-id-97 .woocommerce-MyAccount-content tbody.wishlist-items-wrapper tr td {
  padding: 12px;
}
.woocommerce a.product_type_variation:hover {
  background: #0b1d48;
  color: #fff;
}
a.add_to_wishlist i {
  vertical-align: middle;
  font-size: 16px;
}
.archive a.add_to_wishlist,
.related-products a.add_to_wishlist,
.search-similar a.add_to_wishlist {
  font-size: 16px;
  text-align: left;
  margin: 0;
  padding: 0;
}
.archive span.feedback,
.related-products span.feedback,
.search-results span.feedback {
  display: inline-block;
  visibility: hidden;
}
.archive .yith-wcwl-add-to-wishlist,
.related-products .yith-wcwl-add-to-wishlist,
.search-results .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  text-align: left;
  margin-bottom: 0;
}
span.woocommerce-Price-amount.amount {
  color: #0af;
  font-weight: 700;
}
.woocommerce-cart table.shop_table th {
  border-top-right-radius: 0;
}
.shop-basket__col2 .woocommerce-Price-amount {
  font-size: 28px;
}
td.product-price small {
  display: block;
  font-size: 12px;
  color: #a7a7a7;
}
td.product-price,
td.product-remove a {
  text-align: center;
  margin: auto;
}
.woocommerce a.remove {
  font-size: 35px;
  background: #dedede;
  color: #fff;
}
.woocommerce a.remove:hover {
  background: red;
  color: #fff;
}
td.btn-shop span.button {
  text-align: center;
  background: 0 0;
  padding: 0.9rem 10px;
  color: #f07328;
  border: 4px solid #f07328;
  font-size: 16px;
  font-weight: 700;
}
td.btn-shop span.button:hover {
  background: #fce0cf;
}
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  padding: 0.9rem 10px;
  color: #fff;
  height: 54px;
}
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  color: #fff;
  border-radius: 0;
  padding: 0.9rem 10px;
  font-size: 16px;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  text-transform: uppercase;
  background: #f07328;
  color: #fff;
  padding: 0.65rem 0.6rem !important;
  font-size: 18px;
  letter-spacing: 0;
  border-radius: 0;
  font-weight: 700;
  display: inline;
  margin: 0 0.2rem;
  border: 0;
  width: 100%;
  max-width: 200px;
  text-align: center;
  text-transform: uppercase;
}
.payment .gform_wrapper .gform_validation_errors > h2.hide_summary,
.shop-basket__col1 a.add_to_wishlist,
.shop-basket__col1 a.add_to_wishlist i,
form#gform_1 .gform_footer,
form#gform_1 .gform_page_footer,
form#gform_9 .gform_footer,
form#gform_9 .gform_page_footer {
  margin: 0;
  padding: 0;
}
th.product-name {
  width: 28%;
}
span.evic_product_edit {
  display: block;
  color: #0af;
  font-size: 14px;
  text-decoration: underline;
  margin: auto;
  width: 40px;
}
.four-step-process__lineleftdashed,
.four-step-process__linerightdashed {
  border-bottom: 2px dashed #fbfbfb;
}
.four-step-process__bullet--inner {
  border: 1px solid #fff;
}
.gform_wrapper.gravity-theme *,
.woocommerce-MyAccount-content tbody.wishlist-items-wrapper tr td,
.wpfFilterTaxNameWrapper,
.wpfFilterVerScroll li label {
  vertical-align: middle;
}
.wishlist_table .product-add-to-cart a.remove_from_wishlist.button {
  margin-top: 10px;
  display: block;
  max-width: 100px;
  font-size: 14px;
  font-weight: 400;
}
.lmp_load_more_button.br_lmp_button_settings {
  margin-bottom: 40px;
}
.flexthis.title-edit span.edit-link,
.woocommerce tbody.wishlist-items-wrapper a.remove,
tr.total-and-coupon .actions,
tr.total-and-coupon strong {
  font-size: 20px;
}
a.button.yith-wcqv-button.quicksell {
  color: #0b1d48;
  background-color: #fff;
  padding: 0.5rem 0.7rem;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #0b1d48;
  display: block;
  transition: 0.1s ease-in;
  cursor: pointer;
  max-width: 150px;
  margin: auto;
}
.restock_collection input#shipping_method_0_free_shipping1,
.restock_collection input#shipping_method_0_free_shipping2,
.woocommerce-product-gallery__image a,
form.woocommerce-EditAccountForm.edit-account input,
li.variable-item.button-variable-item.selected {
  pointer-events: none;
}
.qv-wrap {
  padding: 20px;
  max-height: 63vh;
  display: block;
  display: flex;
  justify-content: space-around;
  overflow: auto;
  height: auto;
}
.hamburger--emphatic,
.hamburger--emphatic-r {
  overflow: hidden;
}
.yith-wcqv-main .woocommerce-qty-custom {
  display: block;
  float: none;
}
.yith-wcqv-main div.product form.cart .button {
  margin: 20px 0;
  float: none;
}
.yith-wcqv-main h3 {
  font-size: 30px;
  font-weight: 700;
  color: #282828;
  border-bottom: 1px solid;
  text-align: center;
  padding: 0;
}
.yith-wcqv-head {
  z-index: 9999999999;
  position: relative;
}
.yith-wcqv-head .yith-wcqv-close {
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  opacity: 1;
  background: #fff;
  font-size: 50px;
}
.yith-wcqv-main {
  z-index: 3;
  position: relative;
}
.yith-wcqv-main .single_variation_wrap {
  width: 100%;
  padding-top: 0;
}
.yith-wcqv-main div.product form.cart .variations {
  margin-top: 1em;
  margin-bottom: 0;
}
.single-product.woo-variation-swatches
  .summary.entry-summary
  .variable-items-wrapper {
  justify-content: space-around;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 25px !important;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected:hover,
.woo-variation-swatches.wvs-style-squared
  .variable-items-wrapper
  .variable-item.button-variable-item {
  width: 48%;
  height: 50px;
  border-radius: 0;
  color: #0b1d48;
  font-weight: 700;
}
.single-product .single-product-page__right .summary.entry-summary h2 {
  font-size: 30px;
  font-weight: 700;
  color: #282828;
  border-bottom: 1px solid;
  text-align: center;
}
.single-product .summary.entry-summary .woocommerce-qty-custom-label {
  padding-right: 10px;
  font-size: 16px;
  color: #0b1d48;
  float: left;
  width: 45%;
  line-height: 18px;
  text-align: left;
}
.single-product .single-product__title {
  font-size: 30px;
  font-weight: 700;
  color: #282828;
  border-bottom: 3px solid #ececec;
}
.single-product
  .single-product__title
  .single-product-page__right
  .summary.entry-summary
  h3 {
  font-weight: 700;
  font-size: 20px;
  color: #0b1d48;
  padding: 10px 0 0;
}
.woo-variation-swatches
  .single-product-page__right
  .variable-items-wrapper
  .variable-item
  span:before {
  content: "Grade";
  margin-right: 5px;
  vertical-align: middle;
}
.woo-variation-swatches .variable-items-wrapper .variable-item span {
  vertical-align: middle;
  display: inherit;
}
.woo-variation-swatches
  .single-product-page__right
  .variable-items-wrapper
  .selected.variable-item
  span:after {
  content: "\f058";
  font-family: FontAwesome;
  font-size: 16px;
  vertical-align: middle;
  margin-left: 10px;
}
body {
  width: 100%;
  letter-spacing: -0.01rem;
  color: #282828;
  overflow-x: hidden;
  font-family: Roboto, sans-serif !important;
  font-weight: 300;
}
.single-product-page__left {
  justify-content: space-around;
}
.woocommerce-variation-description-custom {
  padding: 20px;
  background: #fff;
  line-height: 1.7rem;
}
.search__label {
  color: #0b1d48;
  font-weight: 700;
  letter-spacing: 0.01rem;
  font-size: 16px;
}
.shop-page ul.products li.product .shop-page__wrapper img {
  max-width: 250px;
  max-height: 200px;
  min-height: 200px;
  object-fit: contain;
}
.woofc-item-qty .quantity input {
  height: 30px;
  width: 40px;
  text-align: center;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
  font-size: 9px;
}
.search-results input[type="number"]::-webkit-inner-spin-button,
.single-product-page__right input[type="number"]::-webkit-inner-spin-button {
  padding: 20px;
  right: -2px;
}
.archive input[type="number"]::-webkit-inner-spin-button {
  padding: 15px 9px;
}
.woofc-item-qty input[type="number"]::-webkit-inner-spin-button {
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button {
  height: 20px;
  padding: 15px;
  position: relative;
  right: -2px;
  cursor: pointer;
}
.quantity input {
  height: 50px;
  width: 80px;
  font-size: 20px;
}
.woocommerce
  .shop_table
  .quantity
  input[type="number"]::-webkit-inner-spin-button {
  padding: 10px;
  position: relative;
}
.woocommerce .shop_table .quantity .qty {
  width: 70px;
  text-align: center;
  height: 40px;
  margin: auto;
  display: block;
}
.popup_inner
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  text-align: center;
  margin-top: 30px;
}
.popup_inner label,
.popup_inner td.label {
  font-size: 16px;
  font-weight: 700;
}
.popup_inner input {
  box-shadow: none;
  border: 1px solid #0af;
  box-sizing: border-box;
  padding: 0 0 0 15px;
}
td.product-grade p {
  color: #fff;
  border-radius: 0.6rem;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  margin: auto;
}
.woocommerce-cart dd.variation-A p,
.woocommerce-cart dd.variation-B p,
.woocommerce-cart dd.variation-a p,
.woocommerce-cart dd.variation-b p {
  text-transform: capitalize;
  color: #f07328 !important;
  text-decoration: underline;
  font-weight: 700;
}
.yith-wcqv-main .woocommerce-variation-description-custom {
  width: 45%;
  float: left;
  margin-top: 0;
}
.yith-wcqv-main .single-product-page__leftinner:first-child {
  width: 66.6%;
}
.qv-wrap h2.single-product-page__description--heading {
  background: 0 0;
  color: #282828;
  padding: 20px 0;
  font-size: 22px;
}
.qv-wrap .single-product-page__description {
  display: block;
  width: 100%;
  position: relative;
  clear: both;
}
.individual-business label {
  font-size: 18px;
  color: #112251;
  font-weight: 700;
}
#payment ul li,
#popmake-96656,
.payment .gv-list-view-content,
.single-product .related-products a.add_to_wishlist,
.woocommerce-cart.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item
  .variable-item-span,
.woocommerce-shop .container-custom,
div#popmake-82887,
div#popmake-96868,
div#popmake-96914,
h3.gsection_title {
  padding: 0;
}
.single-product
  .related-products
  button.single_add_to_cart_button.button.alt.added:after,
.wishlist_table td.product-price {
  color: #fff;
  position: relative;
}
.wishlist_table td.product-price span.woocommerce-Price-amount.amount {
  display: flex;
  justify-content: center;
  align-items: center;
}
img.inks-img {
  max-height: 215px;
}
.sell-by-category__colwrapper img {
  transition: transform 0.5s;
}
.sell-by-category__colwrapper img:hover {
  transform: scale(1.1);
}
.sell-by-category__colwrapper:before {
  border-right: 1px solid #fff;
  content: "";
  height: 50%;
  opacity: 0.2;
}
#billing_heading_field span.optional,
#menu-checkout-for-cart-item li.menu-header-search,
.administrator small.includes_tax,
.administrator tfoot.customtfoot small.includes_tax,
.any-questions .menu-categories-menu-container:after,
.any-questions .menu-categories-menu-container:before,
.archive .guide.s-product,
.archive .woocommerce-variation-description,
.archive .woocommerce-variation-price-custom,
.archive.woo-variation-swatches
  .variable-items-wrapper
  .selected.variable-item
  span:after,
.archive.woo-variation-swatches
  .variable-items-wrapper
  .variable-item
  span:before,
.checkout-amount .woofc-menu-item .woofc-menu-item-inner i,
.checkout-amount .woofc-menu-item .woofc-menu-item-inner:after,
.checkout-amount span.woofc-menu-item-inner .amount bdi:before,
.customer small.includes_tax,
.customer tfoot.customtfoot small.includes_tax,
.entry-summary > img,
.gform_wrapper .gform_validation_errors,
.logged-in .about-2-column__col > a,
.logged-out small.includes_tax,
.logged-out tfoot.customtfoot small.includes_tax,
.payment .payment-custom li:first-child,
.sell-by-category__col:first-child .sell-by-category__colwrapper:before,
.tax-total small,
.thmaf-acnt-cus-addr.th-custom-address.thmaf_hide_div,
.woocommerce-cart .yith-wcwl-add-button span,
.woocommerce-checkout .woofc-action,
.woocommerce-checkout
  .woofc-area.woofc-style-01
  .woofc-area-mid
  .woofc-item
  .woofc-item-inner
  .woofc-item-remove,
[data-count="0"].woofc-menu-item-inner:after,
a.home-banner__link,
div#field_1_35 .ginput_container.ginput_container_text,
div#field_1_35 label.gfield_label,
div#gform_9_validation_container,
ul.woocommerce-error:not(:first-of-type) {
  display: none;
}
.sell-by-category__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.sell-by-category__colwrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sell-by-category__col {
  flex: 1 1 0;
  width: 0;
}
section.why-we-do-it {
  margin-bottom: 50px;
}
form.woocommerce-EditAccountForm.edit-account.editable input {
  pointer-events: auto;
  border: 1px solid #dcdcdc;
}
button.woocommerce-Button.button,
span.hide {
  float: right;
  margin-top: 20px;
}
span.custom-filter {
  background: #fff;
  color: #005789;
  border-radius: 5px;
  padding: 2px 5px;
  margin-left: 5px;
  cursor: pointer;
}
td a.remove.remove_from_wishlist {
  text-align: center;
  display: block;
  background: 0 0;
  margin: auto;
}
.payment .payment-custom li a,
.thmaf-acnt-adr-footer.acnt-address-footer .th-del-acnt {
  right: 15px;
  padding: 0.65rem 0.6rem;
  font-size: 18px;
  letter-spacing: 0;
  display: inline;
  margin: 0 0.2rem;
  max-width: 200px;
  font-weight: 700;
  text-align: center;
}
.wishlist_table tr th.product-thumbnail {
  width: 12%;
}
tbody.wishlist-items-wrapper .woocommerce-Price-amount.amount {
  font-size: 24px;
}
.wishlist_table tr th.product-price {
  width: 11%;
}
section.myaccount .woocommerce-notices-wrapper .woocommerce-message {
  margin-top: 0;
  margin-bottom: 15px;
}
.thmaf-acnt-cus-addr button.account-default:hover:after {
  content: "";
  display: block;
  width: 9px;
  height: 24px;
  border: solid #005789;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -1px;
  left: 9px;
  visibility: visible;
}
.thmaf-acnt-cus-addr button.account-default,
button.btn-different-address {
  visibility: hidden;
  position: initial;
  cursor: pointer;
}
.thmaf-acnt-cus-addr button.account-default:before,
button.btn-different-address:before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 0;
  left: 0;
  border: 2px solid #005789;
  border-radius: 3px;
  background-color: #fff;
  visibility: visible;
  color: #005789;
}
.payment .gv-field-10-delete_link a,
.woocommerce #content table.cart td.actions .coupon .button.alt,
.woocommerce #content table.cart td.actions .coupon .input-text + .button,
.woocommerce table.cart td.actions .coupon .button.alt,
.woocommerce table.cart td.actions .coupon .input-text + .button,
.woocommerce-MyAccount-content button.button,
.woocommerce-page #content table.cart td.actions .coupon .button.alt,
.woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
.woocommerce-page table.cart td.actions .coupon .button.alt,
.woocommerce-page table.cart td.actions .coupon .input-text + .button,
.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination,
p.order-again {
  float: right;
}
.payment .payment-custom {
  background: #fff;
  margin: 20px 0;
}
.payment .payment-custom li a {
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
  background: #f07328;
  color: #fff;
  border-radius: 0;
  border: 0;
  width: 100%;
}
.payment .payment-custom ul {
  position: relative;
  padding: 30px 20px;
}
.payment table {
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
}

/* fix for delete buttons on mobile payment screen*/
@media only screen and (max-width: 600px) {
  .payment .payment-custom li a {
    position: unset;
      display: block;
      margin-top: 10px;
      margin-left: 0;
  }
  }
.payment table tr {
  border-top: 1px solid #ddd;
}
.payment h3 {
  background: #0b1d48;
  color: #fff;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  width: 100%;
  line-height: 2;
}
.payment .gv-list-view {
  border: none;
  margin-bottom: 5;
}
.woocommerce-lost-password .woocommerce {
  max-width: 1250px;
  margin: auto;
  min-height: 45vh;
}
form.woocommerce-ResetPassword.lost_reset_password {
  background: #fff;
  border: 1px solid #d3ced2;
  border-radius: 0;
  padding: 0 1.3rem 1.85rem;
  max-width: 600px;
  margin: 3rem auto;
}
.woocommerce-lost-password .woocommerce-message,
.woocommerce-lost-password .woocommerce-notices-wrapper {
  max-width: 600px;
  margin: 3em auto;
}
p.reset-confirm {
  max-width: 600px;
  margin: auto auto 3em;
  text-align: center;
}
.woocommerce form .form-row .input-text,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row .input-text {
  border: 1px solid #cbcbcb;
}
.thmaf-acnt-adr-footer.acnt-address-footer .th-del-acnt {
  position: absolute;
  bottom: 15px;
  background: #fff;
  color: #f07328;
  border-radius: 0;
  border: 4px solid #f07328;
  width: 100%;
}
.thmaf-acnt-adr-footer.acnt-address-footer {
  height: 0;
  margin-top: 0;
  border-top: none;
}
.customer-login .u-column1.col-1,
.u-column1.col-1.woocommerce-Address {
  border-right: none;
}
@media only screen and (max-width: 1200px) {
  .myaccount .woocommerce-MyAccount-navigation ul li {
    font-size: 1rem;
  }
  .shop-basket__col1 {
    width: 66%;
  }
  .shop-basket__col2 {
    width: 32%;
    margin-left: 2%;
  }
  .woocommerce-cart .cart-collaterals {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .lastlogin {
    position: relative;
    right: auto;
    left: 0;
    top: 0;
  }
  .single-product-page__right .summary.entry-summary {
    border-radius: 0 !important;
  }
  .woocommerce-checkout .header__account,
  .woocommerce-checkout .header__searchform {
    display: flex;
  }
  .btn-continue.address-wrapper form:before,
  .woocommerce-checkout .header__account--title {
    font-size: 15px;
  }
  .popmake-content .ginput_container.ginput_container_radio,
  .woocommerce .edit-account .form-row input.input-text,
  .woocommerce .edit-account .form-row label,
  .woocommerce-checkout .header__account,
  .woocommerce-checkout .header__column,
  .woocommerce-shipping-methods li,
  ul.wc_payment_methods li {
    width: 100%;
  }
  .woocommerce-checkout .header__col:nth-child(3) {
    width: auto;
  }
  .logged-in .header__menu--register,
  .logged-in .header__menu--signin,
  .woocommerce table.wishlist_viewtr td::before,
  .woocommerce-checkout .header__account--right li.nav-login,
  .woocommerce-checkout .header__account--right li.nav-register,
  .woocommerce-checkout .header__col:nth-child(2),
  .woocommerce-checkout li.menu-header-search,
  .woocommerce-orders.woocommerce-account
    .woocommerce-MyAccount-orders
    td:before,
  .woocommerce-page .cart_totals table.shop_table_responsive tr td::before,
  .woocommerce-page table.wishlist_view tr td::before,
  a.button.yith-wcqv-button.product_type_simple.quicksell {
    display: none;
  }
  .woocommerce-checkout .header__right--login {
    display: flex;
    justify-content: space-evenly;
    width: 127px;
  }
  #payment ul.payment_methods li > label ~ div {
    padding-left: 15px !important;
  }
  #payment ul.payment_methods li > label,
  .woocommerce ul#shipping_method li > label {
    min-height: 60px;
  }
  #payment ul.payment_methods li > label,
  .woocommerce ul#shipping_method li > div,
  .woocommerce ul#shipping_method li > label {
    padding: 15px 36px 10px 10px !important;
  }
  #payment ul.payment_methods label[for="payment_method_cod"]:before {
    top: 3px !important;
  }
  .wishlist_table td.product-price span.woocommerce-Price-amount.amount {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .thmaf-acnt-adr-footer.acnt-address-footer {
    height: 68px;
    text-align: left;
    padding: 0 15px;
  }
  .header-top__container .header-top__contact,
  .woocommerce-orders.woocommerce-account .woocommerce-MyAccount-orders tr td {
    text-align: center;
  }
  .thmaf-acnt-adr-footer.acnt-address-footer .th-del-acnt {
    position: relative;
    bottom: inherit;
    right: inherit;
  }
  .u-column1.col-1.woocommerce-Address a.edit address,
  .u-column1.col-1.woocommerce-Address address {
    padding-bottom: 77px;
  }
  .popmake-content .gfield_radio input[type="radio"] {
    width: 78%;
  }
  .any-questions__col:first-child ul li,
  .header-top__container,
  .logged-in .hidden-myaccount,
  .postcode-wrap,
  .woocommerce form.edit-account .form-row,
  .woocommerce-account section.header__mainmenu {
    display: block;
  }
  .account-detail-text {
    float: left;
    line-height: normal;
    text-align: left;
    padding: 5px;
  }
  .woocommerce .edit-account .form-row label {
    height: auto;
    line-height: normal;
    padding: 10px 5px 0;
  }
  .col1-order,
  .col2-order {
    width: 100%;
    margin-right: 0;
  }
  .create-an-account__subheading,
  .why-we-do-it__content,
  ul.accordion-list li div.answer p {
    font-size: 1.1rem;
    padding: 0;
  }
  .myaccount .woocommerce-MyAccount-navigation ul p {
    padding: 0;
  }
  ul.accordion-list li div.answer {
    padding-right: 0;
  }
  .about-banner__heading {
    font-size: 32px;
  }
  .home-banner__link {
    margin-top: 0;
    margin-bottom: 20px;
  }
  header.woocommerce-products-header h1 {
    max-width: 60%;
    font-size: 25px;
  }
  .related h2 {
    font-size: 25px;
    font-weight: 700;
  }
  .for-mobile b,
  .woocommerce form .form-row .form-row input,
  .woocommerce form .form-row label {
    font-size: 16px;
  }
  form.checkout.woocommerce-checkout h3 {
    padding: 1rem;
    line-height: normal;
  }
  .wishlist_table dl.variation {
    display: block;
    max-width: 74px;
    margin: auto;
  }
  .notif h3 {
    line-height: 2;
    margin-bottom: 0;
    padding: 0.5rem 1rem 0;
  }
  .thmaf-acnt-cus-addr button.account-default {
    margin: 0;
  }
  .woocommerce table.woocommerce-cart-form__contents tr:nth-child(2n) td {
    background: #fff;
  }
  form.woocommerce-EditAccountForm.edit-account.editable input {
    border: 1px solid #dcdcdc;
  }
  .for-mobile,
  ul.wc-item-meta {
    display: inline-block;
  }
  .for-mobile b {
    font-weight: 700;
    margin-bottom: 0;
  }
  p.order-again {
    float: none;
  }
  .woocommerce-orders.woocommerce-account .woocommerce-MyAccount-orders h2 {
    font-size: 20px;
    width: 90%;
  }
  .woocommerce-shipping-methods,
  ul.wc_payment_methods.payment_methods.methods {
    display: block;
    padding: 20px 10px;
  }
  .shop-page__heading,
  h3 {
    line-height: normal;
  }
  .single-product-page__leftinner:nth-child(2) {
    width: 100%;
    position: relative;
  }
  a.button.wc-forward {
    width: auto;
    float: none;
    margin-bottom: 10px;
  }
  .shop-basket__col2 {
    width: 100%;
    margin-left: 0;
  }
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 100%;
  }
  .u-column1.col-1.woocommerce-Address a.edit {
    position: absolute;
    left: 15px;
    bottom: 16px;
    right: initial;
    display: block;
    margin: 0;
  }
  span.addprimary {
    padding-bottom: 35px;
    display: block;
  }
  .sell-by-category__colwrapper {
    justify-content: center;
    height: auto;
  }
  .sell-by-category__col {
    flex: 0 0 100%;
  }
  .any-questions .menu {
    height: auto;
  }
  .reg {
    width: 90%;
  }
  .postcode-wrap input {
    margin-bottom: 15px;
  }
  .myaccount__column {
    grid-template-columns: repeat(2, 1fr);
  }
  .myaccount__subheading {
    font-size: 0.75rem;
  }
}
@media (max-width: 584px) {
  .archive .yith-wcwl-add-to-wishlist,
  .related-products .yith-wcwl-add-to-wishlist {
    margin-top: 10px;
  }
  .shop-page ul.products li.product .shop-page__wrapper img {
    margin-top: 50px;
  }
  .why-we-do-it__heading,
  h2.create-an-account__heading {
    line-height: normal;
    font-size: 25px;
  }
  .create-an-account__list {
    width: 88%;
  }
  .home-banner__heading,
  .up-to-date__heading {
    line-height: normal;
  }
  header.woocommerce-products-header h1 {
    max-width: 100%;
  }
  .header-account-title h1 {
    font-size: 30px;
  }
  .about-panel-left__col:nth-child(2) img,
  .about-panel-right__col:first-child img {
    margin-left: auto;
  }
  .about-panel-left__description,
  .about-panel-left__heading,
  .about-panel-left__subheading,
  .about-panel-right__description,
  .about-panel-right__heading,
  .about-panel-right__subheading {
    text-align: center;
  }
  .about-2-column__btn1,
  .about-2-column__btn2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .contact .wpcf7-submit {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .wc_upsell_shortcode {
    max-width: 1096px !important;
  }
  .related.products {
    padding-left: 15px;
  }
  .single-product-page__leftinner:nth-child(2) {
    border: 1px solid #ececec;
    border-left: none !important;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery {
    border: 1px solid #ececec;
    border-right: none !important;
  }
}
@media (max-width: 992px) {
  .single-product-page__leftinner:nth-child(2) {
    border: 1px solid #ececec;
  }
  .myaccount .woocommerce-MyAccount-content,
  .myaccount .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .savebtnshowwrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  button.woocommerce-Button.button,
  span.hide {
    float: none;
  }
}
@media (min-width: 768px) {
  .page-id-78 .col2-set .col-2,
  .page-id-94 .col2-set .col-custom {
    width: 48%;
  }
  .page-id-94 .col2-set .col-custom .account-wrapper {
    width: 91%;
    margin-top: 5rem;
  }
  .page-id-63 .woocommerce form.register,
  .page-id-78 .woocommerce form.register,
  .page-id-94 .woocommerce form.login {
    margin-bottom: 4.2rem;
  }
  .page-id-78 .col2-set .col-custom {
    width: 48%;
    margin-top: 5rem;
  }
  #payment ul.payment_methods li > label ~ div {
    padding-left: 54px !important;
  }
  #payment ul.payment_methods li > label:after {
    right: 11px !important;
  }
  input.gform_submit_button_3 {
    position: absolute;
    right: 0;
    top: -20px;
  }
  li.mega-menu-item.hidden-myaccount {
    display: none;
  }
}
[data-id="emaildontmind-selected"],
[data-id="phone-selected"] {
  height: 0 !important;
  transition: height 0.3s, opacity 0.3s;
}
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 420px;
  background-color: #0af;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 95%;
  left: 34%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  line-height: 28px;
}
.about-2-column__col:nth-child(2) .about-2-column__heading,
.any-questions__titled h4,
.gform_wrapper.gravity-theme
  input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not(
    [type="file"]
  ),
.woocommerce-MyAccount-content tr td {
  line-height: normal;
}
span.tooltiptext:after {
  height: 0;
  width: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #00a9fe;
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  margin: auto;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  display: block;
}
.contact .wpcf7-form .contact__col-icon .wpcf7-list-item.first input::after {
  background: url(/wp-content/uploads/2023/07/contact-phone-over.png) !important;
  transition-duration: 0.2s;
  content: "";
}
.contact .wpcf7-form .contact__col-icon .wpcf7-list-item input::after {
  transition-duration: 0.2s;
  content: "";
  background: url(/wp-content/uploads/2023/07/contact-email-over.png) !important;
}
.contact .wpcf7-form .contact__col-icon .wpcf7-list-item.last input::after {
  transition-duration: 0.2s;
  content: "";
  background: url(/wp-content/uploads/2023/07/contact-dont-mind-over.png) !important;
}
.contact
  .wpcf7-form
  .contact__col-icon
  .wpcf7-list-item.last
  input:checked::before {
  transform: scale(1, 1);
  transition: width 0.1s;
}
.contact__col input[type="radio"] {
  padding: 0;
  border: 0;
  margin-top: 20px;
  background: 0 0;
}
.woocommerce-cart button.button.alt {
  margin: auto;
}
h3#ship-to-different-address span {
  color: #fff;
  font-weight: 700;
}
.order-section button.back-btn.button.alt,
.payment-section button.back-btn.button.alt,
button.continue.button.alt,
button.custom-complete-order.button.alt {
  display: inline !important;
}
.woocommerce-shipping-methods li,
ul.wc_payment_methods li {
  padding: 0 21px;
}
#payment ul.payment_methods li > label,
.flexthis.invoice-wrap,
.wrapper-content2 .flexthis {
  align-items: center;
}
.bacs-options {
  margin-bottom: 20px;
  padding-top: 0 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "alpha(opacity=20)";
  cursor: default;
}
.any-questions__col:nth-child(2) .accordion-list h3 {
  padding: 1.55rem 2.5rem 1.55rem 0;
}
.any-questions__col:nth-child(2) .accordion-list li {
  padding: 0 1.9rem;
}
.woocommerce-MyAccount-content .woocommerce-message,
ul.accordion-list li div.answer {
  padding-bottom: 30px;
}
.woofc-total-left {
  color: #000;
  font-weight: 700;
}
#mega-menu-wrap-header_menu
  .mega-menu-toggle.mega-menu-open
  + #mega-menu-header_menu {
  max-height: 100% !important;
  overflow-y: scroll;
}
.auto-accept-notif:after,
.awaiting-collection-notif:after,
.downgrade-notif:after,
.reminder-notif:after,
.returned-notif:after {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 40%;
  left: 15px;
  content: "\f005";
}
.auto-accept-notif:after {
  color: #fdff00;
}
.awaiting-collection-notif:after {
  color: #999;
}
#menu-checkout-for-cart-item .woofc-menu-item-inner-subtotal,
.header__menu--signin,
.page-id-97 .four-step-process-outer,
.related-products .s-product.related-prod,
.term-top-products .berocket_lgv_widget,
.woocommerce-checkout .woofc-area-bot,
.woocommerce-checkout span.woofc-item-qty-minus,
.woocommerce-checkout span.woofc-item-qty-plus {
  display: block !important;
}
.flexthis.maincont
  .container1
  .user-content
  table
  td.flexthis.order-summarynum-price
  span,
table.shop_table.woocommerce-checkout-review-order-table
  tfoot
  tr.vat
  span.woocommerce-Price-amount.amount {
  color: #00548a !important;
}
.flexthis.user-content td,
.flexthis.user-content td p {
  line-height: 24px;
}
.woocommerce-cart .woocommerce-notices-wrapper {
  max-width: 1250px;
  padding-top: 2rem !important;
  width: 90% !important;
}
.about-2-column {
  margin-bottom: 2rem !important;
}
.woocommerce ul#shipping_method li > input {
  border-radius: 0;
}
.woocommerce-checkout div.payment_box {
  background-color: #e7f0fe;
}
td.name-details {
  text-transform: capitalize;
}
.btn-acnt-edit a,
.wish_list_update_button,
.woofc-area.woofc-style-01
  .woofc-area-mid
  .woofc-item
  .woofc-item-inner
  .woofc-item-info
  .woofc-item-data,
span.top-badge,
td.product-grade-checkout,
ul#shipping_method li:first-child:before {
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout ul.woocommerce-error {
  max-width: 1250px;
  width: 100%;
  margin: 30px auto 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  height: 45px;
  border-right: none;
}
span.page-numbers.dots {
  display: flex !important;
  justify-content: center;
  align-items: end;
  height: 100% !important;
}
div#validation_message_9_35 {
  position: relative;
  top: -11px;
}
.any-questions__titled h4 {
  font-weight: 600;
  font-size: 1.33rem;
  letter-spacing: 0.01rem;
  padding: 0 0 20px;
  color: #000;
}
.any-questions__col:first-child {
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 0.9rem 1.37rem;
  margin-bottom: 0;
}
.order-ref-view-invoice {
  display: block;
  text-align: left;
  white-space: pre-wrap;
  word-break: break-word;
  font-weight: 400;
  margin-top: 10px;
}
.single-product a.add_to_wishlist {
  color: red !important;
}
.about-2-column__col--inner img:nth-child(2) {
  position: absolute;
  bottom: 0;
}
.about-2-column__col--inner img:first-child {
  margin: auto;
  object-fit: contain;
}
.about-2-column__col:nth-child(2) {
  justify-content: center;
  display: flex;
  align-items: center;
}
.about-2-column__col:nth-child(2) .about-2-column__col--inner:nth-child(2) {
  margin-top: initial;
  height: 100%;
}
.th-del-acnt:hover,
.thwma-del-acnt.th-del-acnt:hover {
  color: #fff !important;
  background: #e05e10 !important;
}
.form-row.place-order {
  margin: 0 !important;
}
.flexthis.maincont {
  flex: 0 0 100%;
  flex-wrap: wrap;
}
p.shop-page__category img {
  object-fit: contain;
  width: auto !important;
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
}
.single-product button.single_add_to_cart_button.button.alt.added:hover {
  color: #e66010;
}
.related-products__category,
.shop-page__category {
  height: 30px !important;
  width: auto !important;
  display: block;
  float: right;
}
.is-search-sections .meta > div > span,
.wpfFilterButtons .wpfButton {
  margin-left: 0 !important;
}
.flexthis.maincont .container1,
.up-to-date__input,
div#validation_message_1_26 {
  margin-bottom: 15px;
}
.flexthis.order-summarynum-price p {
  margin-left: 5px;
}
.fixed-content .home-banner__wrapper {
  background-image: url(/wp-content/themes/fluidpress/images/banner-background.jpg) !important;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
h1.home-banner__heading span {
  border-bottom: 2px solid #fff;
}
.home-banner__content,
.home-banner__heading {
  max-width: 100%;
  text-shadow: 0 0 5px #000;
}
a.slide-img-scan {
  display: flex;
  color: #fff;
  align-items: center;
  font-size: 2.3vw;
  font-weight: 700;
  background: #0af;
  border: 6px solid #fff;
  padding: 1vw 2vw;
  border-radius: 1.1rem;
  height: 78px;
}
a.slide-img-scan img {
  margin-right: 2vw;
  width: 50px;
}
.privacy-policy-text p {
  flex-direction: row;
  flex-wrap: wrap;
}
form.woocommerce-ResetPassword.lost_reset_password a.header__btn {
  border-radius: 0 !important;
  height: 51px !important;
  display: inline-block;
  min-width: 150px;
  font-size: 16px !important;
  font-weight: 700;
  text-align: center;
}
.archive .berocket_lgv_list table.variations,
.woocommerce-lost-password button.woocommerce-Button.button,
.wp-block-template-part {
  margin-top: 0 !important;
}
form.woocommerce-ResetPassword.lost_reset_password h3 {
  background: #00548a;
  color: #fff;
  padding: 0.65rem 2rem;
  font-size: 1.4rem;
  margin-left: -20px;
  margin-right: -21px;
  font-weight: 700;
  margin-bottom: 20px;
}
.accordion-usein li.active > p :after,
.accordion-usein li > p :after {
  font-family: "Font Awesome 5 Free";
  color: #f07328;
  font-size: 0.85rem;
}
.woocommerce-lost-password .woocommerce-message::before {
  font-size: 50px !important;
  margin-bottom: 20px;
  color: #0b1d48;
  position: relative;
  top: 0;
  left: 0;
}
img.forgot-img {
  max-width: 238px;
  margin: 4% auto 0;
  display: block;
  mix-blend-mode: darken;
}
.woocommerce-lost-password .woocommerce-message {
  display: flex;
  flex-direction: column;
  border: 0;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  padding: 0 2%;
}
.sectionwrapp {
  margin-bottom: 22px;
}
#order_review_content,
#payment div.payment_box textarea,
.gform_wrapper.gravity-theme .gfield-choice-input + label,
form.woocommerce-checkout input {
  max-width: 100% !important;
}
#order_review_content tr.total td {
  border-bottom: 6px solid #e7f0fe !important;
  border-top: 6px solid #e7f0fe !important;
}
.archive.woocommerce li.variable-item.button-variable-item.selected {
  color: #fff !important;
  background: #f27314 !important;
  z-index: 999999;
  width: 57% !important;
  margin: 0 !important;
  box-shadow: none !important;
  border: 1px solid #f27314 !important;
  pointer-events: none;
}
#payment ul li p label,
header__mainmenu,
span.address-wrapper input:last-child {
  border-bottom: none;
}
.related-products {
  flex-direction: row;
}
.cart_totals h2,
.woocommerce-cart table.shop_table thead {
  height: 60px;
  line-height: 60px;
  padding: 0;
}
.is-search-sections span.woocommerce-Price-amount.amount {
  color: transparent;
  position: relative;
}
.is-search-sections span.woocommerce-Price-amount.amount:after {
  position: absolute;
  content: "£100";
  left: 0;
  color: #0af;
}
input#gform_submit_button_13 {
  line-height: 2;
  min-height: 51px;
  margin-left: -20px;
  width: 100%;
  min-width: 181px;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu .mega-menu-item-29 img {
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  background: #f1f1f1;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .shop-basket__col2.sticky-sidetotalx {
    position: fixed;
    top: 223px;
    max-width: 292px;
    z-index: -1;
    left: 70%;
    transform: translate(-20%, 0);
  }
  .shop-basket__col2.sticky-near-footer {
    position: fixed;
    top: 40px;
    max-width: 232px;
    z-index: -1;
    left: 78%;
    transform: translate(-18%, 0);
  }
  .shop-basket__col2 .woocommerce-Price-amount {
    font-size: 20px !important;
  }
}
@media (max-width: 1099px) and (min-width: 1039px) {
  a.slide-img-scan {
    font-size: 25px;
  }
}
@media (max-width: 1300px) and (min-width: 1100px) {
  a.slide-img-scan {
    font-size: 26px;
  }
}
@media (min-width: 1301px) {
  a.slide-img-scan {
    font-size: 32px;
  }
  .shop-basket__col2.sticky-sidetotalx {
    position: fixed;
    top: 223px;
    right: 0;
    max-width: 336px;
    z-index: 9;
    left: 47%;
    transform: translate(86%, 0);
  }
  .shop-basket__col2.sticky-near-footer {
    position: fixed;
    top: 50px;
    right: 0;
    max-width: 250px;
    z-index: 9;
    left: 49.5%;
    transform: translate(139%, 0);
  }
  #mega-menu-wrap-header_menu #mega-menu-header_menu .mega-menu-item-29 img {
    max-height: 182px;
    object-fit: contain;
  }
  .sell-by-category__colwrapper img {
    max-width: 80%;
    margin: 0 auto;
  }
  .sell-by-category__col {
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .sell-by-category__colwrapper:before {
    border-left: 1px solid #fff;
    content: "";
    height: 50%;
    opacity: 0.2;
    left: -14px;
    position: relative;
  }
}
@media (max-width: 1199px) {
  .contact .wpcf7-form .contact__col:nth-child(5) input {
    margin-top: 0;
    margin-bottom: 0;
  }
  .contact__col input {
    padding: 1rem;
  }
  .sell-by-category__column {
    margin-top: 40px;
  }
  .header__mainmenu {
    border-bottom: none !important;
  }
  .woocommerce-lost-password .woocommerce {
    margin-top: 70px !important;
  }
  .create-an-account__login,
  .create-an-account__signup {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #mega-menu-wrap-header_menu
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-header_menu {
    top: 149px !important;
  }
  .woocommerce-lost-password .woocommerce {
    margin-top: 140px !important;
  }
  .flexthis.maincont .container2 {
    margin: 20px auto;
  }
  a.custom-complete-order.button.alt {
    text-align: center;
    display: block;
    max-width: 250px;
    margin: auto;
  }
}
@media only screen and (min-width: 1981px) {
  .home-banner_img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .home-banner_img img {
    width: 35vw;
  }
  .mobile-home-banner {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1980px) {
  .home-banner_img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .home-banner_img img {
    width: 40vw;
  }
  .mobile-home-banner {
    display: none;
  }
}
@media only screen and (max-width: 990px) {
  .single-product button.button.alt {
    min-width: 100%;
  }
  .single-product
    .entry-summary
    button.single_add_to_cart_button.button.alt.added:before {
    left: -13px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-banner_img,
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form__contents td.product-thumb {
    width: 35%;
  }
  .woocommerce-cart .woocommerce-cart-form__contents td.product-thumb img {
    width: 100% !important;
    padding-right: 0;
  }
  .woocommerce-cart .woocommerce-cart-form__contents td.product-name {
    width: 100%;
  }
  #payment ul.payment_methods label[for="payment_method_cod"] {
    padding-left: 56px !important;
  }
  #payment ul.payment_methods li > label:after,
  .woofc-area.woofc-style-01
    .woofc-area-mid
    .woofc-item
    .woofc-item-inner
    .woofc-item-remove {
    right: 0 !important;
  }
  #payment ul.payment_methods li > label ~ div {
    padding-left: 0 !important;
  }
  .reg p {
    font-size: 16px;
  }
  .view-order tfoot.order-ty tr:last-child,
  .wishlist_table td.product-remove-fave,
  .woocommerce-cart table.shop_table_responsive tr .cart-product-action {
    display: block !important;
  }
  .view-order tfoot.order-ty tr,
  .woocommerce-cart table.shop_table_responsive tr span.shop-page__offerprice,
  .woocommerce-cart
    table.shop_table_responsive
    tr
    td.product-price.desktop-only {
    display: none !important;
  }
  .view-order-table tbody td span.woocommerce-Price-amount.amount {
    color: #0af;
    font-size: 16px;
  }
  .view-order tr {
    border-top: 18px solid #f8f8f8 !important;
  }
  .postcode-wrap {
    display: flex !important;
  }
  form#gform_9 .gfield select {
    max-width: initial !important;
  }
  .order-page-complete {
    margin: 100px auto;
  }
  .related-products .search .wpcf7-form,
  .shop-page .search .wpcf7-form {
    margin: 0;
  }
  a.button.cancel-button {
    max-width: 187px;
    margin: 15px auto 0;
  }
  .woocommerce-cart table.shop_table_responsive tr:not(:first-child) .remove {
    top: 5px !important;
  }
  .woocommerce-cart table.shop_table_responsive tr {
    display: flex;
    position: relative;
  }
  .woocommerce-cart table.shop_table_responsive tr .productname-remove,
  .woocommerce-cart table.shop_table_responsive tr p.cart-colour {
    border-right: none !important;
  }
  .woocommerce-cart
    table.shop_table_responsive
    tr
    span.woocommerce-Price-amount.amount {
    color: #0af;
    font-weight: 700;
    font-size: 24px;
  }
  .woocommerce-cart
    table.shop_table_responsive
    tr
    .product-price-flex.mobile-only {
    display: block !important;
    clear: both;
  }
  .woocommerce-cart table.shop_table_responsive tr div.quantity {
    padding-right: 18px !important;
    height: 71px !important;
    float: left !important;
  }
  .woocommerce-cart table.shop_table_responsive tr .flex-product-info {
    row-gap: 10px;
  }
  .cart-collaterals {
    margin-top: 50px;
  }
  .cart-collaterals tr.total-and-coupon {
    padding: 0 !important;
  }
  .cart-collaterals tr {
    padding: 0 !important;
    gap: 23px;
    display: table-row !important;
  }
  .cart-collaterals tr td {
    display: table-cell !important;
  }
  .cart-collaterals h3 {
    margin-bottom: 10px;
  }
  .woocommerce-cart i.yith-wcwl-icon.fa.fa-heart-o {
    position: relative;
  }
  .home-banner__wrapper
    form.is-search-form.is-form-style.is-form-style-3.is-form-id-10063.is-ajax-search,
  .wishlist_table tr {
    margin-bottom: 30px;
  }
  .woocommerce .wishlist_table .remove {
    top: initial !important;
    position: relative;
    left: 0;
  }
  .wishlist_table td.product-price span.woocommerce-Price-amount.amount {
    position: relative !important;
  }
  .wish_variation_content {
    justify-content: center;
  }
  #main p.shop-page__email {
    top: -98px;
    display: block;
  }
  .woocommerce ul#shipping_method li > input:before {
    font-size: 1.5rem !important;
  }
  .woocommerce ul#shipping_method li > div,
  .woocommerce ul#shipping_method li > label {
    font-size: 18px !important;
    padding: 10px 30px 10px 10px !important;
  }
  #payment ul.payment_methods li > label {
    font-size: 18px !important;
    padding: 10px 37px 10px 0 !important;
  }
  label[for="payment_method_cheque"]:before {
    left: -5px;
    margin-right: 15px !important;
  }
  input#shipping_method_0_free_shipping1 ~ label div {
    margin-right: 8px !important;
  }
  .woocommerce ul#shipping_method li > label ~ div {
    margin-left: 20px !important;
    padding-right: 20px !important;
  }
  body.archive.woocommerce {
    margin-top: 85px;
  }
  a.slide-img-scan {
    font-size: 4.5vw;
    padding: 1vw 2.5vw;
  }
  img.mobile-home-banner {
    display: block;
    margin: 0 auto 25px;
  }
  .home-banner__content {
    margin: 0.5rem 0 10px !important;
  }
  input#gform_submit_button_5 {
    line-height: 2;
    min-height: 51px;
    margin-left: 0;
    width: 100%;
    max-width: 181px;
  }
  .invoice-div .gform_footer.top_label {
    float: none;
    justify-content: center;
  }
  .woocommerce-order-details
    table.woocommerce-table--order-details.shop_table
    td {
    border-top: 1px solid #f8f8f8 !important;
  }
  .invoice-div {
    margin: auto;
  }
  p.order-again {
    text-align: center;
  }
  .woocommerce-page.woocommerce-checkout .col2-set .col-1,
  .woocommerce.woocommerce-checkout .col2-set .col-1 {
    width: 100% !important;
  }
  .woofc-area.woofc-style-01
    .woofc-area-mid
    .woofc-item.woofc-item-has-remove
    .woofc-item-inner {
    padding: 10px;
  }
  .myaccount .woocommerce-MyAccount-navigation ul {
    text-align: center;
    padding: 0;
  }
  .myaccount .woocommerce-MyAccount-navigation ul li {
    display: block;
    padding: 0.5rem;
    font-size: 1rem;
  }
  .myaccount .woocommerce-MyAccount-navigation ul li a:after {
    content: none;
  }
}
@media only screen and (max-width: 585px) {
  .personal-info table td,
  .shipping-info table td {
    display: block;
  }
  .title-edit {
    line-height: normal;
  }
  .woocommerce-orders.woocommerce-account .woocommerce-MyAccount-orders h2 {
    max-width: 87% !important;
  }
  .page-id-97 .four-step-process-outer {
    padding: 0;
  }
  .myaccount .four-step-process {
    display: none;
  }
  p.order-ref a {
    width: 74%;
    word-wrap: break-word;
    display: inline-block;
  }
  form.woocommerce-ResetPassword.lost_reset_password
    p.woocommerce-form-row.form-row {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  form.woocommerce-ResetPassword.lost_reset_password a.header__btn {
    display: block !important;
    text-align: center;
    padding: 5px;
    max-width: 179px !important;
    margin: 15px auto 20px !important;
    line-height: 39px !important;
  }
  .woocommerce-lost-password .woocommerce {
    padding: 20px;
    margin-top: 70px !important;
  }
  .woocommerce .woocommerce-result-count {
    margin: auto;
    width: 100%;
  }
  .about-2-column__col:nth-child(2) .about-2-column__col--inner:nth-child(2) {
    height: auto;
  }
  .about-2-column__col--inner img:nth-child(2) {
    position: relative;
  }
  .about-2-column__col:nth-child(2) .about-2-column__col--inner:first-child {
    padding: 5px;
  }
  .woofc-menu-item .woofc-menu-item-inner i {
    margin-right: 12px;
  }
  .woocommerce-MyAccount-content button.button,
  a.button.cancel-button {
    float: none;
    margin: 20px auto 0;
    display: block;
    width: 180px;
  }
  input#shipping_method_0_free_shipping1 {
    height: auto !important;
    min-height: 5.5rem;
  }
   
  #main p.shop-page__email {
    top: -85px;
    display: block;
  }

 .term-top-products p.shop-page__email{
    display: none !important;
  }
  .any-questions__titled.how {
    padding-top: 48px;
  }
  p.about-panel-left__description ~ p {
    font-size: 1.1rem;
    line-height: 1.7rem;
    text-align: center;
  }
}
.woocommerce table.shop_table_responsive tr td.order-actions,
.woocommerce-page table.shop_table_responsive tr td.order-actions,
span.address-wrapper input {
  text-align: center !important;
}
@media only screen and (max-width: 955px) {
  button.back-btn.button.alt,
  button.continue.button.alt,
  button.custom-complete-order.button.alt {
    margin: 0 auto 20px;
    display: block;
    min-width: 245px;
  }
} /*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.downgraded_popupbutton button:hover,
.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
  background-color: #1b3163;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 36px;
  height: 2.2px;
  background-color: #1b3163;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger--3dx .hamburger-inner,
.hamburger--3dx-r .hamburger-inner,
.hamburger--3dxy .hamburger-inner,
.hamburger--3dxy-r .hamburger-inner,
.hamburger--3dy .hamburger-inner,
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--collapse .hamburger-inner,
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  bottom: 0;
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner,
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::after,
.hamburger--boring .hamburger-inner::before {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}
.hamburger--elastic .hamburger-inner,
.hamburger--elastic-r .hamburger-inner {
  transition-duration: 275ms;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  top: 2px;
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 125ms 275ms;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 75ms;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 75ms;
}
.hamburger--emphatic .hamburger-inner,
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 125ms ease-in 175ms;
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 125ms 275ms;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 75ms;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 75ms;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 50ms linear 125ms, left 125ms ease-in 175ms;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 50ms linear 125ms, right 125ms ease-in 175ms;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 125ms ease-out, top 50ms linear 125ms,
    transform 125ms cubic-bezier(0.075, 0.82, 0.165, 1) 175ms;
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 125ms ease-out, top 50ms linear 125ms,
    transform 125ms cubic-bezier(0.075, 0.82, 0.165, 1) 175ms;
}
.hamburger--spin .hamburger-inner,
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 50ms linear 125ms, left 125ms ease-in 175ms;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 50ms linear 125ms, right 125ms ease-in 175ms;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 125ms ease-out, top 50ms linear 125ms,
    transform 125ms cubic-bezier(0.075, 0.82, 0.165, 1) 175ms;
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 125ms ease-out, top 50ms linear 125ms,
    transform 125ms cubic-bezier(0.075, 0.82, 0.165, 1) 175ms;
}
.hamburger--minus .hamburger-inner::after,
.hamburger--minus .hamburger-inner::before {
  transition: bottom 80ms ease-out, top 80ms ease-out, opacity linear;
}
.hamburger--slider .hamburger-inner::before,
.hamburger--slider-r .hamburger-inner::before {
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--minus.is-active .hamburger-inner::after,
.hamburger--minus.is-active .hamburger-inner::before {
  opacity: 0;
  transition: bottom 80ms ease-out, top 80ms ease-out, opacity 0s linear 80ms;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner,
.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s,
    background-color 0s linear 75ms;
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0s linear 0.22s;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1),
    background-color 0s linear 0.15s;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1),
    background-color 0s linear 0.15s;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--squeeze .hamburger-inner {
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 75ms 0.12s, opacity 75ms;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 75ms 0.12s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 75ms, opacity 75ms 0.12s;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 75ms,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.hamburger--vortex-r.is-active .hamburger-inner::after,
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after,
.hamburger--vortex.is-active .hamburger-inner::before {
  transition-delay: 0s;
}
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::after,
.hamburger--vortex .hamburger-inner::before {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::after,
.hamburger--vortex-r .hamburger-inner::before {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
.payment .gv-grid-col-2-3 {
  width: 100%;
  padding: 0;
}
.payment .gv-field-10-delete_link a {
  background-color: #f27512;
  padding: 11px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.payment .gv-list-view-footer {
  border-top: none;
  background-color: transparent;
  padding-top: 20px;
  padding-right: 0;
}
.account-wrapper ul,
.payment div {
  margin-bottom: 0;
}
.payment .gform_wrapper {
  background: #fff;
  padding: 20px 20px 0;
  border: 1px solid #ddd;
}
.payment .gform_wrapper.gravity-theme .gfield > select {
  width: 100%;
  box-shadow: none;
  background: #fff;
  margin-top: 0;
}
.archive .singleproductonly {
  max-width: 98%;
  margin: auto;
}
.archive table.variations,
.product_cat-top-products .yith-wcwl-add-to-wishlist:nth-child(2) {
  float: left;
}
.archive .woocommerce-variation-price,
li.berocket_lgv_list h2.woocommerce-loop-product__title {
  position: absolute;
}
.archive .woocommerce-variation-add-to-cart {
  flex-flow: nowrap;
  align-items: center;
  float: right;
}
.archive .woocommerce-qty-custom-label:after {
  opacity: 1;
  content: "Qty:";
  color: #0b1d48;
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 14px;
}
.archive .woocommerce-qty-custom-label {
  color: #fff;
  position: relative;
  font-size: 11px;
  font-weight: 400;
  line-height: 8px;
}
.archive button.single_add_to_cart_button.button.alt {
  background: 0 0;
  border: 1px solid #000;
  font-size: 13px;
  position: relative;
  color: #fff;
  min-width: auto;
  line-height: normal;
  padding: 5px 12px;
  margin-left: auto;
}
.archive .woocommerce-qty-custom {
  border-bottom: none;
  padding-bottom: 0;
  width: 70px;
}
.archive button.single_add_to_cart_button.button.alt:before {
  font-size: 22px;
  color: #fff;
  position: relative;
  padding: 0;
  font-family: "Font Awesome 5 Free";
  margin-right: 8px;
  content: "\f07a";
}
.archive button.single_add_to_cart_button.button.alt:after {
  position: relative;
  right: 0;
  content: "Quick sell";
  font-size: 18px;
  top: -2px;
  font-family: Roboto, sans-serif !important;
  font-weight: 700;
  line-height: 31px;
}
.archive button.single_add_to_cart_button.button.alt.added:before {
  font-weight: 700;
  content: "\f560";
  right: 0;
  margin-right: 0;
}
.archive
  button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed:hover {
  color: #f47314;
  background: #f47314;
}
.archive button.single_add_to_cart_button.button.alt.added:after {
  content: "Added";
  font-weight: 700;
  font-family: inherit;
  top: -7px;
}
.archive a.button.shop-page__viewproduct--btn {
  max-height: 53px;
  bottom: 0 !important;
  right: 0 !important;
}
.archive .qty {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.archive .guide,
.archive .pguide {
  font-size: 14px;
  font-weight: 400;
  color: #0b1d48;
  margin-bottom: 5px;
}
.archive .guide i.fas.fa-question-circle,
.archive .pguide i.fas.fa-question-circle,
.cart-discount a.woocommerce-remove-coupon,
.for-mobile b,
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before,
a.woocommerceremovecoupon {
  color: #0af;
}
.archive .guide a,
.archive .pguide a {
  color: #f27314;
  font-style: italic;
  width: auto !important;
  text-decoration: underline !important;
}
.archive div.single_variation_wrap {
  width: 61%;
}
.archive.woocommerce ul.products li.product .button {
  margin-top: 0;
  height: 100%;
}
#main .berocket_lgv_widget,
#main form.woocommerce-ordering,
#multipleaddresshere [value="add_address"],
#multipleaddresshere1 [value="add_address"],
#payment ul.payment_methods li input:checked ~ .payment_box a.btn,
#popmake-1358 .gform_footer.top_label,
#popmake-1358 input#gform_submit_button_3,
.administrator .invoice-wrap,
.administrator p#billing_company_field,
.archive.woocommerce a.reset_variations,
.blockUI.blockOverlay,
.cart-discount span.woocommerce-Price-amount.amount,
.control-buttons.control-buttons-shipping,
.customer .invoice-wrap,
.customer p#billing_company_field,
.dhl-selected span#deliveryaddressherebutbilling,
.dropoff-selected tr#collectionaddresstr,
.fpf-radio input,
.is-search-sections span.woocommerce-Price-amount.amount:after,
.popup_inner .variations .label,
.popup_inner a.reset_variations,
.popup_inner div.quantity,
.related-products ul.products li.product .singleproductonly,
.related-products ul.products li.product h2,
.related-products ul.products li.product h3,
.restock-selected span#deliveryaddressherebutbilling,
.shop-page__wrapper > span.price,
.term-top-products .shop-page__sidebar,
.term-top-products div#wpcf7-f206-o1,
.term-top-products form.woocommerce-ordering,
.term-top-products nav.woocommerce-breadcrumb,
.term-top-products p.shop-page__email,
.update_variation_form h3:not(:first-child),
.wcspc-overlay,
.wishlist_table .wish_variation_content dl.variation,
.woocommerce ul li input:checked ~ div button,
.woocommerce-checkout .header-top,
.woocommerce-checkout .woocommerce-checkout button[type="submit"],
.woocommerce-checkout .woofc-area-bot .woofc-action,
.woocommerce-checkout section .header__mainmenu--sticky,
.woocommerce-checkout section.header__mainmenu,
.woofc-count,
.yith-wcwl-add-button .view-wishlist,
.yith-wcwl-add-button span.separator,
a.button.product_type_variable.add_to_cart_button,
a.custom-image-link span.price,
div#wcspc-area,
div#wcspc-count,
footer li.menu-header-search,
label.wpfBlockClear,
li.wpfOptionDisabled,
p#shipping_state_field,
section.any-questions li.menu-header-search,
span.custom-filter,
span.woofc-item-price,
table.shop_table.woocommerce-checkout-review-order-table span.evic_product_edit,
th.label label {
  display: none !important;
}
.wpfFilterWrapper.close .wfpTitle.wfpClickable {
  color: #f27314 !important;
  border-bottom: 1px solid;
}
.header-wrapper {
  height: auto;
  left: 0;
  right: 0;
}
.recommended {
  color: #15bd3a;
  font-style: italic;
  font-size: 18px;
}
.is-search-sections .thumbnail {
  margin-right: 0 !important;
  width: auto !important;
}
.wpfFilterWrapper .wfpTitle {
  height: 21px;
}
.yith-wcwl-wishlistaddedbrowse .fa-star-o:before {
  content: "\f005";
}
.archive.woocommerce button.single_add_to_cart_button.button.alt:hover,
.th-del-acnt:hover,
.wpfFilterButtons a.viewall:hover,
.wpfFilterButtons button.wpfClearButton.wpfButton:hover {
  background: #ec6502 !important;
}
.header_opacity {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
  opacity: 0;
}
.header-wrapper.header-wrapper-sticky {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  opacity: 1;
  transition: opacity 0.1s ease-in, transform 0.1s ease-in,
    visibility 0.1s ease-in;
}
.header-active {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999 !important;
  opacity: 1;
}
@keyframes sticky_header {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
@keyframes grow_head {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
.woocommerce-checkout
  .woofc-area.woofc-style-01
  .woofc-area-mid
  .woofc-item.woofc-item-has-remove
  .woofc-item-inner,
.woocommerce-checkout
  .woofc-area.woofc-style-01
  .woofc-area-mid
  .woofc-item.woofc-item-has-remove:hover
  .woofc-item-inner {
  transform: none;
}
.woocommerce-checkout .woofc-area.woofc-style-01 .woofc-area-mid {
  padding: 20px 0 10px;
}
.dhl-notice {
  color: #c41414;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  font-size: 17px;
  max-width: 690px;
  gap: 20px;
}
form#gform_1 #idpc {
  width: 100%;
  display: block !important;
}
select#billing_country,
select#thwma-billing-alt {
  max-width: 700px;
}
@keyframes grow-header {
  from {
    height: 0;
  }
  to {
    height: 117px;
  }
}
@keyframes grow-head {
  from {
    height: 0;
  }
  to {
    height: 28px;
  }
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: 0 0 !important;
  color: #000 !important;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: 0 0 !important;
  color: #000 !important;
  position: relative;
  padding: 0.5em 0 1px;
  margin: 10px;
}
.woocommerce nav.woocommerce-pagination ul li a:after {
  content: "";
  width: 80%;
  height: 1px;
  background: 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
}
.woocommerce nav.woocommerce-pagination ul li:focus a:after,
.woocommerce nav.woocommerce-pagination ul li:hover a:after,
.woocommerce nav.woocommerce-pagination ul span.current:after {
  content: "";
  width: 80%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
}
.woocommerce nav.woocommerce-pagination ul li:first-child a,
.woocommerce nav.woocommerce-pagination ul li:last-child a {
  color: #f27314 !important;
}
.woocommerce nav.woocommerce-pagination ul a.next.page-numbers:before {
  content: "Next";
  margin-right: 5px;
}
.woocommerce nav.woocommerce-pagination ul a.prev.page-numbers:before {
  content: "Prev";
  margin-left: 5px;
}
.woocommerce nav.woocommerce-pagination ul a.prev.page-numbers {
  display: flex !important;
  flex-direction: row-reverse;
}
.wpfFilterButtons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
}
.wpfFilterButtons a.viewall {
  max-height: 30px !important;
  background: #f27314 !important;
  color: #fff;
  font-weight: 400 !important;
  line-height: 30px;
  padding: 0 15px;
  width: 50%;
  text-align: center;
}
.myaccount__tab,
.notif h3,
.payment h3,
.th-head h3,
.woocommerce-account .addresses .title h3 {
  padding: 0 1rem !important;
}
#mmenu-show-cart bdi:before {
  content: "Basket";
  display: block;
  color: #0b1d48;
  margin-bottom: 7px;
}
#mmenu-show-cart span.woocommerce-Price-amount.amount {
  margin-top: 3px;
  margin-left: 6px;
}
.accordion-usein {
  margin-left: 0 !important;
  list-style: none !important;
  padding-top: 20px;
}
.accordion-usein li > p {
  border-bottom: 1px solid #767676;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.accordion-usein li > p :after {
  content: "\f078";
  position: absolute;
  right: 0;
  top: 2px;
  transition: 0.3s ease-in-out;
  font-weight: 700;
}
.accordion-usein li.active > p :after {
  content: "\f077";
}
#main {
  width: 100%;
  padding: 0 15px;
}
#main p.shop-page__email {
  position: absolute !important;
  top: -111px;
  right: 0;
}
#main header.woocommerce-products-header {
  border-bottom: 3px solid rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 30px !important;
}
#main .wfpTitle.wfpClickable {
  color: #767676;
  font-weight: 400;
}
#main .ecologi-sidebar {
  align-items: center;
  font-weight: 500;
  font-style: italic;
  line-height: 24px;
  font-size: 18px;
}
#main .ecologi-sidebar span {
  flex-grow: 1;
  width: 100%;
  display: block;
}
button.gform_show_password {
  height: 51px !important;
}
.bc-scanner .bc-scanner__screen {
  height: 100vh;
}
.woocommerce-cart .woocommerce-notices-wrapper {
  margin: 0 auto !important;
  display: block;
}
.woocommerce-message,
ul.woocommerce-error {
  margin-top: 3rem;
  margin-bottom: 0;
}
div#order_review_content ol {
  list-style: auto;
  margin-left: 30px;
  margin-bottom: 10px;
}
h2.woocommerce-loop-product__title:hover {
  color: #0af !important;
}
.header__basket {
  width: auto;
  padding-right: 10px;
}
#add_payment_method #payment div.payment_box::before,
#gform_wrapper_3 .gform_required_legend,
#payment ul.payment_methods li.active p label:after,
.berocket_lgv_additional_data,
.berocket_lgv_after_additional,
.contact__col1.show-business-only,
.delete-user-account-container p,
.form-row.place-order button#place_order,
.invoice_filename ~ i,
.invoice_filename ~ span,
.lgv_price.lgv_price_simple span.price,
.popmake-content input#gform_submit_button_7,
.promo-1.promo_mobile,
.related-products
  a.button.wp-element-button.product_type_variable.add_to_cart_button,
.single-product a.added_to_cart.wc-forward,
.term-top-products .shop-page__sidebar,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #payment div.payment_box::before,
.woocommerce-checkout .header__basket,
.woocommerce-checkout .order-section,
.woocommerce-checkout .payment-section,
.woocommerce-checkout .scan-search-wrap,
.woocommerce-form-coupon-toggle,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
li#wp-admin-bar-search,
li.berocket_lgv_list.berocket_lgv_list_grid span.top-space,
p#thwma-billing-alt_field,
p.gform_required_legend,
table.shop_table.woocommerce-checkout-review-order-table tbody br,
tr.cart-discount span.woocommercePriceamount.amount {
  display: none;
}
.woocommerce-checkout .ajax_error_message {
  color: #b81c23;
  border-top: 3px solid #b81c23;
  padding: 1em 2em 1em 3.5em;
  margin: 2em 0;
}
.woocommerce-checkout .ajax_error_message::before {
  content: "\e016";
  color: #b81c23;
}
.terms_error_message {
  color: red;
  font-size: 10px;
  margin-top: 14px;
}
.variation_in_cart_popup_class {
  padding-top: 20%;
  z-index: 999999 !important;
}
ul#shipping_method button {
  pointer-events: none;
  pointer-events: unset !important;
}
.header__sticky {
  z-index: 999999;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner > div {
  z-index: 0;
}
div.popup_container span.evic_popup_close img {
  color: #1d6099 !important;
  height: 44px;
  width: 44px;
  padding: 10px;
}
.woocommerce-cart.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item {
  background: #0b1d48 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  width: 50% !important;
  margin: 0 !important;
}
.woocommerce-cart.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item.selected:not(
    .no-stock
  ) {
  background: #f07328 !important;
  border: none !important;
  box-shadow: none !important;
  pointer-events: none;
}
.wishlist_table th.product-remove,
.woocommerce-cart .variable-item-contents {
  width: auto !important;
}
.popup_inner .cart-graded-wrap h4 {
  font-size: 19px;
}
.header__col .is-search-icon,
.popup_inner .cart-graded-wrap ul,
div#gform_wrapper_5 {
  padding-top: 0 !important;
}
.popup_inner .cart-graded-wrap li {
  margin-left: 10px;
  list-style-type: disc;
}
.update_variation_form h3:first-child {
  background: #1d6099;
  padding: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  color: #fff !important;
}
.popmake-content input[type="radio"]:checked + label::after,
.popup_container li.variable-item.button-variable-item.selected:after {
  content: "\f058";
  font-family: FontAwesome;
  font-size: 24px;
  vertical-align: middle;
  margin-left: 10px;
}
.popup_container li.variable-item.button-variable-item:before {
  content: "Grade";
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
  font-weight: 400;
}
.update_variation_form ul {
  padding: 20px !important;
}
.update_variation_form ul .variable-item:not(.radio-variable-item) {
  padding: 0 !important;
  border: none !important;
}
#input_1_4_1_container span.password_input_container:nth-child(2):after,
#input_3_4_1_container span.password_input_container:nth-child(2):after {
  font-size: 14px;
  line-height: normal;
  position: relative;
  top: 5px;
  content: "To create a strong password use the following characters; 1 lowercase, 1 special character, 1 uppercase, 1 numerical. The password must be a minimum of 8 characters.";
  max-width: 96%;
  display: block;
}
#input_1_4_container,
#input_3_4_container,
.form-row-wide.add-wrap {
  align-items: start;
}
div#variation_in_cart_popup div.popup_container {
  border-radius: 0;
  max-width: 500px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
  width: 50%;
}
.archive .woocommerce-variation-add-to-cart,
.archive.woocommerce ul.products li .quantity,
.business .contact__col1.show-business-only,
.cart-product-action .exists,
.col2-order p,
.logged-in .customer-login-reg.container h3,
.logged-in.single-product .yith-wcwl-add-to-wishlist,
.restock_collection_available #shipping_method li:last-child button,
.update_variation_form span.price,
.woocommerce-account section.header__mainmenu,
.yith-wcwl-wishlistexistsbrowse a,
p.for-use-in {
  display: block;
}
tr.update-cart-action span.button {
  margin-left: 20px;
}
.woocommerce-address-fields .form-row label {
  flex: 1 1 !important;
}
.woofc-area.woofc-style-01
  .woofc-area-mid
  .woofc-item.woofc-item-has-remove
  .woofc-item-inner,
.woofc-area.woofc-style-01
  .woofc-area-mid
  .woofc-item.woofc-item-has-remove:hover
  .woofc-item-inner {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.woofc-area.woofc-style-01
  .woofc-area-mid
  .woofc-item
  .woofc-item-inner
  .woofc-item-remove,
.woofc-area.woofc-style-01
  .woofc-area-mid
  .woofc-item
  .woofc-item-inner
  .woofc-item-special {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(30px, -50%, 0);
  transform: translate3d(30px, -50%, 0);
  color: #0b1d48;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item,
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:first-child {
  width: 93%;
  margin: 10px auto 0;
}
.flexthis.order-summarynum-price span {
  color: #00548a !important;
  font-weight: 700;
  font-size: 25px;
}
.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme .ginput_complex label,
.summary.entry-summary h3 {
  font-weight: 700 !important;
}
.flexthis.order-summarynum-price p {
  align-items: center;
  align-content: center;
  display: flex;
  column-gap: 10px;
}
.order-page-complete {
  margin: 50px auto;
}
.order-page-complete a.custom-complete-order.button.alt {
  margin-top: 25px;
}
p.for-use-in strong {
  margin-bottom: 5px;
  display: block;
}
.single-product-page__description {
  padding-right: 15px;
}
a.custom-image-link {
  margin-top: 0 !important;
  margin-bottom: 20px;
}
.flexthis.invoice-wrap p.invoice_filename,
.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination,
a.call-restock,
button.custom-complete-order.button.alt {
  margin-top: 20px;
}
.term-59 li.berocket_lgv_list.berocket_lgv_list_grid span.top-badge {
  position: absolute;
  top: 0;
  left: 0;
}
.archive ul.products li.berocket_lgv_list form.variations_form.cart.wvs-loaded {
  margin-top: 18px !important;
}
a.woocommerce-terms {
  color: #f07328;
  text-decoration: underline;
}
a.call-restock {
  color: #f07328;
  text-decoration: underline;
  font-size: 20px;
}
tfoot.customtfoot small.includes_tax {
  display: block;
  width: 100px;
  margin: auto;
}
tfoot.customtfoot tr.total td {
  font-size: 20px;
  font-weight: 400;
  padding: 10px 0;
}
.wpfClearButton.wpfButton,
table.shop_table.woocommerce-checkout-review-order-table
  tfoot
  tr.vat
  span.woocommerce-Price-amount.amount,
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.vat td {
  font-weight: 400 !important;
}
tfoot.customtfoot tr.total td span.woocommerce-Price-amount.amount {
  font-size: 20px;
  font-weight: 400;
  color: #00548a !important;
}
div#checkout_promo_code {
  text-align: left;
  margin-left: 10px;
}
div#checkout_promo_code input {
  height: 20px;
  margin: 10px;
  border-radius: 8px;
  font-style: italic;
  color: #777f89;
}
div#checkout_promo_code button {
  min-height: 20px;
  border-radius: 8px;
  line-height: 20px;
  background: #f07328;
  border: none;
  padding: 7px 20px;
  cursor: pointer;
}
.privacy-policy-text p {
  display: flex;
  align-content: center;
  align-items: center;
  vertical-align: middle;
}
.privacy-policy-text p input#terms {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.privacy-policy-text p a.woocommerce-terms {
  margin-left: 6px;
}
.flexthis.invoice-wrap .invoice-info {
  font-size: 20px;
  margin-top: 20px;
  margin-right: 10px;
  color: #f07328;
}
.flexthis.invoice-wrap .invoice-info:hover {
  color: #d65a0f;
}
.flexthis.invoice-wrap span {
  margin-top: 30px;
}
.single-product-page__description p {
  margin-bottom: 15px;
  display: flex;
}
.single-product-page__description p strong {
  display: inline-block;
  min-width: 160px;
}
.single-product-page__leftinner:nth-child(2) {
  width: 50%;
  height: auto;
  background: #fff;
}
.single-product-page__description h2.single-product-page__description--heading,
.yith-wcwl-wishlistexistsbrowse a {
  color: #0af !important;
}
.woocommerce div.product div.images {
  margin-bottom: 0 !important;
  background: #fff;
  padding: 20px;
}
.single-product-page__right .summary.entry-summary {
  border-radius: 20px;
}
.single-product-page__leftinner:nth-child(3) {
  padding: 0 20px;
  background: #fff;
  margin: 30px 0;
  border: 1px solid #ececec;
  max-height: 124px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-product-page__sellink a {
  font-size: 1.4rem !important;
  width: 32%;
  min-width: 199px;
}
.wpfFilterTitle .wpfFilterWrapper i,
.wpfFilterTitle .wpfFilterWrapper svg {
  position: absolute;
  right: 0;
  top: 10px;
}
.wpfClearButton.wpfButton {
  min-height: 30px !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  text-transform: capitalize !important;
  background: #f27314 !important;
  max-width: 140px;
  color: #fff;
}
li.wpfOptionDisabled .wpfCheckbox label::before {
  background: #cacaca !important;
}
li.wpfOptionDisabled .wpfFilterTaxNameWrapper {
  text-decoration: line-through;
}
#gform_fields_1 #input_1_19 {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: space-around;
  text-align: center;
}
#gform_fields_1 .gchoice {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 9;
  padding-right: 0;
  background: #d9d9d9;
}
#gform_fields_1 input[type="radio"] {
  position: absolute;
  left: -99999em;
  top: -99999em;
  opacity: 1;
  z-index: 1;
}
#gform_fields_1 input[type="radio"] + label {
  cursor: pointer;
  width: 100%;
  color: #282828;
  margin-right: 0;
  padding: 10px;
  position: relative;
  font-weight: 300;
  font-size: 18px !important;
}
#gform_fields_1 input[type="radio"] + label:hover,
#gform_fields_1 input[type="radio"]:checked + label:hover {
  background-color: #eee !important;
  z-index: 9;
}
#gform_fields_1 input[type="radio"]:checked + label:before {
  padding: 10px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #42a3e0 !important;
  z-index: -1;
}
#gform_fields_1 input[type="radio"]:checked + label,
.archive.woocommerce button.single_add_to_cart_button.button.alt:after,
table.shop_table.woocommerce-checkout-review-order-table
  tfoot
  .total-and-coupon
  span.woocommerce-Price-amount.amount {
  color: #fff !important;
}
#gform_fields_1 input[type="radio"]:checked + label:after {
  background: #fff !important;
  width: 33%;
  content: "";
  height: 1px;
  margin: auto;
  display: block;
  z-index: 999999999999;
}
.home-banner__column input#is-search-input-10063 {
  padding: 1.79rem 1.3rem;
  height: 78px;
  border-top-left-radius: 1.1rem;
  border-bottom-left-radius: 1.1rem;
  font-size: 16px !important;
  font-family: inherit;
}
.home-banner__column .is-search-icon svg {
  width: 50px;
  display: block;
}
.home-banner__column .is-search-icon {
  height: 58px;
  width: 50px;
  padding-top: 0;
}
.home-banner__column .is-form-style.is-form-style-3 label {
  width: calc(100% - 78px) !important;
}
.home-banner__column .is-form-style button.is-search-submit {
  border-top-right-radius: 1.1rem;
  border-bottom-right-radius: 1.1rem;
  width: 78px;
  height: 78px;
}
.home-banner__column .is-form-style button.is-search-submit .is-search-icon {
  width: 78px;
  height: 78px;
}
.is-form-id-10063 .is-search-icon {
  border-top-right-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
  width: 46px;
  height: 44px;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.is-form-id-10063 .is-search-icon:hover,
.is-form-id-10063 .is-search-submit:focus,
.is-form-id-10063 .is-search-submit:hover {
  background-color: #cd560e !important;
  cursor: pointer;
}
.header__col
  .header__col
  form.is-search-form.is-form-style.is-form-style-3.is-form-id-10063.is-ajax-search {
  width: 100%;
  max-width: 387px;
}
.header__col input#is-search-input-10063,
.menu-header-search input#is-search-input-10063 {
  padding: 0.6rem;
  height: 44px;
  border-top-left-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
  font-size: 14px !important;
  font-family: inherit;
}
.header__col .is-search-icon svg {
  width: 35px;
  display: block;
}
.header__col .is-form-style.is-form-style-3 label,
.menu-header-search .is-form-style.is-form-style-3 label {
  width: calc(100% - 46px) !important;
}
.header__col .is-form-style button.is-search-submit,
.menu-header-search .is-form-style button.is-search-submit {
  border-top-right-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
  width: 46px;
  height: 44px;
}
.header__col
  form.is-search-form.is-form-style.is-form-style-3.is-form-id-10063.is-ajax-search {
  width: 100%;
  max-width: 387px;
}
.woocommerce-billing-fields__field-wrapper.invoice {
  margin-top: -20px;
  display: none;
}
button#delete-my-account {
  background-color: #f07328;
  padding: 1.1rem 1rem;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
#delete-my-account:hover,
.btn-acnt-edit a:hover,
button.confirm:hover {
  background: #e05e10 !important;
}
button.confirm {
  background: #f07328 !important;
}
.delete-user-account-container {
  padding-top: 20px;
}
span.top-space {
  padding: 13px;
  font-size: 12px;
  line-height: normal;
  opacity: 0;
}
.single-product div.product form.cart,
span.woofc-item-title {
  margin-bottom: 0 !important;
}
span.top-badge {
  background: #0b1d48;
  position: relative;
  top: -9px;
  left: -22px;
  color: #fff;
  font-weight: 500;
  margin-right: -16px;
  float: left;
}
ul.products {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  margin: 0 -1% !important;
  padding-bottom: 40px !important;
  justify-content: center;
}
.related-products ul.products li.product .shop-page__wrapper a h2 {
  display: block !important;
  font-size: 18px;
  font-weight: 700;
}
.archive .qty {
  width: 4.631em !important;
}
#pum_popup_title_1358 {
  color: #fff !important;
  background: #1d6099;
  padding: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin: -20px -20px 20px;
}
.archive.woocommerce button.single_add_to_cart_button.button.alt,
.related-products
  ul.products
  li.product
  .shop-page__wrapper
  form
  .single_variation_wrap,
.shop-page
  ul.products
  li.product
  .shop-page__wrapper
  form
  .single_variation_wrap,
.term-top-products .shop-page__outer,
.thwma-thslider-box,
.thwma-thslider-box-ms,
.thwma-thslider-list,
.thwma-thslider-list-ms,
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last,
.woocommerce-page form.woocommerce-ResetPassword .form-row-last,
.woocommerce-page ul.products li.berocket_lgv_list,
form.variations_form.cart > div,
form.woocommerce-ResetPassword.lost_reset_password .form-row-last {
  width: 100% !important;
}
.archive.woocommerce
  .single_variation_wrap
  .woocommerce-variation-price
  .price {
  display: flex !important;
  margin-top: 5px;
}
.archive.woocommerce
  li.variable-item.button-variable-item.selected
  span:before {
  font-size: 16px;
  content: "Grade";
  display: block;
  margin-right: 5px;
}
.archive.woocommerce
  ul.products
  li.product_cat-top-products
  .shop-page__wrapper
  .yith-wcwl-add-to-wishlist {
  left: 123px;
}
.archive.woo-variation-swatches .variable-items-wrapper {
  justify-content: space-around;
  flex-wrap: unset !important;
  width: 150px;
  margin-bottom: 0;
}
a.button.shop-page__viewproduct--btn {
  height: 55px !important;
}
.variable-item.button-variable-item.button-variable-item-b {
  width: 48% !important;
  margin: 0 0 0 -18px !important;
  border-radius: 0.6rem !important;
  box-shadow: none !important;
  color: #767676 !important;
}
.variable-item.button-variable-item.button-variable-item-a {
  width: 48% !important;
  margin: 0 -18px 0 0 !important;
  color: #767676 !important;
}
.archive
  .woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item.selected:not(
    .no-stock
  ),
.archive.woocommerce li.variable-item.button-variable-item {
  border: 1px solid #e3e3e3 !important;
  box-shadow: none !important;
  border-radius: 0.6rem !important;
}
.archive button.single_add_to_cart_button.button.alt {
  margin-top: 28px !important;
}
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  float: none;
  padding-bottom: 0.5em;
}
.woocommerce #content table.cart td.actions .coupon::after,
.woocommerce #content table.cart td.actions .coupon::before,
.woocommerce table.cart td.actions .coupon::after,
.woocommerce table.cart td.actions .coupon::before,
.woocommerce-page #content table.cart td.actions .coupon::after,
.woocommerce-page #content table.cart td.actions .coupon::before,
.woocommerce-page table.cart td.actions .coupon::after,
.woocommerce-page table.cart td.actions .coupon::before {
  content: " ";
  display: table;
}
.woocommerce #content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input {
  width: 48%;
  box-sizing: border-box;
}
.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
  text-align: left;
  padding: 0;
}
.wishlist_table {
  border: none !important;
}
.summary.entry-summary h3 {
  font-size: 20px;
  color: #0b1d48;
  padding-bottom: 0;
}
.single-product-page__description--heading {
  color: #0b1d48 !important;
}
form.variations_form.cart.wvs-loaded {
  margin-top: 10px !important;
}
body.evic_popup_body_variation {
  background: #f8f8f8 !important;
}
div.evic_popup_inner_image_thumbnail {
  display: none !important;
  float: none !important;
  margin: auto;
  text-align: center;
}
.single-product .yith-wcwl-add-button > a i,
a.delete_item {
  margin-right: 0 !important;
}
div#variation_in_cart_popup .woocommerce-variation-price.well-pay-archive {
  justify-content: center;
  align-content: center;
}
a.delete_item {
  font-size: 0;
  color: red !important;
  width: auto;
  letter-spacing: 0;
  line-height: 0;
}
a.add_to_wishlist {
  font-size: 0 !important;
}
.yith-wcwl-add-button {
  opacity: 1 !important;
  pointer-events: initial !important;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  align-self: center;
}
.single-product .yith-wcwl-add-button {
  width: 32px;
}
.single-product .twentythirteen .panel {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.pum-theme-284 .pum-container,
.pum-theme-lightbox .pum-container {
  border: 0 !important;
  box-shadow: none !important;
}
.graded-wrap:after {
  content: "";
  display: block;
  position: absolute;
  left: 40%;
  top: 0;
  height: 100%;
  transform: translateX(-40%);
  z-index: -1;
  width: 100%;
  box-sizing: border-box;
  background-color: #ebebeb;
}
.graded-wrap {
  position: relative;
  margin: 20px -40px 0;
  padding: 0 30px 30px;
}
.graded-wrap ul,
.woocommerce-variation-description-custom ul {
  list-style: disc;
  margin-left: 20px;
}
#popmake-1358 img {
  margin: -20px auto !important;
  text-align: center;
  display: block;
  max-width: 310px !important;
}
.popmake-content .gfield_radio div {
  position: relative;
  color: #fff;
  width: 49%;
  float: left;
}
.popmake-content .gfield_radio label {
  color: #fff !important;
  z-index: 99999;
}
.popmake-content .gfield_radio input[type="radio"] {
  opacity: 0;
  width: 100%;
  height: 45px;
  cursor: pointer;
}
.popmake-content input[type="radio"] + label {
  background: #0b1d48;
  padding: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
}
.woocommerce-order-details
  table.woocommerce-table--order-details.shop_table
  td {
  border-top: 8px solid #f8f8f8 !important;
}
.popmake-content input[type="radio"]:checked + label:before {
  background: #f07328 !important;
  padding: 20px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.popmake-content .ginput_container.ginput_container_radio {
  width: 100%;
  float: left;
}
.popmake-content legend.gfield_label {
  float: left;
  padding-right: 14px;
}
.search-results .yith-wcwl-add-to-wishlist,
.search-results a.add_to_wishlist {
  text-align: left !important;
}
.gform_wrapper.gravity-theme .field_description_above .description,
.gform_wrapper.gravity-theme .field_description_above .gfield_description,
.gform_wrapper.gravity-theme .field_description_above .gsection_description,
.gform_wrapper.gravity-theme .field_description_above .instruction {
  padding-top: 16px !important;
}
.wpfFilterVerScroll {
  overflow-y: hidden !important;
}
td.actions {
  padding: 10px 0 !important;
  margin: 0 !important;
}
.postcode-wrap {
  margin: 0 -20px !important;
}
textarea#other_payment-admin-note {
  min-height: 44px !important;
  overflow: hidden !important;
  max-height: 53px;
}
.search .wpcf7-form .wpcf7-select,
.search .wpcf7-form input {
  min-height: 48px !important;
  margin-top: 0 !important;
}
.search__colfavourites {
  display: none !important;
  margin-top: 10px !important;
}
#wpfBlock_2 .wpfFilterVerScroll,
#wpfBlock_6 .wpfFilterVerScroll {
  max-height: 100% !important;
}
.search__upload {
  background-image: none !important;
  background-color: #fff !important;
  margin-top: 0 !important;
  box-shadow: none !important;
}
.search__label {
  line-height: 35px !important;
}
.search__upload input {
  opacity: 0;
  cursor: pointer;
  opacity: 1 !important;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  height: 50px;
  border-radius: 0;
  color: #0b1d48;
  font-weight: 700;
}
@media (min-width: 585px) {
  .header__menu--signin {
    display: none !important;
  }
}
#main form.woocommerce-ordering,
#shipping_method li:last-child button,
.header__menu--register,
.related-products ul.products li.product p.shop-page__category,
.shop_table .wishlist-items-wrapper dt,
.single-product .summary.entry-summary .woocommerce-qty-custom .quantity,
.summary.entry-summary .guide,
.woocommerce-notices-wrapper + p {
  display: block !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 1%;
  width: 100% !important;
}
.related-products ul.products li.product {
  margin: 0 0 0.5em !important;
}
@media (min-width: 585px) {
  .header__menu--register {
    display: none !important;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 48% !important;
    clear: none !important;
  }
  .related-products ul.products li.product {
    margin: 0 1.4% 0.5em 0 !important;
  }
}
.woocommerce-page .wpfFilterWrapper .wpfCheckbox label::before {
  background: #f3f3f3 !important;
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  margin: 1px !important;
  border: none !important;
}
.woocommerce-page
  .wpfFilterWrapper
  .wpfCheckbox
  input[type="checkbox"]:checked
  + label::before {
  background: #f27314 !important;
  margin: 1px !important;
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  border: none !important;
}
.woocommerce-page .wpfFilterWrapper .wpfCheckbox label {
  width: 22px !important;
  height: 22px !important;
  border: 1px solid #666 !important;
}
.thmaf-thslider-box,
.thmaf-thslider-list {
  width: 100% !important;
  max-width: 100%;
}
.woocommerce-checkout .woocommerce-shipping-methods {
  margin: -21px 0 20px !important;
}
.woocommerce ul#shipping_method li,
.woocommerce-checkout #payment ul.payment_methods li {
  margin: 1.5em 0 !important;
}
.woocommerce-shipping-methods {
  padding: 15px 20px !important;
}
#yith-quick-view-content .quantity,
.yith-wcqv-main .quantity {
  float: none !important;
  margin-top: 10px !important;
}
#yith-quick-view-close {
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  opacity: 1;
  background: #fff;
  font-size: 50px;
  top: -28px;
  right: -24px;
}
.open .yith-wcqv-wrapper {
  height: auto !important;
}
.open .yith-wcqv-main {
  box-shadow: none !important;
  overflow: initial !important;
}
.open .yith-wcqv-main h2 {
  background: #1d6099;
  color: #fff;
  padding: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}
#yith-quick-view-content div.summary {
  width: 33.3%;
  float: right;
}
.yith-wcqv-main div.images {
  width: 45% !important;
  float: left !important;
  margin-right: 4% !important;
}
span.address-wrapper {
  margin-top: 5px;
  margin-left: 5px;
}
span.address-wrapper input {
  border-bottom: 1px solid #dcdcdc;
}
@media only screen and (max-width: 500px) {
  .review-trustpilot {
    display: none;
  }
  .header-top__contact {
    line-height: normal !important;
    padding-bottom: 7px !important;
  }
  span.issame {
    overflow-wrap: break-word !important;
    max-width: 160px !important;
    display: block !important;
  }
}
@media (max-width: 1500px) {
  .archive .woocommerce-variation-price {
    left: 0;
    top: -121px;
  }
  .archive input[type="number"]::-webkit-inner-spin-button {
    padding: 15px 13px;
  }
  .archive div.single_variation_wrap {
    position: relative;
    width: 100% !important;
  }
  .archive .woocommerce-variation-add-to-cart {
    margin-top: 10px;
    max-width: 190px;
  }
}
.up-to-date__input {
  display: flex;
  flex-direction: row-reverse;
}
.up-to-date__search {
  border-radius: 0.65rem 0 0 0.65rem;
  position: relative;
  width: auto;
}
input.up-to-date__search {
  margin: 0;
  flex-grow: 1;
  height: 85px;
}
.woocommerce-account .woocommerce,
h3.myaccount__tab:nth-of-type(2),
p.order-again {
  margin-top: 20px;
}
span.top-badge {
  padding: 13px;
  font-size: 12px;
  line-height: normal;
  box-sizing: border-box;
}
.archive ul.products li.berocket_lgv_list .shop-page__wrapper {
  flex-direction: row !important;
  max-height: 256px;
}
.archive ul.products ul.products li.berocket_lgv_list .shop-page__wrapper img {
  margin: 30px 20px 0 0 !important;
}
.archive span.feedback i,
.related-products span.feedback i,
.search-results span.feedback i {
  visibility: initial;
}
.btn-continue.address-wrapper {
  position: relative;
  top: -41px;
}
.coupon input#coupon_code {
  max-width: 205px;
  height: 40px;
}
.coupon button.button {
  height: 40px;
  padding: 0 !important;
}
.shop-basket__col2 tr.order-total .woocommerce-Price-amount {
  margin-bottom: 15px;
  display: block;
}
a.woocommerceremovecoupon:hover {
  color: #e05e10;
}
.wishlist_table .product-add-to-cart a {
  display: inline !important;
  white-space: nowrap;
}
p.order-again {
  margin-bottom: 0;
}
.woocommerce-address-fields__field-wrapper .screen-reader-text {
  position: relative !important;
}
.addresses .u-column1.col-1.woocommerce-Address,
.form-row-wide.last-row .account-detail-text {
  float: none;
}
form.editable .form-row-wide span.account-to-edit {
  flex: 1 1 0;
  padding: 10px 0;
}
.woocommerce-page form.editable .form-row label,
form.editable .form-row-wide label,
span.woocommerce-input-wrapper {
  flex: 1 1 0;
}
.woocommerce-page form .form-row label {
  flex: unset;
}
span.account-detail-text img {
  max-width: 470px;
  object-fit: contain;
  margin: auto;
  display: block;
}
.woocommerce form.edit-account .form-row {
  border: none;
  border-bottom: 1px solid #dcdcdc;
  background: #fff;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.lgv_price.lgv_price_simple span.price {
  color: #f8f8f8;
}
.single-product div.product form.cart .button {
  float: none !important;
}
.single-product .summary.entry-summary {
  padding-bottom: 2px;
  margin-bottom: 0;
  box-sizing: border-box;
}
.single-product a.add_to_wishlist {
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}
.single-product .yith-wcwl-add-to-wishlist {
  text-align: center;
  height: 20px;
  box-sizing: border-box;
  line-height: 20px;
  float: right;
  margin-top: 3px;
}
select {
  border: 1px solid #d9d9d9;
  appearance: menulist;
}
input[type="radio"] {
  -webkit-appearance: radio;
  padding: 0;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  white-space: pre-wrap;
}
.gform_wrapper.gravity-theme form#gform_3 .gform_footer {
  display: block;
  padding: 0;
  margin-left: -20px !important;
  margin-right: -20px !important;
}
input#gform_submit_button_3,
input#gform_submit_button_9 {
  margin: 10px 0 0 20px;
}
label.gfield_label.postcode {
  margin-left: -20px;
}
.woofc-area.woofc-style-01 .woofc-area-top {
  background: #0b1d48 !important;
  border: 1px solid #0b1d48;
}
.woofc-area.woofc-style-01
  .woofc-area-bot
  .woofc-action
  .woofc-action-inner
  > div
  a {
  border: 1px solid #0b1d48;
  color: #0b1d48 !important;
}
.woofc-area-bot span.woocommerce-Price-amount.amount,
.woofc-data-left {
  color: #0b1d48 !important;
  font-weight: 700;
}
.woofc-area.woofc-style-01
  .woofc-area-bot
  .woofc-action
  .woofc-action-inner
  > div
  a:hover {
  border: 1px solid #0b1d48;
  color: #fff !important;
  background: #0b1d48;
}
.login input#rememberme {
  width: auto !important;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
}
.login button.woocommerce-button.button.woocommerce-form-login__submit {
  max-width: 250px;
  float: left;
  margin-right: 0;
  margin-left: 0;
}
.customer-login.container .col2-set .col-2 {
  float: left;
  width: 48%;
}
section.xrelated-products.archive.woocommerce.woo-variation-swatches
  .woocommerce-variation-add-to-cart {
  margin-top: 25px !important;
}
section.xrelated-products.archive.woocommerce.woo-variation-swatches
  div.product
  form.cart
  .variations
  td {
  line-height: 1.2em;
}
.gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_footer {
  justify-content: end;
}
.gform_wrapper.gravity-theme #field_submit input,
.gform_wrapper.gravity-theme .gform_footer input {
  padding: 0.65rem !important;
}
.term-top-products header.woocommerce-products-header {
  max-width: 1240px;
  margin: 30px auto 0;
}
@media (max-width: 991px) {
  .order-section button.back-btn.button.alt,
  .payment-section button.back-btn.button.alt,
  button.continue.button.alt,
  button.custom-complete-order.button.alt {
    display: block !important;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    max-width: 320px !important;
  }
  .coupon {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .coupon button.button {
    height: 40px;
    margin: 0 auto 10px !important;
    width: 100%;
    padding: 0;
  }
  .coupon input#coupon_code {
    margin: 10px auto;
    max-width: 100%;
    height: 40px;
    display: block;
  }
  .woocommerce-account .woocommerce {
    margin-top: 120px;
  }
  .myaccount .woocommerce-MyAccount-navigation ul li a:after {
    top: 24%;
  }
  .myaccount__tab {
    padding: 0 1rem;
  }
  .woocommerce form.edit-account .form-row {
    padding-bottom: 6px;
  }
  .woocommerce .edit-account .form-row label {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1063px) and (min-width: 991px) {
  .woofc-menu-item-inner-subtotal {
    display: none !important;
  }
  .header__col:nth-child(2) {
    width: 48%;
  }
  .header__col:nth-child(3) {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .single-product #primary.shop-page,
  div#primary {
    margin-top: 60px;
  }
  .four-step-process-outer,
  .woocommerce-checkout table.shop_table_responsive tr td::before,
  .woocommerce-order-received tfoot.order-ty,
  .woocommerce-page.woocommerce-view-order
    table.shop_table_responsive
    tr
    td::before,
  .woocommerce-view-order table.shop_table th,
  .woocommerce.woocommerce-view-order table.shop_table_responsive tr td::before,
  .woofc-menu-item-inner-subtotal,
  td.product-remove-fave,
  tfoot.order-ty tr:last-child,
  tr.tr-details:first-child,
  ul#menu-show-cart li.menu-header-search {
    display: none !important;
  }
  .berocket_lgv_widget {
    margin: -1rem 0.3rem 0 0;
  }
  .header {
    position: fixed;
    top: 0;
    z-index: 100;
    height: auto;
  }
  .search .woocommerce-breadcrumb {
    margin: 0 0 0.8rem;
  }
  .customer-login-reg,
  .home-banner-fixed,
  section.about-banner {
    margin-top: 68px;
  }
  .woocommerce-cart .woocommerce {
    margin-top: 72px;
  }
  .woocommerce-cart .woocommerce-notices-wrapper {
    margin: 0 auto !important;
    display: block;
  }
  .customer-login,
  .reg {
    margin-top: 95px;
  }
  ul#mega-menu-header_menu li.menu-header-search {
    display: block !important;
    position: relative;
  }
  ul#mega-menu-header_menu input.search-field {
    width: 100%;
    border: 1px solid #d9d9d9;
    box-shadow: none;
    border-radius: 0.6rem;
    padding: 0.65rem 42px 0.65rem 0.5rem;
    color: #939393;
    background: url(/wp-content/themes/fluidpress/images/header-search-icon.png)
      right -170px no-repeat #fff;
  }
  .shop-page ul.products li.product .shop-page__wrapper img {
    max-width: 100%;
    max-height: 160px;
    margin: 20px auto;
    text-align: center;
    display: block;
  }
  ul#mega-menu-header_menu input.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
  }
  td.btn-shop {
    padding-top: 25px !important;
  }
  .woocommerce form .form-row label,
  .woocommerce-checkout-review-order label,
  .woocommerce-page form .form-row label {
    line-height: normal !important;
    font-size: 15px !important;
    padding-bottom: 6px !important;
  }
  .order-wrapper {
    display: block !important;
  }
  .berocket_lgv_additional_data span.price {
    color: #fff !important;
  }
  .make-it-simple__col img {
    width: auto !important;
    height: 60px !important;
  }
  .sell-by-category__col img {
    width: 70% !important;
    max-height: 70% !important;
  }
  .single-product .single-product__title {
    font-size: 25px !important;
  }
  .single-product-page__right .summary.entry-summary h2 {
    font-size: 22px !important;
  }
  .woocommerce-view-order td.woocommerce-table__product-name.product-name {
    width: 100% !important;
  }
  .col2-set .col-custom .account-wrapper {
    min-height: 200px !important;
    max-height: unset !important;
    padding: 0 0 2rem;
    display: flex;
    align-items: center;
  }
  .logged-in.admin-bar .home-banner-fixed {
    margin-top: 23px;
  }
  div.berocket_lgv_widget a.berocket_lgv_button,
  td.product-price small {
    display: none;
  }
  div#variation_in_cart_popup div.popup_container {
    margin: 10px 30px;
  }
  .woocommerce-account.logged-in .woocommerce {
    margin-top: 50px;
  }
  .woocommerce-account .woocommerce {
    margin-top: 70px;
  }
  #primary.shop-page,
  .customer-login,
  .customer-login-reg,
  .single-product #primary.shop-page {
    margin-top: 0;
  }
  .woocommerce {
    margin-top: 40px;
  }
  .woocommerce-order-received .woocommerce {
    margin-top: 90px;
  }
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message,
  td.product-grade p {
    margin: 0;
  }
  .page-template-page-contact section.contact {
    margin-top: 30px;
  }
  .related-products ul.products li.product .woocommerce-loop-product__title,
  .related-products ul.products li.product h3 {
    height: auto !important;
  }
  .related-products .yith-wcwl-wishlistexistsbrowse {
    text-align: left;
  }
  .woocommerce-billing-fields {
    margin: 0 auto 10px;
  }
  .wishlist-items-wrapper dl.variation {
    display: block !important;
    margin: 0 !important;
  }
  .shop-basket__col1 .yith-wcwl-add-to-wishlist,
  .shop-basket__col1 dl.variation {
    display: inline-block;
  }
  .shop-basket__col1 table.shop_table tr.update-cart-action td.btn-shop {
    text-align: center !important;
  }
  form#yith-wcwl-form {
    margin-top: 20px;
  }
  .wishlist_table td.product-price span.woocommerce-Price-amount.amount {
    display: block;
    font-size: 16px;
    color: #282828;
  }
  td.product-price span.woocommerce-Price-amount.amount {
    font-size: 16px;
    color: #282828;
    display: inline-block;
  }
  .woocommerce-checkout .customer-login-reg.container {
    padding: 0;
  }
  .customer-login-reg > h3 {
    margin-bottom: 0;
  }
  .archive.woocommerce button.single_add_to_cart_button.button.alt {
    max-width: 100%;
    left: 0 !important;
    right: 0 !important;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1023px) {
  .woocommerce-account .woocommerce {
    margin-top: 140px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1500px) {
  .single-product
    .archive.related-products
    .yith-wcwl-add-to-wishlist:last-of-type {
    margin-top: 215px;
  }
  .logged-in.single-product
    .archive.related-products
    .yith-wcwl-add-to-wishlist:last-of-type {
    margin-top: 220px !important;
  }
  .archive ul.products li.product .shop-page__wrapper {
    padding-bottom: 76px !important;
  }
}
.wish_variation_content {
  padding-top: 10px !important;
}
.wish_variation_content .variation {
  width: 60px !important;
}
.wish_list_update_button {
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
  border: 1px solid #0af !important;
  color: #0af !important;
  text-decoration: none !important;
  border-radius: 5px !important;
}
.wish_list_update_button.active {
  border: 1px solid #0b1d48 !important;
  background: #0b1d48 !important;
  color: #fff !important;
}
.archive ul.products li.product .shop-page__wrapper {
  display: flex !important;
  align-items: flex-start !important;
  flex-direction: column !important;
}
.archive
  ul.products
  li.product
  .shop-page__wrapper
  form
  .single_variation_wrap {
  position: relative;
  right: 0;
  padding-left: 119px;
}
.archive ul.products li.product .shop-page__wrapper .yith-wcwl-add-to-wishlist {
  position: absolute;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #e66010;
  color: #fff;
}
.archive .woocommerce-variation-price {
  left: 0 !important;
  top: 0 !important;
  right: 0;
  border-bottom: 2px solid #e3e3e3;
  border-top: 2px solid #e3e3e3;
}
.archive table.variations {
  margin-top: 30px !important;
  width: auto !important;
  z-index: 99;
  position: absolute;
  bottom: 74px;
}
.archive ul.products li.product .shop-page__wrapper form {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  height: 136px;
  justify-content: flex-start;
}
.archive .woocommerce-variation-add-to-cart {
  margin-top: 61.5px !important;
}
form.is-search-form.is-form-style.is-form-style-3 ::placeholder {
  color: #9b9b9b !important;
}
@media (max-width: 1023px) {
  ul.products {
    justify-content: center;
  }
  .promo-1.promo_desktop {
    display: none;
  }
  .main-body-wrapper {
    padding-top: 0;
  }
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 100% !important;
    margin-bottom: 30px;
    margin-top: 0 !important;
  }
  .woocommerce-account.col2-set .col-1,
  .woocommerce-page.woocommerce-account .col2-set .col-1 {
    margin-top: 30px;
  }
  div#customer_login {
    display: flex;
    flex-direction: column;
  }
  .customer-login.container .col2-set .col-custom {
    height: auto !important;
  }
  .header__mainmenu {
    z-index: 9999;
  }
  input.header__search::placeholder {
    color: transparent !important;
  }
  .archive a.button.shop-page__viewproduct--btn {
    bottom: 13.5% !important;
  }
  .shop-page ul.products li.product .shop-page__wrapper form {
    height: 220px;
  }
  .related-products ul.products li.product .shop-page__wrapper form {
    height: 200px;
  }
  .archive
    ul.products
    li.berocket_lgv_list
    a.button.shop-page__viewproduct--btn {
    bottom: 15% !important;
  }
  .archive.term-59 a.button.shop-page__viewproduct--btn {
    bottom: 13% !important;
  }
}
.related-products
  ul.products
  li.product
  .shop-page__wrapper
  form
  .single_variation_wrap
  bdi,
.shop-page
  ul.products
  li.product
  .shop-page__wrapper
  form
  .single_variation_wrap
  bdi,
.woocommerce-cart table.shop_table tbody tr:nth-child(odd) {
  border-bottom: 1px solid;
}
.shop-page ul.products li.berocket_lgv_list .shop-page__wrapper {
  display: grid !important;
  grid-template-rows: 1fr 1fr !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 0;
  height: 100%;
}
.shop-page ul.products li.berocket_lgv_list h2.woocommerce-loop-product__title {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 2;
  grid-column-end: 4;
  display: block;
}
.shop-page
  ul.products
  li.berocket_lgv_list
  form.variations_form.cart.wvs-loaded {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 3;
  grid-column-end: 2;
  margin-top: 45px !important;
}
.shop-page
  ul.products
  li.berocket_lgv_list
  img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.lazyloaded {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-column-end: 2;
}
.shop-page
  ul.products
  li.berocket_lgv_list
  a.button.shop-page__viewproduct--btn {
  grid-row-start: 3;
  grid-column-start: 3;
  position: relative;
  right: initial !important;
  left: 0 !important;
  display: none !important;
}
.thwma-thslider-box,
.thwma-thslider-box-ms {
  max-width: 100%;
  margin: 20px auto;
  padding-left: 0;
}
.btn-acnt-edit a,
.th-del-acnt {
  background: #f07328 !important;
  letter-spacing: 0;
  display: inline;
  margin: 0 0.2rem;
  max-width: 200px;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.thwma-thslider-viewport li.thwma-thslider-item,
.thwma-thslider-viewport li.thwma-thslider-item-ms,
.thwma-thslider-viewport li.thwma-thslider-item_c {
  width: 100%;
  margin: 0 0 20px;
}
.th-del-acnt {
  bottom: 20px;
  right: 15px;
  color: #fff;
  padding: 0.65rem 0.6rem;
  border-radius: 0;
  border: 0;
}
.bc-scanner,
table.shop_table.woocommerce-checkout-review-order-table thead {
  background: #0af;
}
.thwma-acnt-adr-footer.acnt-address-footer {
  border-top: none;
  height: 50px;
  background: #fff;
}
.btn-acnt-edit a {
  bottom: 21px;
  left: 15px;
  color: #fff !important;
  border-radius: 0;
}
button.btn-different-address:hover:after {
  content: "";
  display: block;
  width: 9px;
  height: 24px;
  border: solid #005789;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  position: absolute;
  top: -1px;
  left: 9px;
  visibility: visible;
}
.btn-continue.address-wrapper form:before {
  content: "Make this your default address";
  position: absolute;
  left: 50px;
  font-size: 16px;
  top: 2px;
}
.btn-continue.address-wrapper button {
  position: absolute;
  top: -4px;
}
address {
  border-bottom: 1px solid #dcdcdc;
}
.thwma-adr-box.address-box {
  border: 1px solid #dcdcdc;
}
.btn-continue.address-wrapper form {
  position: absolute;
  margin-top: 0;
  width: 100%;
  top: 50%;
}
.thwma-adr-text.address-text {
  min-height: 130px;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #cbcbcb;
}
.wpfFilterWrapper {
  border-bottom: 2px solid #e3e3e3;
  padding-bottom: 15px !important;
}
.wpfFilterWrapper .wfpTitle {
  line-height: 25px !important;
}
.wpfFilterWrapper .wpfTitleToggle {
  border: 1px solid #f27314;
  padding: 5px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  font-size: 12px !important;
  color: #f27314;
}
.wpfFilterWrapper .wpfCheckboxHier > ul {
  margin-top: 15px;
}
#payment ul.payment_methods li > input,
.woocommerce ul#shipping_method li > input {
  visibility: hidden;
  position: absolute;
}
#payment ul.payment_methods li > label {
  padding: 26px 0;
  align-items: center;
}
#payment ul.payment_methods label[for="payment_method_cod"]:before {
  top: 17px;
  margin-right: 0;
  color: #00548a;
  position: absolute;
  left: -22px;
}
#payment ul.payment_methods li > label,
.woocommerce ul#shipping_method li > label {
  font-size: 26px;
  position: relative;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  display: inline-flex;
}
.woocommerce-shipping-methods
  li:first-child
  input.shipping_method[type="radio"]
  + label:before {
  max-width: 205px !important;
}
@media (max-width: 585px) {
  .up-to-date__input {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .up-to-date__input .up-to-date__search,
  .up-to-date__input .up-to-date__signup--btn {
    border-radius: 0.65rem;
  }
  .th-del-acnt {
    position: relative;
    float: left;
    right: auto;
    left: -6px;
  }
  .thwma-acnt-adr-footer.acnt-address-footer {
    height: 100px;
  }
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    margin-bottom: 0;
  }
}
.owl-carousel .owl-item img {
  max-width: 360px;
}
@media (min-width: 500px) {
  .home-banner__content,
  .home-banner__heading {
    max-width: 100%;
  }
  .owl-carousel .owl-item img {
    max-width: 770px;
  }
}
.woofc-menu-item .woofc-menu-item-inner:after {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 25px;
  box-sizing: border-box;
  padding: 0 !important;
}
.restock_collection #shipping_method li {
  background: #ccc !important;
}
.restock_collection #shipping_method li input {
  background: #e8f0fe !important;
}
.restock_collection
  .woocommerce-shipping-methods
  li:first-child
  input.shipping_method[type="radio"]
  + label:before {
  background: #ccc;
  border: 1px solid #fff;
}
.restock_collection #shipping_method li:nth-child(3) {
  background: #fff !important;
}
#payment ul.payment_methods li > label:after {
  content: url(/wp-content/themes/restock/images/checkout/arrow-icon.svg);
  position: absolute;
  color: #00548a;
  top: 2px;
}
#payment ul.payment_methods li.active label:after {
  content: url(/wp-content/themes/restock/images/checkout/arrow-icon.svg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#payment ul.payment_methods label:before,
.woocommerce ul#shipping_method li label:before {
  margin-right: 16px;
  color: #00548a;
  top: 3px;
  position: relative;
  width: 40px;
}
#payment ul.payment_methods label[for="payment_method_cod"] {
  padding-left: 56px;
}
#payment ul.payment_methods label[for="payment_method_other_payment"]:before {
  margin-right: 16px;
  color: #00548a;
  top: 12px;
  position: relative;
  line-height: 0;
}
#payment ul li[type="radio"] {
  height: 125px;
}
#payment ul li label {
  border-bottom: 1px solid #dedbdb;
}
#payment ul li:first-child label:before {
  content: url(../images/checkout/PayPal-icon.svg);
  width: 60px;
  height: 60px;
}
#payment ul li:nth-child(2) label:before {
  content: url(../images/checkout/bank-transfer-icon.svg);
  text-align: right;
  width: 60px;
  height: 60px;
  top: 12px;
}
#payment ul li:nth-child(3) label:before {
  content: url(../images/checkout/amazon-icon.svg);
  top: 12px !important;
  text-align: right;
  width: 60px;
  height: 60px;
}
#payment ul li p label:before {
  content: "";
  display: none;
}
.woocommerce ul#shipping_method li > label ~ div {
  margin-left: 56px;
}
#add_payment_method #payment div.payment_box,
.wc_custom_field .wc_custom_field__inner,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #e7f0fe;
  padding: 0;
}
.payment_box.payment_method_other_payment fieldset {
  background: 0 0 !important;
  margin-top: 15px;
}
select#thwma-shipping-alt {
  width: 100%;
  max-width: 700px;
}
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
#payment div.payment_box textarea,
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid select,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
  border-color: #bbb3b9;
  background: #fff;
  border-radius: 15px !important;
}
.wrapper-content2 {
  color: #000;
  padding: 20px;
}
.wrapper-content2 i.fas.fa-lock {
  font-size: 34px;
}
.wrapper-content2 span {
  font-size: 16px;
  max-width: 190px;
  line-height: 22px;
}
table.shop_table.woocommerce-checkout-review-order-table {
  border-collapse: collapse;
  table-layout: auto;
  font-size: 14px;
}
table.shop_table.woocommerce-checkout-review-order-table thead th {
  border: 2px solid #f8f8f8;
  color: #fff;
  font-weight: 400 !important;
  padding: 5px !important;
  white-space: nowrap;
}
table.shop_table.woocommerce-checkout-review-order-table
  tbody
  span.woocommerce-Price-amount.amount {
  color: grey;
  font-weight: 400;
}
table.shop_table.woocommerce-checkout-review-order-table tbody td {
  border-top: 6px solid #e7f0fe !important;
}
table.shop_table.woocommerce-checkout-review-order-table
  tfoot
  tr.total-and-coupon {
  background: #41b335;
  border-top: 6px solid #e7f0fe !important;
  color: #fff !important;
}
.mobile-product-img {
  max-width: 300px !important;
  margin: 10px auto;
  display: block;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .woocommerce ul#shipping_method li > input {
    height: 5.5rem !important;
  }
  .mobile-product-img,
  .order-table-mobile,
  li.menu-header-search {
    display: none;
  }
  .editable label {
    height: auto !important;
    line-height: normal !important;
    margin-top: 10px !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .container {
    width: 97%;
  }
  .reg {
    margin-top: 140px !important;
  }
  #primary.container-custom {
    padding-top: 10px;
  }
  .header-wrapper {
    position: fixed;
    top: 0;
    z-index: 100;
  }
  .single-product #primary.shop-page,
  section.about-banner {
    margin-top: 110px;
  }
  .contact {
    margin-top: 80px;
    padding: 7.5rem 0;
  }
  .customer-login-reg {
    margin-top: 100px;
  }
  #primary.shop-page {
    margin-top: 140px;
  }
  .search .woocommerce-breadcrumb {
    margin: 0 0 0.8rem;
  }
  .shop-page__email {
    top: 1.5rem;
  }
  .shop-page__heading {
    font-size: 2rem;
  }
  .woocommerce-cart .woocommerce {
    margin-top: 115px;
  }
  .four-step-process-outer {
    display: none;
  }
  .home-banner-fixed {
    margin-top: 120px;
  }
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    margin-top: 0;
  }
  .woocommerce {
    margin-top: 150px;
  }
  .woocommerce-checkout .woocommerce {
    margin-top: 116px;
  }
  .logged-in.single-product
    .archive.related-products
    .yith-wcwl-add-to-wishlist:last-of-type,
  .single-product
    .archive.related-products
    .yith-wcwl-add-to-wishlist:last-of-type {
    margin-top: 220px !important;
  }
  .woocommerce-checkout .customer-login-reg.container {
    padding: 0;
  }
  .customer-login-reg > h3 {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .flexthis
    .container1
    .wrap-section
    .wrap-section-blue
    > .flexthis.user-content {
    display: block;
  }
  .flexthis
    .container1
    .wrap-section
    .wrap-section-blue
    > .flexthis.user-content
    span#emailhere {
    word-break: break-all;
  }
  .flexthis.maincont
    .container1
    .wrap-section
    .wrap-section-blue
    > .flexthis
    > div {
    width: 100% !important;
  }
  table.shop_table.woocommerce-checkout-review-order-table thead th {
    white-space: initial;
  }
  div#checkout_promo_code input {
    max-width: 148px;
    margin: 5px 5px 5px 0;
  }
  div#checkout_promo_code button {
    margin-bottom: 5px;
  }
  tfoot.customtfoot tr.total td,
  tfoot.customtfoot tr.total td span.woocommerce-Price-amount.amount {
    font-size: 16px;
  }
  tr.total-and-coupon .actions,
  tr.total-and-coupon strong {
    font-size: 14px;
  }
}
.login input#rememberme,
.recommendation {
  margin-right: 10px;
}
.bc-scanner {
  z-index: 999999999999999 !important;
}
.contact__col span.wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 275px;
  margin-top: 20px;
}
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
img.ecologi {
  position: relative;
  top: -40px;
}
.archive.woocommerce button.single_add_to_cart_button.button.alt {
  left: 0 !important;
  right: 0 !important;
  background: #f27314 !important;
  border: 1px solid #f27314 !important;
  color: #f27314 !important;
  min-width: 100% !important;
  padding: 6px !important;
  position: absolute;
  height: 40px !important;
  margin-top: 10px !important;
  font-size: 0;
  line-height: 28px;
}
.archive a.button.shop-page__viewproduct--btn {
  background: 0 0 !important;
  border: 1px solid #0b1d48;
  color: #0b1d48;
}
a.button.shop-page__viewproduct--btn:hover {
  border: 1px solid #e05e10 !important;
  color: #f27314;
}
.shop-page ul.products li.product .shop-page__wrapper img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#payment div.payment_box.hidden,
.ajax-content-spinner,
.archive .singleproductonly,
.customer-login-reg.container h3,
.gform_wrapper.gravity-theme .ginput_counter,
.is-search-sections .meta > div > span:first-child,
.related-products .how-may-qty,
.single-product .yith-wcwl-add-to-wishlist,
.summary.entry-summary .qty.related,
.summary.entry-summary .s-product.related-prod,
.u-column1.col-1.woocommerce-Address,
.woocommerce-cart span.feedback,
[for="coupon_code"],
body.search span.top-badge,
form .woocommerce-address-fields p#shipping_company_field,
form p#shipping_heading_field,
p#billing_heading_field,
p.form-row.idpc_lookup.field,
section.search-similar .lmp_load_more_button.br_lmp_button_settings,
span.restock_status_span,
tr.tax-rate.tax-rate-vat-1 small {
  display: none;
}
@media (max-width: 584px) {
  .archive a.button.shop-page__viewproduct--btn {
    margin-right: -7px !important;
    max-width: 88% !important;
  }
  .archive.term-59 a.button.shop-page__viewproduct--btn {
    bottom: 13.8% !important;
  }
  .single-product .container-custom {
    padding: 0 15px;
  }
  .about-panel-left__col:nth-child(2) img,
  .about-panel-right__col:first-child img {
    width: 120px;
  }
  img.why-trust.lazyloaded {
    width: 150px;
  }
}
.logged-in .about-2-column__col > a,
.logged-in .create-an-account__column .btnwrap {
  visibility: collapse;
}
.archive.search .shop-page__outer {
  max-width: 1240px;
  margin: 0 auto;
}
@media (min-width: 1331px) {
  .term-59.archive a.button.shop-page__viewproduct--btn {
    bottom: 0 !important;
  }
}
.archive a.button.shop-page__viewproduct--btn {
  position: absolute;
  font-size: 13px !important;
  height: auto !important;
  display: block;
  padding: 17px 0 !important;
  min-width: 103px !important;
  max-width: 110px !important;
}
@media (max-width: 1457px) and (min-width: 1331px) {
  .archive a.button.shop-page__viewproduct--btn {
    min-width: unset !important;
    max-width: 90px !important;
  }
  .term-59.archive a.button.shop-page__viewproduct--btn {
    margin: 0 !important;
  }
}
.archive.term-59 a.button.shop-page__viewproduct--btn {
  bottom: 18.5%;
}
@media (max-width: 584px) {
  .archive a.button.shop-page__viewproduct--btn {
    margin-right: 0 !important;
    max-width: 86% !important;
    right: 7% !important;
  }
  .shop_table {
    position: relative;
  }
  .shop_table .remove {
    position: absolute;
    top: 5px;
    right: 12px;
  }
  .shop_table td.product-remove {
    padding: 0 !important;
  }
}
.yith-wcwl-add-button .fa {
  font: 400 16px/1 FontAwesome !important;
}
.single-product .woocommerce-variation-description-custom .fa {
  font: 400 26px/1 FontAwesome !important;
}
.page-id-23 .radio_section label,
.yith-wcwl-wishlistexistsbrowse {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logged-in .yith-wcwl-add-to-wishlist {
  visibility: visible;
}
.wish_variation_content a {
  margin-top: 7px;
  margin-left: 7px;
  text-decoration: underline;
}
@media (min-width: 1500px) {
  .related-products ul.products li.product .shop-page__wrapper,
  .shop-page ul.products li.product .shop-page__wrapper {
    padding-bottom: 76px !important;
  }
  .archive a.button.shop-page__viewproduct--btn {
    bottom: 20% !important;
  }
}
@media (min-width: 890px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 30.5%;
    flex: 0 0 31.3%;
    height: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1160px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    flex: 0 0 45.3%;
  }
  .related-products ul.products li.product,
  .term-top-products.woocommerce ul.products li.product,
  .term-top-products.woocommerce-page ul.products li.product {
    flex: 0 0 31.3%;
    max-width: 100% !important;
  }
}
@media (min-width: 1140px) {
  .term-top-products .woocommerce-page ul.products li.product,
  .term-top-products ul.products li.product {
    flex: 0 0 23% !important;
  }
}
@media (max-width: 1023px) {
  .header__mainmenu {
    z-index: 9999;
  }
  .shop-page ul.products li.product .shop-page__wrapper {
    padding-bottom: 0 !important;
  }
  .logged-in .about-2-column__col > a,
  .logged-in .create-an-account__column .btnwrap {
    display: none;
  }
}
@media (max-width: 1080px) {
  .wpfFilterButtons {
    flex-direction: column-reverse;
    margin-bottom: 10px;
  }
  .wpfFilterButtons .wpfClearButton.wpfButton,
  .wpfFilterButtons a.viewall {
    width: 100% !important;
    max-width: 140px;
  }
}
@media (max-width: 1330px) {
  .related-products.archive.woocommerce
    button.single_add_to_cart_button.button.alt {
    margin-top: 5px !important;
  }
  .archive.woocommerce button.single_add_to_cart_button.button.alt {
    margin-top: 14px !important;
  }
  .archive.woocommerce
    li.berocket_lgv_list
    button.single_add_to_cart_button.button.alt {
    margin-top: 18px !important;
  }
  .archive a.button.shop-page__viewproduct--btn {
    max-width: 100% !important;
    margin-right: auto !important;
    right: initial !important;
    margin-left: auto !important;
    box-sizing: border-box;
    left: 0;
    bottom: -50% !important;
  }
  .archive.term-59 a.button.shop-page__viewproduct--btn {
    bottom: 14% !important;
  }
  .related-products.archive a.button.shop-page__viewproduct--btn {
    bottom: -57% !important;
  }
}
@media (min-width: 1496px) {
  .single-product-page__leftinner:nth-child(2) {
    min-width: 350px;
  }
}
@media (max-width: 610px) {
  .header .woocommerce-Price-amount {
    display: none;
  }
}
@media (min-width: 585px) and (max-width: 1022px) {
  .archive .woocommerce-variation-add-to-cart {
    margin-top: 70px !important;
  }
  .related-products ul.products li.product {
    flex: 0 0 48%;
  }
  .single-product #main {
    padding: 0;
  }
}
@media only screen and (max-width: 585px) {
  .archive a.button.shop-page__viewproduct--btn {
    font-size: 15px !important;
    right: 3%;
    padding: 10px 0 !important;
    min-width: 105px !important;
    max-width: 185px !important;
    bottom: 15% !important;
  }
  .single-product-page__leftinner:nth-child(3) {
    max-height: none !important;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    margin: 0 auto 20px !important;
    max-width: 320px !important;
  }
  .archive .woocommerce-variation-add-to-cart {
    margin-top: 70px !important;
  }
  .related.products > h2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .related.products ul.products li.product {
    flex: 0 0 100%;
  }
  .about-2-column__col:nth-child(2) .about-2-column__col--inner:nth-child(2) {
    justify-content: center;
  }
  .about-panel-left__description {
    padding-right: 0;
  }
  .customer-login__heading {
    line-height: normal;
  }
  .dhl-notice {
    display: inline-block;
  }
  .dhl-notice img {
    display: block;
    margin: 0 auto 5px;
  }
}
form.variations_form.cart.wvs-loaded > div {
  width: 100% !important;
  display: flex;
  flex-direction: column;
}
.single-product-page
  .variable-item.button-variable-item.button-variable-item-a.selected,
.single-product-page
  .variable-item.button-variable-item.button-variable-item-b.selected {
  background-color: #f07328 !important;
}
.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item
  .variable-item-span {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.is-form-id-10063 .is-search-icon,
.is-form-id-10063 .is-search-submit,
.is-form-id-10063 .is-search-submit:focus,
.is-form-id-10063 .is-search-submit:hover {
  color: #fff !important;
  background-color: #f27314 !important;
  border-color: #f27314 !important;
}
.is-form-id-10063 .is-search-submit path {
  fill: #ffffff !important;
}
.woocommerce ul#shipping_method li {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  min-height: 110px;
}
.woocommerce ul#shipping_method li > input {
  border: none;
  border-bottom: 1px solid #dedbdb;
  appearance: none;
  margin: 0 !important;
  position: relative !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #c6cedd;
  visibility: visible !important;
  height: auto !important;
  min-height: 5.5rem;
  width: 5.5% !important;
}
.woocommerce ul#shipping_method li > input:before {
  content: "\f058";
  position: absolute;
  color: #fff;
  z-index: 2;
  content: "\f058";
  font-family: FontAwesome;
  font-size: 2rem !important;
}
.woocommerce ul#shipping_method li:after {
  content: "";
  background: 0 0;
  height: 5.5rem;
  width: 12.5%;
  position: absolute;
  top: 0;
  z-index: 5;
}
.wc_payment_methods li input[type="radio"]:checked,
.woocommerce ul#shipping_method li > input:checked {
  background: #75c26d;
}
.woocommerce ul#shipping_method li.active label:after {
  transform: rotate(90deg);
}
#payment ul.payment_methods li > label div,
.woocommerce ul#shipping_method li > label {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
#payment ul.payment_methods li > label:after,
.woocommerce ul#shipping_method li > label:after {
  right: 14px !important;
  height: 100%;
  display: flex;
  align-items: center;
}
.recommendation {
  white-space: nowrap;
}
#add_address_message,
.image-span-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
ul#shipping_method img {
  margin-left: auto;
}
.woocommerce-checkout .woocommerce-error.hidden {
  height: 0;
}
.woocommerce-error.show {
  opacity: 1 !important;
  height: auto !important;
  padding: 1em 2em 1em 3.5em !important;
  margin: 0 0 2em !important;
}
span.account-bill {
  max-width: 250px;
  display: block;
}
.singleproductonly,
div.single_variation_wrap {
  width: 100% !important;
  display: block !important;
  float: none !important;
}
.cart-empty.woocommerce-info {
  max-width: 1250px;
  padding-top: 3rem !important;
  width: 90% !important;
  margin: auto;
}
.woocommerce ul#shipping_method li > label {
  padding: 0 44px 0 18px;
  border-bottom: 1px solid #dedbdb;
  position: relative;
  font-weight: 700;
  cursor: pointer;
}
.woocommerce-variation-price.well-pay-archive {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.wc_upsell_shortcode {
  max-width: 1250px;
  padding: 0;
  margin: auto;
}
.how-may-qty {
  float: left;
  width: 100px;
  margin-right: 20px;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 991px) {
  .single-product-page__sellink {
    display: block !important;
  }
  .single-product-page__sellink img {
    display: block;
  }
  .single-product-page__sellink a {
    padding: 0;
  }
  .single-product-page__left,
  .single-product-page__right {
    width: 100% !important;
    position: relative;
  }
  .summary.entry-summary img {
    max-width: 300px;
    margin: 20px auto;
    display: block;
  }
  .single-product-page {
    flex-direction: column-reverse !important;
  }
  .woocommerce div.product div.images img {
    max-width: 350px;
    margin: auto !important;
  }
  .single-product-page__leftinner
    .woocommerce-product-gallery.woocommerce-product-gallery--without-images.woocommerce-product-gallery--columns-4.images,
  .summary.entry-summary .guide,
  .summary.entry-summary
    .woocommerce
    div.product
    div.images.woocommerce-product-gallery,
  .summary.entry-summary h2,
  .summary.entry-summary h3,
  .summary.entry-summary p {
    display: none;
  }
  .summary.entry-summary {
    max-width: 398px;
    margin: 0 auto 30px !important;
  }
  .shop-basket__col1,
  .single-product-page__leftinner:nth-child(2) {
    width: 100%;
  }
  .shop-basket__col2 {
    width: 100%;
    margin-left: 0;
    max-width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-1 {
    margin-top: 2rem;
  }
  td.product-grade .flexthis {
    max-width: 115px;
    margin: auto;
  }
  .woocommerce table.shop_table_responsive tr:not(:first-child) .remove {
    top: 12px !important;
  }
  .four-step-process-outer,
  .order-table-desktop,
  .single-product-page__left .woocommerce-product-gallery {
    display: none;
  }
  table.shop_table.shop_table_responsive.woocommerce-checkout-review-order-table.order-table-mobile {
    border: none;
  }
  table.shop_table.shop_table_responsive.woocommerce-checkout-review-order-table.order-table-mobile
    tbody
    br {
    display: block;
  }
  table.shop_table.shop_table_responsive.woocommerce-checkout-review-order-table.order-table-mobile
    td {
    padding: 10px;
    text-align: center !important;
  }
  table.shop_table.shop_table_responsive.woocommerce-checkout-review-order-table.order-table-mobile
    div#checkout_promo_code {
    text-align: center;
    margin: auto;
  }
  form.woocommerce-checkout button.button[for="invoice_file"] {
    display: inline-block !important;
    margin-left: 0 !important;
    margin-right: 0;
  }
  form.woocommerce-checkout button.button {
    max-width: 100%;
    text-align: center;
    display: block;
  }
  form.woocommerce-checkout .order-section .container1 {
    margin-bottom: 25px;
  }
  .flexthis.maincont {
    display: block !important;
    clear: both;
  }
  .flexthis.maincont .container1,
  .flexthis.maincont .personal-info,
  .flexthis.maincont .shipping-info {
    width: 100% !important;
  }
  .flexthis.maincont .container1 table,
  .flexthis.maincont .personal-info table,
  .flexthis.maincont .shipping-info table {
    word-break: break-all;
  }
  .flexthis.maincont .container2 {
    margin-right: auto;
    margin-left: auto;
  }
  .reg {
    margin-top: 100px !important;
  }
  .berocket_lgv_widget {
    margin: -1rem 0.3rem 0 0;
  }
  .customer-login-reg,
  .home-banner-fixed,
  section.about-banner {
    margin-top: 68px;
  }
  .woocommerce-cart .woocommerce {
    margin-top: 72px;
  }
  .woocommerce-cart .woocommerce-notices-wrapper {
    margin: 2rem auto 0 !important;
  }
  .dhl-notice img {
    display: block;
    margin: 0 auto 5px 0 !important;
    width: 50px !important;
  }
  .dhl-notice {
    font-weight: 400;
  }
  ul#shipping_method li:first-child:before {
    content: "Recommended";
    position: absolute;
    top: -28px;
    background: #f07328;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #f07328;
  }
  .woocommerce ul#shipping_method li > label {
    flex-direction: column;
    align-items: flex-start;
  }
  ul#shipping_method img {
    width: 100px;
  }
  .image-span-wrapper {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .recommendation {
    background: 0 0 !important;
    color: #00548a !important;
    font-size: 16px;
  }
  img.ecologi {
    position: relative;
    top: 0 !important;
    display: block;
    margin: auto;
  }
  td.btn-shop {
    padding-top: 0 !important;
  }
  tr.update-cart-action td.btn-shop span.button {
    display: inline-block;
    margin: 0 0 10px;
  }
  tr.update-cart-action td.actions button.button {
    margin-top: 0;
  }
  .shop-page ul.products li.product .shop-page__wrapper {
    box-sizing: initial;
    height: auto !important;
  }
}
a.notlink {
  text-decoration: none;
  color: #fff !important;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  pointer-events: none;
  padding: 0 !important;
}
.woocommerce-account ul.woocommerce-error {
  margin-top: 0;
  margin-bottom: 20px;
}
.shop-page .woocommerce-ordering select,
.woocommerce .woocommerce-result-count {
  margin: 0 20px 0 0;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}
.yith-wcwl-wishlistexistsbrowse a,
span.feedback {
  font-size: 0;
}
.ajax-spinner-container {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: 1s linear infinite rotate;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.ajax-spinner-container::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: 2s linear infinite prixClipFix;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
#ajax-content-spinner {
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 99;
  background: rgba(173, 173, 173, 0.6509803922);
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  top: 0;
}
.btn-acnt-edit a {
  padding: 0;
  line-height: 44px;
}
button.single_add_to_cart_button.disabled {
  pointer-events: none;
  cursor: progress;
}
ul.woocommerce-error.hidden_content {
  position: relative !important;
  z-index: 9 !important;
}
form.checkout.woocommerce-checkout .col-2 {
  visibility: hidden;
  height: auto;
  z-index: -1;
  position: absolute;
}
input[type="number"] ::-webkit-inner-spin-button,
input[type="number"] ::-webkit-outer-spin-button {
  -webkit-appearance: normal !important;
}
.woocommerce-MyAccount-content strong {
  color: #f27315;
  font-size: 22px;
}
span.skyblue {
  color: #01aeeb;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #67ccf0 !important;
  background: #67ccf0;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-weight: 300 !important;
  margin-top: 0;
  font-size: 16px;
  font-family: Roboto, sans-serif;
}
.woofc-area.woofc-style-01 .woofc-error,
.woofc-area.woofc-style-01 .woofc-no-item {
  color: #282828;
}
span.required {
  color: red;
  padding-left: 5px;
  font-weight: 400;
}
.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
  width: 100%;
  border-radius: 15px !important;
}
.single-product.woo-variation-swatches
  .summary.entry-summary
  .variable-items-wrapper {
  flex-flow: nowrap;
}
.shop-page .woocommerce-ordering select {
  padding: 10px;
  background: #fff;
}
.bc2-scanner__border {
  position: absolute;
  top: 20%;
  left: 10px;
  height: 40%;
  width: 95%;
  border: 4px solid #a19999;
  z-index: 999999;
}
.bc2-scanner__screen canvas,
.bc2-scanner__screen video {
  padding: 0;
  border: none;
}
.personal-info table td:first-child,
.shipping-info table td:first-child {
  min-width: 140px;
}
input#gform_submit_button_1 {
  margin-top: 15px;
  margin-bottom: 15px;
}
div#yith-wcwl-popup-message {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 320px;
  left: 0;
  right: 0;
}
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-name
  .cart-product-action {
  justify-content: start !important;
  column-gap: 14px;
  row-gap: 10px;
  max-width: 100%;
}
.woocommerce-cart
  .woocommerce-cart-form__contents
  td.product-name
  .cart-product-action
  a.add_to_wishlist {
  column-gap: 0;
}
.wpcf7-list-item {
  padding: 0 10px 0 0;
}
.col2-set .col-custom .account-wrapper .customer-login-btn {
  font-size: 1.1rem;
  width: 300px;
  border-radius: 0 !important;
  height: 46px;
}
.login button.woocommerce-button.button.woocommerce-form-login__submit {
  text-align: center;
  border-radius: 0;
  letter-spacing: 0.02rem;
  margin-top: 24px !important;
  display: block;
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
  font-size: 1.1rem;
  min-width: 100%;
}
.customer-login .col-1 .col-custom {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  margin-top: auto;
}
.account-wrapper,
.col2-set .col-custom .account-wrapper {
  justify-content: start;
}
@media only screen and (max-width: 585px) {
  .wpcf7-list-item {
    padding: 0 !important;
  }
  .woocommerce-MyAccount-content .woocommerce-address-fields button.button {
    float: none !important;
  }
  .shop-basket__heading {
    margin-top: 0 !important;
  }
}
@media (max-width: 768px) {
  .woofc-area.woofc-style-01
    .woofc-area-mid
    .woofc-item:hover
    .woofc-item-inner
    .woofc-item-remove,
  .woofc-area.woofc-style-01
    .woofc-area-mid
    .woofc-item:hover
    .woofc-item-inner
    .woofc-item-special {
    transform: translate3d(30px, -50%, 0);
  }
  button#delete-my-account {
    width: 100%;
    margin-top: 15px;
  }
  .header__menu--register,
  .header__menu--signin {
    display: block !important;
  }
  .header__menu--register a.mega-menu-link {
    border-bottom: none !important;
  }
  #mega-menu-wrap-header_menu
    #mega-menu-header_menu
    > li.mega-menu-item.mega-menu-item-57711
    > a.mega-menu-link {
    padding: 0;
    border-bottom: 1px solid #ccc !important;
  }
}
@media (max-width: 991px) {
  .woocommerce div.product div.images.woocommerce-product-gallery {
    display: none;
  }
  .wc_upsell_shortcode {
    padding: 0 15px;
  }
  .shop-basket__col2 {
    max-width: 295px;
    margin: 25px auto;
  }
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
    + a {
    margin: auto;
    display: block;
    max-width: 360px;
  }
  .shop-basket__heading {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .related-products ul.products li.product {
    margin: 0 1.4% 1.5em 0 !important;
  }
  .woocommerce-account .four-step-process-outer {
    display: block !important;
  }
  .main-body-wrapper {
    padding-top: 211px;
  }
  .woocommerce-checkout .main-body-wrapper {
    padding-top: 117px;
  }
  h2.customer-login__heading {
    line-height: 3.1rem;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    width: 48% !important;
  }
}
#bacs_account_name,
#bacs_sort_code,
#paypal_name,
#thwma-shipping-alt {
  max-width: unset !important;
}
@media (max-width: 1020px) {
  .login
    label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme,
  .woocommerce-LostPassword.lost_password {
    text-align: center;
  }
  .login button.woocommerce-button.button.woocommerce-form-login__submit {
    margin: 10px auto;
  }
}
@media (max-width: 767px) {
  .order-status-history-wrap p.order-ref-flex {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .popup_inner img,
  img.single-product-page__ecoimg {
    object-fit: contain;
  }
  .single-product-page__leftinner:nth-child(2) {
    width: 100%;
  }
  .shop-page ul.products li.product .shop-page__wrapper img {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .order-page-complete .flexthis.maincont .container2 {
    margin-top: 20px;
  }
  a.custom-complete-order.button.alt {
    text-align: center;
    display: block;
    max-width: 250px;
    margin: auto;
  }
  .flexthis.order-summarynum-price,
  .payment .payment-custom strong,
  div.single_variation_wrap td.value {
    display: block;
  }
  .popup_inner img {
    height: 200px;
  }
  div#wpcf7-f206-o1 {
    margin-top: 75px;
  }
  .contact__col input[type="checkbox"] {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 7px;
  }
  span#contact-back span.wpcf7-list-item {
    margin-right: 5px;
  }
  .contact__col span.wpcf7-list-item.first.last {
    margin: 0;
  }
  .contact__col span.wpcf7-list-item.first.last label {
    font-weight: 400;
    color: #0b1d48;
    font-size: 16px;
    margin-top: 0;
    display: flex;
    align-items: center;
  }
  .lastlogin {
    margin-bottom: 10px;
  }
  #primary.shop-page {
    margin-top: 100px;
  }
  div#checkout_promo_code {
    padding-top: 10px;
  }
  .view-order tfoot.order-ty tr,
  .view-order tfoot.order-ty tr:last-child {
    display: flex !important;
  }
  .view-order tfoot.order-ty tr td {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .woocommerce
    table.shop_table.woocommerce-MyAccount-orders
    .view-order
    tfoot.order-ty
    tr.tr-details
    td:first-child {
    font-size: 18px;
  }
  .view-order tr {
    border-top: 18px solid transparent !important;
  }
  .order-status-history-wrap .buttonview {
    position: relative !important;
    right: 0 !important;
    top: 8px !important;
  }
  .woocommerce
    table.shop_table.woocommerce-MyAccount-orders
    .view-order
    tfoot.order-ty
    tr.custom-subtotal
    td:first-child,
  .woocommerce
    table.shop_table.woocommerce-MyAccount-orders
    .view-order
    tfoot.order-ty
    tr.tr-details
    td:first-child {
    text-align: center !important;
  }
  .invoice-wrap .flexthis,
  .wrap-problem-orderagain {
    display: block !important;
  }
  .payment .payment-custom li .data a {
    color: #282828;
    position: relative;
    pointer-events: none;
    right: 0;
    top: 0;
  }
  .pum-theme-284 .pum-content + .pum-close,
  .pum-theme-lightbox-2 .pum-content + .pum-close {
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 25px;
    right: -4px;
  }
  #pum_popup_title_1358 {
    padding: 12px;
    font-size: 20px;
  }
  #popmake-1358 img {
    max-width: 225px !important;
  }
  .up-to-date {
    padding: 0 0 2.5rem;
  }
  .shop-page {
    flex-direction: column-reverse;
  }
  .recommendation {
    background: #ff0 !important;
    color: red !important;
    padding: 5px 7px;
    margin-left: 10px;
    font-size: 14px;
  }
  div#variation_in_cart_popup div.popup_container {
    margin: 10px auto;
    width: 90%;
  }
  #main p.shop-page__email {
    position: absolute !important;
    top: 40px;
    right: 13px;
    padding: 9px;
  }
  ul#shipping_method li:first-child:before {
    top: -27px !important;
    right: -1px;
    background: #f07328 !important;
    width: 100.5% !important;
  }
  .image-span-wrapper {
    flex-direction: row;
  }
}
@media (max-width: 1290px) {
  .lastlogin {
    position: relative;
    right: auto;
    left: 0;
    top: 0;
    margin-bottom: 10px;
  }
}
ul#shipping_method li:first-child:before {
  content: "Recommended";
  position: absolute;
  top: -27px;
  background: #f07328;
  width: 100.2%;
  right: -1px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  border: 1px solid #f07328;
}
span#deliveryaddresshere p {
  font-weight: 100;
}
form.checkout.woocommerce-checkout h3 {
  display: inline-flex;
}
span#contact-back {
  margin-bottom: 10px;
  display: block;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 16px;
}
.contact__col textarea,
.page-template-page-contact input:-webkit-autofill,
.page-template-page-contact input:-webkit-autofill:focus,
.page-template-page-contact input:-webkit-autofill:hover,
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
input.wpcf7-form-control.wpcf7-file,
input.wpcf7-form-control.wpcf7-text {
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  transition: background-color 5000s ease-in-out;
  color: #000 !important;
}
::placeholder {
  color: #000;
}
.woocommerce-variation-price {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.woocommerce ul#shipping_method li > label {
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  font-size: 1.5rem !important;
  width: 94.5% !important;
  padding-top: 22px;
  padding-bottom: 22px;
}
.image-span-wrapper {
  gap: 16px;
  margin-top: 6px;
}
.image-span-wrapper img {
  height: 26px;
  width: 44px;
}
.recommendation {
  background: #ff0 !important;
  color: red !important;
  font-size: 1.2rem;
}
.contact__col span.wpcf7-form-control-wrap input[type="checkbox"] {
  height: 22px;
  width: 22px;
  margin: 0 10px 0 0 !important;
}
.contact .wpcf7-form .contact__col-icon .wpcf7-list-item.first input::before {
  background: url(/wp-content/uploads/2023/10/phone-cta.png) no-repeat;
  height: 33px !important;
  background-size: contain !important;
  position: center !important;
  width: 100px !important;
}
.contact .wpcf7-form .contact__col-icon .wpcf7-list-item input::before {
  margin-left: -20px;
  background: url(/wp-content/uploads/2023/10/email-cta.png) no-repeat;
  height: 33px !important;
  background-size: contain !important;
  position: center !important;
  width: 100px !important;
}
.contact .wpcf7-form .contact__col-icon .wpcf7-list-item.last input::before {
  background: url(/wp-content/uploads/2023/10/i-dont-mind-cta.png) no-repeat;
  height: 33px !important;
  background-size: contain !important;
  position: center !important;
  width: 100px !important;
}
.woocommerce ul#shipping_method li > label:after {
  content: "";
  background: url(/wp-content/themes/fluidpress/images/checkout/arrow-icon.svg)
    center/contain no-repeat;
  width: 20px;
  position: absolute;
  color: #00548a;
  top: 2px;
}
@media (max-width: 767px) {
  .woocommerce form .form-row label,
  .woocommerce-page form .form-row label {
    height: 57px;
  }
  .woocommerce table.shop_table_responsive tr:not(:first-child) .remove {
    top: 0 !important;
  }
  .wpcf7-list-item {
    margin: 0 0 0 12px;
  }
  .woocommerce ul#shipping_method li > label {
    width: 88% !important;
    padding-right: 23% !important;
    padding-left: 7% !important;
    font-size: 1rem !important;
  }
  .woocommerce ul#shipping_method li > input {
    width: 12% !important;
  }
  #payment ul.payment_methods li > label:after,
  .woocommerce ul#shipping_method li > label:after {
    content: "";
    background: url(/wp-content/themes/fluidpress/images/checkout/arrow-icon.svg)
      center/contain no-repeat;
    right: 6px !important;
    width: 16px;
  }
  .recommendation {
    font-size: 0.8rem !important;
    text-align: left;
    width: 100px;
    text-wrap: wrap;
    display: block !important;
    position: relative;
  }
  .image-span-wrapper img {
    height: 26px !important;
    width: 44px !important;
  }
  .image-span-wrapper {
    gap: 10px !important;
  }
  .woocommerce ul#shipping_method li > input:before {
    font-size: 1.5rem !important;
  }
}
.page-id-23 .radio_section .wpcf7-list-item {
  margin: -20px 0 0;
}
.contact
  .wpcf7-form
  .contact__col-icon
  .wpcf7-list-item.first
  input:checked::before {
  background: url(/wp-content/uploads/2023/10/phone-cta-hover.png) no-repeat;
}
.contact .wpcf7-form .contact__col-icon .wpcf7-list-item input:checked::before {
  background: url(/wp-content/uploads/2023/10/email-cta-hover.png) no-repeat;
}
.contact
  .wpcf7-form
  .contact__col-icon
  .wpcf7-list-item.last
  input:checked::before {
  background: url(/wp-content/uploads/2023/10/i-dont-mind-cta-hover.png)
    no-repeat;
}
@media (max-width: 1024px) {
  .flexthis.maincont .container2 {
    margin: auto;
  }
  .order-section button.back-btn.button.alt,
  .payment-section button.back-btn.button.alt,
  button.continue.button.alt,
  button.custom-complete-order.button.alt {
    display: block !important;
    margin: 10px auto;
    max-width: 260px;
    width: 100%;
  }
  .order-page-complete a.custom-complete-order.button.alt {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 260px;
  }
  .woocommerce-page.woocommerce-account .col2-set .col-1 {
    width: 100%;
  }
}
.cart-product-action {
  display: flex;
  gap: 14px;
  align-items: center;
}
.cart-product-action .yith-wcwl-add-button span {
  display: block;
  font-size: 16px !important;
}
.cart-product-action .yith-wcwl-add-button a {
  font-size: 14px !important;
  display: flex;
  align-items: center;
}
.woocommerce-cart .woocommerce-cart-form__contents tr td {
  border: none;
}
.woocommerce-cart table.shop_table {
  padding: 0 1%;
}
input#bacs_account_number::-webkit-inner-spin-button,
input#bacs_account_number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#bacs_account_number {
  -moz-appearance: textfield;
}
.recommendation {
  white-space: break-spaces;
  padding: 5px !important;
  width: 160px !important;
  text-align: center;
}
@media (min-width: 480px) {
  .recommendation {
    width: auto !important;
  }
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: flex;
  display: flex;
  align-items: center !important;
  justify-content: flex-start !important;
  height: 16px;
}
.page-id-50635 .main-body-wrapper ul,
.page-id-50636 .main-body-wrapper ul {
  list-style: disc !important;
  padding-left: 30px;
}
.page-id-50635 .main-body-wrapper ol,
.page-id-50636 .main-body-wrapper ol,
.page-id-50637 .main-body-wrapper ol {
  list-style: auto !important;
  padding-left: 30px;
}
.about-banner .about-banner__wrapper h1 {
  width: 60%;
  line-height: 140%;
  margin: 0 auto;
  font-size: 3.2rem;
  max-width: 828px;
}
@media (max-width: 900px) {
  .about-banner .about-banner__wrapper h1 {
    font-size: 32px;
    max-width: 90%;
    line-height: 140%;
    margin: 0 auto;
  }
}
.woocommerce-page form .form-row label {
  height: 57px;
  height: unset !important;
  margin-top: 12px;
}
.woocommerce-account .myaccount_edit_address {
  color: #fff;
  background-color: #f07328;
  padding: 10.7rem 2rem;
  border-radius: 0;
}
.view-order-table strong.product-quantity,
.view-order-table ul.wc-item-meta p {
  font-size: 12px !important;
}
.woocommerce table.shop_table.woocommerce-MyAccount-orders th {
  padding: 10px 5px !important;
  font-size: 14px !important;
}
div#popmake-82887 .pum-title,
div#popmake-96868 .pum-title,
div#popmake-96914 .pum-title {
  padding: 16px 20px;
  color: #fff;
  background: #05619e;
  font-size: 18px;
  font-weight: 700;
}
div#popmake-82887 .downgraded_popupbutton,
div#popmake-96868 .downgraded_popupbutton,
div#popmake-96914 .downgraded_popupbutton {
  display: flex;
  gap: 10px;
}
div#popmake-82887 .downgraded_popupbutton button,
div#popmake-96868 .downgraded_popupbutton button,
div#popmake-96914 .downgraded_popupbutton button {
  border: none;
  padding: 10px 12%;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s;
  cursor: pointer;
}
div#popmake-82887 .downgraded_popupbutton button:first-child,
div#popmake-96868 .downgraded_popupbutton button:first-child,
div#popmake-96914 .downgraded_popupbutton button:first-child {
  background: #fe6b00;
  color: #fff;
}
div#popmake-82887 .downgraded_popupbutton button:last-child,
div#popmake-96868 .downgraded_popupbutton button:last-child,
div#popmake-96914 .downgraded_popupbutton button:last-child {
  border: 2px solid #fe2b2d;
  color: #fe2b2d;
  background: #fff;
}
.products-approved-notif:after {
  color: green;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 40%;
  left: 15px;
  content: "\f005";
}
.page-id-50635 .main-body-wrapper .container li,
.page-id-50635 .main-body-wrapper .container p,
.page-id-50635 .main-body-wrapper .container table td,
.privacy-policy .main-body-wrapper .container li,
.privacy-policy .main-body-wrapper .container p,
.privacy-policy .main-body-wrapper .container table td {
  font-family: Roboto, sans-serif !important;
  font-size: 1rem;
  line-height: 2.2rem;
}
.page-id-50635 .main-body-wrapper .container table td,
.privacy-policy .main-body-wrapper .container table td {
  width: 30%;
  padding: 10px;
}
#popmake-96656 .save_new_field_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
#popmake-96656 .save_new_field_content input {
  width: 100%;
  border: 1px solid #c3c3c3;
  margin-bottom: 10px;
}
#popmake-96656 .pum-title {
  background: #00548a;
  color: #fff;
  padding: 20px;
}
#popmake-96656 .save_new_field_cbutton {
  width: auto;
  display: flex;
  padding: 20px;
  border-top: 1px solid #f1f1f1;
  justify-content: flex-end;
  gap: 10px;
}
#popmake-96656 .save_new_field_cbutton p {
  width: auto;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
#popmake-96656 .save_new_field_cbutton button {
  padding: 10px 20px;
  font-size: 100%;
  cursor: pointer;
  border: none;
  font-weight: 700;
}
#popmake-96656 .save_new_field_cbutton button:hover {
  opacity: 0.8;
}
#popmake-96656 .save_new_field_cbutton button.cancel {
  background: #00548a;
  color: #fff;
}
#popmake-96656 p {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#popmake-96656 p.country-region {
  padding: 20px 0;
  justify-content: flex-start;
  gap: 30px;
}
#popmake-96656 .save_new_field_content input[name="shipping_city"],
#popmake-96656 .save_new_field_content input[name="shipping_first_name"],
#popmake-96656 .save_new_field_content input[name="shipping_last_name"],
#popmake-96656 .save_new_field_content input[name="shipping_postcode"] {
  width: 48%;
}
.save_new_field_cbutton .lds-ripple {
  opacity: 0;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  top: -10px;
  margin-right: 30px;
}
.save_new_field_cbutton .lds-ripple div {
  position: absolute;
  border: 4px solid #f07328;
  opacity: 1;
  border-radius: 50%;
  animation: 1s cubic-bezier(0, 0.2, 0.8, 1) infinite lds-ripple;
}
@keyframes lds-ripple {
  0%,
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.wc_payment_methods li .payment_box a.btn {
  color: #fff;
  background-color: #f07328;
  padding: 0.65rem 2rem;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: 0.5s;
  font-weight: 700;
  margin-top: 20px;
}
.wc_payment_methods li {
  padding-left: 44px !important;
}
.wc_payment_methods li input[type="radio"] {
  position: unset;
  border: none;
  border-bottom: 1px solid #dedbdb;
  appearance: none;
  width: 6% !important;
  margin: 0 !important;
  left: 0;
  top: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #c6cedd;
  visibility: visible !important;
  height: 113px;
}
.wc_payment_methods li input[type="radio"]:before {
  content: "\f058";
  font-family: FontAwesome;
  font-size: 2rem !important;
  color: #fff;
}
button.custom-complete-order.button.alt#order_complete {
  margin-top: 0 !important;
  max-width: unset;
  width: 240px;
  padding: 20px !important;
}
