@charset "UTF-8";

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,
ol,
ul,
li,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}

input,
textarea,
select {
  font-family: Roboto, sans-serif !important;
  font-size: 16px !important;
  color: #151515 !important;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #949494 !important;
  opacity: 100% !important;
  font-size: 16px !important;
}

button, input[type='button'], input[type='reset'], input[type='submit'], .button, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link, .added_to_cart {
  border: 0;
  border-radius: 0;
  background: none;
  background-color: #151515;
  color: #fff;
  padding: 10px 16px;
  font-weight: 600;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 16px;
}

.tml {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  color: #151515;
  margin: 5% auto !important;
  max-width: 500px;
}

.tml button {
  border-radius: 8px;
  background: #151515;
  border: 2px solid;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 16px !important;
  color: #fff;
  border-color: #151515;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  text-transform: uppercase !important;
}

input,
button {
  appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  outline: none;
  background-color: transparent;
}

input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"] {
  appearance: textfield;
  padding: 15px;
  background-color: white;
}

.pd-site-notice a {
  color: #fff;
  text-decoration: underline;
}

.pd-contact-form input[type="submit"] {
  border-radius: 8px;
  background: #151515;
  width: 100% !important;
  border: 2px solid;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  border-color: #151515;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

@font-face {
  font-family: Roboto;
  src: url("/wp-content/fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url("/wp-content/fonts/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: url("/wp-content/fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url("/wp-content/fonts/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: url("/wp-content/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url("/wp-content/fonts/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: url("/wp-content/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url("/wp-content/fonts/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: url("/wp-content/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url("/wp-content/fonts/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: url("/wp-content/fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url("/wp-content/fonts/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

b,
strong {
  font-weight: 500 !important;
}

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::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

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

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-ligatures: none !important;
}

input[type="checkbox"] {
  appearance: checkbox;
}

input[type="radio"] {
  appearance: radio;
}

body, p, h1, h2, h3, h4, h5, h6, span, a, div, input, button, textarea, label, ul, ol, li {
    font-family: Roboto, sans-serif !important;
}

.roboto {
  font-family: Roboto, sans-serif;
}

.pd-button {
  background: #151515 !important;
  padding: 16px !important;
  border-radius: 8px !important;
}

.pd-button:hover {
  background: #e52730 !important;
}

.btn-clear-filters {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #151515;
}

.btn-clear-filters::before {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: url("../../img/icons/black/cross.svg") no-repeat center/contain;
}

.btn-clear-filters:hover {
  color: #e52730;
}

.btn-clear-filters:hover::before {
  background: url("../../img/icons/red/cross.svg") no-repeat center/contain;
}


.cn-button {
  color: white !important;
  background: black !important;
}

.cn-button:hover {
  color: #e52730 !important;
  background: black !important;
}

.pd-athlete-header {
  background: #fff;
  margin: 16px auto 0;
  padding: 16px 16px 24px;
  text-align: center;
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

@media (width >= 1200px) {

  .pd-athlete-header {
    margin-top: 24px;
    padding: 16px 24px 24px;
  }
}

.pd-athlete-header__name {
  font-family: Roboto, sans-serif;
  font-weight: 500 !important;
  font-size: 1.75em !important;
  color: #151515 !important;
  margin-bottom: 8px !important;
}

.pd-athlete-header__description {
  margin-top: 16px !important;
  font-size: 16px !important;
  color: #3b3b3b !important;
  padding: 0 !important;
  text-align: left;
}

.pd-feed {
  width: 100%;
  margin: 0 auto !important;
}

iframe {
  border-width: 0;
}

.pd-feed iframe {
  margin: 0 !important;
}

.pd-feed__product,
.product {
  background: #fff !important;
  border-radius: 8px;
  margin-top: 0;
}

.pd-feed__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.pd-feed__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pd-feed__box {
  text-align: left;
  padding-top: 1em;
  display: block;
  flex-grow: 1;
}

.pd-feed__box h3 {
  color: #151515;
  font-size: 18px !important;
  font-weight: bold !important;
  margin-bottom: 8px !important;
}

.pd-feed__box__description {
  color: #151515;
  text-transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 24px !important;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.pd-feed--single .add_to_cart_inline {
  -webkit-box-flex: 1;
  flex: 1;
  border: none !important;
  margin: .35em .75em .35em 1.5em !important;
  padding: 0 !important;
}

.pd-feed--single .add_to_cart_inline .woocommerce-Price-amount {
  display: none;
}

.pd-library {
  padding-bottom: 65px;
}

.pd-library__keys {
  width: 25px;
  display: flex;
  flex-direction: column;
  position: fixed;
  left: calc(100% - ((100% - 1200px) / 2));
  transform: translateX(-100%);
  height: calc(100vh - (125px + 50px + 50px));
  max-height: calc(100vh - (125px + 50px + 50px));
}

@media all and (width <= 1225px) {

  .pd-library__keys {
    right: 0;
    left: auto;
    transform: none;
  }
}

.pd-library__keys__link {
  color: #3b3b3b;
  display: block;
  text-align: center;
  -webkit-box-flex: 1;
  flex: 1;
  text-transform: uppercase;
  font-size: 13px;
}

.pd-library__keys__link--disabled {
  color: #bebebe;
  pointer-events: none;
}

.pd-library__section {
  background: #fff;
}

.pd-library__section__header {
  margin: 0;
  color: #999;
  background: #e9e9e9;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 26px;
  padding: 0 25px;
  border-bottom: 1px solid #bebebe;
}

.pd-library__athlete__name {
  color: #151515;
  line-height: 1.8;
  padding: 0 25px;
  border-bottom: 1px solid #e0e0e0;
}

.pd-library__athlete:not(:first-of-type) .pd-library__athlete__name {
  border-top: 1px solid #e0e0e0;
}

.pd-library__athlete__video {
  display: flex;
  padding: 0 25px;
}

@media all and (width <= 650px) {

  .pd-library__athlete__video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
}

.pd-library__athlete__video__iframe {
  -webkit-box-flex: 0;
  flex: 0 40%;
}

.pd-library__athlete__video__content {
  flex: 1;
  padding: 25px 5%;
  display: flex;
  align-items: center;
}

@media all and (width <= 650px) {

  .pd-library__athlete__video__content {
    padding: 10px 0;
  }
}

.pd-library__athlete__video__content__title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #151515;
}

.pd-library__athlete__video__content:hover
  .pd-library__athlete__video__content__title {
  color: #e52730 !important;
}

.pd-library__athlete__video:last-of-type {
  padding-bottom: 25px;
}

.pd-library__athlete__video + .pd-library__athlete__video {
  margin-top: 25px;
}

.pd-page-template__title {
  background: white;
  text-align: center;
  padding: 8px 16px;
  font-size: 30px;
  color: #151515 !important;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 8px;
  border-right: none;
  border-left: none;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  margin: 16px auto 0;
  height: 48px;
}

@media (width >= 1200px) {

  .pd-page-template__title {
    margin-top: 24px;
  }
}

.pd-page-template__content {
  padding-top: 16px;
  border-radius: 8px;
  margin-top: 16px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%) !important;
}

.pd-page-template__content--white {
  padding: 24px;
  background: #fff;
  min-height: calc(100vh - 54px - 125px);
}

@media (width >= 1200px) {

  .pd-page-template__content {
    margin-top: 24px;
  }
}

#pd-main {
  padding-top: 120px;
}

.pd-site-header__dropdowns {
  position: fixed;
  top: 120px;
  width: 100%;
  z-index: 999;
  overflow-y: auto;
  max-height: calc(100vh - 120px);
  box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

.pd-site-header {
  position: fixed;
  width: 100%;
  padding: 2em 0;
  border-bottom: 2px solid #e0e0e0;
  background: #fff;
  z-index: 999;
  height: 120px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.pd-site-header__flex {
  display: flex;
  justify-content: space-between;
}

@media (width <= 650px) {

  .pd-site-header {
    padding: 2em 0;
  }
}

.pd-site-header__child {
  flex: 0 0 25%;
  display: flex;
}

@media (width <= 900px) {

  .pd-site-header__child--search {
    display: none;
  }
}

.pd-site-header__logo {
  display: inline-block;
  align-self: flex-start;
}

.pd-site-header__logo img {
  height: 50px;
  width: auto;
}

@media (width <= 1200px) {

  .pd-site-header__logo img {
    height: 30px;
    width: auto;
  }
}

@media (width <= 400px) {

  .pd-site-header__logo img {
    height: 25px;
    width: auto;
  }
}

.pd-site-header__search {
  margin: 0 auto;
  width: 100%;
}

.pd-site-header__search.pd-site-header__mobile-search {
  padding: 1em 0;
  background: #fff;
  border-bottom: 2px solid #e0e0e0;
  display: none;
}

.pd-site-header__search .product-search-form {
  position: relative;
  margin: 0 auto;
}

.pd-site-header__search .product-search-form::before {
  content: " ";
  display: block;
  background: url("../../img/icons/grey/search.svg") no-repeat center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.pd-site-header__search .product-search-field {
  outline: 0;
  box-shadow: none;
  background: white;
  border: 2px solid #fafafa;
  border-radius: 5px !important;
  padding-left: 50px !important;
}

.pd-site-header__search .product-search-field:focus {
  border-color: #e52730;
}

.pd-site-header__search .product-search-field-clear {
  right: 15px;
}

.pd-site-header__search .product-search-results-content {
  padding: 0.5em;
}

.pd-site-header__search .search-results .title {
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.pd-site-header__search .search-results .price {
  font-size: 14px !important;
  text-transform: uppercase;
  color: #151515 !important;
}

.cart_totals .button {
  font-size: 16px !important;
  font-weight: 500;
  padding: 8px 16px;  
  border-radius: 8px;
  font-family: Roboto, sans-serif;
}

.woocommerce-checkout .button {
  font-size: 16px !important;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 8px;
  font-family: Roboto, sans-serif;
}

span.woocommerce-Price-amount.amount {
  margin-top: -15px;
}

.pd-site-header__search .search-results span.woocommerce-Price-amount.amount {
  margin-top: 0 !important;
}

.pd-site-header__buttons {
  height: 100%;
  width: 100%;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pd-site-header__button {
  flex-shrink: 0;
}

.pd-site-header__buttons .pd-site-header__button {
  outline: 0;
  padding: 0;
  background: #fff;
  display: inline-block;
}

.pd-site-header__buttons .pd-site-header__button:not(:first-child) {
  margin-left: 32px;
}

@media (width <= 650px) {

  .pd-site-header__buttons .pd-site-header__button:not(:first-child) {
    margin-left: 24px;
  }
}

@media (width <= 500px) {

  .pd-site-header__buttons .pd-site-header__button:not(:first-child) {
    margin-left: 16px;
  }
}

@media (width <= 400px) {

  .pd-site-header__buttons .pd-site-header__button img {
    height: 25px;
  }
}

.pd-site-header__buttons
  .pd-site-header__button
  .pd-site-header__button--active {
  display: none;
}

.pd-site-header__buttons
  .pd-site-header__button.is-active
  .pd-site-header__button--default {
  display: none;
}

.pd-site-header__buttons
  .pd-site-header__button.is-active
  .pd-site-header__button--active {
  display: block;
}

@media (width >= 900px) {

  .pd-site-header__buttons .pd-site-header__button--search {
    display: none;
  }
}

.pd-site-header__nav {
  width: 100%;
  background: #fff;
  position: relative;
  display: none;
  padding: 2em 0;
  border-bottom: 2px solid #e0e0e0;
}

.pd-site-header__nav li {
  text-align: center;
  font-size: 25px;
  padding: 0.2em 0;
}

.pd-site-header__filters {
  width: 100%;
  display: none;
  background: #fff;
  padding: 32px;
  border-bottom: 2px solid #e0e0e0;
}

@media (width >= 1200px) {

  .pd-site-header__filters {
    padding: 48px;
  }
}

.pd-site-header__filters h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.woocommerce-order-overview li {
  color: #151515;
}

.pd-site-header__filters ul li {
  display: inline-block;
  margin-bottom: 0.5em !important;
}

.pd-site-header__filters label {
  color: #151515;
  font-size: 13px;
}

.pd-site-header__filters input[type="checkbox"] {
  outline: 0 !important;
}

.wc_payment_methods label,
.wc_payment_methods p {
  color: #151515;
}

.gform_wrapper label {
  color: black;
}

.pd-site-notice p {
  margin: 0;
}

.wcfm_membership_thankyou_content_wrapper p {
  font-size: 18px;
  margin-bottom: 0.75em;
  line-height: 30px;
}

.pd-feed__header__content p {
  padding: 0 !important;
  margin: 4px 0 0 !important;
  color: #595959 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
}

.wc-setup-content p {
  margin: 20px 0;
  font-size: 1.3em;
  line-height: 1.75;
  color: #151515;
  font-family:  Roboto, sans-serif;
}

.woocommerce-form-login p:not(.lost_password),
.woocommerce-form-login label {
  color: #151515;
}

.tml-rememberme-wrap label {
  padding-left: 12px !important;
}

.pd-contact-form .pd-hide-label label {
  display: none !important;
}

form[name="login"] .tml-field-wrap label,
form[name="register"] .tml-field-wrap label,
form[name="lostpassword"] .tml-field-wrap label {
  margin: 0 !important;
}

.pd-site-header__filters input[type="checkbox"]:checked + label {
  font-weight: 600 !important;
}

.pd-site-header__filters .woocommerce-ordering,
.pd-site-header__filters .woocommerce-result-count {
  display: inline-block !important;
  float: none !important;
}

.pd-site-notice {
  background: #e52730;
  padding: 0.5em 1.5em;
  text-align: center;
  color: #fff;
}

.pd-contact-form {
  margin: 0 auto !important;
  max-width: 650px !important;
}

.pd-contact-form .gfield {
  padding-right: 0 !important;
}

.pd-contact-form .gform_confirmation_message {
  margin: 15px 0;
  text-align: center;
}

.pd-consent-checkbox .gfield_label {
  display: none !important;
}

.pd-consent-checkbox .gfield_consent_label {
  color: #151515 !important;
}

.pd-contact-form .gform-privacy-policy-consent .gfield_label {
  display: none !important;
}

.pd-contact-form .gform-privacy-policy-consent .gfield_consent_label {
  margin: 0;
  color: #151515;
  text-transform: none;
}

html {
  height: 100%;
  background: #fff;
}

.select2-container {
  z-index: 1 !important;
}

html body .select2-container {
  z-index: 99 !important;
}

html,
body {
  background: #f5f5f5 !important;
}

.pd-consent-checkbox .ginput_container_consent {
  display: flex;
}

.boxed-container {
  width: 100%;
  padding: 0 8px;
}

.pd-site-header__filters .boxed-container {
  padding: 0;
}


.align-center {
  text-align: center;
}

.storefront-full-width-content .content-area {
  float: none !important;
}

.pd-hashtags__tag {
  color: #e52730 !important;
  text-transform: uppercase !important;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin: 0 5px 0 0 !important;
  padding: 0 !important;
}



#colophon {
  display: none !important;
}

.video-iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-search-results {
  display: none !important;
}

.page-template-template-videos > .boxed-container {
  width: 100% !important;
}

#wcfmmp-store #wcfm_store_header {
  display: none !important;
}

.wc-setup .wc-setup-content p {
  font-size: 18px;
}

.tml .tml-indicator_hint-wrap + p {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tml .tml-indicator_hint-wrap + p input[type="checkbox"] {
  margin-right: 15px;
}

.wc-setup .wc-setup-content .woocommerce-message-wcfm p {
  margin: 15px 0;
  text-align: center;
}

.woocommerce-form.woocommerce-form-login.login p {
  margin-bottom: 16px;
}

.woocommerce .payment_box.payment_method_stripe_split p {
  margin-bottom: 0 !important;
}

#wcfmmp-store p {
  line-height: 24px !important;
}

html textarea,
html input[type="url"],
html input[type="tel"],
html input[type="text"],
html input[type="email"],
html input[type="password"] {
  padding: 10px 15px !important;
  border: 1px solid #949494 !important;
  border-radius: 8px !important;
  background: #fff !important;
  line-height: 1.6 !important;
  font-size: 16px !important;
  box-shadow: none !important;
}

.tml input[type="text"],
.tml input[type="email"],
.tml input[type="password"] {
  background: #fff !important;
  border-radius: 8px;
  overflow: hidden;
  outline: 0;
  border: 1px solid #949494;
  box-shadow: none !important;
}

.pd-contact-form textarea {
  height: 160px !important;
}

.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout textarea {
  background: #fff;
  border: 1px solid #949494;
  border-radius: 8px;
}

.woocommerce-checkout textarea {
  max-width: 100%;
  min-width: 100%;
}

html textarea:focus,
html textarea:active,
html input[type="url"]:focus,
html input[type="url"]:active,
html input[type="tel"]:focus,
html input[type="tel"]:active,
html input[type="text"]:focus,
html input[type="text"]:active,
html input[type="email"]:focus,
html input[type="email"]:active,
html input[type="password"]:focus,
html input[type="password"]:active {
  border-color: #151515 !important;
  box-shadow: 0 0 0 1px #151515 !important;
}

.pd-feed__buttons a {
  flex: 1;
  border-radius: 8px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tml-links a {
  color: #e52730;
  text-decoration: none;
  transition: font-weight 0.3s ease;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  display: block;
  margin-bottom: 24px;
}

a:focus,
.focus a {
  outline: none !important;
}

.nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
  background: #151515 !important;
  border: 0;
  color: #fff !important;
}

.btn-floating, .forms-studio-fileupload, .forms-studio-fileupload:focus, .forms-studio-fileupload:hover, .forms-studio-header, .forms-studio-question.header, .forms-studio-signature button, .forms-studio-submit, .forms-studio-submit:focus, .forms-studio-submit:hover {
  background: none;
}

.woocommerce-message a.button.wc-forward,
.woocommerce-error .button,
.woocommerce-info a {
  color: #fff !important;
  background-color: transparent !important;
  transition: color 0.3s ease !important;
}

.woocommerce-info a {
  text-transform: uppercase !important;
  font-weight: 500 !important;
  float: right !important;
  border-left: 1px solid rgba(255, 255, 255, .25) !important;
  border-radius: 0;
  padding-left: 1em;
}

.tml-accept_terms-wrap a {
  color: #e52730;
  transition: font-weight 0.3s ease;
}

html a:focus,
html button:focus,
html .button.alt:focus,
html input:focus,
html textarea:focus,
html input[type="button"]:focus,
html input[type="reset"]:focus,
html input[type="submit"]:focus,
html input[type="email"]:focus,
html input[type="tel"]:focus,
html input[type="url"]:focus,
html input[type="password"]:focus,
html input[type="search"]:focus {
  outline-color: transparent;
}

.pd-site-notice a:hover {
  color: #151515;
}

.tml-links a:hover {
  font-weight: 500;
  color: #e52730;
}

.pd-feed--single .add_to_cart_inline a {
  width: 100% !important;
  margin: 0 !important;
  text-align: center;
}

.button.in-basket {
  margin-bottom: 0 !important;
}

.pd-feed__buttons .button,
.pd-feed__buttons .added_to_cart,
.pd-feed__buttons .button.in-basket,
.pd-feed__buttons .aqbp_quick_buy_btn.button {
  border: 2px solid;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  overflow: hidden;
  position: relative;
  padding: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pd-feed__buttons .button,
.pd-feed__buttons .aqbp_quick_buy_btn.button,
.pd-feed__buttons .button.added,
.pd-feed__buttons .button.wc-forward,
.pd-feed__buttons .button.in-basket,
.pd-feed__buttons .added_to_cart.wc-forward,
.pd-feed__buttons .aqbp_quick_buy_btn.button.added.wc-forward,
.pd-feed__buttons .aqbp_quick_buy_btn.button.buy-now-in-basket,
.added_to_cart.wc-forward,
.aqbp_quick_buy_btn.button.added.wc-forward,
.aqbp_quick_buy_btn.button.buy-now-in-basket {
  height: auto !important;
}

.wp-core-ui .button, .wp-core-ui .button-secondary {
  color: #fff;
  border-color: #fff;
  background: #e52730;
  vertical-align: top;
}

.woocommerce-message a.button.wc-forward {
  order: 2;
}

.woocommerce-message a.button.wc-forward:hover,
.woocommerce-error .button:hover,
.woocommerce-info a:hover {
  color: #151515 !important;
  background-color: transparent !important;
}

.tml-accept_terms-wrap a:hover {
  font-weight: 500;
}

.pd-feed__header__section.pd-feed__header__content h2 a {
  color: #151515 !important;
  transition: color 0.3s ease-in-out !important;
  font-weight: bold !important;
}

.pd-site-header__nav li.current-menu-item a {
  color: #e52730 !important;
  font-weight: 600 !important;
}

.pd-site-header__nav li a:hover {
  color: #e52730 !important;
}

.gform-field-label.gform-field-label--type-inline.gfield_consent_label a {
  color: #e52730;
  text-decoration: none;
}

.hentry .entry-content a:not(.button) {
  text-decoration: none;
}

.pd-feed__header__section.pd-feed__header__content h2 a:hover {
  color: #e52730 !important;
}

.wc-setup .wc-setup-content .wcfmmp_stripe_connect td a {
  display: inline-block;
}

.woocommerce-tabs ul.tabs li.active a, ul.products li.product .price, .onsale, .wc-block-grid__product-onsale, .widget_search form::before, .widget_product_search form::before {
  color: #e52730;
  font-size: 1.2em;
  padding-top: 10px;
}

.gform-field-label.gform-field-label--type-inline.gfield_consent_label a:hover {
  font-weight: 700;
  color: #e52730;
}

.tml input[type="text"]:focus,
.tml input[type="email"]:focus,
.tml input[type="password"]:focus {
  border: 2px solid #e52730;
}

.woocommerce-checkout input[type="password"]:focus,
.woocommerce-checkout input[type="email"]:focus,
.woocommerce-checkout input[type="text"]:focus,
.woocommerce-checkout input[type="tel"]:focus,
.woocommerce-checkout textarea:focus {
  border-color: #e52730;
}

.pd-contact-form input[type="submit"]:hover {
  background-color: #fff;
  color: #151515;
  border-color: #151515;
}

.pd-consent-checkbox .ginput_container_consent input {
  margin: 3px 10px 0 0;
}

.tml button:hover {
  background-color: #fff;
  color: #151515;
  border-color: #151515;
}

.tml .tml-submit-wrap button {
  width: 100%;
}

.tml .tml-links {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 0 !important;
}

.tml .tml-message {
  background: #fff;
  color: #151515;
}

.tml .tml-alerts li {
  color: #151515;
  background: #fff;
  font-family: Roboto, sans-serif !important;
}

table:not(.has-background) tbody td {
  background-color: none;
}

.wc-setup .wc-setup-content .wcfmmp_stripe_connect td {
  text-align: center;
}

#wcfm_vendor_approval_response_form td {
  padding: 8px 0 !important;
}

#wcfm_vendor_approval_response_form
  label[for="wcfm_vendor_approval_response_status_reject"] {
  margin-left: 25px;
}

#wcfm_vendor_approval_response_form #wcfm_vendor_approval_response_button {
  background: #151515;
  padding: 12px 25px !important;
}

#wcfm_vendor_approval_response_form
  #wcfm_vendor_approval_response_button:hover {
  background: #e52730;
}

ul {
  list-style: none;
  margin-left: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

#wcfm_pd_athlete_settings ul {
  margin-left: 25px;
}

.woocommerce-checkout .select2-results li {
  color: #151515;
}

.woocommerce-checkout .select2-results li.select2-results__option--highlighted {
  color: #fff;
  background: #e52730;
}

#wcfm_pd_athlete_settings ul li {
  color: #151515;
  text-transform: none;
}

#wcfm_pd_athlete_settings ul input[type="checkbox"] {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  appearance: checkbox !important;
}

#wcfm_pd_athlete_settings .acf-form-submit {
  margin-top: 35px;
}

#wcfm_pd_athlete_settings .acf-form-submit .acf-button {
  padding: 8px 20px;
  border-radius: 8px;
}

#wcfm_pd_athlete_settings .acf-form-submit .acf-button:hover {
  background: #e52730;
}

#wcfm_pd_upload .gform_button {
  padding: 10px 25px;
  border-radius: 8px !important;
}

#wcfm_pd_upload .gform_button:hover:not([disabled=""]) {
  background: #e52730 !important;
}

#wcfm_pd_upload .gform_confirmation_message {
  padding: 35px 0;
  text-align: center;
}

#wcfm_pd_upload .gform_confirmation_message p {
  margin: 0;
}

#wcfm_pd_upload
  #UseyourDrive
  .fileupload-box.-is-required.-need-files
  .fileupload-header,
#wcfm_pd_upload
  #UseyourDrive
  .fileupload-box.-is-required:hover
  .fileupload-header {
  border-color: #e52730 !important;
}

@media all and (width <= 769px) {

  #wcfm_order_details .wcfm_dashboard_stats {
    text-align: left;
  }

  #wcfm_order_details .wcfm_dashboard_stats div {
    width: 75%;
  }

  #wcfm_order_details .wcfm_dashboard_wc_status_data {
    width: 100% !important;
    height: auto !important;
    padding: 0 5% !important;
  }

  #wcfm_order_details .wcfm_dashboard_wc_status_data .wcfm-content {
    min-height: 0 !important;
  }

  #wcfm_order_details
    .wcfm_dashboard_wc_status_data
    .analytics-chart-placeholder {
    width: 100% !important;
  }

  #wcfm_order_details
    .wcfm_dashboard_wc_status_data
    .analytics-chart-placeholder
    canvas {
    width: 100% !important;
  }

  #wcfm_order_details .wcfm_dashboard_notifications .wcfm-container {
    min-height: 0 !important;
  }

  #wcfm_order_details .wcfm_dashboard_notification {
    font-size: 13px;
    line-height: 2 !important;
  }

  #wcfm_order_details .wcfm_dashboard_notification .wcfmfa {
    font-size: 15px !important;
    vertical-align: middle;
  }

  #wcfm_order_details #wcfm_dashboard_wc_status_expander .wc_status_list li a,
  #wcfm_order_details
    #wcfm_dashboard_wc_status_expander
    .wc_status_list
    li
    a
    strong {
    line-height: 2 !important;
    font-size: 13px !important;
  }

  #wcfm_order_details #wcfm_dashboard_wc_status_expander .wcfmfa {
    font-size: 18px !important;
    vertical-align: middle;
    margin-right: 10px;
  }

  #wcfm_orders_listing #wcfm-orders_filter {
    float: none !important;
  }

  #wcfm_orders_listing .wcfm_orders_filter_wrap {
    margin-top: 10px !important;
  }

  #wcfm_orders_listing .dataTable td:nth-of-type(2) {
    font-size: 0 !important;
  }

  #wcfm_orders_listing .dataTable td:nth-of-type(2) .wcfm_order_title {
    font-size: 15px;
  }
}

@media all and (width <= 769px) and (width <= 400px) {

  #wcfm_orders_listing .dataTable td:nth-of-type(2) .wcfm_order_title {
    font-size: 13px;
  }
}

@media all and (width <= 769px) {

  #wcfm_orders_listing .dataTable .order_items {
    display: none !important;
  }
}

@media all and (width <= 769px) {

  #wcfm_orders_listing .dataTable td:nth-of-type(2)::before {
    content: "Order";
  }
}

@media all and (width <= 769px) {

  #wcfm_orders_listing .dataTable td:nth-of-type(3)::before {
    content: "Items Purchased";
  }
}

@media all and (width <= 769px) {

  #wcfm_orders_listing .dataTable td:nth-of-type(4)::before {
    content: "Earnings";
  }
}

@media all and (width <= 769px) {

  #wcfm_orders_listing .dataTable td:nth-of-type(5)::before {
    content: "Date Purchased";
  }
}

@media all and (width <= 769px) {

  #wcfm_products_listing #wcfm-products_filter {
    float: none !important;
  }

  #wcfm_products_listing #wcfm-products {
    margin-top: 25px;
  }

  #wcfm_products_listing .wcfm_products_filter_wrap {
    display: none !important;
  }

  #wcfm_products_listing .dataTable td:nth-of-type(2)::before {
    content: "Video Name";
  }

  #wcfm_products_listing .dataTable td:nth-of-type(3)::before {
    content: "Status";
  }

  #wcfm_products_listing .dataTable td:nth-of-type(4)::before {
    content: "Price";
  }

  #wcfm_products_listing .dataTable td:nth-of-type(5)::before {
    content: "Page Views";
  }

  #wcfm_products_listing .dataTable td:nth-of-type(6)::before {
    content: "Date Published";
  }
}

@media all and (width <= 769px) {

  #wcfm_payments_listing .dataTable td:nth-of-type(5),
  #wcfm_payments_listing .dataTable td:nth-of-type(7),
  #wcfm_payments_listing .dataTable td:nth-of-type(8),
  #wcfm_payments_listing .dataTable td:nth-of-type(6) .meta {
    display: none !important;
  }

  #wcfm_payments_listing .dataTable td:nth-of-type(2)::before {
    content: "Invoice ID";
  }

  #wcfm_payments_listing .dataTable td:nth-of-type(3)::before {
    content: "Order ID";
  }

  #wcfm_payments_listing .dataTable td:nth-of-type(4)::before {
    content: "Amount";
  }

  #wcfm_payments_listing .dataTable td:nth-of-type(6)::before {
    content: "Payment";
  }

  #wcfm_payments_listing .dataTable td:nth-of-type(9)::before {
    content: "Date";
  }
}

@media all and (width <= 769px) {

  #wcfm_pd_upload #gform_4 {
    padding-right: 15px;
  }

  #wcfm_pd_upload .gform_description {
    font-size: 15px;
  }
}

.wcfm-page-headig {
  padding-left: 25px !important;
}

#wcfm-main-contentainer .wcfm-page-headig,
.wcfm_menu_logo,
.wcfm_menu_no_logo {
  border-bottom: 1px solid #e0e0e0 !important;
  box-shadow: 0 0 3px rgb(0 0 0 / 20%) !important;
}

.wcfm_menu_logo .wcfm_menu_toggler,
.wcfm_menu_no_logo .wcfm_menu_toggler,
#wcfm-main-contentainer .wcfm-page-headig .wcfm_menu_toggler {
  display: none;
}


.wcfm_menu_logo {
  display: none !important;
}

.wcfm_menu_item .wcfmfa {
  margin-top: 12px !important;
}

.page_collapsible .wcfmfa {
  margin-top: 4px !important;
}

.pd-video-duration strong {
  font-weight: bold !important;
}

p.wcfm-title,
p.wcfm-title strong {
  font-style: normal !important;
}

.wcfm_form_simple_submit_wrapper {
  height: auto !important;
}

#wcfm_menu .wcfm_menu_home {
  margin-top: 0 !important;
}

body:not(.admin-bar) .wcfm_menu_items.wcfm_menu_wcfm-settings {
  display: none !important;
}

@media all and (width <= 1000px) {

  #wcfm-content .wcfm-collapse {
    border-left: 1px solid #e0e0e0 !important;
  }

  #wcfm_menu {
    top: 0 !important;
    height: 100% !important;
    width: 38px !important;
  }

  #wcfm_menu a.wcfm_menu_item .text {
    display: none !important;
  }
}

@media all and (width <= 769px) {

  .wcfm-dashboard-page #wcfm-content {
    min-height: 500px !important;
    border: none;
  }

  #wcfm_menu .wcfm_menu_item::after {
    display: none;
  }

  #wcfm-content .wcfm-collapse {
    width: 81% !important;
    margin-left: 38px !important;
  }

  #wcfm-content .wcfm-collapse .wcfm-collapse-content {
    padding: 0 2.5%;
  }

  .wcfm-dashboard-page .acf-field-5f7332ff73bac,
  .wcfm-dashboard-page .acf-field-5f68cad5812fa {
    width: 100% !important;
  }

  .wcfm-dashboard-page
    #wcfm-main-contentainer
    .wcfm_menu_items:not(.wcfm_menu_wcfm-settings) {
    display: block !important;
  }

  .wcfm-dashboard-page .wcfm-page-headig {
    display: none;
  }

  .wcfm-dashboard-page #pd-main.boxed-container {
    width: 100%;
  }

  .wcfm-dashboard-page #wcfm-main-content {
    padding-top: 0 !important;
  }

  .wcfm-dashboard-page #wcfm_orders_listing .dt-buttons,
  .wcfm-dashboard-page #wcfm_orders_listing #commission-status,
  .wcfm-dashboard-page #wcfm_orders_listing #dropdown_status_type,
  .wcfm-dashboard-page #wcfm_products_listing .dt-buttons,
  .wcfm-dashboard-page #wcfm_products_listing #commission-status,
  .wcfm-dashboard-page #wcfm_products_listing #dropdown_status_type,
  .wcfm-dashboard-page #wcfm_payments_listing .dt-buttons,
  .wcfm-dashboard-page #wcfm_payments_listing #commission-status,
  .wcfm-dashboard-page #wcfm_payments_listing #dropdown_status_type {
    display: none;
  }

  .wcfm-dashboard-page #wcfm_orders_listing .select2,
  .wcfm-dashboard-page #wcfm_products_listing .select2,
  .wcfm-dashboard-page #wcfm_payments_listing .select2 {
    margin: 0 !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .wcfm-dashboard-page #wcfm_orders_listing .select2 .select2-selection__arrow,
  .wcfm-dashboard-page
    #wcfm_products_listing
    .select2
    .select2-selection__arrow,
  .wcfm-dashboard-page
    #wcfm_payments_listing
    .select2
    .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
  }

  .wcfm-dashboard-page #wcfm_orders_listing .select2 .select2-selection,
  .wcfm-dashboard-page #wcfm_products_listing .select2 .select2-selection,
  .wcfm-dashboard-page #wcfm_payments_listing .select2 .select2-selection {
    box-shadow: none !important;
    border: 1px solid #ccc !important;
  }

  .wcfm-dashboard-page
    #wcfm_orders_listing
    .select2
    .select2-selection__rendered,
  .wcfm-dashboard-page
    #wcfm_products_listing
    .select2
    .select2-selection__rendered,
  .wcfm-dashboard-page
    #wcfm_payments_listing
    .select2
    .select2-selection__rendered {
    text-align: left;
    padding: 0 10px;
  }

  .wcfm-dashboard-page #wcfm_orders_listing .wcfm-content,
  .wcfm-dashboard-page #wcfm_products_listing .wcfm-content,
  .wcfm-dashboard-page #wcfm_payments_listing .wcfm-content {
    margin-top: -15px !important;
    padding-top: 0 !important;
  }

  .wcfm-dashboard-page #wcfm_orders_listing .wcfm_filters_wrap,
  .wcfm-dashboard-page #wcfm_orders_listing .wcfm-date-range-field,
  .wcfm-dashboard-page
    #wcfm_orders_listing
    .wcfm-date-range-field
    .wcfm-date-range,
  .wcfm-dashboard-page #wcfm_products_listing .wcfm_filters_wrap,
  .wcfm-dashboard-page #wcfm_products_listing .wcfm-date-range-field,
  .wcfm-dashboard-page
    #wcfm_products_listing
    .wcfm-date-range-field
    .wcfm-date-range,
  .wcfm-dashboard-page #wcfm_payments_listing .wcfm_filters_wrap,
  .wcfm-dashboard-page #wcfm_payments_listing .wcfm-date-range-field,
  .wcfm-dashboard-page
    #wcfm_payments_listing
    .wcfm-date-range-field
    .wcfm-date-range {
    margin: 0 0 5px;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .wcfm-dashboard-page #wcfm_orders_listing #wcfm-orders_filter,
  .wcfm-dashboard-page #wcfm_orders_listing #wcfm-products_filter,
  .wcfm-dashboard-page #wcfm_products_listing #wcfm-orders_filter,
  .wcfm-dashboard-page #wcfm_products_listing #wcfm-products_filter,
  .wcfm-dashboard-page #wcfm_payments_listing #wcfm-orders_filter,
  .wcfm-dashboard-page #wcfm_payments_listing #wcfm-products_filter {
    width: 100%;
  }

  .wcfm-dashboard-page #wcfm_orders_listing #wcfm-orders_filter label,
  .wcfm-dashboard-page #wcfm_orders_listing #wcfm-products_filter label,
  .wcfm-dashboard-page #wcfm_products_listing #wcfm-orders_filter label,
  .wcfm-dashboard-page #wcfm_products_listing #wcfm-products_filter label,
  .wcfm-dashboard-page #wcfm_payments_listing #wcfm-orders_filter label,
  .wcfm-dashboard-page #wcfm_payments_listing #wcfm-products_filter label {
      width: 100%;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }

  .wcfm-dashboard-page #wcfm_orders_listing #wcfm-orders_filter label input,
  .wcfm-dashboard-page #wcfm_orders_listing #wcfm-products_filter label input,
  .wcfm-dashboard-page #wcfm_products_listing #wcfm-orders_filter label input,
  .wcfm-dashboard-page #wcfm_products_listing #wcfm-products_filter label input,
  .wcfm-dashboard-page #wcfm_payments_listing #wcfm-orders_filter label input,
  .wcfm-dashboard-page
    #wcfm_payments_listing
    #wcfm-products_filter
    label
    input {
    -webkit-box-flex: 1;
    flex: 1;
  }

  .wcfm-dashboard-page #wcfm_orders_listing .wcfm-collapse-content,
  .wcfm-dashboard-page #wcfm_products_listing .wcfm-collapse-content,
  .wcfm-dashboard-page #wcfm_payments_listing .wcfm-collapse-content {
    padding: 0 !important;
  }

  .wcfm-dashboard-page #wcfm_orders_listing .wcfm-top-element-container,
  .wcfm-dashboard-page #wcfm_products_listing .wcfm-top-element-container,
  .wcfm-dashboard-page #wcfm_payments_listing .wcfm-top-element-container {
    margin-top: 0;
  }

  .wcfm-dashboard-page
    #wcfm_orders_listing
    .wcfm-top-element-container
    .wcfm_orders_menus,
  .wcfm-dashboard-page
    #wcfm_orders_listing
    .wcfm-top-element-container
    .wcfm_products_menus,
  .wcfm-dashboard-page
    #wcfm_products_listing
    .wcfm-top-element-container
    .wcfm_orders_menus,
  .wcfm-dashboard-page
    #wcfm_products_listing
    .wcfm-top-element-container
    .wcfm_products_menus,
  .wcfm-dashboard-page
    #wcfm_payments_listing
    .wcfm-top-element-container
    .wcfm_orders_menus,
  .wcfm-dashboard-page
    #wcfm_payments_listing
    .wcfm-top-element-container
    .wcfm_products_menus {
    text-align: left;
  }

  .wcfm-dashboard-page
    #wcfm_orders_listing
    .wcfm-top-element-container
    .wcfm_orders_menus
    .wcfm_orders_menu_item
    a,
  .wcfm-dashboard-page
    #wcfm_orders_listing
    .wcfm-top-element-container
    .wcfm_orders_menus
    .wcfm_products_menu_item
    a,
  .wcfm-dashboard-page
    #wcfm_orders_listing
    .wcfm-top-element-container
    .wcfm_products_menus
    .wcfm_orders_menu_item
    a,
  .wcfm-dashboard-page
    #wcfm_orders_listing
    .wcfm-top-element-container
    .wcfm_products_menus
    .wcfm_products_menu_item
    a,
  .wcfm-dashboard-page
    #wcfm_products_listing
    .wcfm-top-element-container
    .wcfm_orders_menus
    .wcfm_orders_menu_item
    a,
  .wcfm-dashboard-page
    #wcfm_products_listing
    .wcfm-top-element-container
    .wcfm_orders_menus
    .wcfm_products_menu_item
    a,
  .wcfm-dashboard-page
    #wcfm_products_listing
    .wcfm-top-element-container
    .wcfm_products_menus
    .wcfm_orders_menu_item
    a,
  .wcfm-dashboard-page
    #wcfm_products_listing
    .wcfm-top-element-container
    .wcfm_products_menus
    .wcfm_products_menu_item
    a,
  .wcfm-dashboard-page
    #wcfm_payments_listing
    .wcfm-top-element-container
    .wcfm_orders_menus
    .wcfm_orders_menu_item
    a,
  .wcfm-dashboard-page
    #wcfm_payments_listing
    .wcfm-top-element-container
    .wcfm_orders_menus
    .wcfm_products_menu_item
    a,
  .wcfm-dashboard-page
    #wcfm_payments_listing
    .wcfm-top-element-container
    .wcfm_products_menus
    .wcfm_orders_menu_item
    a,
  .wcfm-dashboard-page
    #wcfm_payments_listing
    .wcfm-top-element-container
    .wcfm_products_menus
    .wcfm_products_menu_item
    a {
    display: inline-block;
    margin: 0 8px 8px;
  }

  .wcfm-dashboard-page
    #wcfm_orders_listing
    .wcfm-top-element-container
    .wcfm_orders_menus
    .wcfm_orders_menu_item:first-of-type
    a,
  .wcfm-dashboard-page
    #wcfm_orders_listing
    .wcfm-top-element-container
    .wcfm_orders_menus
    .wcfm_products_menu_item:first-of-type
    a,
  .wcfm-dashboard-page
    #wcfm_orders_listing
    .wcfm-top-element-container
    .wcfm_products_menus
    .wcfm_orders_menu_item:first-of-type
    a,
  .wcfm-dashboard-page
    #wcfm_orders_listing
    .wcfm-top-element-container
    .wcfm_products_menus
    .wcfm_products_menu_item:first-of-type
    a,
  .wcfm-dashboard-page
    #wcfm_products_listing
    .wcfm-top-element-container
    .wcfm_orders_menus
    .wcfm_orders_menu_item:first-of-type
    a,
  .wcfm-dashboard-page
    #wcfm_products_listing
    .wcfm-top-element-container
    .wcfm_orders_menus
    .wcfm_products_menu_item:first-of-type
    a,
  .wcfm-dashboard-page
    #wcfm_products_listing
    .wcfm-top-element-container
    .wcfm_products_menus
    .wcfm_orders_menu_item:first-of-type
    a,
  .wcfm-dashboard-page
    #wcfm_products_listing
    .wcfm-top-element-container
    .wcfm_products_menus
    .wcfm_products_menu_item:first-of-type
    a,
  .wcfm-dashboard-page
    #wcfm_payments_listing
    .wcfm-top-element-container
    .wcfm_orders_menus
    .wcfm_orders_menu_item:first-of-type
    a,
  .wcfm-dashboard-page
    #wcfm_payments_listing
    .wcfm-top-element-container
    .wcfm_orders_menus
    .wcfm_products_menu_item:first-of-type
    a,
  .wcfm-dashboard-page
    #wcfm_payments_listing
    .wcfm-top-element-container
    .wcfm_products_menus
    .wcfm_orders_menu_item:first-of-type
    a,
  .wcfm-dashboard-page
    #wcfm_payments_listing
    .wcfm-top-element-container
    .wcfm_products_menus
    .wcfm_products_menu_item:first-of-type
    a {
    margin-left: 0 !important;
  }

  .wcfm-dashboard-page #wcfm_orders_listing .dataTable a[href="#"],
  .wcfm-dashboard-page #wcfm_orders_listing .dataTable span.view_count,
  .wcfm-dashboard-page #wcfm_products_listing .dataTable a[href="#"],
  .wcfm-dashboard-page #wcfm_products_listing .dataTable span.view_count,
  .wcfm-dashboard-page #wcfm_payments_listing .dataTable a[href="#"],
  .wcfm-dashboard-page #wcfm_payments_listing .dataTable span.view_count {
    color: #151515;
    font-size: 15px;
  }
}

@media all and (width <= 769px) and (width <= 400px) {

  .wcfm-dashboard-page #wcfm_orders_listing .dataTable a[href="#"],
  .wcfm-dashboard-page #wcfm_orders_listing .dataTable span.view_count,
  .wcfm-dashboard-page #wcfm_products_listing .dataTable a[href="#"],
  .wcfm-dashboard-page #wcfm_products_listing .dataTable span.view_count,
  .wcfm-dashboard-page #wcfm_payments_listing .dataTable a[href="#"],
  .wcfm-dashboard-page #wcfm_payments_listing .dataTable span.view_count {
    font-size: 13px;
  }
}

@media all and (width <= 769px) {

  .wcfm-dashboard-page #wcfm_orders_listing .dataTable thead,
  .wcfm-dashboard-page #wcfm_orders_listing .dataTable tbody,
  .wcfm-dashboard-page #wcfm_orders_listing .dataTable th,
  .wcfm-dashboard-page #wcfm_orders_listing .dataTable td,
  .wcfm-dashboard-page #wcfm_orders_listing .dataTable tr,
  .wcfm-dashboard-page #wcfm_products_listing .dataTable thead,
  .wcfm-dashboard-page #wcfm_products_listing .dataTable tbody,
  .wcfm-dashboard-page #wcfm_products_listing .dataTable th,
  .wcfm-dashboard-page #wcfm_products_listing .dataTable td,
  .wcfm-dashboard-page #wcfm_products_listing .dataTable tr,
  .wcfm-dashboard-page #wcfm_payments_listing .dataTable thead,
  .wcfm-dashboard-page #wcfm_payments_listing .dataTable tbody,
  .wcfm-dashboard-page #wcfm_payments_listing .dataTable th,
  .wcfm-dashboard-page #wcfm_payments_listing .dataTable td,
  .wcfm-dashboard-page #wcfm_payments_listing .dataTable tr {
    display: block;
  }
}

@media all and (width <= 769px) {

  .wcfm-dashboard-page #wcfm_orders_listing .dataTable thead,
  .wcfm-dashboard-page #wcfm_orders_listing .dataTable tfoot,
  .wcfm-dashboard-page #wcfm_products_listing .dataTable thead,
  .wcfm-dashboard-page #wcfm_products_listing .dataTable tfoot,
  .wcfm-dashboard-page #wcfm_payments_listing .dataTable thead,
  .wcfm-dashboard-page #wcfm_payments_listing .dataTable tfoot {
    display: none;
  }
}

@media all and (width <= 769px) {

  .wcfm-dashboard-page #wcfm_orders_listing .dataTable tr,
  .wcfm-dashboard-page #wcfm_products_listing .dataTable tr,
  .wcfm-dashboard-page #wcfm_payments_listing .dataTable tr {
    margin-top: 25px;
  }
}

@media all and (width <= 769px) {

  .wcfm-dashboard-page #wcfm_orders_listing .dataTable td,
  .wcfm-dashboard-page #wcfm_products_listing .dataTable td,
  .wcfm-dashboard-page #wcfm_payments_listing .dataTable td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 2.5% !important;
    padding-right: 2.5% !important;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
}

@media all and (width <= 769px) and (width <= 400px) {

  .wcfm-dashboard-page #wcfm_orders_listing .dataTable td,
  .wcfm-dashboard-page #wcfm_products_listing .dataTable td,
  .wcfm-dashboard-page #wcfm_payments_listing .dataTable td {
    font-size: 13px;
  }
}

@media all and (width <= 769px) {

  .wcfm-dashboard-page
    #wcfm_orders_listing
    .dataTable
    td
    .woocommerce-Price-amount,
  .wcfm-dashboard-page
    #wcfm_products_listing
    .dataTable
    td
    .woocommerce-Price-amount,
  .wcfm-dashboard-page
    #wcfm_payments_listing
    .dataTable
    td
    .woocommerce-Price-amount {
    margin-top: 0;
  }
}

@media all and (width <= 769px) {

  .wcfm-dashboard-page #wcfm_orders_listing .dataTable td .product-status,
  .wcfm-dashboard-page #wcfm_products_listing .dataTable td .product-status,
  .wcfm-dashboard-page #wcfm_payments_listing .dataTable td .product-status {
    margin: 0;
  }
}

@media all and (width <= 769px) {

  .wcfm-dashboard-page #wcfm_orders_listing .dataTable td::before,
  .wcfm-dashboard-page #wcfm_products_listing .dataTable td::before,
  .wcfm-dashboard-page #wcfm_payments_listing .dataTable td::before {
    display: inline-block;
    min-width: 50%;
    max-width: 50%;
    font-weight: 600;
    font-size: 15px !important;
  }
}

@media all and (width <= 769px) and (width <= 400px) {

  .wcfm-dashboard-page #wcfm_orders_listing .dataTable td::before,
  .wcfm-dashboard-page #wcfm_products_listing .dataTable td::before,
  .wcfm-dashboard-page #wcfm_payments_listing .dataTable td::before {
    font-size: 13px !important;
  }
}

@media all and (width <= 769px) {

  .wcfm-dashboard-page #wcfm_orders_listing .dataTable td:nth-of-type(1),
  .wcfm-dashboard-page #wcfm_products_listing .dataTable td:nth-of-type(1),
  .wcfm-dashboard-page #wcfm_payments_listing .dataTable td:nth-of-type(1) {
    display: none !important;
  }
}

.wc-setup {
  max-width: 800px !important;
}

@media (width <= 800px) {

  .wc-setup {
    margin: 0 auto;
  }
}

.wc-setup #wc-logo {
  display: none;
}

.wc-setup-content {
  box-shadow: 0 0 0 rgb(0 0 0 / 13%);
  padding: 1em;
  margin: 0;
  background: #fff;
  overflow: hidden;
  zoom: 1;
  text-align: center;
}

.wc-setup .wc-setup-content {
  padding: 2em 5em;
}

@media (width <= 650px) {

  .wc-setup .wc-setup-content {
    padding: 2em 2.5em;
  }
}

@media (width <= 500px) {

  .wc-setup .wc-setup-content {
    padding: 2em 5%;
  }
}

.wc-setup .wc-setup-content::before {
  content: " ";
  display: block;
  height: 50px;
  width: 200px;
  margin: 0 auto 25px;
  background: url("../../img/core/pozedown-transparent-250px.png") no-repeat
    center/contain;
}

.wc-setup-content h1, .wc-setup-content h2, .wc-setup-content h3, .wc-setup-content table {
  margin: 0 0 20px;
  border: 0;
  padding: 0;
  color: #151515;
  clear: none;
  font-weight: 500;
  text-align: center;
}

.wc-setup .wc-setup-content h1 {
  font-size: 35px;
}

@media (width <= 650px) {

  .wc-setup .wc-setup-content h1 {
    font-size: 30px;
  }
}

@media (width <= 500px) {

  .wc-setup .wc-setup-content h1 {
    font-size: 25px;
  }
}

.wc-setup .wc-setup-content .wcfm_submit_button {
  margin: 0;
  border-radius: 8px;
  background: #e52730;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.wc-setup .wc-setup-content .wcfm_submit_button:hover {
  background: #151515;
}

.wc-setup .wc-setup-content .wcfm_submit_button:active,
.wc-setup .wc-setup-content .wcfm_submit_button:focus {
  background: #151515 !important;
}

.wc-setup .wc-setup-content .payment_mode_wrapper {
  display: none !important;
}

table:not(.has-background) th {
  background-color: none;
}

.wc-setup .wc-setup-content .wcfmmp_stripe_connect th {
  display: none;
}

.wc-setup .wc-setup-content .woocommerce-message-wcfm {
  margin: 0;
  padding: 0;
  border: none;
}

.email_verification_message {
  display: none;
  margin-top: 0 !important;
}

#wcfm_membership_container #wcfm_membership_registration_form {
  max-width: 500px !important;
  margin: 0 auto;
  padding-bottom: 35px;
}

#wcfm_vendor_approval_response_form textarea {
  width: 100% !important;
}

.woocommerce-account .woocommerce {
  display: flex;
  background: #fff;
  border: 1px solid #949494;
  margin-bottom: 35px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  float: none !important;
  display: inline-block;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  padding: 35px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content fieldset {
  padding: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content legend,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content fieldset {
  background: #fff;
}

.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  input[type="text"],
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  input[type="email"],
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  input[type="password"] {
  border-radius: 8px;
  border: 2px solid #fff;
  outline: 0;
}

.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  input[type="text"]:focus,
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  input[type="email"]:focus,
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  input[type="password"]:focus {
  border-color: #e52730;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  width: auto;
  margin-right: 0;
  border-right: 1px solid #e0e0e0;
}

.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link {
  position: relative;
  padding: 10px 35px 10px 15px;
  cursor: pointer;
}

.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link
  a {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  text-transform: none;
  color: #151515;
}

.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation-link--edit-account
  a::before {
  content: "";
}

.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link
  a::before {
  text-align: center;
  float: none;
  margin-left: 0;
  margin-right: 15px;
  opacity: 100%;
  font-weight: 200;
  font-size: 16px !important;
}

.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link.is-active {
  background: #e52730;
}

.woocommerce-form.woocommerce-form-login.login p.lost_password a {
  color: #e52730;
  transition: font-weight 0.3s ease;
  margin-bottom: 0 !important;
}

.woocommerce-form.woocommerce-form-login.login p.lost_password a:hover {
  font-weight: 500;
}

.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link:hover:not(.is-active)
  a {
  color: #e52730;
}

.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link:hover::after {
  right: 0;
  border: 12px solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #e52730;
  top: 50%;
  margin-top: -13px;
}

#wcfm_membership_container input[type="text"], #wcfm_membership_container input[type="file"], #wcfm_membership_container input[type="password"], #wcfm_membership_container select, #wcfm_membership_container input[type="number"], #wcfm_membership_container input[type="time"], #wcfm_membership_container input[type="search"], #wcfm_membership_container textarea {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 0;
  padding: 8px 10px;
  width: 60%;
  margin-bottom: 15px;
  font-size: 15px;
  display: inline-block;
  box-shadow: none;
  line-height: 18px;
}

#wcfm_membership_container input[type="text"]:focus, #wcfm_membership_container input[type="password"]:focus, #wcfm_membership_container select:focus, #wcfm_membership_container input[type="number"]:focus, #wcfm_membership_container input[type="time"]:focus, #wcfm_membership_container input[type="search"]:focus, #wcfm_membership_container textarea:focus {
  border-color: #bdbdbd !important;
  outline: none !important;
}

#gform_2 .ginput_container input[type="text"],
#gform_2 .ginput_container input[type="email"],
#gform_2 .ginput_container textarea {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #949494 !important;
  box-shadow: none !important;
  border-radius: 8px !important;
  font-family: Roboto, sans-serif;
}

#gform_2 .ginput_container input[type="text"]:focus,
#gform_2 .ginput_container input[type="email"]:focus,
#gform_2 .ginput_container textarea:focus {
  border-color: #151515 !important;
  box-shadow: 0 0 0 1px #151515 !important;
}

#wcfm_membership_container #wcfm_membership_registration_form select,
#wcfm_membership_container #wcfm_membership_registration_form input[type="url"],
#wcfm_membership_container #wcfm_membership_registration_form input[type="tel"],
#wcfm_membership_container
  #wcfm_membership_registration_form
  input[type="text"],
#wcfm_membership_container
  #wcfm_membership_registration_form
  input[type="email"],
#wcfm_membership_container
  #wcfm_membership_registration_form
  input[type="password"] {
  width: 100% !important;
  padding: 10px 15px;
  border: 1px solid #bebebe !important;
  border-radius: 6px !important;
  background: #fff !important;
  line-height: 1.6 !important;
  font-size: 16px !important;
}

#wcfm_membership_container #wcfm_membership_registration_form select:focus,
#wcfm_membership_container #wcfm_membership_registration_form select:active,
#wcfm_membership_container
  #wcfm_membership_registration_form
  input[type="url"]:focus,
#wcfm_membership_container
  #wcfm_membership_registration_form
  input[type="url"]:active,
#wcfm_membership_container
  #wcfm_membership_registration_form
  input[type="tel"]:focus,
#wcfm_membership_container
  #wcfm_membership_registration_form
  input[type="tel"]:active,
#wcfm_membership_container
  #wcfm_membership_registration_form
  input[type="text"]:focus,
#wcfm_membership_container
  #wcfm_membership_registration_form
  input[type="text"]:active,
#wcfm_membership_container
  #wcfm_membership_registration_form
  input[type="email"]:focus,
#wcfm_membership_container
  #wcfm_membership_registration_form
  input[type="email"]:active,
#wcfm_membership_container
  #wcfm_membership_registration_form
  input[type="password"]:focus,
#wcfm_membership_container
  #wcfm_membership_registration_form
  input[type="password"]:active {
  border-color: #151515 !important;
}

#wcfm_membership_container
  #wcfm_membership_registration_form
  #password_strength {
  margin: 0 !important;
}

#wcfm_membership_container
  #wcfm_membership_registration_form
  input[type="submit"] {
  width: 100%;
  background: #151515 !important;
  padding: 15px 20px !important;
  border-radius: 8px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}

#wcfm_membership_container
  #wcfm_membership_registration_form
  input[type="submit"]:hover {
  background: #e52730 !important;
}

#terms {
  width: 24px;
  height: 24px;
  margin-right: 12px !important;
}

#wcfm_membership_container #wcfm_membership_registration_form #terms {
  margin: 0;
}

#wcfm_membership_container #wcfm_membership_registration_form .terms_title {
  width: auto;
  display: inline-block !important;
}

#wcfm_membership_container
  #wcfm_membership_registration_form
  .terms_title
  strong {
  font-style: normal !important;
}

#wcfmmp-store .address span a {
  display: none;
}

#wcfm_membership_container input.wcfm_submit_button, #wcfm_membership_container a.wcfm_submit_button {
  background: #151515 none repeat scroll 0 0;
  border-bottom: 0 solid #17a2b8;
  border-radius: 0;
}

#wcfm_membership_container input.wcfm_submit_button a:hover, #wcfm_membership_container a.wcfm_submit_button:hover, #wcfm_membership_container input.wcfm_submit_button:hover {
  background: #e52730;
}

#wcfm_membership_container
  #wcfm_membership_registration_form
  .terms_title
  strong,
#wcfm_membership_container #wcfm_membership_registration_form .terms_title a {
  vertical-align: middle;
}

#wcfm_membership_container
  #wcfm_membership_registration_form
  .wcfm_email_verified {
  margin: 0;
  display: flex;
}

#wcfm_membership_container .wcfm_email_verified .wcfm_email_verified_button, #wcfm_membership_container .wcfm_sms_verified .wcfm_sms_verified_button {
  margin-top: 0;
  float: left;
}

#wcfm_membership_container
  #wcfm_membership_registration_form
  .wcfm_email_verified
  .wcfm_email_verified_button {
  height: 0%;
  padding: 16px 20px !important;
  border-radius: 8px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}

#wcfm_membership_container
  #wcfm_membership_registration_form
  .wcfm_title:not(.terms_title) {
  display: none;
}

.wcfm_registration_form_heading {
  display: none;
}

#wcfm-main-contentainer,
.wcfm-membership-wrapper,
.wcfm_membership_thankyou_content_wrapper {
  background: none !important;
}

.wcfm-message,
.email_verification_message {
  padding: 10px 15px !important;
}

button[name="update_cart"] {
  display: none !important;
}

table.cart .product-remove {
  position: relative;
}

table.cart .product-remove .remove {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -75%) !important;
}

@media all and (width <= 768px) {

  table.cart .product-remove .remove {
    top: 50px !important;
    left: 10px !important;
    transform: none !important;
  }
}

table.cart .product-thumbnail {
  display: none !important;
}

.woocommerce-checkout .select2-selection {
  padding: 8px;
  height: auto;
  border-radius: 8px;
}

.woocommerce-checkout .select2-selection .select2-selection__arrow {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.woocommerce-checkout #order_review {
  background: none !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
  background: #fff;
}

.woocommerce-checkout .stripe-icon {
  float: none !important;
  display: inline-block;
  margin: 10px 0 !important;
}

.wc_payment_methods #stripe-card-element,
.wc_payment_methods #wcfmmp-stripe-split-pay-card-element,
.wc_payment_methods #stripe-exp-element,
.wc_payment_methods #wcfmmp-stripe-split-pay-exp-element,
.wc_payment_methods #stripe-cvc-element,
.wc_payment_methods #wcfmmp-stripe-split-pay-cvc-element {
  background: #fff !important;
  padding: 15px !important;
  border-radius: 8px !important;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 12.5%);
}

.wc_payment_methods .StripeElement.focused {
  border: 1px solid #e52730;
}

.order-again {
  display: none;
}

.woocommerce-order {
  padding-bottom: 35px;
}

@media (width <= 750px) {

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 100% !important;
    padding: 15px;
  }
}

@media (width <= 750px) {

  .woocommerce-account
    .woocommerce
    .woocommerce-MyAccount-navigation
    .woocommerce-MyAccount-navigation-link {
    padding: 10px !important;
  }

  .woocommerce-account
    .woocommerce
    .woocommerce-MyAccount-navigation
    .woocommerce-MyAccount-navigation-link::after {
    display: none !important;
  }
}

@media (width <= 750px) {

  .woocommerce-account
    .woocommerce
    .woocommerce-MyAccount-navigation
    .woocommerce-MyAccount-navigation-link
    a {
    font-size: 0;
  }
}

.add_to_cart_button.ajax_add_to_cart.added {
  display: none !important;
}

.woocommerce-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px !important;
  border-radius: 8px !important;
}

.pd-page-template .woocommerce-info {
  background-color: #e52730;
}

.admin-restricted-content-notice {
  display: none !important;
}

.woocommerce-Button {
  border-radius: 8px !important;
}

.woocommerce-Button:hover {
  background: #e52730 !important;
}

.hamburger-box {
  align-items: center;
  display: flex;
  height: 22px;
  justify-content: center;
  position: relative;
  width: 30px;
 }

.hamburger {
  padding: 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 28px;
  height: 2px;
  background-color: #151515;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #e52730;
}

.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 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.product.woocommerce.add_to_cart_inline {
  flex: 0 1 44.4624% !important;
}

.pd-feed__header__content h2 {
  text-transform: none !important;
  color: #151515 !important;
  margin: 0 !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  max-width: 100%;
  box-sizing: border-box;
}

.wc-block-grid__products .wc-block-grid__product h2,
.wc-block-grid__products .wc-block-grid__product h3,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 8.65px;
  text-transform: uppercase;
}

.checkout.woocommerce-checkout h3 {
  text-transform: uppercase;
  color: #151515 !important;
}

.wc-block-grid__products li.product h2,
.wc-block-grid__products li.product h3,
.wc-block-grid__products li.product .woocommerce-loop-product__title,
.wc-block-grid__products li.product .wc-block-grid__product-title {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 8.65px;
  text-transform: uppercase;
}

ul.products .wc-block-grid__product h2,
ul.products .wc-block-grid__product h3,
ul.products .wc-block-grid__product .woocommerce-loop-product__title,
ul.products .wc-block-grid__product .wc-block-grid__product-title {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 8.65px;
  text-transform: uppercase;
}


ul.products li.product h2,
ul.products li.product h3,
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .wc-block-grid__product-title {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 8.65px;
  text-transform: uppercase;
}

.pd-feed.pd-feed--single .pd-feed__product .pd-feed__box h3 {
  text-transform: uppercase !important;
}

.wcfm_banner_area {
  display: none !important;
}

ul.products.columns-1.pd-feed {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
  box-sizing: border-box;
}

#pd-main.boxed-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: calc(100% - 16px) !important;
  max-width: calc(100% - 16px) !important;
  box-sizing: border-box;
  margin-left: 8px !important;
  margin-right: 8px !important;
}

@media (width >= 768px) {

  #pd-main.boxed-container {
    margin-left: 16px !important;
    margin-right: 16px !important;
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
  }
}

@media (width >= 1200px) {

  #pd-main.boxed-container {
    margin-left: 24px !important;
    margin-right: 24px !important;
    width: calc(100% - 48px) !important;
    max-width: calc(100% - 48px) !important;
  }
}

#pd-main .container {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.products-grid .product {
  box-sizing: border-box;
  margin-bottom: 24px;
}

li.product {
  margin-top: 0;
  margin-bottom: 0 !important;
}

.wc-block-grid__products li.product, 
.wc-block-grid__products .wc-block-grid__product {
  clear: none;
  width: 100%;
  float: left;
  font-size: 1em;
  text-transform: uppercase;
}

ul.products li.product {
  margin-bottom: 0 !important;
}

ul.products li.product, 
ul.products .wc-block-grid__product {
  clear: none;
  width: 100%;
  float: left;
  font-size: 1em;
  text-transform: uppercase;
}

#wcfmmp-store li.product {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (width >= 768px) {

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (width >= 1200px) {

  .products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

@media (width <= 600px) {

  .products-grid .product {
    flex: 1 1 100%;
  }
}

@media (width >= 1200px) {

  .products-grid {
    margin-top: 24px;
  }
}

.pd-video-duration {
  color: #151515;
  text-align: left;
  font-weight: 700;
  line-height: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.pd-hashtags {
  text-align: left;
  margin-top: 12px;
  line-height: 24px;
}

.pd-feed__buttons {
  display: flex;
  padding: 0;
  gap: 16px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 24px;
}

@media (width <= 349px) {

  .pd-feed__buttons {
    gap: 8px;
  }

  .pd-feed__buttons a,
  .aqbp_quick_buy_btn.button,
  .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: 100%;
    margin: 0 !important;
  }
}

@media (width >= 350px) {

  .pd-feed__buttons {
    flex-direction: row;
    align-items: stretch;
  }
}

.pd-feed__buttons .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.pd-feed__buttons .added_to_cart {
  border-color: #151515;
  background-color: #151515;
}

.pd-feed__buttons .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.pd-feed__buttons .added_to_cart:hover {
  background-color: #fff;
  color: #151515 !important;
}

.pd-feed__buttons .aqbp_quick_buy_btn.button {
  border-color: #e52730;
  background-color: #e52730;
}

.pd-feed__buttons .aqbp_quick_buy_btn.button:hover {
  background-color: #fff;
  color: #e52730;
}

.pd-site-header__search .search-results .added_to_cart {
  background: #e52730 !important;
}

@keyframes my-sparkle {

  0% {
    opacity: 0%;
    transform: rotate(0deg) scale(0);
  }

  50% {
    opacity: 100%;
    transform: rotate(360deg) scale(1);
  }

  100% {
    opacity: 0%;
    transform: rotate(720deg) scale(0);
  }
}

.my-sparkle {
  position: absolute;
  pointer-events: none;
}

.pd-feed__buttons.premium-video-buttons .aqbp_quick_buy_btn.button .my-sparkle,
.pd-feed__buttons.premium-video-buttons .button.product_type_simple.add_to_cart_button.ajax_add_to_cart .my-sparkle {
  animation: my-sparkle 1500ms infinite linear;
}

.pd-feed__buttons .button.in-basket,
.pd-feed__buttons .buy-now-in-basket {
  background-color: #fff !important;
  pointer-events: none !important;
  cursor: default !important;
}

.pd-feed__buttons .button.in-basket {
  color: #151515;
  border-color: #151515;
}

.cart_totals .button:hover {
  background: #151515 !important;
}

.pd-site-header__search .search-results .button,
.pd-site-header__search .search-results .added_to_cart {
  padding: 5px 15px;
  margin: 5px 0 15px;
  font-size: 15px !important;
}

.woocommerce-checkout .button:hover {
  background: #151515 !important;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button {
  border-radius: 8px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button:hover {
  background: #e52730;
}

.pd-feed__buttons .buy-now-in-basket {
  color: #e52730 !important;
  border-color: #e52730 !important;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 24px;
  margin-bottom: 0 !important;
}

p.product.woocommerce.add_to_cart_inline .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body p.product.woocommerce.add_to_cart_inline .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pd-feed__buttons .product.woocommerce.add_to_cart_inline .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pd-feed__buttons .wc-forward,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.aqbp_quick_buy_btn.button {
  margin: 0 !important;
}

.glow {
  filter: drop-shadow(0 0 12px rgb(255 255 255 / 200%));
}

.pd-feed.pd-feed--single .pd-feed__buttons .add_to_cart_button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.pd-feed__product {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.pd-feed__bottom_box {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pd-site-header__child--search {
  flex: 0 0 50%;
}

@media (width <= 900px) {

  .pd-site-header__child:first-child {
    flex: 0 0 50%;
  }

  .pd-site-header__child--search {
    flex: 0 0 0%;
  }

  .pd-site-header__child:last-child {
    flex: 0 0 50%;
  }
}

@media (width >= 768px) {

  .boxed-container.pd-site-header__flex,
  .pd-site-header__search.pd-site-header__mobile-search .boxed-container {
      padding-left: 16px;
      padding-right: 16px;
  }
}

@media (width >= 992px) {

  .boxed-container.pd-site-header__flex,
  .pd-site-header__search.pd-site-header__mobile-search .boxed-container {
      padding-left: 16px;
      padding-right: 16px;
  }
}

@media (width >= 1200px) {

  .boxed-container.pd-site-header__flex,
  .pd-site-header__search.pd-site-header__mobile-search .boxed-container {
      padding-left: 24px;
      padding-right: 24px;
  }
}

@media (width >= 1400px) {

  .boxed-container.pd-site-header__flex,
  .pd-site-header__search.pd-site-header__mobile-search .boxed-container {
      padding-left: 24px;
      padding-right: 24px;
  }
}

.lmp_load_more_button.br_lmp_prev_settings .lmp_button {
  border: 2px solid #151515 !important;
  font-weight: bold !important;
  font-size: 16px !important;
  color: #fff !important;
  background-color: #151515 !important;
  border-radius: 8px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  cursor: pointer !important;
  height: 48px !important;
  text-transform: uppercase !important;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s !important;

}

.lmp_load_more_button.br_lmp_prev_settings .lmp_button:hover {
  background-color: #fff !important;
  color: #151515 !important;
  border: 2px solid #151515 !important;
}

.pd-feed__header {
  display: grid;
  grid-template-columns: 65px 3fr 2fr;
  padding-top: 1em;
  padding-bottom: 1em;
  align-items: center;
}

@media (width <= 576px) {

  .pd-feed__header {
    grid-template-columns: 65px 1fr 1fr;
  }
}

.pd-feed__header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
}

.pd-feed__header__logo img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center;
  transition: transform 0.3s ease;
}

.pd-card-grid__card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.pd-site-header__buttons .pd-site-header__button img {
  height: 30px;
}

.pd-feed__header__content {
  flex: 1;
  padding-left: 16px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

#wcfm_vendor_approval_response_form h2 {
  color: #e52730 !important;
  font-style: normal !important;
}

@media (width <= 425px) {

  .pd-feed__header__content h2 {
    font-size: clamp(18px, 5.625vw, 24px) !important;
  }
}

@media (width <= 425px) {

  .pd-feed__header__content p {
    font-size: clamp(10px, 3.125vw, 14px) !important;
  }
}

.pd-feed__header,
.pd-feed__box,
.pd-feed__bottom_box {
  padding-left: 16px;
  padding-right: 16px;
}

.pd-premium-video-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: -24px !important;
}

.pd-premium-video {
  --f: 8px;
  --r: 16px;
  --t: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-52%);
  padding: 0 24px var(--f) calc(16px + var(--r));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f)/2));
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  animation: animatedgradient 7s ease alternate infinite;
  background-size: 300% 300%;
  box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  color: #fff;
  flex-shrink: 1;
  opacity: 80%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (width <= 425px) {

  .pd-premium-video {
    font-size: clamp(12px, 3.75vw, 16px) !important;
  }
}

@keyframes animatedgradient {

  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.pd-feed__header.no-premium-video {
  grid-template-columns: 64px 1fr;
}

.lft.left_sidebar.widget-area.sidebar {
  display: none;
}

.products.columns-1.pd-feed {
  padding-bottom: 24px !important;
}

.pd-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}

@media (width >= 576px) {

  .pd-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width >= 768px) {

  .pd-card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (width >= 992px) {

  .pd-card-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (width >= 1200px) {

  .pd-card-grid {
    grid-template-columns: repeat(6, 1fr);
    margin-top: 24px;
    margin-bottom: 24px;
    gap: 24px;
  }
}

.pd-card-grid__card {
  background: #fff !important;
  padding: 16px !important;
  text-align: center !important;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%) !important;
  border-radius: 8px !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  height: auto;
  transition: transform 0.3s ease, color 0.3s ease-in-out;
}

.pd-card-grid__card__image {
  margin: 0 auto 16px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
}

.pd-feed__header__logo:hover img {
  transform: scale(1.1);
}

.site-header .site-logo-anchor img, .site-header .site-logo-link img, .site-header .custom-logo-link img {
  width: 100%;
  min-width: 60%;
}

.pd-card-grid__card:hover .pd-card-grid__card__image img {
  transform: scale(1.1);
}

.pd-card-grid__card__title {
  color: #151515;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 16px;
  flex: 1;
  transition: color 0.3s ease-in-out;
}

.pd-card-grid__card:hover .pd-card-grid__card__title {
  color: #e52730;
}

@media (width <= 800px) {

  .pd-card-grid__card__title {
    font-size: 16px;
    line-height: 16px;
  }
}

.pd-page-template {
  padding-bottom: 16px;
}

@media (width >= 1200px) {

  .pd-page-template {
    padding-bottom: 24px;
  }
}

.pd-button.pd-site-header__button--filters-close {
  border-radius: 8px;
  background: #151515 !important;
  border: 2px solid;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-color: #151515;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  padding: 16px !important;
  width: 100%;
}

.pd-button.pd-site-header__button--filters-close:hover {
  background-color: #fff !important;
  color: #151515;
  border-color: #151515;
}

.checkout-button.button.alt.wc-forward {
  background: #151515 !important;
  border: 2px solid;
  color: #fff;
  border-color: #151515;
  font-size: 16px;
  line-height: 24px;
  padding: 16px !important;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.checkout-button.button.alt.wc-forward:hover {
  background-color: #fff !important;
  color: #151515;
  border-color: #151515;
}

#place_order {
  background: #151515 !important;
  border: 2px solid;
  color: #fff;
  border-color: #151515;
  font-size: 16px;
  line-height: 24px;
  padding: 16px !important;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

#place_order:hover {
  background-color: #fff !important;
  color: #151515;
  border-color: #151515;
}

.woocommerce-button.button.woocommerce-form-login__submit {
  background: #151515 !important;
  border: 2px solid #151515;
  color: #fff;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  text-align: center;
  margin-top: 16px;
}

.woocommerce-button.button.woocommerce-form-login__submit:hover {
  background-color: #fff !important;
  color: #151515 !important;
  border-color: #151515;
}

.button.wc-backward {
  background: #151515 !important;
  border: 2px solid;
  color: #fff;
  border-color: #151515;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  text-align: center;
  line-height: 24px;
}

.button.wc-backward:hover {
  background-color: #fff !important;
  color: #151515 !important;
  border-color: #151515;
}

.pd-athlete-header .pd-hashtags {
  text-align: center !important;
}

.pd-feed.pd-feed--single .pd-feed__product {
  margin-top: 16px;
}

@media (width >= 1200px) {

  .pd-feed.pd-feed--single .pd-feed__product {
      margin-top: 24px;
  }
}

.pd-feed.pd-feed--single {
  padding-bottom: 16px !important;
}

@media (width >= 1200px) {

  .pd-feed.pd-feed--single {
      padding-bottom: 24px !important;
  }
}

body, button, input, textarea {
  color: #151515;
  font-family: Roboto, sans-serif;
}

.entry.type-page .entry-header {
  display: none;
}

.storefront-full-width-content .woocommerce-products-header {
  display: none;
}

.woocommerce-products-header.bapf_mt_none {
    display: none;
}

.PaymentRequestButton {
  border-radius: 0;
  border: none;
  outline: none;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 10.5%;
  text-transform: uppercase;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {
  display: none;
}

#wcfmmp-store .tab_area .tab_links {
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #93a8b3;
  float: left;
  width: 100%;
  margin-bottom: 50px;
  display: none;
}

div#wc-stripe-payment-request-wrapper {
  display: none;
}

#wcfmmp-store .banner_text h1, #wcfmmp-store .video_text h1, #wcfmmp-store .slider_text h1, #wcfmmp-store h1.wcfm_store_title, #wcfmmp-store .address h1.wcfm_store_title {
  color: #e52730 !important;
  text-transform: uppercase;
}

#wcfmmp-store .address {
  display: none;
}

.PaymentRequestButton--dark {
  display: none;
}

i.wcfmfa.fa-envelope {
  display: none;
}

.woocommerce-breadcrumb {
  display: none;
  font-size: 0;
}

.primary-navigation, .secondary-navigation {
  display: none;
}

button.menu-toggle {
  display: none;
}

@media screen and (width <= 8000px) {

  #responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
    font-size: 20px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
  }
}

.site-search .widget_product_search form::before {
  top: 0.3em;
  left: 0.7em;
}

.fa.fa-search {
  color: #151515 !important;
}

.tml .tml-message, .tml .tml-success {
  border-left: 4px solid #e52730;
}

@media (width >= 768px) {

  .storefront-breadcrumb {
    padding: 0.0 0;
    margin: 0 0 59.3px;
  }
}

div.tml.tml-login {
  margin-top: -5%;
}

div.nf-before-form-content {
  display: none;
}

.wcfm_welcomebox_user_right {
  display: none;
}

.wcfm_dashboard_latest_topics {
  display: none;
}

.wcfm_dashboard_wc_status_data, .wcfm_dashboard_wc_status_graph {
  display: table-cell;
  width: 80%;
  padding: 5px;
  padding-left: 10%;
}

.wcfm_products_limit_label {
  display: none;
}

#wcfm-main-contentainer #wcfmmp_profile_complete_progressbar {
  display: none;
}

.collapse-open {
  background: #e52730 !important;
}

#wcfm-main-contentainer .wcfm_membership_thankyou_content_wrapper {
  background-color: #fff;
  font-size: 20px;
  font-family: Roboto, sans-serif;
  line-height: 20px;
  color: #151515;
}

.wcfm-membership-wrapper .wc-progress-steps, .woocommerce-progress-form-wrapper .wc-progress-steps {
  display: none;
}

.membership-wrapper {
  padding: 0;
  background: #fff;
  box-shadow: 0 0 0 0 rgb(0 0 0 / 7%);
  border-radius: 3px;
  width: 90%;
  margin: -50px auto;
}

.wcfm-membership-wrapper {
  padding: 0;
  background: #fff;
  transition: box-shadow 0s ease-in-out;
  box-shadow: 0 0 0 0 rgb(0 0 0 / 7%);
  border-radius: 0;
  width: 90%;
  margin: 0 auto;
}

@media (width >= 768px) {

  .content-area, .widget-area {
    margin-bottom: 0.0;
  }
}

@media (width >= 768px) {

  .storefront-breadcrumb {
    padding: 0.0 0;
    margin: 0 0 59.3px;
  }
}

a#vc_load-inline-editor.vc_inline-link {
  display: none;
}

a.post-edit-link {
  display: none;
}

div.forms-studio-header {
  display: none;
}

h1#wc-logo {
  border-bottom: 0 solid #ddd;
}

.wcfm-store-setup h1#wc-logo {
  font-size: 0;
  line-height: 1;
}

.wc-setup .wc-setup-actions .button-primary, .wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary {
  background-color: #e52730;
  border-color: #fff;
  color: #fff;
  box-shadow: inset 0 0 0 rgb(255 255 255 / 25%), 0 0 0 #17a2b8;
  text-shadow: 0 0 0 #a36597, 0 0 0 #a36597, 0 0 0 #17a2b8, 0 0 0 #17a2b8;
}

.wc-setup-steps {
  justify-content: center;
  display: none;
}

.wcfm-store-setup #wc-logo a img {
  display: none;
}

.vc_btn3.vc_btn3-size-lg {
  font-size: 18px;
}

.hentry .entry-content:hover(.button) {
  background-color: #e52730;
}

.contactbutton:hover {
  background-color: #e52730;
}

#wcfm-main-contentainer *::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  background-color: #f2f2f2 !important;
  border: 1px solid #bdbdbd !important;
}

#wcfm_membership_container input.wcfm_submit_button:hover, #wcfm_membership_container a.wcfm_submit_button:hover {
  background: #e52730 none repeat scroll 0 0;
  border-bottom: 0 solid #17a2b8;
  border-radius: 0;
}

#infinite-footer {
  display: none;
}

#wcfmmp-store h2 {
  color: #151515 !important;
}

#wcfmmp-store {
  height: auto !important;
  box-shadow: none !important;
}

#wpadminbar {
  background-color: #e52730 !important;
}

input.responsive-menu-pro-search-box::before {
  font-family: 'Font Awesome 5 Free', sans-serif;
  content: "\f002";
}

@media screen and (width >= 768px) {

  #responsive-menu-pro-header {
    position: fixed;
    display: none;
  }
}

#wcfm_membership_container input[type="text"].wcfm_validation_failed, #wcfm_membership_container input[type="file"].wcfm_validation_failed, #wcfm_membership_container input[type="password"].wcfm_validation_failed, #wcfm_membership_container select.wcfm_validation_failed, #wcfm_membership_container input[type="number"].wcfm_validation_failed, #wcfm_membership_container input[type="time"].wcfm_validation_failed, #wcfm_membership_container input[type="search"].wcfm_validation_failed, #wcfm_membership_container textarea.wcfm_validation_failed {
  border-left: 6px solid #e52730 !important;
}

#password_strength.short {
  color: #e52730;
}

.wcfm_welcomebox_user_profile {
  display: none;
}

#wcfmmp-store .logo_area a img {
  position: absolute;
  top: 100%;
  border-radius: 0%;
}

#wcfmmp-store .logo_area {
  box-shadow: 0 0 0 0 #ccc;
  align-content: center;
}

.wcfm_buttons {
  display: none;
}

#wcfmmp-store .right_side {
  width: 100% !important;
  padding: 0% 0% 0 !important;
}

#wcfmmp-store .woocommerce ul.products li.product h2 {
  margin-top: -5%;
}

.wcfm-store-setup div#berocket-ajax-filters-sidebar {
  display: none;
}

#wcfm-main-contentainer .gform_wrapper input.wcfm-checkbox, #wcfm-main-contentainer .gform_wrapper input[type="checkbox"], .wcfm-dashboard-page #wcfm-main-contentainer .gform_wrapper input[type="checkbox"] {
  appearance: checkbox;
}

#player {
  width: 100% !important;
}

@media (width >= 1281px) {

  .woocommerce-product-gallery iframe {
    min-height: 900px;
  }
}

@media screen and (width >= 768px) {

  .sp-header-active .site-header .site-header-cart, .sp-header-active .site-header .secondary-navigation, .sp-header-active .site-header .main-navigation, .sp-header-active .site-header .site-search, .sp-header-active .site-header .site-branding {
    margin-top: -30px;
  }
}

@media screen and (width >= 768px) {

  .site-header .custom-logo-link {
    width: 100%;
  }
}


#masthead {
  display: none;
}

.aqbp_quick_buy_btn {
  box-shadow: none !important;
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  border-radius: 8px !important;
  margin-bottom: 0 !important;
}

.woocommerce-error {
  background-color: #e52730 !important;
  text-transform: none !important;
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  align-items: center !important;
  margin-bottom: 24px !important;
}

.woocommerce-error span {
  grid-column: 1;
}

.woocommerce-error .button.wc-forward {
  grid-column: 2;
}

.woocommerce-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px !important;
}

.woocommerce-message span {
  order: 1;
  flex-grow: 1;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  transform: translateY(-50%) !important;
  top: 50% !important;
}

@media (width <= 767px) {

  .woocommerce-error li {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .woocommerce-error .button.wc-forward,
  .woocommerce-message a.button.wc-forward {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    margin-top: 16px !important;
    margin-left: 0;
    padding-left: 0;
    border-left-width: 0;
  }

  .woocommerce-error span,
  .woocommerce-message span {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
  }

  .woocommerce-message {
    flex-direction: column;
    align-items: flex-start;
  }

  .restore-item {
    margin-top: 16px;
    margin-left: 0 !important;
  }

  .woocommerce-info a {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    margin-top: 16px !important;
    margin-left: 0;
    padding-left: 0;
    border-left: 0 !important;
  }

  .woocommerce-info span {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
  }

  .woocommerce-info {
    flex-direction: column;
    align-items: flex-start;
  }

}

.woocommerce-info span {
  order: 1;
  flex-grow: 1;
}

.woocommerce-info .showlogin {
  order: 2;
}

.restore-item {
  font-weight: 500;
  color: #fff;
  transition: color 0.3s ease;
  text-transform: uppercase;
  margin-left: auto;
}

.restore-item:hover {
  color: #151515 !important;
}

.cart-empty.woocommerce-info {
  margin-bottom: 24px !important;
}

.woocommerce-form.woocommerce-form-login.login {
  margin-bottom: 24px;
  margin-top: 16px;
}

.woocommerce-form.woocommerce-form-login.login .lost_password {
  margin-bottom: 0 !important;
}

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

.checkout.woocommerce-checkout {
  color: #151515 !important;
  font-family: Roboto, sans-serif !important;
  margin-top: 24px;
}

.checkout.woocommerce-checkout .woocommerce-privacy-policy-link,
.checkout.woocommerce-checkout .woocommerce-terms-and-conditions-link,
.checkout.woocommerce-checkout .wcfm_dashboard_item_title {
    color: #e52730;
    transition: color 0.3s ease, font-weight 0.3s ease !important;
}

.checkout.woocommerce-checkout .woocommerce-privacy-policy-link:hover,
.checkout.woocommerce-checkout .woocommerce-terms-and-conditions-link:hover,
.checkout.woocommerce-checkout .wcfm_dashboard_item_title:hover {
    color: #e52730;
    font-weight: 500 !important;
}

.form-row-first input.input-text,
.form-row-last .password-input input.input-text,
.woocommerce-input-wrapper.password-input input.input-text {
  border: 1px solid #949494 !important;
  box-shadow: none !important;
  border-radius: 8px !important;
}

.form-row.woocommerce-validated input.input-text {
  color: #151515 !important;
  font-family: Roboto, sans-serif !important;
}

.ElementsApp .InputElement.is-invalid {
  color: #e52730 !important;
}

.form-row.woocommerce-invalid input.input-checkbox {
  outline: 2px solid #e52730 !important;
}

.gf_browser_chrome.gform_wrapper.gform_legacy_markup_wrapper.gform-theme--no-framework.pd-contact-form_wrapper {
  font-family: Roboto, sans-serif !important;
}

.quantity .plus, 
.quantity .minus, 
p.stars a::after,
p.stars a:hover::after, 
.star-rating span::before, 
#payment .payment_methods li input[type="radio"]:first-child:checked + label::before {
  color: #e52730 !important;
}

#tax_id_field {
  display: none !important;
}

#gform_submit_button_2 {
  color: #fff !important;
}

#gform_submit_button_2:hover {
  color: #151515 !important;
}

.tml .tml-field-wrap {
  margin-bottom: 16px !important;
}

form[name="lostpassword"] .tml-user_login-wrap {
  margin-bottom: 24px !important;
}

.tml-lostpassword form[name="lostpassword"] {
  margin-bottom: 24px !important;
}

.gform_legacy_markup_wrapper .gform_footer {
  padding: 0 0 10px !important;
  margin: 0;
}

.tml.tml-login form {
  margin-bottom: 24px !important;
}

#activecampaign_for_woocommerce_accepts_marketing_field .input-checkbox {
  width: 24px;
  height: 24px;
}

.woocommerce-input-wrapper .checkbox{
  display: flex;
  align-items: center;
}

#activecampaign_for_woocommerce_accepts_marketing + label {
  margin-left: 12px !important;
}

.tml-rememberme-wrap .tml-checkbox {
  width: 24px;
  height: 24px;
}

.tml-rememberme-wrap {
  display: flex;
  align-items: center;
}

.tml-accept_terms-wrap .tml-checkbox {
  width: 24px;
  height: 24px;
}

.tml-accept_terms-wrap {
  display: flex;
  align-items: center;
}

.tml-accept_terms-wrap .tml-label {
  margin-left: 12px !important;
}

#rememberme.woocommerce-form__input-checkbox {
  width: 24px;
  height: 24px;
  margin-right: 0 !important;
}

.woocommerce-form__label.woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
}

#rememberme + span {
  margin-left: 12px !important;
}

.woocommerce-form__label-for-checkbox.checkbox {
  display: flex;
  align-items: center;
}

#gform_wrapper_2 #input_2_6_1 {
  width: 24px;
  height: 24px;
}

#gform_wrapper_2 .ginput_container_consent {
  display: flex;
  align-items: center;
}

#gform_wrapper_2 .ginput_container_consent label {
  margin-left: 12px;
}

.stripe-credit-card-brand.stripe-card-brand {
  display: none !important;
}

#product-search-field-0,
#product-search-field-1 {
  border: 1px solid #949494 !important;
  font-family: Roboto, sans-serif;
  border-radius: 8px !important;
}

#product-search-field-0:focus,
#product-search-field-1:focus {
  border-color: #151515 !important;
  box-shadow: 0 0 0 1px #151515 !important;
}

#product-search-field-0::placeholder,
#product-search-field-1::placeholder {
  color: #949494 !important;
}

.pd-site-header__search .product-search-form:active::before, 
.pd-site-header__search .product-search-form:focus-within::before {
  background: url("https://pozedown.com/wp-content/themes/storefront-child/assets/img/icons/black/search.svg") center/contain no-repeat;
}

.storefront-sorting {
    display: none;
}

#gform_2 .ginput_container input[type="text"]::placeholder,
#gform_2 .ginput_container input[type="email"]::placeholder,
#gform_2 .ginput_container textarea::placeholder {
  color: #949494 !important;
}

.pd-site-header__button img.pd-site-header__button--active {
  width: 30px;
  height: 30px;
}

@media (width >= 901px) {

  .pd-site-header__search.pd-site-header__mobile-search {
    display: none !important;
  }
}

.pd-site-header__button.pd-site-header__button--can-toggle.pd-site-header__button--search.is-active {
  display: none;
}

@media (width <= 900px) {

  .pd-site-header__button.pd-site-header__button--can-toggle.pd-site-header__button--search.is-active {
    display: block;
  }
}

.boxed-container.pd-site-header__flex,
.pd-site-header {
  align-items: center;
}

@media (width <= 900px) {

  #product-search-0 {
    display: none;
  }
}

#pd-hamburger-toggle {
  display: flex;
}

.pd-site-header__button.pd-site-header__button--can-toggle.pd-site-header__button--search {
  display: none;
}

@media (width <= 900px) {

  .pd-site-header__button.pd-site-header__button--can-toggle.pd-site-header__button--search {
    display: block;
  }
}

div.tml.tml-login .tml-field-wrap .tml-field {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #949494 !important;
  box-shadow: none !important;
  border-radius: 8px !important;
  font-family: Roboto, sans-serif;
}

div.tml.tml-register .tml-field-wrap .tml-field {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #949494 !important;
  box-shadow: none !important;
  border-radius: 8px !important;
  font-family: Roboto, sans-serif;
}

div.tml.tml-login .tml-field-wrap .tml-field:focus {
  border-color: #151515 !important;
  box-shadow: 0 0 0 1px #151515 !important;
}

div.tml.tml-register .tml-field-wrap .tml-field:focus {
  border-color: #151515 !important;
  box-shadow: 0 0 0 1px #151515 !important;
}

.woocommerce-billing-fields .input-text,
#billing_country_field .select2-container .select2-selection,
.select2-container .select2-search--dropdown .select2-search__field,
.select2-dropdown,
.wc-wcfmmp-stripe-split-pay-elements-field.StripeElement {
  border: 1px solid #949494 !important;
  box-shadow: none !important;
  border-radius: 8px !important;
}

.woocommerce-billing-fields .input-text:focus,
#billing_country_field .select2-container--focus .select2-selection,
.select2-container .select2-search--dropdown .select2-search__field:focus,
.wc-wcfmmp-stripe-split-pay-elements-field.StripeElement.focused {
  border-color: #151515 !important;
  box-shadow: 0 0 0 1px #151515 !important;
}

.shop_table {
  border-radius: 8px;
  overflow: hidden;
}

.wc_payment_method.payment_method_stripe_split {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.form-row.place-order {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.form-row-first input.input-text:focus,
.form-row-last .password-input input.input-text:focus,
.woocommerce-input-wrapper.password-input input.input-text:focus {
  border-color: #151515 !important;
  box-shadow: 0 0 0 1px #151515 !important;
}

.pd-site-header__button--filters {
  display: flex;
}

.pd-site-header__button--cart {
  display: flex;
}

.customertermsandconditions * {
  font-family: Roboto, sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  color: #151515;
}

.privacypolicy * {
  font-family: Roboto, sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  color: #151515;
}

.athletetermsandconditions * {
  font-family: Roboto, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400;
  color: #151515;
}

/** Live Styling Tweaks **/

.shop_table tr {
    color: #151515;
}

.cart_totals h2 {
    color: #151515;
}

#wcfm-main-content {
  color: #151515;
}
