@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,600,600i,700,700i&display=swap");
@import url("/wp-content/themes/the-wheel-shop/vendor/fontawesome.min.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  /*
  ol,
  ul,
  li,*/
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

select:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
}

/*Fix admin menu bar*/
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
select {
  background-color: #fff !important;
  background: #fff !important;
  border: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  font-size: 10px;
}

body {
  position: relative;
  min-height: 100%;
  background: white;
  color: #404040;
  overflow-x: hidden;
}

header,
main,
section,
footer {
  width: 100%;
  position: relative;
}

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

.grecaptcha-badge {
  visibility: hidden;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

* {
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1.4rem;
  line-height: 1.75;
}
@media (min-width: 640px) {
  body {
    font-size: 1.6rem;
  }
}

body {
  font-family: "Montserrat", sans-serif !important;
}

::-moz-selection {
  background-color: #404040;
  color: white;
}

::selection {
  background-color: #404040;
  color: white;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  color: inherit;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 22px !important;
  font-weight: bold !important;
  text-transform: uppercase;
  padding-bottom: 32px;
}

h3 {
  font-size: 16px !important;
  font-weight: bold !important;
  text-transform: uppercase;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 22px;
}

body {
  font-weight: 700;
}

h1 {
  font-weight: 700;
}

h2 {
  font-weight: 700;
}

h3 {
  font-weight: 500;
}

h4 {
  font-weight: 500;
}

h5 {
  font-weight: 500;
}

h6 {
  font-weight: 500;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

p, div {
  font-size: 16px;
  font-weight: 400;
}

.center {
  text-align: center;
}

header {
  background: #413F42;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333333;
  color: white;
  padding: 2rem;
  /*Sticky Nav*/
}
header.header {
  position: sticky;
  top: 0;
  z-index: 11;
}
@media (max-width: 640px) {
  header.header {
    padding: 0.5rem;
  }
}
@media (min-width: 992px) {
  header {
    padding: 1rem 3rem;
  }
}
header .icons a {
  color: #fff;
}
header .icons a:hover i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
header .wrapper {
  max-width: 1440px;
  margin: auto;
}
header .wrapper > div {
  padding: 0;
}
header .wrapper > div .logo {
  margin: auto;
  display: block;
  height: 80px;
}
header .wrapper .col-md-3 {
  border-right: 1px #9F9EA0 solid;
}
header .wrapper .col-md-3 nav {
  border-top: 1px #9F9EA0 solid;
  width: 100%;
  float: right;
}
header .wrapper .col-md-5 nav {
  border-top: 1px #9F9EA0 solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header .wrapper nav ul {
  margin-bottom: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
header .wrapper nav li {
  display: inline-block;
  line-height: 44px;
}
header .wrapper nav li .mega-sub-menu li {
  padding-right: 20px !important;
}
header .wrapper nav li a {
  color: #fff;
}
@media (min-width: 768px) {
  header .wrapper nav li a {
    font-size: 14px !important;
  }
}
header .wrapper nav li a:hover {
  color: #F9EC48;
}
header .wrapper nav .current-menu-item a {
  color: #F9EC48;
  font-weight: bold;
}
header .wrapper .above-nav {
  padding-bottom: 12px;
  margin-top: 10px;
}
header .wrapper .above-nav .above-left-nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header .wrapper .above-nav span, header .wrapper .above-nav span a {
  padding-right: 12px;
  font-size: 14px;
  color: #9F9EA0;
}
@media (max-width: 1110px) {
  header .wrapper .above-nav span, header .wrapper .above-nav span a {
    font-size: 12px;
  }
}
header .wrapper .above-right-nav {
  text-align: right;
}
header .wrapper .icons div {
  margin: auto;
  line-height: 89px;
}
@media (max-width: 640px) {
  header .wrapper .icons div {
    padding: 0 8px;
  }
}
header .wrapper .icons div i {
  border-radius: 100%;
  border: 1px #9F9EA0 solid;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
header .wrapper .mob-icos {
  float: right;
}
@media (max-width: 1024px) {
  header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .logo-div {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  header .icons {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  header .page-links {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border: 0 !important;
  }
  header .page-links nav > ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1025px) {
  header .page-links nav {
    border: 0 !important;
    float: left !important;
  }
  header .page-links nav li {
    display: block !important;
    line-height: 32px !important;
  }
}

@media (min-width: 1110px) {
  .above-left-nav span:nth-of-type(1):after {
    content: " ";
    border-right: 1px solid;
    padding: 0 4px;
    overflow: visible;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 40px;
    left: 137px;
  }
}

/*Mobile Menu*/
#mobile-menu {
  position: fixed;
  width: 100vw;
  right: -400px;
  z-index: 999;
  background: #F6F6F6;
  display: none;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
#mobile-menu .account-row {
  background: #fff;
  line-height: 48px;
  padding-top: 8px;
  text-align: center;
  font-size: 14px;
}
#mobile-menu .row {
  margin-top: 50px;
}
#mobile-menu .row > div {
  font-size: 16px;
}
#mobile-menu ul {
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 3.2;
  padding: 10px 20px;
}
#mobile-menu ul li {
  list-style: none;
  border-bottom: 1px #8f8f8f solid;
  padding: 0 16px;
}
#mobile-menu ul a {
  color: #333;
}
#mobile-menu #closemobilemenu {
  float: right;
  right: 50px;
  top: 50px;
  border-radius: 100%;
  border: 1px black solid;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  color: black;
}

.breadcrumb_last {
  font-weight: bold;
}

/*Mega Manu Overrides*/
.mega-sub-menu {
  max-width: 80vw;
  width: 1440px;
}
.mega-sub-menu li {
  display: block !important;
}

#mega-menu-wrap-header_menu {
  background: unset !important;
}

@media (max-width: 1025px) {
  .header .icons, .header .logo-div, .header .page-links {
    width: 33%;
  }
}
.menu-item {
  list-style: none;
}

/*Mega Menu Fix*/
.mega-menu-item li div ul {
  display: block;
}

main {
  padding: 0;
  margin: auto;
  background: #F6F6F6;
}
@media (min-width: 992px) {
  main {
    padding: 0;
  }
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

/*Responsive elements*/
@media (max-width: 768px) {
  .hide-small {
    display: none !important;
  }

  .show-small {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hide-medium {
    display: none !important;
  }

  .show-medium {
    display: block;
  }
}
@media (min-width: 1025px) {
  .hide-large {
    display: none !important;
  }

  .show-large {
    display: block;
  }
}
section {
  padding: 2rem;
  margin: auto;
  max-width: 1440px;
}
@media (min-width: 992px) {
  section {
    padding: 3rem;
  }
}

section.full-width {
  padding: 0;
  max-width: 100%;
}

.shipping-module {
  background: black;
  padding: 128px 0 !important;
}
.shipping-module img {
  height: 83px;
}
.shipping-module .ship-content {
  padding: 78px 0 !important;
  background: #fff;
  max-width: 1110px;
  margin: auto;
  text-align: center;
}
.shipping-module .ship-content > div {
  padding: 48px;
}
@media (min-width: 1024px) {
  .shipping-module .ship-content > div:nth-of-type(1) {
    border-right: 1px grey solid;
  }
}
.shipping-module .ship-content .shiplines {
  min-height: 120px;
  padding: 24px;
}

.callout {
  background: #403f41;
  background-image: url(/wp-content/themes/the-wheel-shop/images/background/wheelw.svg);
  background-repeat-x: none;
  background-position: center;
}
.callout .callout-wrapper {
  max-width: 1440px;
  margin: auto;
  padding: 150px 24px 100px;
}
.callout .callout-wrapper .toptext {
  border-left: 4px #F9EC48 solid;
}
.callout .callout-wrapper .bottomtext {
  text-align: right;
  border-right: 4px #F9EC48 solid;
}
.callout .callout-wrapper .bottomtext, .callout .callout-wrapper .toptext {
  color: #fff;
  text-transform: uppercase;
}
.callout .callout-wrapper .bottomtext p:nth-of-type(1), .callout .callout-wrapper .toptext p:nth-of-type(1) {
  font-size: 58px;
  font-weight: bold;
}
.callout .callout-wrapper .bottomtext p:nth-of-type(2), .callout .callout-wrapper .toptext p:nth-of-type(2) {
  font-size: 90px;
  font-weight: bold;
}
.callout .callout-wrapper .bottomtext p:nth-of-type(3), .callout .callout-wrapper .toptext p:nth-of-type(3) {
  font-size: 27px;
}
@media (min-width: 1024px) {
  .callout .callout-wrapper img {
    max-height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .callout .callout-wrapper .topimage {
    position: relative;
    right: 0;
    top: -250px;
  }
  .callout .callout-wrapper .bottomimage {
    bottom: -250px;
    position: relative;
    z-index: 6;
    margin-top: -250px;
  }
}
.callout .yellow-strap {
  background: #F9EC48;
}
@media (min-width: 768px) {
  .callout .yellow-strap {
    padding: 104px 60px 60px;
  }
}
@media (max-width: 768px) {
  .callout .yellow-strap {
    padding: 60px 15px 60px;
  }
}
.callout .yellow-strap > div {
  text-align: center;
  max-width: 1440px;
  margin: auto;
}
.callout .yellow-strap > div h3 {
  font-size: 43px !important;
  font-weight: 400 !important;
}
.callout .yellow-strap > div h3 span {
  font-weight: bolder;
}
.callout .yellow-strap > div h3 span a {
  color: #333 !important;
}
.callout .yellow-strap > div p {
  text-transform: uppercase;
  font-weight: bold;
}

/*Contact Page*/
.contact-page {
  padding: 0;
}
.contact-page .details {
  padding: 3rem;
}
.contact-page .line {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .line i {
  margin-right: 24px;
  border-radius: 100%;
  border: solid 1px black;
  height: 46px;
  width: 46px;
  line-height: 48px;
  padding-left: 14px;
  display: block;
  float: left;
}
.contact-page .line.phone {
  line-height: 48px;
}

.yoast-breadcrumb {
  background: #F0EC4E;
  color: black;
  text-align: center;
  line-height: 56px;
  margin: 0;
  font-weight: 400;
}
.yoast-breadcrumb a {
  color: #767676;
}

.single-page {
  color: white;
  text-align: center;
}
@media (min-width: 768px) {
  .single-page {
    padding: 80px !important;
  }
}
@media (max-width: 768px) {
  .single-page {
    padding: 80px 15px !important;
  }
}
.single-page p {
  font-size: 22px;
  display: block;
  max-width: 790px;
  margin: auto;
}
.single-page h1 {
  font-size: 37px;
  font-weight: bold;
  margin: 24px;
}

.flex-text {
  background: #fff;
}
.flex-text > div {
  max-width: 1440px;
  margin: auto;
  padding: 80px 0;
}
.flex-text .flex-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-text .flex-img img {
  width: 376px;
}
@media (max-width: 640px) {
  .flex-text .w-markwrap {
    display: none;
  }
}
@media (min-width: 640px) {
  .flex-text .w-markwrap {
    position: relative;
  }
  .flex-text .w-markwrap:before {
    content: " ";
    background: url(/wp-content/themes/the-wheel-shop/images/logos/w-logo-mask.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 338px;
    height: 280px;
    bottom: -80px;
    right: -77px;
  }
}

/*FAQs*/
.accordian {
  padding-top: 80px;
  background: #fff;
}
.accordian > div {
  max-width: 1440px;
  margin: auto;
  padding: 2rem;
}

.accordian-wrapper {
  padding-top: 104px;
  padding-bottom: 136px;
}

.accordian-row {
  position: relative;
  padding: 16px;
}
.accordian-row input {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}
.accordian-row:nth-child(odd) {
  background: #F6F6F6;
}
.accordian-row:nth-child(even) {
  background: #fff;
}
.accordian-row .tab-content {
  max-height: 0;
  overflow: hidden;
}
.accordian-row .tab-label {
  width: calc(100% - 40px);
  margin-bottom: 5px;
  margin-top: 5px;
  cursor: pointer;
  position: relative;
}
.accordian-row .tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  display: inline-block;
  position: absolute;
  right: -16px;
  font-size: 20px;
  top: calc(50% - 10px);
}
.accordian-row input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordian-row input:checked ~ .tab-content {
  max-height: 100vh;
  -webkit-transition: max-height 0.55s;
  transition: max-height 0.55s;
  padding: 1em;
}

/*Blog Pages*/
.blog-listings .row {
  padding: 16px;
}
.blog-listings .row:nth-of-type(odd) {
  background: white;
}
.blog-listings h2 {
  margin-top: 0;
}

/*Contact Page*/
@media (min-width: 992px) {
  .contact-page .contact-details-wrapper {
    max-width: 611px;
    float: right;
    padding: 3rem;
  }
}
.contact-page #map {
  width: 100%;
}
@media (min-width: 768px) {
  .contact-page #map {
    height: 120vh;
  }
}
@media (max-width: 768px) {
  .contact-page #map {
    height: 50vh;
  }
}
.contact-page .map-mask {
  position: absolute;
  background: #000000a3;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/*Contact Form 7 - hide on submit*/
form.wpcf7-form.sent div {
  display: none;
}

.sub-category-banner li {
  list-style: none;
}

footer {
  background-color: #333333;
  color: white;
  padding: 2rem;
}
footer p, footer a {
  font-size: 12px;
  color: #fff;
}
footer p:hover, footer a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  footer p, footer a {
    text-align: center;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  footer {
    padding: 3rem;
  }
}

.prefooter .payment-icons {
  border-bottom: 1px #707070 solid;
  padding-bottom: 72px;
  padding-top: 42px;
  margin-bottom: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prefooter .payment-icons img {
  margin-top: 4px;
}
.prefooter .menu-item a {
  line-height: 2.6;
  color: #070707;
}
.prefooter ul {
  padding: 0;
}

/*Global nav style*/
.owl-nav {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  margin-top: 10px;
  position: absolute;
  top: calc(50% - 29px);
  width: 100%;
  z-index: 10000000000000002000000;
}
.owl-nav .owl-prev {
  float: left;
}
@media (min-width: 768px) {
  .owl-nav .owl-prev span {
    margin-left: 36px;
  }
}
@media (max-width: 768px) {
  .owl-nav .owl-prev span {
    margin-left: -24px;
  }
}
.owl-nav .owl-next {
  float: right;
}
@media (min-width: 768px) {
  .owl-nav .owl-next span {
    margin-right: 36px;
  }
}
@media (max-width: 768px) {
  .owl-nav .owl-next span {
    margin-right: -24px;
  }
}
.owl-nav span {
  color: #fff;
  font-size: 48px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: #FFF;
  text-shadow: 2px 4px 7px #10161b;
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

/*Specific SLiders*/
.owl-head .owl-dots {
  position: absolute;
  z-index: 10000000000000002000000;
  width: 180px;
  left: calc(50% - 91px);
}
@media (min-width: 768px) {
  .owl-head .owl-dots {
    top: 430px;
  }
}
@media (max-width: 356px) {
  .owl-head .owl-dots {
    display: none;
  }
}
@media (max-width: 768px) {
  .owl-head .owl-dots {
    bottom: 200px;
  }
}
.owl-head .item {
  min-height: 538px;
}
@media (min-width: 768px) {
  .owl-head .item {
    height: calc(80vh - 149px);
    min-height: 650px !important;
    max-height: 850px;
  }
}
.owl-head .slide-no {
  display: none;
}

.slide-content {
  background: #ffffffe3;
  margin-left: auto;
  margin-right: auto;
  max-width: 688px;
  min-height: 354px;
}
.slide-content:before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: calc(50% - 5px);
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 12px;
}
@media (min-width: 768px) {
  .slide-content {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
    padding: 64px 64px 96px;
    max-height: 440px;
  }
  .slide-content:before {
    bottom: -62px !important;
  }
}
@media (max-width: 768px) {
  .slide-content {
    max-width: 80%;
  }
  .slide-content .main_text {
    font-size: 14px;
  }
  .slide-content h2 {
    font-size: 12px !important;
    margin-bottom: 4px !important;
  }
  .slide-content .slogan {
    font-size: 21px;
    margin: 2px 8px 8px !important;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .slide-content {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    padding: 16px;
  }
  .slide-content:after {
    bottom: -20px !important;
    height: 40px !important;
  }
}
.slide-content:after {
  Content: "";
  bottom: -40px;
  left: 50%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #000), color-stop(50%, #fff));
  background: linear-gradient(180deg, #000 50%, #fff 50%);
  display: block;
  height: 80px;
  width: 1px;
}
.slide-content h2 {
  text-align: center;
  text-transform: uppercase;
  line-height: 31px;
  padding: 0 24px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #F0EC4E;
  margin: auto;
  font-size: 16px !important;
  font-weight: bold;
  margin-bottom: 20px;
}
.slide-content .slogan {
  text-align: center;
  font-weight: bold;
  margin: 18px;
}
@media (min-width: 768px) {
  .slide-content .slogan {
    font-size: 40px !important;
    line-height: 1.1;
  }
}
@media (min-width: 768px) {
  .slide-content .slogan {
    font-size: 22px;
  }
}
.slide-content .main_text {
  text-align: center;
}

.product-carousel {
  padding-top: 60px;
  padding-bottom: 60px;
}
.product-carousel .latest-product-banner .owl-nav .owl-prev span {
  margin-left: -36px;
}
.product-carousel .latest-product-banner .owl-nav .owl-next span {
  margin-right: -36px;
}

.testimonials {
  background: #fff;
  padding: 120px 0 !important;
  text-align: center;
}
.testimonials .owl-item {
  padding-left: 80px;
  padding-right: 80px;
}
.testimonials .owl-stage-outer {
  margin: auto;
}
.testimonials .owl-stage-outer .item p {
  max-width: 580px;
  display: block;
  margin: auto;
}
.testimonials .owl-nav {
  top: unset;
  bottom: 50%;
}
.testimonials .owl-nav span {
  color: #070707;
}

.reviews {
  background: #414042;
  color: #fff;
  text-align: center;
  padding: 80px 15px 120px 15px !important;
}

/*Slide fix*/
.owl-theme .owl-nav {
  pointer-events: none;
}
.owl-theme .owl-nav button {
  pointer-events: initial;
}

.owl-test .owl-prev {
  float: left;
}
@media (min-width: 768px) {
  .owl-test .owl-prev span {
    margin-left: 36px;
  }
}
@media (max-width: 768px) {
  .owl-test .owl-prev span {
    margin-left: -1px !important;
  }
}
.owl-test .owl-next {
  float: right;
}
@media (min-width: 768px) {
  .owl-test .owl-next span {
    margin-right: 36px;
  }
}
@media (max-width: 768px) {
  .owl-test .owl-next span {
    margin-right: -1px !important;
  }
}

.product-filter {
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  display: inline-block;
}
.product-filter .radio-wrapper {
  max-width: 688px;
  margin: auto;
  height: 56px;
  margin-top: -56px;
  background: transparent;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .product-filter .radio-wrapper {
    margin-top: -114px;
    height: 114px;
    padding: 10px 10px 10px 30px;
  }
  .product-filter .radio-wrapper div {
    margin-bottom: 8px;
  }
  .product-filter .radio-wrapper .radio-title {
    text-align: center;
  }
  .product-filter .radio-wrapper label {
    font-weight: 400 !important;
    margin-left: 12px !important;
    font-size: 12px;
  }
}
.product-filter .dropdown-wrapper {
  background: #F9EC48;
  display: flow-root;
  padding-bottom: 40px;
}
@media (max-width: 1025px) and (min-width: 768px) {
  .product-filter .dropdown-wrapper .dropdown-wrapper .col-md-10 .col-md-3 {
    width: 50% !important;
  }
}
@media (max-width: 1025px) and (min-width: 992px) {
  .product-filter .dropdown-wrapper .col-md-2 {
    padding-top: 53px;
  }
}
.product-filter .dropdown-wrapper .fix-width {
  max-width: 1440px;
  margin: auto;
}
.product-filter .dropdown-wrapper select {
  font-size: 16px;
  padding: 23px 5px 23px 57px;
  font-weight: 400;
  cursor: pointer;
  width: calc(100% - 7px);
}
.product-filter .dropdown-wrapper .label {
  color: black;
  position: relative;
  -webkit-transition: 0.8s all ease;
  transition: 0.8s all ease;
}
.product-filter .dropdown-wrapper .label:before {
  content: attr(data-num);
  position: absolute;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #919192;
  padding: 0 1.3rem;
  z-index: 100;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  bottom: -20px;
  line-height: 67px;
  width: 47px;
  font-size: 16px;
}
.product-filter .dropdown-wrapper .label.option-selected:before {
  background: #414042;
}
.product-filter .dropdown-wrapper .select-wrapper {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  max-height: 70px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #fff;
}
.product-filter .filter-button {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  margin-top: 40px;
  background: #414042;
  width: 70px;
  color: #F9EC48;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 15px;
}

/* RADIO BUTTONN BERHAVIOUR*/
.radio-wrapper input {
  width: 1px;
  height: 1px;
  opacity: 0;
  cursor: pointer;
}

.radio-wrapper .radio {
  float: left;
  margin-right: 25px;
}

.radio-wrapper label {
  margin-left: 25px;
  line-height: 28px;
  cursor: pointer;
}
.radio-wrapper label .label {
  padding-left: 8px;
}

.radio-wrapper .radio {
  /* display:block; */
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  border: 1px solid white;
  border-radius: 50%;
  margin: 0;
}

.radio-wrapper input:hover ~ .radio {
  border: 1px solid #F9EC48;
}

.radio-wrapper .radio:after {
  height: 12px;
  width: 12px;
  display: block;
  border-radius: 50%;
  background: #F9EC48;
  color: #F9EC48;
  line-height: 5px !important;
  left: 7px;
  top: 7px;
  position: relative;
}

input:checked ~ .radio:after {
  content: " ";
}

input:checked ~ .radio {
  border: 1px solid #F9EC48;
}

/*Responsive*/
@media (max-width: 640px) {
  .product-filter .dropdown-wrapper select {
    font-size: 14px;
    padding: 10px 5px 10px 60px;
  }

  .product-filter .dropdown-wrapper .select-wrapper {
    margin-top: 20px;
  }

  .product-filter .filter-button {
    text-align: center;
    font-size: 16px;
    padding: 10px;
    margin: 20px 15px;
    width: calc(100% - 15px);
  }
}
.archive .product-filter .label {
  opacity: 0.2;
}

.archive .orderby {
  height: 46px;
  padding-left: 16px;
  border: 0;
}
.archive .products {
  max-width: 1440px;
  margin: auto !important;
}
.archive .products .columns-4 img {
  width: 210px !important;
  padding-top: 40px;
}
@media (min-width: 640px) {
  .archive .products .woocommerce-loop-product__title {
    margin: 24px 48px !important;
    overflow: hidden;
  }
}

.woocommerce .woocommerce-breadcrumb {
  background: #F9EC48;
  color: black;
  text-align: center;
  padding: 20px;
  margin: 0;
}

h1.woocommerce-products-header__title.page-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 640px) {
  h1.woocommerce-products-header__title.page-title {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  h1.woocommerce-products-header__title.page-title {
    font-size: 32px;
  }
}

.products li, .product li {
  max-width: 540px;
  margin: auto;
  list-style: none;
  background: #fff;
}
@media (max-width: 640px) {
  .products img, .product img {
    max-width: 120px !important;
  }
}
.products .woocommerce-loop-product__link img, .product .woocommerce-loop-product__link img {
  display: block;
  max-width: 210px !important;
  max-height: 210px !important;
  margin: auto !important;
  padding-top: 24px;
}
.products .woocommerce-loop-product__title, .product .woocommerce-loop-product__title {
  font-size: 16px !important;
  text-align: center;
  font-weight: 400 !important;
  color: #000 !important;
  text-transform: unset;
  margin: 16px;
}
@media (min-width: 640px) {
  .products .woocommerce-loop-product__title, .product .woocommerce-loop-product__title {
    min-height: 120px;
  }
}
.products .price, .product .price {
  display: block !important;
  font-weight: bold !important;
  font-size: 21px !important;
  text-align: center !important;
  color: #000 !important;
}
@media (min-width: 640px) {
  .products .price, .product .price {
    padding: 24px;
  }
}
.products .add_to_cart_button, .products .product_type_simple, .product .add_to_cart_button, .product .product_type_simple {
  display: block;
  text-align: center;
  width: 100%;
  background: #F9EC48;
  border-radius: 0;
  color: #000;
  border: 0;
}

.product-banner .item img {
  width: 400px !important;
}

.shop_attributes th, .shop_attributes, .shop_attributes td {
  border: 0 !important;
}

/*Single Product Page*/
.single-product #main {
  background: #fff;
}
.single-product .product {
  display: inline-block;
  width: 100%;
}
@media (min-width: 640px) {
  .single-product .product .summary {
    padding-left: 80px;
  }
}
.single-product .product .price {
  display: inline-block !important;
}
.single-product .product .stock {
  display: inline-block !important;
}
.single-product .product form.cart {
  margin-bottom: 0px !important;
}
.single-product .product .product-meta {
  margin-top: -60px;
  position: absolute;
}
.single-product h1 {
  font-size: 22px;
  font-weight: bold;
  max-width: 400px;
  margin-bottom: 50px;
}
.single-product h1:after {
  content: " ";
  border-bottom: 3px #F9EC48 solid;
  display: block;
  width: 72px;
  margin: 16px 0;
  bottom: -12px;
  position: relative;
}
.single-product .single-product-main .price {
  padding-left: 0;
  text-align: left !important;
  border-top: 1px #F6F6F6 solid;
}
.single-product .single-product-main .price span {
  font-size: 42px;
}
.single-product .single-product-main .posted_in {
  display: none;
}
.single-product .item-specs-wrap {
  background: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-product .item-specs-wrap .shiplines {
  padding: 15px;
}
.single-product .item-specs-wrap .spec-ship {
  max-width: 1440px !important;
  margin: auto !important;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-product .item-specs-wrap .spec-ship h2 {
  color: #9B9B9B;
  font-size: 16px !important;
}
.single-product .item-specs-wrap .spec-ship .col-md-6 {
  padding: 16px;
}
.single-product .item-specs-wrap .spec-ship .col-md-6 .white-box {
  background: white;
  padding: 16px;
}
.single-product .item-specs-wrap .spec-ship .col-md-6 .white-box.return-exchange {
  margin-top: 56px;
  bottom: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .single-product .item-specs-wrap .spec-ship .col-md-6 .white-box.return-exchange {
    position: absolute;
  }
}
.single-product .item-specs-wrap .spec-ship .col-md-6 .ship-box {
  background: white;
  padding: 40px;
}
.single-product .item-specs-wrap .spec-ship .col-md-6 .ship-box .col-md-12:nth-of-type(1) {
  border-bottom: 10px #F9EC48 solid;
  margin-bottom: 16px;
}
.single-product .quantity {
  position: relative;
  line-height: 54px;
  padding-right: 24px;
}
.single-product .quantity input {
  color: #AEAEAF;
  background: #f6f6f6;
  border: 0;
  -webkit-appearance: none;
  padding-top: 8px;
  width: 100px !important;
}
.single-product .quantity .number-spinner {
  position: relative;
  max-height: 62px;
  top: -63px;
  left: 80px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .single-product .quantity .number-spinner {
    /* display: none;*/
  }
}
.single-product .quantity .number-spinner > div {
  cursor: pointer;
  max-height: 31px;
  background: #919192;
  max-width: 20px;
  line-height: 31px;
  padding-left: 3px;
  color: #fff;
}
.single-product .quantity .number-spinner .down {
  border-top: 1px #fff solid;
}
.single-product .quantity .qty-span {
  position: absolute;
  text-align: center;
  font-size: 12px;
  right: 69px;
  top: 13px;
  line-height: 0;
  color: #AEAEAF;
}
.single-product .sku_wrapper {
  display: block;
  line-height: 60px;
}
.single-product .yellow-strap {
  background: #F9EC48;
  padding: 16px 32px;
}
.single-product .yellow-strap a {
  color: #333 !important;
}
.single-product .yellow-strap p {
  line-height: 2;
}
.single-product .yellow-strap p span {
  font-size: 30px;
}
.single-product .yellow-strap p strong {
  font-size: 30px;
  font-weight: 700;
}

/*Archive Top*/
.archive .woocommerce-result-count {
  font-size: 23px;
  opacity: 18%;
  margin-top: 1em;
}
.archive .woocommerce-ordering {
  position: relative;
}
.archive .woocommerce-ordering select {
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 32px;
}
.archive .woocommerce-ordering:after {
  content: "";
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: 8px;
  bottom: 4px;
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
}
.archive .woocommerce-ordering:before {
  content: "";
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: 8px;
  top: 4px;
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
}
.archive .woocommerce-products-header {
  padding: 0;
}
.archive .woocommerce-products-header h1 {
  padding: 4rem;
  margin: 0;
}
.archive .woocommerce-products-header .radio-wrapper {
  display: none;
}
.archive .woocommerce-products-header .product-filter {
  display: block !important;
}
.archive .woocommerce-products-header .dropdown-wrapper {
  background: #0000008c;
}
.archive .woocommerce-products-header .dropdown-wrapper .filter-button {
  background: #F9EC48;
  color: #413F42;
}
.archive .woocommerce-products-header .dropdown-wrapper .filter-button:hover {
  color: #F9EC48;
  background: #413F42;
}

/*Mini Cart*/
.logged-in .mini-cart .signin {
  display: none;
}

#mini-cart {
  display: none;
  -webkit-box-shadow: -7px 9px 20px black;
          box-shadow: -7px 9px 20px black;
  position: fixed;
  z-index: 12;
  background: #fff;
  color: black;
  width: 80vw;
  max-width: 560px;
  top: -30px;
  margin: 0;
  right: -600px;
  padding: 30px 45px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
#mini-cart div {
  line-height: 1.1;
}
#mini-cart .line {
  padding: 16px 0;
  border-bottom: 1px #D2D2D2 solid;
}
#mini-cart .subtotal {
  line-height: 48px;
  font-weight: bold;
}
#mini-cart .subtotal span {
  font-size: 41px;
  float: right;
}
#mini-cart .minicartcta {
  padding: 16px 0;
}
#mini-cart .minicartcta a {
  display: block;
}
#mini-cart .minicartcta.signin a {
  background: transparent !important;
  border: 1px #D2D2D2 solid;
}
#mini-cart .minicartcta.signin a:hover {
  background: #000 !important;
}
#mini-cart .minicartcta.viewbaset a {
  background: #D2D2D2 !important;
}
#mini-cart .minicartcta.viewbaset a:hover {
  background: #000 !important;
}
#mini-cart #closecart {
  position: absolute;
  right: 50px;
  top: 50px;
  border-radius: 100%;
  border: 1px black solid;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}

.darken-page {
  width: 100%;
  height: 100%;
  z-index: 9;
  background: transparent;
  position: absolute;
  display: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

#cartqty {
  background: yellow;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
  color: #333333;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  bottom: 73px;
  right: -26px;
  text-align: center;
}

.woocommerce-cart .number-spinner {
  display: none;
}
.woocommerce-cart .qty-span {
  display: none;
}

/*Checkout Form*/
.woocommerce-input-wrapper input {
  line-height: 60px !important;
  border: 0;
  padding-left: 24px;
  width: 100%;
}
.woocommerce-input-wrapper textarea {
  padding: 24px;
}

.woocommerce-form__input-checkbox {
  display: inline-block !important;
  padding: 4px !important;
  margin: 4px !important;
  position: relative !important;
}

/*Sub Category Banner*/
.sub-category-banner {
  max-width: 1440px;
  margin: auto;
}
.sub-category-banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sub-category-banner ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* border-left: 1px #9F9EA0 solid;*/
}
.sub-category-banner ul li a {
  color: #F9EC48;
}

/* Checkout Page*/
.woocommerce-cart .single-page, .woocommerce-checkout .single-page {
  padding: 16px !important;
}

.woocommerce-terms-and-conditions-wrapper {
  padding: 15px;
}

#payment .payment_methods > .wc_payment_method > label, #payment .payment_methods > .woocommerce-PaymentMethod > label {
  position: relative;
  display: inline-block !important;
  width: calc(100% - 40px) !important;
}

#wc-sage-cc-form .form-row, #wc-sage_direct-cc-form .form-row {
  display: inline-block !important;
  float: none;
}
@media (max-width: 640px) {
  #wc-sage-cc-form .form-row, #wc-sage_direct-cc-form .form-row {
    max-width: 100%;
  }
}
@media (min-width: 640px) {
  #wc-sage-cc-form .form-row, #wc-sage_direct-cc-form .form-row {
    width: 48% !important;
    padding: 0 !important;
  }
  #wc-sage-cc-form .form-row input, #wc-sage_direct-cc-form .form-row input {
    padding-left: 10px !important;
  }
}
#wc-sage-cc-form .form-row input, #wc-sage_direct-cc-form .form-row input {
  max-width: 100%;
  line-height: 60px !important;
}
#wc-sage-cc-form .form-row select, #wc-sage_direct-cc-form .form-row select {
  line-height: 60px;
  padding-left: 16px;
}

/*Products single column on mobile*/
@media (max-width: 640px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: calc(100% - 32px) !important;
    float: left;
    margin: 16px !important;
    clear: both;
    margin: 0 0 2.992em;
  }
}
/*My Account Page*/
.woocommerce-form #username, .woocommerce-form #password, .woocommerce-form #reg_email {
  line-height: 60px;
  border: 0;
  padding-left: 24px;
  width: 100%;
}

.woocommerce-EditAccountForm input, #user_login {
  line-height: 60px !important;
  border: 0;
  padding-left: 24px;
  width: 100%;
}

.woocommerce-MyAccount-navigation ul li {
  padding: 8px 0;
}
.woocommerce-MyAccount-navigation ul li:nth-of-type(odd) {
  background: #F6F6F6;
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 8px;
  color: #000;
  display: block;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--mytransactionId a::before {
  font-family: "Font Awesome 5 Free";
  padding-right: 8px;
}

.woocommerce-page form .form-row .input-text {
  min-height: 80px !important;
}

.woocommerce form .form-row .input-text {
  min-height: 80px !important;
}
.woocommerce form .form-row span em {
  display: block;
  font-size: 80%;
  padding: 20px 2px;
  font-style: italic;
}

.woocommerce-account .addresses address {
  margin: 20px;
}
.woocommerce-account .addresses .title h3 {
  float: unset;
  display: inline-block;
  width: calc(50% - 2rem);
  margin-top: 10px;
}
.woocommerce-account .addresses .title .edit {
  float: unset;
  display: inline-block;
  color: #F0EC4E;
  text-align: right;
  width: calc(50% - 2rem);
}

@media (max-width: 640px) {
  .up-sells.upsells.products .owl-nav .owl-next {
    right: -16px;
    position: relative;
  }
  .up-sells.upsells.products .owl-nav .owl-prev {
    left: -20px;
    position: relative;
  }
}
.woocommerce-loop-product__link:hover {
  text-decoration: none;
}

.image-disclaimer {
  font-size: 14px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: block;
  min-height: 400px;
}

.img-thumb-wrapper {
  min-height: 210px;
}

/*Woo Waitlist */
.bis_notifier_fields #backinstock_textbox {
  line-height: 60px !important;
  padding-left: 24px;
  width: 100%;
  border: 1px #8080805c solid;
}
.bis_notifier_fields #backinstock_button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 60px !important;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 1em !important;
  display: block;
  text-align: center;
  width: 100%;
  background: #F0EC4E !important;
  border-radius: 0;
  color: #000 !important;
  border: 0;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: bold !important;
}
.bis_notifier_fields #backinstock_button:hover {
  background: #000 !important;
  color: #fff !important;
}

.woocommerce-MyAccount-navigation ul {
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 0 !important;
  list-style: none;
  border-bottom: 1px #8f8f8f solid;
  padding: 0 16px;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  position: relative;
  float: right;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  font-weight: bold;
}
.woocommerce-MyAccount-navigation ul .is-active {
  font-weight: bold;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--mytransactionId {
  display: none;
}

@media (max-width: 640px) {
  .single-product .products img, .single-product .product img {
    max-width: 100% !important;
  }
}
@media (max-width: 576px) {
  .woocommerce-checkout .payment_method_sagepaydirect .form-row-first {
    width: 100% !important;
    display: block !important;
  }
  .woocommerce-checkout .payment_method_sagepaydirect .form-row-first select {
    width: 100% !important;
    margin-top: 5px !important;
  }
  .woocommerce-checkout .woocommerce-validated, .woocommerce-checkout .wc-credit-card-form-card-type {
    width: 100% !important;
  }
}
.button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 60px !important;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 1em !important;
  display: block;
  text-align: center;
  width: 100%;
  background: #F0EC4E !important;
  border-radius: 0;
  color: #000 !important;
  border: 0;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: bold !important;
}
.button:hover {
  color: #F9EC48 !important;
  background: #000 !important;
}
@media (min-width: 640px) {
  .button {
    width: initial;
  }
}

.input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 0.75em 1.5em;
  border: 1px solid;
  text-align: center;
  max-width: 100%;
  border-radius: 0.5em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: white;
  color: black;
}
.input:focus {
  outline: none;
}
.input::-webkit-input-placeholder {
  color: inherit;
}
.input::-moz-placeholder {
  color: inherit;
}
.input:-ms-input-placeholder {
  color: inherit;
}
.input:-moz-placeholder {
  color: inherit;
}
.input::-moz-selection {
  background-color: white;
  color: black;
}
.input::selection {
  background-color: white;
  color: black;
}
.input:focus {
  background-color: white;
  color: black;
}
@media (min-width: 640px) {
  .input {
    width: initial;
  }
}

/*CF7 Contact Forms*/
.wpcf7 div {
  margin-bottom: 24px;
}
.wpcf7 input {
  line-height: 60px;
  border: 0;
  padding-left: 24px;
  width: 100%;
}
.wpcf7 textarea {
  border: 0;
  padding: 24px;
  width: 100%;
}
.wpcf7 .wpcf7-submit {
  background: #F9EC48;
  color: #000;
  font-width: bold;
}
.wpcf7 .wpcf7-submit:hover {
  background: #000;
  color: #F9EC48;
}
.wpcf7 .contact-reg {
  position: relative;
}
.wpcf7 .contact-reg input {
  background: #F9EC48;
  padding-left: 56px;
}
.wpcf7 .contact-reg .gb {
  display: block;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  position: absolute;
  width: 32px;
  height: 62px;
  z-index: 2;
  text-align: center;
  padding-top: 40px;
}

.search-banner {
  background: #413F42;
  padding: 16px !important;
}

.search-form {
  max-width: 1440px;
  margin: auto !important;
}
.search-form input#search {
  width: 100%;
  padding-left: 130px;
  line-height: 60px;
}
.search-form .search-label {
  position: absolute;
  line-height: 60px;
  display: block;
  background: #919192;
  height: 100%;
  width: 100px;
  padding-left: 16px;
  padding-top: 2px;
  color: #fff;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  left: 11px;
}
.search-form .radio-wrapper {
  line-height: 60px;
  display: inline-block;
  color: #fff;
}
.search-form .radio-wrapper .radio {
  display: block;
  position: absolute;
  top: 18px;
}

.payment_method_sage input {
  line-height: 60px !important;
  border: 0;
  padding-left: 24px;
}
.payment_method_sage .form-row-wide {
  width: 50%;
  display: inline-block;
}
.payment_method_sage .form-row-wide input {
  width: 100%;
}