/*
	Theme Name: Save Institute Shop
	Version: 1.061
	Template: savoy
	Update URI: false
*/
 
/*== Fonts ==*/
@font-face {
    font-family: 'Avenir';
    src: url('fonts/avenir/avenir-regular.eot');
    src: url('fonts/avenir/avenir-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/avenir/avenir-regular.woff') format('woff'),
         url('fonts/avenir/avenir-regular.ttf') format('truetype'),
         url('fonts/avenir/avenir-regular.svg#avenir-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/avenir/avenir-bold.eot');
    src: url('fonts/avenir/avenir-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/avenir/avenir-bold.woff') format('woff'),
         url('fonts/avenir/avenir-bold.ttf') format('truetype'),
         url('fonts/avenir/avenir-bold.svg#avenir-bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

html body {
  font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.625;
}

/*== Savoy Customization ==*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.onsale {
    background: #4eb9aa none repeat scroll 0 0;
    color: #ffffff;
    font-weight: bold;
}

html.has-hover .products li:hover .nm-shop-loop-actions {
  opacity: 0;
  display: none !important;
}

html.has-hover .products li:hover .price {
  opacity: 1;
}

.nm-woocommerce-account-login .nm-page-wrap {
    background-color: #fff;
}

.nm-shop-loop-details h3 a {
    color: #333333;
}

.woocommerce-breadcrumb {
    font-size: 16px;
}

.nm-shop-results-bar a {
	border-radius: 8px;
}

.nm-shop-results-bar a i,
.nm-shop-products-col .nm-shop-results-bar a i {
  display: none;
}

.nm-shop-products-col .nm-shop-results-bar a:before {
  top: 8px;
}

body .nm-menu li a {
	font-size: 16px;
}

.woocommerce-product-details__short-description, #tab-description {
	line-height: 1.6;
}

.limited-subscription-notice {
  font-weight: bold;
  border: 1px solid #d13a82;
  color: #d13a82;
  line-height: 1.25;
  padding: 15px;
  text-align: center;
}

body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message,
.single-product .nm-page-wrap-inner > .woocommerce-notices-wrapper .nm-shop-notice,
.single-product #main > .woocommerce-notices-wrapper:first-child .nm-shop-notice {
  color: #fff;
  padding: 20px;
  background: #d13a82;
  font-weight: bold;
  background: linear-gradient(to left, #d13a82 50%, #ba1085)
}

body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message {
  margin-left: -100vw;
  margin-right: -100vw;
  span {
    max-width: 80vw;
  }
}

.single-product .nm-page-wrap-inner > .woocommerce-notices-wrapper .nm-shop-notice a,
.single-product #main > .woocommerce-notices-wrapper:first-child .nm-shop-notice a {
  color: #A9E47D;
  text-decoration: underline;
  display: inline;
}

.nm-divider {
    margin-bottom: 20px;
}

.nm-shop-loop-price > a:empty {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.nm-header-logo img.st-cart-logo {
  width: 180px;
  height: auto;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 20px;
  max-width: calc(100% - 254px);
  border-left: solid #29e1d5 1px;
  padding-left: 20px;
  display: none;
}

@media all and (max-width: 500px) {
  .nm-header-logo img.st-cart-logo {
    margin-left: 10px;
  }
}

@media all and (max-width: 380px) {
  .nm-header-logo img.st-cart-logo {
    width: 120px;
    max-width: 100%;
    margin: 20px 0 0 0;
  }
}

body[class*="woocart_has-savetrainer"] .nm-header-logo img.st-cart-logo {
  display: inline-block;
}

#order_review .shop_table tbody .product-name .product-quantity {
  white-space: nowrap;
}

.checkout-passwordless-login {
  p, & {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  label {
    display: none !important;;
  }
}

/*== Woocommerce Subscriptions ==*/

.cancel_text p {
  padding: 10px 20px;
  margin: 10px 0 0 0;
  background: #f7f7f7;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

.woocommerce-view-subscription .woocommerce-MyAccount-content .woocommerce-customer-details {
  display: none;
}

.wcs-switch-link.button:not(.wcs-switch-link-upgrade) {
  display: inline-block;
  margin: 5px 10px;
  font-size: 14px;
  padding: .6em 1em;
}

.wcs-switch-link.wcs-switch-link-upgrade.button {
  background: #e11c7f;
  display: block;
  margin: 10px 0 5px;
  padding-top: .75em;
  padding-bottom: .75em;
  font-size: 15px;
  font-size: inherit;
  max-width: 550px;
}

.wcs-switch-link.wcs-switch-link-upgrade:hover {
  background: #dd4d95;
}

.wcs-switch-link-blocker {
  display: block;
  pointer-events: none;
  width: 100%;
}


#start-conversation,
.woocommerce-view-subscription .woocommerce-MyAccount-content .order_details,
.woocommerce-view-subscription .woocommerce-MyAccount-content header {
  margin-top: 40px;
}

.woocommerce-view-subscription .woocommerce-MyAccount-content .my_account_orders {
  margin-top: 15px;
}

.woocommerce-view-subscription .subscription_details tbody > tr > td:first-child {
  font-weight: bold;
}

.woocommerce-view-subscription a.button.cancel {
  background-color: #df5a5a;
}

.woocommerce-MyAccount-orders tr td:last-child a {
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}



/*== Woocommerce Notification Premium Customization ==*/

#message-purchased {
    font-family:"Avenir","Helvetica Neue",Helvetica,Arial,sans-serif;
	border-radius: 8px;
}

#message-purchased p a {
	font-size: 14px;
}

#message-purchased p small {
	font-size: 12px;
}

/*== Buttons and Links ==*/

.shop_table.cart .actions .checkout-button {
  width: 100%;
  float: none;
  margin-top: 20px;
  padding: 12px;
}

.cart_totals .wc-proceed-to-checkout .button {
  display: none;
}

a, a:visited, input[type="button"], input[type="submit"], .button, a img, a img:hover {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
body .nm-shop-header .filters-menu ul.nm-shop-categories {
  text-align: center;
}
ul.nm-shop-categories li a,
ul.nm-shop-categories li.current-cat a,
.filters-menu li > span {
	background: transparent none repeat scroll 0 0;
	border: 3px solid #4eb9aa;
	border-radius: 10px;
	color: #4eb9aa;
	display: inline-block;
	padding: 0.3125em 1.5em;
  margin: 5px !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.filters-menu li > span {
  cursor: default;
	background: #4eb9aa;
	color: #fff !important;
}
ul.nm-shop-categories li a:hover,
ul.nm-shop-categories li.current-cat a:hover {
	background: #4eb9aa;
	color: #fff !important;
}
#nm-shop-filter-menu li a {
	border: none;
}
.nm-shop-menu ul li > span {
	display:  none;
}
a img:hover {
    opacity: 0.8;
}

.nm-shop-products .product .nm-shop-loop-thumbnail {
  transition: opacity .25s ease;
}
.nm-shop-products .product:hover .nm-shop-loop-thumbnail {
  opacity: .8;
}

a:hover {
    color: #41485a;
}

#nm-cart-panel .buttons a:first-child,
button,
input[type="button"],
input[type="submit"],
.button,
#mobile-menu li.our-sites > a::after,
body .mm-listview > li.our-sites > a::after,
.accordian-menu > a:after {
	background-color: #00a2ff;
	border: none;
	border-bottom: 2px solid #1f7cd9;
	border-radius: 10px;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	padding: 10px 18px 6px 18px;
	padding: .625rem 1.125rem .375rem 1.125rem;
	width: auto;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
}

#nm-cart-panel .buttons a:first-child {
	color: #fff;
	width: 100%;
}

input[type="submit"] { *overflow:visible; /*IE*/ }

.button.border,
.button.border:hover {
    color: #777777;
    background-color: #e3e3e3;
    border: none;
    border-bottom: 2px solid #b4b4b4;
    border-radius: 10px;
    opacity: 1;
}

.button.border:hover {
    background-color: #dadada;
    border: none;
    border-color: #b4b4b4;
    border-bottom: 2px solid #b4b4b4;
    border-radius: 10px;
}

.button.border:hover:not([disabled]) {
    border-color: #b4b4b4;
    color: #253540;
}

.wcs-switch-link:not(.wcs-switch-link-upgrade),
.button.outlined {
  background: #fff;
  border: 1px solid #4eb9aa;
  color: #4eb9aa;
}

.wcs-switch-link:not(.wcs-switch-link-upgrade):hover,
.button.outlined:hover {
  background: #6cdbcb;
  border: 1px solid #6cdbcb;
  color: #fff;
}

button.large,
input[type="button"].large,
input[type="submit"].large,
.button.large {
	padding: 18px 32px 16px 32px;
	border-radius: 10px;
	border-style: none none solid;
	border-width: medium medium 2px;
	font-size: 26px;
}

.button.alt.border,
button.alt,
input[type="button"].alt,
input[type="submit"].alt,
.button.alt {
	background: #ffe824;
	border-color: #c8b301;
	color: #d13a82;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.button:hover {
	background-color: #0193e7;
	color: #fff;
}

.button.alt.border:hover:not([disabled]),
button.alt:hover,
input[type="button"].alt:hover,
input[type="submit"].alt:hover,
.button.alt:hover {
	background-color: #ffd805;
	color: #d13a82;
}

button.alt:active,
input[type="button"].alt:active,
input[type="submit"].alt:active,
.button.alt:active {
		background-color: #edd400;
}

button:active,
input:active[type="button"],
input:active[type="submit"],
.button:active {
	background-color: #0097ed;
}

#nm-widget-panel .buttons .button.checkout {
  color: #fff !important;
  width: 100%;
}

@media all and (max-width: 2100px) {
  #nm-widget-panel .buttons .button.checkout {
      margin-top: 0;
      margin-bottom: 12px;
  }
}

/*== Header ==*/
body .nm-header-logo img {
	height: 31px;
}
.save-logo {
	float: left;
}
.header-border-1 .nm-header {
	border: none;
	padding: 0;
}
.nm-header-inner {
	height: 50px;
}
#title-area {
	float: left;
	line-height: 0;
}
body .nm-header-row {
	max-width: 1400px;
	padding: 0;
  margin: 0 auto;
}
body .nm-header-row .nm-row {
  max-width: none;
}
.nm-header-logo img {
	display:  inline-block;
}
.vertical-logo {
		height: 50px;      /* equals max image height */
    width: 235px;
    white-space: nowrap;
		position:  relative;
}
.vertical-logo .helper {
		display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -3px;
}
.vertical-logo img {
    vertical-align: middle;
    max-height: 31px;
    max-width: 231px;
}
.st-logo.vertical-logo,
.sob-logo.vertical-logo {
	width: 140px;
	max-width: 140px;
	margin-left: 80px;
}
.st-logo.vertical-logo {
  margin-left: 30px;
}
.vertical-logo.active:before {
    border-color: transparent transparent #4eb9aa;
    border-style: solid;
    border-width: 0 7px 7px;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
		left: 50%;
		margin-left: -3px;
    position: absolute;
    width: 0;
}
@media only screen and (max-width: 900px) {
  .st-logo.vertical-logo,
  .sob-logo.vertical-logo {
    margin-left: 20px;
  }
  .st-logo.vertical-logo {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .st-logo,
	.sob-logo {
    display: none;
  }
  html {
    height: auto !important;
    min-height: 100% !important;
  }
}
@media only screen and (max-width: 660px) {
  .st-logo.vertical-logo,
	.sob-logo.vertical-logo {
		margin-left: 10px;
	}
}

@media only screen and (max-width: 470px) {
	.vertical-logo { width: 150px; }
	.vertical-logo img { max-width: 150px; }
}

@media only screen and (min-width: 881px) {
  .has-top-bar.has-top-bar-active.header-fixed.header-on-scroll .nm-top-bar {
    top: 0;
    position: fixed;
  }

  .nm-top-bar {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    height: 40px;
  }

  .nm-top-bar .closeBar {
    display: block;
    padding: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 0;
    color: #222;
    z-index: 11;
  }

  .nm-top-bar .closeBar:hover {
    opacity: .75;
  }

  .has-top-bar.has-top-bar-active .nm-header {
    margin-top: 40px;
  }
}

.nm-shop-notice.woocommerce-error a {
  display: inline-block;
}

/*== Header Navigation ==*/
body .nm-right-menu {
  margin-right: -10px;
}
body .nm-right-menu li a {
	color: #253540;
	font-weight: bold;
	font-size: 14px;
  	padding: 16px 10px;
}
body .nm-right-menu li a:hover {
	color: #6c6c6c;
}
.nm-right-menu li > a .lnr, #secondary-nav li > a .lnr {
    bottom: -2px;
    font-size: 120%;
    line-height: 8px;
    margin-right: 2px;
    position: relative;
    vertical-align: baseline;
}
.st-logo,
.sob-logo {
	float: left;
}
.st-logo img,
.sob-logo img {
	width: 136px;
}
@media only screen and (max-width: 830px) {
  .st-logo img,
  .sob-logo img {
    width: 110px;
  }
  .st-logo.vertical-logo, .sob-logo.vertical-logo {
    width: 110px;
  }
}
body.header-on-scroll .nm-header:not(.static-on-scroll) {
  padding-bottom: 0;
  padding-top: 0;
}

body #nm-header {
  background: none;
  transition: margin-top .25s ease, transform .4s ease, -webkit-transform .4s ease !important;
  z-index: 1002;
}

#nm-header .nm-header-inner {
  background: #fff;
}

body.header-on-scroll #nm-header .nm-header-inner {
  background: rgba(255,255,255,.95)
}

body.header-on-scroll #nm-header {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

#nav-search {
    display:  none;
    left: auto;
    margin-left: -265px;
    padding-top: 15px;
    position: absolute;
    width: 350px;
    z-index: 12;
    margin-top: -5px;
}

#nav-search::before {
    border-color: transparent transparent #eee9f1;
    border-style: solid;
    border-width: 0 25px 15px;
    content: "";
    height: 0;
    line-height: 0;
    position: absolute;
    right: 38px;
    top: 0;
    width: 0;
}

#nav-search #nav-s {
    width: 215px;
}

#nav-search #nav-searchsubmit {
    float: right;
    font-size: 16px;
    padding: 10px 18px;
    text-align: center;
}

#nav-search form {
    background: #e8e8e8;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 10px;
}

.loginItem, .loginItem a, .loginItem span {
  background: #fff;
  color: #253540 !important;
  font-weight: bold;
}

.loginItem i {
  color: #253540 !important;
}



body .acf-field textarea,
body .acf-field input[type="text"],
body input[type="text"],
body textarea, body input[type="email"],
body input[type="tel"],
body input[type="password"],
.select2-container.select2-drop-above .select2-choice,
.select2-container .select2-choice,
body input#coupon_code  {
	background-color: #fff;
	border: 1px solid #d9d9d9;
	box-shadow: 0 0 1px rgba(0,0,0,0.25);
	padding: 10px 12px;
	padding: 11px 13px;
	width: 100%;
  font-size: 18px;
	*padding-left: 0;
	*padding-right: 0;
  -moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.nm-myaccount-login-inner .login {
  padding: 2px;
}

.select2-results .select2-highlighted, .nm-custom-radio:checked + .nm-custom-radio-label::before {
  background: #4eb9aa;
  color: #fff;
}

.nm-custom-radio-label::before {
  border-color: #4eb9aa;
}

#message-purchased img {
  max-width: 100%;
}

#message-purchased .wn-nonajax {
  flex-basis: 100%;
}

.form-row.woocommerce-invalid .input-text, .form-row.woocommerce-invalid select {
  border-color: #fff;
  box-shadow: 0 0 0 2px #f27362;
}

body .acf-field textarea:focus,
body .acf-field input[type="text"]:focus,
body input[type="text"]:focus,
body textarea:focus,
body input[type="email"]:focus,
body input[type="tel"]:focus,
body input[type="password"]:focus,
.form-row.woocommerce-invalid .input-text:focus,
.form-row.woocommerce-invalid select:focus,
body input#coupon_code:focus {
	border-color: #fff;
  box-shadow: 0 0 0 2px #4eb9aa;
}

.checkout_coupon .form-row {
  padding: 2px
}

.woo-dashboard-redirect {
  text-align: center;
}

.woo-dashboard-redirect a.button {
  text-align: center;
  width: 100%;
  margin: 40px 0 0 0;
  font-size: 22px;
}

.woo-dashboard-redirect .change-password {
  margin-top: 10px;
  display: block;
  font-size: 18px;
}

html body #payment .payment_methods li.payment_method_ocupaypal  img {
  max-height: 60px;
}

/*== Secondary Navigation ==*/
#secondary-nav, .filters-menu-area {
	background: #4eb9aa;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
	float: none;
	width: 100%;
	font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.filters-menu-area {
  background: #a9e47d;
}

body.header-on-scroll #secondary-nav {
  background: rgba(78, 185, 170,.95);
}

#secondary-nav li, .filters-menu > li  {
	display: inline-block;
	float: left;
	list-style-type: none;
	text-align: left;
	margin-right: 32px;
  position: static;
}

#secondary-nav a, .filters-menu > li > a {
	display: block;
	position: relative;
	color: #fff;
	padding: 15px 0;
	line-height: 20px;
	font-weight: bold;
}

.filters-menu > li > a {
  color: #253540;
}

#secondary-nav a:hover,
#secondary-nav .active > a {
	color: #fff;
	color: rgba(255,255,255,.7);
}

.filters-menu > li > a:hover,
.filters-menu > li.active > a {
  color: #777;
	color: rgba(50, 50, 50, 0.6);
}

#secondary-nav li .sub-menu-wrap:before {
	/* Dropdown Helper */
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	top: -5px;
}

#secondary-nav li .sub-menu-wrap {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	z-index: 4;
	background: #a9e47d;
	display: none;
	height: 0;
	overflow: hidden;
}

#secondary-nav li .sub-menu-wrap .sub-menu {
  padding-left: 15px;
  padding-right: 15px;
}
#mobile-menu li.our-sites > a::after,
#secondary-nav #nm-main-menu-ul > li.menu-item-has-children > a:after,
.mm-listview .menu-item-has-children > a:after,
.accordian-menu > a:after {
	display: inline-block;
	content: "\e874";
	margin-left: 5px;
	line-height: 8px !important;
	font-size: 11px;
	font-family:linearicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;

	-webkit-transition: 0.2s ease;
	-moz-transition:  0.2s ease;
	transition:  0.2s ease;
}

#mobile-menu li.our-sites.mm-opened > a::after,
#secondary-nav #nm-main-menu-ul > li.menu-item-has-children.active > a:after,
.mm-listview .menu-item-has-children.mm-opened > a:after,
.accordian-menu.opened > a:after {
	-webkit-transform: rotateZ(-180deg);
	-moz-transform: rotateZ(-180deg);
	transform: rotateZ(-180deg);
}

#secondary-nav li .sub-menu-wrap li a {
	color: #444;
	font-weight: bold;
  font-size: 16px;
}

#secondary-nav li .sub-menu-wrap li a:hover {
	color: rgba(50,50,50,.6);
}

.sub-menu-wrap .submenu {
  background: none;
  position: relative;
  padding: 0 15px;
  left: auto;
  top: auto;
  min-width: 0;
  animation: none;
  display:  block;
  max-width: 1400px;
}

body #payment .payment_methods li img {
  max-height: 25px;
}

/* Right menu */
.nm-right-menu ul li.nm-menu-search,
.nm-right-menu ul li.nm-menu-login {
  display: block !important;
}

@media all and (max-width: 600px) {
  .nm-right-menu ul li.nm-menu-login {
    display: none !important;
  }
}

@media all and (max-width: 1190px) {
  #secondary-nav li, .filters-menu > li {
    font-size: 14px;
    margin-right: 15px;
  }
  #secondary-nav li a {
    font-size: 16px;
  }
}

@media all and (max-width: 1024px) {
  body .nm-right-menu li a {
    font-size: 13px;
  }
}

@media all and (max-width: 880px) {

  /* Menu offscreen button */
  .nm-menu li.nm-menu-offscreen {
    display: none;
  }
}

@media all and (max-width: 768px) {

  .filters-menu > li, ul.nm-shop-categories li a, ul.nm-shop-categories li.current-cat a {
    font-size: 14px;
  }

  ul.nm-shop-categories li a, ul.nm-shop-categories li.current-cat a {
    margin: 0 !important;
  }

  .nm-shop-filter-menu {
    display: none !important;
  }

  .filters-menu .hover-bub .nm-shop-menu, .nm-shop-header.centered .nm-shop-categories:not(.fade-in) {
    display: block !important;
    opacity: 1 !important;
    padding: 0;
  }

  .filters-menu .hover-bub .nm-shop-menu li,
  .nm-shop-categories.list_nosep li,
  .nm-shop-categories.list_nosep .nm-shop-sub-categories li,
  .nm-shop-categories li {
      border-bottom: none;
      line-height: 1;
      margin: 5px;
      padding-bottom: 0;
      width: auto;
  }

  /* Menu offscreen button */
  .nm-menu li.nm-menu-offscreen {
    display: block;
  }

	#secondary-nav {
    display:  none;
  }
  /*
  #nm-header {
    border-bottom: 2px solid #4eb9aa;
  }
  */
  .vertical-logo.active::before {
    display: none;
  }
  #nm-mobile-menu li:last-child {
    border-bottom: 0;
  }
}

/*== Misc ==*/

.nm-shop-loop-thumbnail {
}

.nm-shop-loop-thumbnail a {
  z-index: 1;
}

.page-overlay{
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.nm-page-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.nm-shop-header.centered .nm-shop-categories {
  text-align:  left;
}

.nm-shop-header {
  padding: 0;
  margin-bottom: 0;
}

#nm-shop-products {
  margin-top: 52px;
}

.hover-bub-contents {
	position: absolute;
	width: 450px;
	left: -9999px;
	padding-top: 15px;
	z-index: 2000;
	margin-top: -10px;
	opacity: 0;
	text-align: center;
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.hover-bub:hover .hover-bub-contents {
	left: auto;
	opacity: 1;
}

.hover-bub-contents:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 25px 15px;
	border-color: transparent transparent #e8e8e8 transparent;
	line-height: 0px;
	left: 20px;
	top: 0;
}

.hover-bub-contents .container {
	background: #e8e8e8;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	padding: 20px;
	overflow: hidden;
}

.hover-bub a > span.x {
  display: inline-block;
  transition: transform .25s ease;
}

.touch .hover-bub a:hover > span.x {
  transform: rotate(45deg);
}

.hover-bub .container > a.x {
  font-family: Helvetica, arial, sans-serif;
  display: none;
  position: absolute;
  right: 5px;
  top: -5px;
  color: #fff;
  background: #4eb9aa;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  font-size: 19px;
}

.touch .hover-bub .container a.x {
  display: block;
}

@media all and (max-width: 610px) {

  .hover-bub-contents {
    margin-left: 0;
    padding-top: 10px;
    width: 100%;
  }
  .hover-bub-contents::before {
    display:  none;
  }
  .hover-bub:hover .hover-bub-contents {
    left: 0;
  }
  .nm-shop-header.centered {
    padding-top: 0 !important;
  }

}

.nm-shop-results-bar.has-filters.is-category #nm-shop-search-taxonomy-reset, .nm-shop-results-bar.is-category {
  display:  block !important;
}

.nm-validation-inline-notices #billing_state_field.form-row.woocommerce-invalid-required-field::after {
  content: "";
}

.featured-header {
  background: url("images/bg-featured.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 160px 50px;
}

.featured-header .nm-row {
  max-width: 520px;
  text-align: center;
}

.featured-header h2 {
  font-size: 72px;
  line-height: 80px;
  color: #253540;
  letter-spacing: -2px;
}

.featured-header h4 {
  color: #253540;
  padding-top: 5px;
  font-size: 24px;
}

@media all and (max-width: 768px) {

  .featured-header {
    padding: 100px 20px;
  }
  .featured-header h2 {
    font-size: 48px;
    line-height: 56px;
  }

  .featured-header h4 {
    font-size: 18px;
  }

}

@media all and (max-width: 400px) {
  .featured-header {
    padding: 80px 20px;
  }
  .featured-header h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .featured-header h4 {
    font-size: 16px;
  }
}

/* = Page Editor Stuff ----------- */

.wpb_text_column {
  margin-bottom: 20px;
}

.wpb_text_column h4,
.wpb_text_column h3,
.wpb_text_column h2,
.wpb_text_column h1 {
  margin-bottom: 25px;
  margin-top: 10px;
  font-weight: bold;
}

body .nm-tabs-panel-inner.entry-content ol:not([class]) li,
body .nm-tabs-panel-inner.entry-content ul:not([class]) li {
  margin-left: 18px;
}

.wpb_text_column ol li,
.wpb_text_column ul li {
  margin-bottom: 5px;
}

h4.vc_tta-panel-title,
.vc_tta-panel-title {
  margin: 0;
  font-weight: bold;
}


/* = Reviews ----------- */

h2#contributions-list-title {
	margin-top: 50px
}

.star-rating-selector:not(:checked) input:checked~label.checkbox {
	color: #ffd200;
}

.star-rating-selector:not(:checked) label.checkbox:hover, .star-rating-selector:not(:checked) label.checkbox:hover~label.checkbox  {
	color: #ffd200;
}

.star-rating-selector:not(:checked) input:checked+label.checkbox:hover, .star-rating-selector:not(:checked) input:checked+label.checkbox:hover~label.checkbox, .star-rating-selector:not(:checked) input:checked~label.checkbox:hover, .star-rating-selector:not(:checked) input:checked~label.checkbox:hover~label.checkbox, .star-rating-selector:not(:checked) label.checkbox:hover~input:checked~label.checkbox {
	color: #ffd200;
}

.rating-star {
	color: #ffd200;
}

.woocommerce #reviews .product-rating .product-rating-details table td.rating-graph .bar, .woocommerce-page #reviews .product-rating .product-rating-details table td.rating-graph .bar {
	background-color: #4eb9aa;
}


/* = Checkout Page ----------- */

#customer_details h3 {
  padding-bottom: 10px;
  font-weight: bold;
  padding-top: 10px;
}

.woocommerce-account-fields {
  display: none;
}

#nm-checkout-login-form .login .form-row {
  padding: 0 2px;
}

#nm-checkout-login-form .nm-login-form-divider {
  margin-top: 0px !important;
}

#nm-checkout-login-form .nm-login-form-divider span {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: none;
  margin: 10px 0 0;
}

#nm-checkout-login-form .bg-gray {
  background-color: #bbb;
  border: none;
}

#passwordless-login {
  max-width: 400px;
}

#passwordless-login p {
  margin: 0;
}

#nm-checkout-login-form .wpa-error + p #wpa-submit,
#passwordless-login #wpa-submit {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

#nm-checkout-login-form .wpa-error {
  margin-top: 20px;
}

.woocommerce-checkout #nm-checkout-login-form .wpa-error a {
  display: none;
}

.woocommerce-checkout .nm-coupon-popup-wrap .nm-shop-notice {
  background: none;
}

.checkout #nm-breadcrumb {
  margin-top: 20px;
}

.mobile-review {
  display: none;
  visibility: hidden;;
}


#customer_details {
  padding-right: 40px;
  padding-top: 35px;
}

#order_review {
  padding-left: 40px;
  padding-top: 35px;
  z-index:  1;
  position: relative;
  line-height: 1.5;
}

#order_review:before {
  content: "";
  display: block;
  width: 100%;
  background:#e9e9e9;
  position:  absolute;
  height: 5000px;
  width: 10000px;
  z-index: -1;
  left: 0;
  top: 0;
}

form.woocommerce-checkout {
  margin-top: 0;
  padding-top: 0;
}

#payment .payment_methods li {
  background: #fff;
}

.nm-checkout-login-coupon > li:last-child {
  margin-bottom: 20px;
}

.nm-checkout-login-coupon {
  margin-top: 20px;
}

.nm-checkout-login-coupon-inner {
  text-align: left;
  margin-top: 0;
}

.nm-checkout-login-coupon-inner .nm-shop-notice {
  text-align: left;
}

.nm-checkout-login-coupon a {
  font-weight: bold;
}

.nm-shop-notice {
  text-align:  center;
  padding-top: 25px;
  padding-left: 0px;
  padding-right: 0px;
}

.woocommerce-checkout-review-order-table {
  margin-bottom: 30px;
}

.testimonials blockquote {
  background: rgba(255,255,255,.75);
  padding: 25px 30px;
  line-height: 1.5;
  font-size: 16px;
}

.testimonials blockquote cite {
  font-weight: bold;
  margin-top: 10px;
  font-style: italic;
}

#order_review .shop_table tbody .nm-checkout-product-thumbnail {
  width: 75px;
}

#order_review .shop_table tbody .nm-checkout-product-thumbnail img {
  border: 2px solid #ddd;
}

#order_review hr {
  border-bottom: 1px solid #d2d2d2;
  margin: 30px 0;
}

#order_review h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

body.page-id-7.woocommerce-order-pay.woocommerce-checkout #nm-header-placeholder,
body.page-id-7.woocommerce-order-pay.woocommerce-checkout #nm-header,
body.page-id-7.woocommerce-order-pay.woocommerce-checkout #nm-footer,
body.page-id-7.woocommerce-order-pay.woocommerce-checkout #site-footer {
  display: block !important;
}

body.page-id-7.woocommerce-order-pay.woocommerce-checkout #order_review {
  padding: 0;
}
body.page-id-7.woocommerce-order-pay.woocommerce-checkout,
body.page-id-7.woocommerce-order-pay.woocommerce-checkout .nm-page-wrap,
body.page-id-7.woocommerce-order-pay.woocommerce-checkout #order_review,
body.page-id-7.woocommerce-order-pay.woocommerce-checkout #order_review::before {
  background: #fff;
}

.woocommerce-shipping-fields h3:first-child {
  display: none;
}

body.woocommerce-checkout .woocommerce > .nm-shop-notice.woocommerce-message:first-child,
body.woocommerce-checkout .woocommerce > .nm-shop-notice.woocommerce-error:first-child {
  display: none !important;
}

body.woocommerce-checkout.woocommerce-order-pay .woocommerce > .nm-shop-notice.woocommerce-message:first-child,
body.woocommerce-checkout.woocommerce-order-pay .woocommerce > .nm-shop-notice.woocommerce-error:first-child {
  display: block !important;
  padding-bottom: 59px;
}

#order_review .edit-cart-row td {
  background: none !important;
  padding-top: 0 !important;
  border: none !important;
  font-weight: bold;
  text-align: left !important;
  padding-left: 0px !important;
}

#order_review .edit-cart-row td a {
}

html body .nm-cart-empty > .nm-shop-notice {
  display: block !important;
  margin-bottom: 40px;
  padding-top: 0;
  font-weight: bold;
}

#place_order, #customer_details .form-row input[type="submit"] {
  background: url("images/icon-locked.png") 30px 50% no-repeat #3bd36d;
  background-size: 16px 21px;
  color: #fff;
  border: none;
  font-size: 24px;
  text-transform: none;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 25px;
}

#billing_email_field, #billing_phone_field {
  float: none;
  width: 100%;
  clear: both;
}

.footer-copy {
  border-top: 1px solid #d5d5d5;
  margin-top: 50px;
  padding-top: 10px;
}

#payment {
  margin-top: 0;
}

#pay_with_amazon {
  float: none;
  margin: 0;
}

.payment_method_amazon {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  padding: 15px 19px 7px;
}

#customer_details .col-2 {
  clear: both;
}

.wc-authorize-net-cim-credit-card-new-payment-method-form .form-row:not(.validate-required) {
  display: none;
}

@media only screen and (max-width: 991px) {
  #customer_details {
    padding-right: 0;
  }
  #order_review {
    padding: 40px;
    background: #e9e9e9;
    margin: 0 -30px;
    width: auto;
    margin-top: 30px;
  }
  #order_review::before {
    display: none;
  }
  .woocommerce-checkout-review-order-table {
    display: none;
  }
  #order_review.mobile-review {
    margin-bottom: 30px;
    display: block;
    visibility: visible;
  }
  .mobile-review .woocommerce-checkout-review-order-table {
    display: table;
  }
  form.woocommerce-checkout {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 550px) {
  #place_order, #customer_details .form-row input[type="submit"] {
    font-size: 16px;
  }
}

@media only screen and (max-width: 400px) {
  #place_order, #customer_details .form-row input[type="submit"] {
    padding: 20px 50px;
    height: auto;
    white-space:normal;
  }
}

body .form-row-first {
  clear: both;
}

table.woocommerce-table {
  width: 100%;
}

table.woocommerce-table th {
  font-weight: bold;
}

table.woocommerce-table td,
table.woocommerce-table th {
  padding: 5px;
}

table.woocommerce-table td:first-child,
table.woocommerce-table th:first-child {
  padding-left: 0;
}

table.woocommerce-table td:last-child,
table.woocommerce-table th:last-child {
  padding-right: 0;
}

.thumbnails-vertical .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: .4;
}

/*== Footer ==*/

.site-footer {
  background: #efefef;
  padding: 40px 30px;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  clear: both;
}

.site-footer .helper {
	display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.site-footer img {
  float: left;
  margin-right: 10px;
  margin-top: -6px;
}

.site-footer.copy-info {
  width: 100%;
}

.site-footer .menu li {
  list-style: none;
  display: inline-block;
}

.site-footer .links span:after {
  content: " | ";
}

/*== Trainer Page / Bio Section ==*/

.bio-section {
	clear: both;
	overflow: hidden;
}

.bio-panel {
	--gap: 30px;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0 var(--gap);
}

body .bio-panel li {
	list-style: none;
	margin: calc(var(--gap) / 2) 0;
	display: inline-block;
	width: calc(25% - (var(--gap) / 4  + var(--gap) / 2));
	clear: none;
	box-sizing: border-box;
	vertical-align: text-top;
	font-size: 18px;
}

@media only screen and (max-width: 600px) {
	body .bio-panel li {
		font-size: 16px;
	}
}

@media only screen and (min-width:901px) {
	body .bio-panel[data-columns="3"] li {
		width: calc(33.33% - (var(--gap) / 3 + var(--gap) / 3));
	}
}

.bio .overlay-box {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

body .bio-panel a:hover img, body .bio-panel .active a img {
	opacity: .7;
}

.bio-panel.selected .bio img {
	opacity: .7;
}

.bio-panel.selected .active .bio img {
	opacity: 1;
}

.bio-panel a, .bio-panel a:hover {
	text-decoration: none;
	color: #444;
}

.bio-panel li(:not(.open-bio)) img {
	width: 100%;
	display: block;
	border-radius: 10px;
}

.bio-content {
	display: none;
}

.open-bio .bio-content {
	display: block;
}

.bio-panel p:last-child {
	margin-bottom: 0;
}

body .bio-panel li.open-bio {
	width: 100%;
}

@media only screen and (max-width: 1000px) {
	.bio-panel {
		--gap: 20px;
	}
}

@media only screen and (max-width: 900px) {
	body .bio-panel li { width: calc(50% - (var(--gap) / 2)); }
}

@media only screen and (max-width: 370px) {
	body .bio-panel li { width: 100%; }
}

/* = Custom Page / Post / Shortcode styles ------ */

.product .summary .price {
  padding-bottom: 12px;
}

.product .summary .curr-converter {
  padding-bottom: 12px;
}

.woocommerce-checkout .curr-converter {
  margin: -15px 0 15px 0;
}

.wc-proceed-to-checkout .curr-converter {
    margin-bottom: 20px;
}

.nm-cart-panel-summary-inner .curr-converter {
  padding-bottom: 15px;
}

@media all and (min-width: 550px) {
  .nm-cart-panel-summary-inner .curr-converter { margin-top: -20px; }
}

.curr-converter ul.currency_switcher li a {
  background: rgba(255,255,255,.75);
  padding: 2px 8px;
  font-size: 10px;
  font-weight: bold;
}

.curr-converter ul.currency_switcher li a:hover {
  background: #fff;
}

.curr-converter ul.currency_switcher li a.active {
  background: #4eb9aa;
  color: #fff;
  border-color: #4eb9aa;
}

@media all and (max-width: 991px) {
  .woocommerce > #order_review .curr-converter {
    display: none;
  }
}

.page-template-default .nm-page-wrap-inner > .nm-row {
  padding-top: 40px;
  padding-bottom: 40px;
}

.woocommerce-checkout .nm-page-wrap-inner > .nm-row {
  padding-top: 0;
}

.woocommerce-checkout .woocommerce-error {
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
  background: #f7eeec;
  padding: 20px;
}

h2.intro {
    font-size: 36px;
    font-weight: normal;
    width: 82%;
}

.center {
  text-align: center;
  display: block;
  margin-bottom: 2rem;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: both;
}

.content_block .videowrapper {
    padding-bottom: 55%;
    margin: 0;
    position: relative;
    height: 0;
    margin-bottom: 50px;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body div > .wrap {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 10px 0;
}

.bg-black { background-color: #010101; }
.bg-green { background-color: #73bf44;	 }
.bg-blue { background-color: #4883c4}
.bg-pink { background-color: #c31b84; }
.bg-orange { background-image: linear-gradient(to left, #f67e3a, #f55d45); }
.bg-lightpink { background-color: #fdeaf2; }
.bg-pinkblue {background-image: linear-gradient(to left, #be1a8a, #01aeee); }
.bg-greenblue {background-image: linear-gradient(to left, #92c64d, #1dafec); }

.content_area.band.pi {
	background: #e4107f;
	color: #fff;
}

.content_area.band.pu {
	background: #967CAC;
	color: #fff;
}

.content_area.band.gr {
	background: #3d7739;
	color: #fff;
}

.content_area.band.gr2 {
	background: #87b80b;
	color: #fff;
}

.content_area.band h2 {
	color: #fff;
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

.content_area.band h3 {
	color: #fff;
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

.large {
	font-size: 150%;
}

.larger {
	font-size: 200%;
}

.green {
	color: #009900
}

.olive {
	color: #599f2e;
}

.orange {
	color: #f28e00
}

.red {
	color: #B12704
}

.grey {
	color: #aaaaaa
}

.seablue {
	color: #4883c4;
}

.white, .white * {
	color: #fff;
}

.yellow {
	background: #fef9ce;
	border: #eee597 4px solid;
}

.blue {
	background-color: #DDEEFE;
	border: #9bcfff 4px solid;
}

.purple {
	background-color: #EEE9F1;
	border: #B5A3C5 4px solid;
}

.pink {
	background-color: #F9D9CA;
	border: #fdab84 4px solid;
}

.hotpink, .hotpink h2 {
	background-color: #e4107f;
	color: #fff;
}

.brightyellow {
	background-color: #ffd200;
}

.lightyellow {
	background-color: #f8e279;
}

.brightgreen {
	background-color: #a3cd39;
}

.darkgreen, .darkgreen h2 {
	background-color: #3d7739;
	color: #fff;
}

.darkblue, .darkblue h2 {
	background-color: #2e2d4f;
	color: #fff;
}

.bg-lightpink * {
	color: #000;
}

.clear-column {
	clear:both;
	display:block;
	font-size:0; height:0;
	line-height:0; width:100%;
	overflow: hidden;
}

.one-half,
.one-third,
.two-third,
.one-fourth,
.three-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth {
	float: left;
	margin-right: 2.7350427350427%;
	min-height: 1px;
}

.last {
	margin-right: 0;
}

/* 1170px width | 32px gutter */
.one-half 		{ width: 48.632478632479%; }
.one-third 		{ width: 31.509971509972%; }
.two-third 		{ width: 65.754985754986%; }
.one-fourth 	{ width: 22.948717948718%; }
.three-fourth 	{ width: 74.316239316239%; }
.one-fifth 		{ width: 17.811965811966%; }
.two-fifth 		{ width: 38.358974358974%; }
.three-fifth 	{ width: 58.905982905983%; }
.four-fifth 	{ width: 79.452991452991%; }
.one-sixth 		{ width: 14.387464387464%; }
.five-sixth 	{ width: 82.877492877493%; }

/* Maximum width of 660 pixels. */
@media screen and (max-width: 660px) {
	.one-half,
	.one-third,
	.two-third,
	.one-fourth,
	.three-fourth,
	.one-fifth,
	.two-fifth,
	.three-fifth,
	.four-fifth,
	.one-sixth,
	.five-sixth {
		clear: both;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 16px;
		margin-top: 16px;
	}
}

/* Legacy Columns */
.columns-2 , .columns-3, .columns-4 { float: left; margin-left: 2.735042735043%; }
.columns-2 { width: 48.632478632479%; }
.columns-3 { width: 31.452991452991%; }
.columns-4 { width: 22.905982905983%; }
.first { clear: both; margin-left: 0; }

.content_area {
  padding: 40px 0;
}

.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.clear-column {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}

.content_block {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.wrap::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

#block-image {
  min-height: 470px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  box-shadow: 0 -48px 48px rgba(0, 0, 0, 0.35) inset, 0 48px 48px rgba(0, 0, 0, 0.35) inset;
}

#block-image .headline {
    color: #fff;
    position: absolute;
    bottom: 0;
    line-height: 42px;
    margin: 0 0 -4px;
    font-size: 60px;
    text-transform: uppercase;
}

/* = Front page template ----------- */

.featured-front {
  background-image: url(images/bg-featured2.jpg);
  background-position: center bottom;
  color: #fff;
  padding: 10% 20px;
}

.featured-front p, .featured-front h2, .featured-front h3, .featured-front h4, .featured-front a {
  color: #fff;
}

.featured-front .nm-row {
  max-width: 100%;
}

.featured-front h3 {
  font-size: 46px;
  line-height: 52px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
}

.featured-front h3 em {
  color: #4eb9aa;
  font-style: normal;
  display: block;
  height: 52px;
  line-height: 52px;
}

.scroll-wrapper {
  overflow: hidden;
  display: inline-block;
  border-bottom: 2px solid #4eb9aa;
  width: 300px;
  margin: 0 10px;
  line-height: 56px;
  height: 56px;
  vertical-align: middle;
}

.scroll-wrapper .scroll {
  animation: scroll 10s cubic-bezier(0.5, 0.04, 0.3, 1) normal;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

@keyframes scroll{
  0%{transform:translateY(0px)}
  11%{transform:translateY(0px)}
  19%{transform:translateY(-52px)}
  27%{transform:translateY(-52px)}
  35%{transform:translateY(-104px)}
  43%{transform:translateY(-104px)}
  51%{transform:translateY(-156px)}
  59%{transform:translateY(-156px)}
  67%{transform:translateY(-208px)}
  75%{transform:translateY(-208px)}
  83%{transform:translateY(-260px)}
  91%{transform:translateY(-260px)}
  99.9999%{transform:translateY(-312px)}
  100%{transform:translateY(-312px)}
}

.woocommerce-product-gallery__image {
  opacity: 1;
}

.nm-shop-loop-thumbnail img,
.nm-shop-loop-thumbnail,
.woocommerce-product-gallery__image,
.woocommerce-product-gallery .flex-control-thumbs li {
  border-radius: 8px;
  overflow: hidden;
}

@media only screen and (max-width: 1100px) {
  .featured-header h2 {
    font-size: 54px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .featured-front h3 {
    font-size: 32px;
    line-height: 36px;
  }
  .scroll-wrapper {
    height: 40px;
    line-height: 36px;
    width: 220px;
  }
  .featured-front h3 em {
    font-size: 32px;
    line-height: 36px;
  }
  #block-image, #block-image .wrap {
    min-height: 250px;
    height: 250px;
  }
  body div > .wrap {
    max-width: 800px;
  }
  h2.intro {
    font-size: 30px;
  }
}

@media only screen and (max-width: 820px) {
  body div > .wrap {
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
  }
}

@media only screen and (max-width: 800px) {
  .featured-header h2 {
    font-size: 42px;
  }
  .featured-front h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .scroll-wrapper {
    height: 30px;
    line-height: 26px;
    width: 160px;
  }
  .featured-front h3 em {
    font-size: 22px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 660px) {
  #block-image, #block-image .wrap {
		height: 200px;
		min-height: 200px;
	}

	#block-image .headline {
		font-size: 30px;
		line-height: 26px;
	}

	h2.intro {
		font-size: 26px;
	}
}

@media only screen and (max-width: 580px) {
  .featured-header h2 {
    font-size: 38px;
  }
  .featured-front h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .scroll-wrapper {
    height: 22px;
    line-height: 20px;
    width: 110px;
  }
  .featured-front h3 em {
    font-size:18px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 455px) {
  .featured-header h2 {
    font-size: 38px;
  }
  .featured-front h3 {
    display: block;
  }
  .scroll-wrapper {
    margin: 5px auto 5px;
  }
  h2.intro {
    font-size: 20px;
  }
}

.featured-front .play-video {
  display: inline-block;
  margin-top: 20px;
  font-size: 24px;
  vertical-align: middle;
  transition: opacity .25s ease;
  padding: 10px;
}

.featured-front .play-video:hover {
  opacity: .75;
  color: #fff;
}

.featured-front .play-video img {
  width: 48px;
  margin-right: 10px;
}

.section-front {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-front h3 {
  font-size: 46px;
  margin-bottom: 20px;
}

.section-front h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.section-media {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dddddd;
}

.section-worldwide {
  background: #edf8f6;
}

.section-worldwide h4 {
  margin-bottom: 50px;
}

.section-worldwide .wrap {
  float: none;
}

.section-approved {
  background: url(images/bg-doctors.jpg);
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.section-approved h4 {
  color: #fff;
  margin: 40px 0;
  font-size: 38px;
  line-height: 1.2;
}

.section-approved .wrap {
  float: none;
  margin: 0 auto;
}

.front-tile  {
  padding: 15px;
}

.front-tile a {
  background-position: center center;
  background-size: cover;
  display: block;
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 50px 20px;
  text-align: center;
}

.front-tile a img {
  transition: opacity .25s ease;
}

.front-tile a:hover img {
  opacity: .65;
}

.front-tile span {
  display: inline-block;
  clear: both;
  width: 100%;
}

.front-tile span {
  color: #253540;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 12px;
}

.front-tile:nth-child(odd) {
  clear: both;
}

.coming-soon a {
  position: relative;
}

.coming-soon span {
  color: #9c9c9c;
  font-size: 24px;
  position: absolute;
  margin: 0;
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
}

.sob-tile a {
  background-image: url(images/bg-tile1.jpg);
}

.si-tile a {
  background-image: url(images/bg-tile2.jpg);
}

.st-tile a {
  background-image: url(images/bg-tile3.jpg?v=2);
}

body.woocommerce-checkout #payment .payment_method_stripe label[for="payment_method_stripe"] {
  padding-left: 19px;
}

.payment_method_stripe p.woocommerce-SavedPaymentMethods-saveNew {
  margin-bottom: 0;
}

body #stripe-card-element {
  margin: 10px 0;
  padding: 10px;
}


/* = Mobile Menu ----------- */

.toggle-menu,
.toggle-course {
	display: none !important;
}

.toggle-menu:hover,
.toggle-course:hover {
	opacity: .75;
}

#mm-blocker {
	cursor: pointer;
}

body .mm-menu .mm-panel .mm-navbar-top a {
	color: rgba(0, 0, 0, 0.65) !important;
}

.mm-panels, .mm-panels > .mm-panel {
	background: #4eb9aa !important;
}

body .mm-listview > li > a, body .mm-listview > li > span {
	color: #fff !important;
}

body .members-mobile .mm-listview > li > a, body .members-mobile .mm-listview > li > span {
  color: #253540 !important;
}

.mm-listview > li:not(.mm-divider)::after {
	border: none !important;
}
.mobile-header {
	display: block;
	text-indent: -9999px;
	background: url(images/logo-header_sob@2x.png) center no-repeat;
	background-size: 136px 16px;
	height: 50px;
	width: 136px;
	margin: 0 0 0 20px;
	padding: 0 !important;
}

.mm-menu > .mm-navbar-top {
	background: #fff !important;
	height: 50px;
	border: 0 !important;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
	margin-top: -10px !important;
}

.mm-listview > li > a, .mm-listview > li > span {
	font-weight: bold;
	font-size: 16px;
}

.mm-listview .mm-next::before {
	border: none;
	background: none !important;
}

.mm-menu .mm-listview > li .mm-arrow::after, .mm-menu .mm-listview > li .mm-next::after {
    border-color: rgba(255, 255, 255, 0.7) !important;
}

.mm-listview .mm-next::before {
	opacity: .75;
}

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next, .mm-menu .sub-menu-wrap {
	background: #a9e47d !important;
	color: #444 !important;
}

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next:after {
	border-color: #444 !important;
}

body .mm-listview > li.mm-opened .sub-menu-wrap li > a, body .mm-listview > li .sub-menu-wrap li > a {
	color: #253540 !important;
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
	background: none !important;
}

#mobile-menu .mm-next {
	display: none !important;
}

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
	margin-right: 0 !important;
}

.hoverhelper {
	display: block;
	width: 100px;
	height: 50px;
	background: none;
	position: absolute;
	z-index: 50;
}

#mobile-menu input,
.mm-navbar #nav_searchform input {
		width: 50%;
}

.mm-navbar {
  padding: 10px 10px 10px 20px;
}

#mobile-menu #nav-s,
.mm-navbar #nav-s {
  width: 70%;
  height: 30px;
  padding: 0 10px;
  vertical-align: top;
  font-size: 14px;
}

#mobile-menu #nav-searchsubmit,
.mm-navbar #nav-searchsubmit {
  font-weight: bold;
  width: 28%;
  height: 30px;
  padding: 0;
  margin-bottom: -2px;
  font-family:linearicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;
}

#mobile-menu #nav-searchform {
  padding: 20px 20px 5px 20px;
  background: #fff;
}

.button.ui,
#mobile-menu li.our-sites a:after,
body .mm-listview > li.our-sites > a::after,
.accordian-menu > a:after {
  background: #4eb9aa;
  border-color: #008c78;
  padding: 4px 4px;
  margin: 0 5px;
  font-size: 80%;
  color: #fff;
  display: inline-block;
}

.mm-navbar > .our-sites {
  padding: 0;
}

#mobile-menu li.our-sites .sub-menu-wrap {
  display: none;
  text-align: left;
}

#mobile-menu li.our-sites .sub-menu-wrap > .wrap {
  background: #fff;
}

#mobile-menu li.our-sites.mm-opened a:after,
body .mm-listview > li.our-sites.mm-opened > a::after {
  border-bottom: 0;
  border-top: 2px solid #008c78;
}

#mobile-menu li.our-sites img,
body .mm-listview > li.our-sites img {
  vertical-align: middle;
  margin: 15px 20px;
}

#mobile-menu li.our-sites > a,
body .mm-listview > li.our-sites > a,
body .mm-panels ul.mm-listview > li.our-sites.mm-selected > a {
  font-size: 16px;
  color: #253540 !important;
  background: #e0e0e0 !important;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  width: 100%;
  display: block;
  text-align: left;
  font-weight: bold;
}

html body #mobile-menu li.our-sites > div.sub-menu-wrap,
html body .mm-panels ul.mm-listview > li.our-sites.mm-opened > div.sub-menu-wrap,
html body .mm-panels ul.mm-listview > li.our-sites > div.sub-menu-wrap {
  border-top: 1px solid #cacaca;
  background: #e0e0e0 !important;
}


/* = Product Reviews ----------- */
.woocommerce #reviews #comments .form-contribution_comment, .woocommerce-page #reviews #comments .form-contribution_comment,
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  margin-left: 0;
}

.woocommerce #reviews .form-contribution #review_rating_field .star-label, .woocommerce-page #reviews .form-contribution #review_rating_field .star-label {
  margin-top: 6px;
}

.star-label {
  text-transform: uppercase;
  color: #d13a82;
}

#review_rating_field {
  font-weight: bold;
}

#review_form_wrapper {
  padding-top: 0;
}

.contributions-title,
.contributions-form-title {
  display: none;
}

h2#contributions-list-title,
.contribution-type-selector a,
.contribution-type-selector {
  font-size: 24px;
  text-align: left;
  color: #282828;
  margin-top: 0;
}

h2#contributions-list-title {
  margin-top: 30px;
}

#review_rating_field {
  margin-bottom: 0;
}

#review_title_field {
  margin-top: 10px;
}

.contributions-container .commentlist > li .comment-text .meta time {
  display: none;
}

.contribution-badge-admin {
  background-color: #4eb9aa;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 8px 3px;
  font-weight: bold;
}

#reviews {
  padding-top: 0;
}

#reviews .contribution-title {
  position: relative;
  font-weight: bold;
  font-size: 18px;
}

#reviews .contribution-title.question-title {
  font-weight: normal;
  color: #d13a82;
  font-size: 17px;
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}

#reviews .commentlist li .comment-text .meta {
  position: relative;
  padding-right: 0;
}

#reviews .commentlist > li .comment-text .meta strong {
  display: inline-block;
}

#reviews .commentlist li .comment-text .star-rating {
  top: 0px;
  margin-right: 0;
}

#reviews .woocommerce-review__verified {
  margin-left: 3px;
}

.product-rating {
  margin-bottom: 30px;
}

.woocommerce #reviews .product-rating .product-rating-summary,
.woocommerce-page #reviews .product-rating .product-rating-summary {
  background-color: #f2faf8;
  width: 60%;
}

.woocommerce #reviews .product-rating .product-rating-details table td.rating-count a, .woocommerce-page #reviews .product-rating .product-rating-details table td.rating-count a {
  text-decoration: none;
}

.woocommerce #reviews .product-rating .product-rating-details, .woocommerce-page #reviews .product-rating .product-rating-details {
  padding-left: 30px;
  width: 40%;
}

.woocommerce #reviews .contribution-flag-form, .woocommerce-page #reviews .contribution-flag-form {
  padding: 30px;
}

p.wc-product-reviews-pro-form-submit-row {
   margin-bottom: 0;
}

.star-rating-selector:not(:checked) input:checked ~ label.checkbox:hover {
  opacity: .75;
}

.product-rating-summary h3 {
  font-weight: bold;
  color: #4eb9aa;
}

.product-rating-summary p {
  color: #9bb5af;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.woocommerce-noreviews {
  width: 100%;
  background-color: #f2faf8;
  margin-top: 20px;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  color: #f2faf8#9bb5af;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.woocommerce #reviews .contributions-filter p#comments_filter_field select, .woocommerce-page #reviews .contributions-filter p#comments_filter_field select {
  margin-top: -6px;
}

#wc-product-reviews-pro-modal {
  overflow: auto;
  opacity: 0;
  padding: 20px 30px 30px;
  display: block !important;
  pointer-events: none;
}

.wc-prp-modal #wc-product-reviews-pro-modal {
  pointer-events: auto;
}

#wc-product-reviews-pro-modal .close {
  top: 10px;
  color: #000;
  right: 10px;
}

#wc-product-reviews-pro-modal .lost_password {
  float: none;
}

#wc-product-reviews-pro-modal .lost_password a {
  top: 0;
  color: #a1a1a1;
}

#wc-product-reviews-pro-modal p.form-row.form-group:nth-child(4) {
  font-size: 14px;
  line-height: 1;
}

#wc-product-reviews-pro-modal p.form-row.form-group:nth-child(4) .woocommerce-form__label {
  display: none;
}

#wc-product-reviews-pro-modal p.form-row label {
  font-size: 16px;
}

#wc-product-reviews-pro-modal-container {
  padding: 20px;
}

#wc-product-reviews-pro-modal .nm-myaccount-login {
  padding-bottom: 0;
}

#wc-product-reviews-pro-modal p.register {
  display: none !important;
}

#wc-product-reviews-pro-modal .nm-myaccount-login h2 {
  display: none;
}

#wc-product-reviews-pro-modal .nm-myaccount-login {
  padding-top: 0;
}
.wc-prp-modal #nm-header {
  transform: translateY(-120px);
}

.woocommerce #reviews .contribution-karma, .woocommerce-page #reviews .contribution-karma {
  margin-left: 0;
  color: #999;
}

.woocommerce #reviews .contribution-actions > a.done, .woocommerce-page #reviews .contribution-actions > a.done {
  color: #4eb9aa;
}

#reviews .commentlist > li .children {
  padding-left: 30px;
  border-left: 1px solid #eee;
}

#reviews .commentlist > li .comment-text {
  margin-bottom: 0;
}

#reviews .woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li {
  padding-top: 24px;
}

p.contribution-actions {
  margin-bottom: 0;
  margin-top: 10px;
}

.contribution-type-selector > a:not(.active):hover {
  opacity: .8;
}

.contribution-type-selector > a.active:first-child:last-child,
.contribution-type-selector > a {
  background-color: #eee;
  color: #222;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

.contribution-type-selector > a.active:first-child:last-child {
  cursor: default;
  display: none;
}

.contribution-type-selector > a.active{
  background-color: #4eb9aa;
  color: #fff;
}

#review_form_wrapper .woocommerce-verification-required {
  padding-top: 0;
  text-align: center;
  color: #999;
}

.woocommerce-tabs .panel#tab-reviews {
  border-top: 1px solid #eee;
  padding-top: 53px;
  display: block !important;
}

.force-description_tab-open #tab-description {
  display: block !important;
}

.force-additional_information_tab-open #tab-additional_information {
  display: block !important;
}

@media all and (max-width: 768px) {
  .toggle-menu,
  .toggle-course {
		display: inline-block !important;
	}
  .mm-opening #nm-widget-panel, .mm-opened #nm-widget-panel {
    display: none;
  }
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-front h3 {
    font-size: 32px;
  }
  .section-front h4 {
    font-size: 20px;
  }
  table.woocommerce-table {
    font-size: 14px;
  }
}



@media only screen and (max-width: 550px) {
  .toggle-menu span.hide {
		display: none !important;
	}
  .site-footer img {
    display: block;
    float: none;
    margin: 0 0 15px 0;
  }

  .nm-menu-cart .count {
    color: #4eb9aa !important;
  }
  .nm-menu-cart .count::before,
  .nm-menu-cart .count::after {
    display:  none;
  }
  html .header-mobile-default .nm-menu li a,
  body .nm-right-menu li a {
    padding-left: 5px;
    padding-right: 5px;
  }
  body .nm-right-menu {
    margin-right: -5px;
  }
  .nm-menu-cart .count {
    top: 0;
  }
  .mb-hide {
    display:  none;
  }
  .filters-menu > li, ul.nm-shop-categories li a, ul.nm-shop-categories li.current-cat a {
    font-size: 14px;
  }
  .front-tile {
    width: 100%;
    float: none;
    clear: both;
  }
  table.woocommerce-table .button,
  table.woocommerce-table {
    font-size: 11px !important;
  }

  .woocommerce #reviews .contributions-filter select, .woocommerce-page #reviews .contributions-filter {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  .woocommerce #reviews .contributions-filter p#comments_filter_field select, .woocommerce-page #reviews .contributions-filter p#comments_filter_field select,
  #comments_filter_field span,
  #comments_filter_field {
    width: 100%;
    margin: 0;
  }
  #contributions-list-title {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .toggle-course span.hide {
    display: none !important;
  }
  .star-rating-selector fieldset {
    float: left;
  }
  #review_title_field {
    clear: both;
    padding-top: 20px;
  }
  .woocommerce #reviews .form-contribution #review_rating_field label, .woocommerce-page #reviews .form-contribution #review_rating_field label {
    display: block;
  }
}

@media only screen and (max-width: 468px) {
  .toggle-course span.hide {
    display: inline !important;
  }
  #nav-search {
      left: 0;
      margin-left: 0;
      width: 100%;
      padding-top: 0;
      position: fixed;
  }
  #nav-search form {
    width: 100%;
  }
  #nav-search:before {
    display: none;
  }
  #nav-search #nav-s {
    width: calc(100% - 90px);
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 12px;
  }
  #nav-search #nav-searchsubmit {
    width: 80px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    padding: 0 5px;
  }
  .nm-menu-offscreen .count {
    display: none !important;
  }
  .header-mobile-alt .nm-right-menu ul li.nm-menu-cart {
    display: block !important;
  }
  .header-mobile-alt .nm-menu li a {
    padding-left: 2px;
  }
  .woocommerce #reviews .product-rating, .woocommerce-page #reviews .product-rating {
    display: block;
  }
  .woocommerce #reviews .product-rating .product-rating-summary, .woocommerce-page #reviews .product-rating .product-rating-summary,.woocommerce #reviews .product-rating .product-rating-details, .woocommerce-page #reviews .product-rating .product-rating-details {
    width: 100%;
    display: block;
    padding: 20px;
  }
  .woocommerce #reviews .product-rating .product-rating-details, .woocommerce-page #reviews .product-rating .product-rating-details {
    margin-top: 0;
  }
}

@media only screen and (max-width: 400px) {
  .toggle-course span.hide {
    display: none !important;
  }
}


@media only screen and (max-width: 400px) {
  #nm-header-shop-search-btn span {
    display: none;
  }
}

@media only screen and (max-width: 345px) {
  .toggle-menu span.hide-2,
  .toggle-course span.hide-2 {
    display: none !important;
  }
  .nm-right-menu {
    float: right !important;
  }
  .nm-menu-cart .nm-menu-cart-title {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .filters-menu > li, ul.nm-shop-categories li a, ul.nm-shop-categories li.current-cat a {
    font-size: 12px;
  }
  .nm-header-col {
    text-align: center;
  }
  .nm-right-menu {
    float: none;
  }
  #title-area {
    max-width: 50%;
  }
  .vertical-logo img,
  .vertical-logo {
    width: 100%;
  }
  .nm-menu-cart-title {
    display: none;
  }
}

#nm-header-placeholder {
  height: 100px;
}
@media only screen and (min-width: 881px) {
  .has-top-bar.has-top-bar-active #nm-header-placeholder {
    margin-bottom: 40px;
  }
  #nm-header-placeholder {
    transition: margin-bottom .25s ease;
  }
}
@media only screen and (max-width: 768px) {
  #nm-header-placeholder {
    height: 50px;
  }
  #order_review .shop_table tbody .nm-checkout-product-thumbnail {
    display: block !important;
    width: 90%;
    min-width: 100px;
    max-width: 100px;
    padding-right: 10px;
  }
}

.nm-widget-panel.mm-slideout {
  z-index: 1020;
}

#nm-widget-panel-overlay.mm-slideout, #nm-page-overlay.mm-slideout {
  z-index: 1000;
}

#review_form .comment-form-rating .stars a::before {
	font-size: 40px;
  line-height: 28px;
}

#review_form .comment-form-rating .stars a {
	width: 30px;
}

/* Hide the header on the checkout page but show it on the order-received page */
.woocommerce-checkout #nm-header-placeholder, .woocommerce-checkout #nm-header,
.woocommerce-checkout #nm-footer,
.woocommerce-checkout #site-footer {
  display: none;
}
.woocommerce-checkout.woocommerce-order-received #nm-header-placeholder, .woocommerce-checkout.woocommerce-order-received #nm-header {
  display: block;
}

#commentform {
  padding: 2px;
}


@media (max-width: 1199px) {
  .thumbnails-vertical .woocommerce-product-gallery .flex-control-thumbs, .woocommerce-product-gallery .flex-control-thumbs {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 20px;
  }
  .woocommerce-product-gallery .flex-control-thumbs li {
    display: inline-block;
    margin: 0 10px;
    list-style: none;
    max-width: 60px;
  }
}

.wc_1cu_default_offer_page .flex-control-thumbs {
  text-align: center;
}

.wc_1cu_default_offer_page .flex-control-thumbs li {
  display: inline-block;
  margin: 10px 5px;
}

#payment .payment_methods li.woocommerce-SavedPaymentMethods-new label,
#payment .payment_methods li.woocommerce-SavedPaymentMethods-token label {
  display: inline;
  margin-left: 5px;
}

body .nm-coupon-popup-wrap .mfp-close {
  display: block !important;
  font-size:16px;
  line-height:32px;
  display:block;
  width:32px;
  height:32px;
  background: black;
  color: #fff;
  border-radius:100%;
  position:absolute;
  top:-15px;
  right:-15px;
  text-align: center;
  cursor: pointer;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	transition: all .3s;
}

.mfp-fade.mfp-bg.mfp-ready    { opacity: .9; }
.mfp-fade.mfp-bg.mfp-removing { opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all .3s;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content    { opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }

.search-results-group {
  display: none;
}

.search-results-group.active {
  display: block;
}

.search-pagination {
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px #eee solid;
}

.search-pagination a {
  border: none !important;
  display: inline-block;
  padding: 2px 15px;
  margin: 2px;
}

.search-pagination a.active:hover,
.search-pagination a.active {
  background: #4eb9aa;
  color: #fff;
}

.nm-login-message:empty {
  display: none;
}

.woocommerce-order-details header h2 { 
  font-size: 22px;
  margin-bottom: 16px;
}

.woocommerce-order-details header {
  padding-top: 20px;
}

.shop_table {
  width: 100%;
}

.shop_table th {
  font-weight: bold;
  padding-bottom: 5px;
} 


.product .single_variation .price {
	    line-height: 1.5;
}

.woocommerce-order-received .page > .woocommerce > .nm-shop-notice{
  display: block;
  padding: 10px 0;
}


/**
 * PLYR Extra Styles
 */

/* Hide extra english option (safari only) */
button[data-plyr="language"][value="1"] {
  display: none !important;
}

 .plyr button {
  text-transform: none !important;
 }

 #plyr-music-1 {
  min-width: 120px;
}

#plyr-music-1 button {
  margin-top: 0;
  font-weight: bold;
}

#plyr-music-1.plyr__menu__container .plyr__control > span {
  white-space: nowrap;
}

.plyr__music__disabled svg  {
  color: #e3baba;
}

.plyr__music__disabled:hover svg  {
  color: #ede0e0;
}

.plyr__music__disabled:before {
  content: "";
  display: block;
  width: 62%;
  height: 1px;
  background: #f78b8b;
  position: absolute;
  top: 72%;
  left: 43%;
  border-radius: 10px;
  transform: rotate(45deg) translate(-50%, -50%);
}

.plyr__music {
  position: relative;
}

.plyr__music[aria-expanded="true"] svg {
  transform: none !important;
}

.plyr__music__volumes {
  padding-top: 5px;
  margin-top: 10px;
  border-top: 1px solid #dedede;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.plyr__music__volumes button {
  width: 32% !important;
}

.plyr__music__volumes button path {
  transition: .25s ease;
}

.plyr__music__volumes .current path {
  stroke: #4eb9aa;
}

.plyr__music__volumes button:hover path {
  stroke: #fff;  
}

.plyr__volume {
  min-width: 20px;
}

@media all and (max-width: 500px) {
  .plyr__volume {
    display: none;
  }
  .vjs-music-control > svg {
    width: 14px;
    height: 14px;
  } 
}

@media all and (max-width: 400px) {
  .plyr__controls .plyr__control[data-plyr="music_track"] {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-size: 11px;
  }
}

.plyr--hide-controls #plyr-music-1 {
	visibility: hidden;
}

@media all and (max-width: 600px) {
	#plyr-music-1 {
		max-height: 35vw;
		min-height: 80px;
		overflow: auto;
	}
}

@media all and (max-width: 350px) {
	#plyr-music-1 {
		max-height: 30vw;
		overflow: auto;
	}
}

.vjs-music-control {
  cursor: pointer;
}

.vjs-music-control > svg {  
  width: 100%;
  height: 100%;
  padding: 10%;
  display: block;
  filter: drop-shadow(0 -1px 1px #000);
}

.vjs-music-control:hover > svg {
  filter: drop-shadow(0 0 10px rgba(255,255,255,.75));
  cursor: pointer;
}

.vjs-music-control.vjs-music-disabled > svg {
  color: #f78b8b !important;
}

.vjs-music-volumes {
  height: 28px;
  display: flex;
  max-width: 100%;
  overflow: hidden;
  background: none !important;
  box-shadow: none !important;
  padding: 5px 10px !important;
}

.vjs-music-volumes > button {
  padding: 0;
  width: 33.33%;
  color: #fff !important;
}

.vjs-music-volumes > button:hover {
  background: rgba(0,0,0,.5) !important;
}

.vjs-music-volumes > button.current {
  color: #2AE7D1 !important;
}

.vjs-music-volumes > button svg {
  height: 100%;
  width: 100%;
  padding: 5%;
}

.vjs-music-volumes > button svg path {
  stroke: currentColor;
}










/* STRIPE STYLES https://gist.github.com/roykho/4622d24528dcec0960cc5c6917946892 */
#add_payment_method .woocommerce-PaymentMethod label { margin-left: 10px; }
#add_payment_method li { clear: right; }
#add_payment_method #wc-stripe_sepa-form { padding: 10px; }
form#order_review { margin: 25px 0 25px 25px; }
form#order_review #payment_method_stripe_sepa { margin: 25px 0 25px 25px; }
form#order_review .payment_methods label { margin-left: 10px; }
form#order_review li { clear: right; }
form#order_review #wc-stripe_sepa-form { padding: 10px; }
.wc_payment_method .payment_box label { display: inline; }

.woocommerce-checkout #payment .payment_method_stripe,
#add_payment_method #payment .payment_method_stripe { position: relative; }

.woocommerce-checkout #payment input#payment_method_stripe,
#add_payment_method #payment input#payment_method_stripe { position: absolute; top: 20px; }

.woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe] { display: block; padding-left: 32px; }
#add_payment_method #payment .payment_method_stripe label[for=payment_method_stripe] { display: block; padding-left: 20px; }

.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon,
#add_payment_method #payment ul.payment_methods li img.stripe-icon { float: right; max-width: 40px; padding-left: 3px; margin: 0; }

.woocommerce-checkout #payment ul.payment_methods li img.stripe-bancontact-icon,
#add_payment_method #payment ul.payment_methods li img.stripe-bancontact-icon { max-height: 65px; max-width: 45px; }

form#order_review #wc-stripe_sepa-form { padding: 10px; }
#add_payment_method #payment ul.payment_methods li .stripe-mastercard-brand { position: absolute; top: 50%; margin-top: -10px; right: 10px; background: no-repeat url( '../images/mastercard.svg' ); display: block; width: 30px; height: 24px; }

.woocommerce-checkout #payment ul.payment_methods .stripe-card-group,
#add_payment_method #payment ul.payment_methods .stripe-card-group { position: relative; }

#wc-stripe-cc-form br { display: none; }

/* Admin Bar Tweaks */
@media (max-width: 600px) {
  html #wpadminbar {
    transition: margin-top .25s ease;
  }
  html .header-on-scroll #wpadminbar {
    margin-top: -46px;
  }
  html body.admin-bar.header-on-scroll {
    margin-top: -46px;
  }
}

 



.nm-shop-categories-btn-wrap {
  display: none !important;
}  




.si-icon {
	display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    vertical-align: middle;
    line-height: 1;
    margin-top: -.15em;
	font-size: inherit;
}

.si-icon path {
	fill: currentColor !important;
}

.si-icon svg {
	max-width: 100%;
	max-height: 100%;
}

/*--------------------------------------------------------------
# WooFunnel checkout
--------------------------------------------------------------*/

.wfacp_payment .curr-converter,
.wfacp_layout_shopcheckout.checkout_coupon[style="display: none;"],
.wfacp_layout_shopcheckout.checkout_coupon[style="display:none"] {
  display: none !important;
}


/*--------------------------------------------------------------
# Subscriptions
--------------------------------------------------------------*/
table.stcr-subscription-list {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9375rem;
	line-height: 1.4;
	color: #333;
	background-color: #fff;
	margin: 10px auto;
}

table.stcr-subscription-list [name="email_list[]"] {
	margin-right: 5px;
}

.stcr-subscription-list th,
.stcr-subscription-list td {
	padding: 0.75em 1em;
	border: 1px solid #ddd;
	text-align: left;
	vertical-align: middle;  
	text-align: left !important;
}

.stcr-subscription-list th {
	background-color: #f5f5f5;
	font-weight: 600;
	color: #222;
	text-transform: uppercase;
	font-size: 0.85rem;
}

.stcr-subscription-list tr:nth-child(even) {
	background-color: #fafafa;
}

.stcr-subscription-list tr:hover {
	background-color: #f0f8ff;
}

.stcr-subscription-list a {
	color: #0073aa;
	text-decoration: none;
}

.stcr-subscription-list a:hover {
	text-decoration: underline;
}

.subscribe-reloaded-update-p:last-child {
	display: none;
}

@media (min-width: 769px) {

	#post--999:has(table.stcr-subscription-list) {
		max-width: 800px;
		background: #fdffff;
		padding: 40px;
		border-radius: 20px;
		margin: 0 auto;
		border: 2px solid #d6dfde;
	}

}