body.logged-in.admin-bar #masthead.fixed {
  top: 32px;
}

#masthead {
  transition: all 0.3s ease-in-out;
}
#masthead.fixed {
  --site-header-height: 70px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.site-wrapper #masthead .nova-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .site-wrapper #masthead .main-navigation .nav-menu > li {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .site-wrapper #masthead .main-navigation .nav-menu > li.main-mega-menu {
    position: static;
  }
  .site-wrapper #masthead .main-navigation .nav-menu > li.main-mega-menu > .sub-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px;
    min-width: inherit;
    left: 0;
  }
  .site-wrapper #masthead .main-navigation .nav-menu > li.main-mega-menu > .sub-menu > li {
    flex: 0 0 auto;
    width: auto;
  }
  .site-wrapper #masthead .main-navigation .nav-menu > li.main-mega-menu > .sub-menu > li > a {
    font-weight: 600;
  }
  .site-wrapper #masthead .main-navigation .nav-menu > li.main-mega-menu > .sub-menu .sub-menu {
    position: static;
    opacity: 1;
    margin: 0;
    padding: 8px 0 0 0;
    box-shadow: none;
    transform: translate(0px, 0px);
    min-width: inherit;
  }
  .site-wrapper #masthead .main-navigation .nav-menu > li.main-mega-menu > .sub-menu .sub-menu li {
    padding: 6px 0;
  }
}

.footer-main-wrapper {
  color: white;
  background-color: #181818;
  padding: 40px 0 0 0;
}
@media screen and (min-width: 768px) {
  .footer-main-wrapper {
    padding: 80px 0;
  }
}
.footer-main-wrapper h3, .footer-main-wrapper h4, .footer-main-wrapper h5, .footer-main-wrapper h6 {
  color: white;
}
.footer-main-wrapper h3, .footer-main-wrapper h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.footer-main-wrapper .--links {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .footer-main-wrapper .--links {
    margin-bottom: 10;
  }
}
.footer-main-wrapper .--links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-main-wrapper .--links ul li {
  font-size: 14px;
}
.footer-main-wrapper .--links ul li a {
  color: white;
}
.footer-main-wrapper .--links ul li a:hover {
  color: #AAAAAA;
}
.footer-main-wrapper .--copyright {
  color: white;
}
.footer-main-wrapper .--copyright p {
  font-size: 14px;
  margin: 0;
}
.footer-main-wrapper .copy-right-row {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1803921569);
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .footer-main-wrapper .copy-right-row {
    margin-top: 50px;
  }
}
.footer-main-wrapper .copy-right-row .payment-methods {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .footer-main-wrapper .copy-right-row .payment-methods {
    margin-bottom: 0;
  }
}
.footer-main-wrapper .copy-right-row .payment-methods img {
  min-height: 20px;
}
.footer-main-wrapper .social-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .footer-main-wrapper .social-links {
    margin-bottom: 24px;
  }
}
.footer-main-wrapper .social-links li {
  margin-right: 8px;
}
.footer-main-wrapper .social-links li a {
  border: 1px solid rgba(255, 255, 255, 0.2196078431);
  padding: 3px;
  border-radius: 44px;
  height: 40px;
  width: 40px;
  display: block;
}
.footer-main-wrapper .social-links li a:hover {
  background-color: #ffa832;
}
.footer-main-wrapper .fluentform .ff-el-form-control {
  background: white;
}
.footer-main-wrapper .fluentform .ff-btn-submit {
  color: white;
  top: -2px;
  background-color: #181818 !important;
}

.page-main-content {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .page-main-content {
    padding: 80px 0;
  }
}

.woocommerce-checkout .col-2,
.woocommerce-checkout .col-1,
#customer_details .col-2,
#customer_details .col-1 {
  width: 100%;
}

.shop-page-body .site-wrapper .site-content-wrapper .site-content {
  padding-top: 0;
}
.shop-page-body .shop-page-banner {
  border-radius: 8px;
  background-position: center center;
  min-height: 300px;
  display: flex;
  align-items: center;
  padding: 24px;
  margin-bottom: 24px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .shop-page-body .shop-page-banner {
    padding: 40px;
  }
}
.shop-page-body .woocommerce-archive-header .page-header-content {
  display: none;
}

/* Help Center */
.hc-header.theme-breadcrumb-area {
  padding-bottom: 70px;
}

.hc-content {
  padding: 60px 0 100px 0;
}

.help-sidebar ul {
  list-style: none;
  padding: 0;
}

.help-sidebar ul li {
  font-size: 18px;
  border-bottom: 1px solid #E4E4E4;
  line-height: 1.556;
  font-weight: 400;
  margin-bottom: 12px;
  padding-bottom: 12px;
  padding-left: 28px;
  position: relative;
}

.help-sidebar ul li:hover a,
.help-sidebar ul li.active a {
  color: #FFA832;
}

.help-sidebar ul li a {
  color: #10101B;
  display: block;
}

.help-sidebar ul li:before {
  position: absolute;
  left: 0px;
  top: 5px;
  content: "";
  width: 20px;
  height: 20px;
  margin-top: 0px;
  background: url("../images/cat-arrow.svg") no-repeat scroll left center;
  background-size: auto;
}

.help-listing h2 {
  display: inline-block;
  margin: 10px 0;
}

.help-listing .help-cats {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 0;
  list-style: none;
}

.placeholder-icon {
  max-height: 56px;
}

.help-listing .help-cats li.item {
  background: #f9f9f9;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transition: all 0.3s;
  margin-bottom: 0;
}

.help-listing .help-cats li.item:hover {
  background: #fff;
}

.help-listing .help-cats li a {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 150px;
  justify-content: center;
  height: 100%;
}

.help-listing .help-cats li a:hover span {
  text-decoration: underline;
}

.help-listing .help-cats li a span {
  font-size: 15px;
  color: #10101B;
}

.help-listing .help-cats li a img {
  margin-bottom: 10px;
  max-width: 70px;
}

/* help search */
#search-results {
  transition: all 0.6s;
  line-height: normal;
  position: absolute;
  left: 0;
  top: 110%;
  background: white;
  width: 100%;
  text-align: left;
  padding: 15px;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  display: none;
}

#search-results ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#search-results li {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #E4E4E4;
}

#search-results li:last-child {
  border-bottom: none;
}

#search-results li:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-top: 0px;
  background: url("../images/cat-arrow.svg") no-repeat scroll left center;
  background-size: auto;
  display: inline-block;
  margin-right: 8px;
}

#search-results li a {
  transition: all 0.3s;
}

#search-results li:hover a {
  color: #FFA832;
}

#search-results li a {
  color: #10101B;
  font-size: 15px;
}

#help-centre-search .wp-block-search__input {
  background-image: url("../images/search.svg");
  background-color: #fff;
  border-radius: 10px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: 96% center;
  max-width: 650px;
}

.help_hero_content {
  max-width: 500px;
}

.hero-img {
  max-height: 300px;
  margin: auto;
  display: block;
}

/* help listing */
.help-posts {
  margin: 0;
  padding: 0;
}

.help-posts li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E4E4E4;
  padding: 12px 20px;
}

.help-posts li:after {
  content: "";
  width: 20px;
  height: 20px;
  margin-top: 0px;
  background: url("../images/cat-arrow.svg") no-repeat scroll left center;
  background-size: auto;
  display: inline-block;
  margin-right: 8px;
}

.help-posts li a {
  color: #10101B;
}

.help-posts li a:hover {
  color: #FFA832;
}

.help-listing > p {
  padding: 0 20px;
  margin: 10px 0 20px 0;
}

/* help single */
.help-single-content a {
  color: #FFA832;
  text-decoration: underline !important;
}

.help-single-content a:hover {
  color: #10101B;
  text-decoration: none;
}

.help-single-content blockquote.wp-block-quote {
  padding: 10px 0px 10px 20px !important;
  border-left: 2px solid #FFA832 !important;
  text-align: left;
}

.help-single-content blockquote.wp-block-quote::before {
  content: none;
}

.help-single-content blockquote p {
  font-size: 18px;
  margin-bottom: 10px;
}

/* hero */
#page-hero.theme-breadcrumb-area {
  background: #f8f8f8;
  padding-bottom: 50px;
  padding-top: 40px;
}

#page-hero h5.page-short-description {
  margin-left: 0;
}

/* Mobile */
@media only screen and (max-width: 991px) {
  .newsletter-container .wp-block-columns {
    display: block;
  }
  .newsletter-container .wp-block-columns form.mc4wp-form {
    margin-top: 20px;
  }
}
.contact-map {
  padding: 24px 0 50px;
}
.contact-map iframe {
  border-radius: 16px;
  width: 100%;
  max-height: 350px;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
  margin: 0 0 8px 0;
  border-radius: 8px;
  font-size: 16px;
}
.wpcf7-form input.wpcf7-submit {
  font-size: 16px;
}
.wpcf7-form .wpcf7-textarea {
  height: 250px;
}

.wpcf7-form .wrapper-contact-form p br {
  display: none;
}
.wpcf7-form .wrapper-contact-form .wpcf7-form-control-wrap {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
}

.single-product .after-product-summary {
  max-width: 1000px;
  margin: auto;
}

.variations_form.cart .variations th[class=label] {
  padding: 0 0 3px 0;
}

@media screen and (min-width: 1100px) {
  .woo-variation-items-wrapper ul.variable-items-wrapper.radio-variable-items-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 1100px) {
  .woo-variation-items-wrapper input.variable-item-radio-input {
    margin: 0;
  }
}
.wp-singular .woocommerce .star-rating span:before, .wp-singular .woocommerce .wc-block-grid__product-rating__stars span:before {
  color: #ffa832;
}
.wp-singular .woocommerce .product .price {
  font-weight: 600;
  color: #181818;
}

.reivew-ebay {
  padding: 60px 16px;
  background: #f4f4f4;
}/*# sourceMappingURL=theme.css.map */