/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.update-card-modal .studiocart {
  padding: 0;
}

.ncs-my-account .error-border {
  border: 1px solid #E25950 !important;
}
.ncs-my-account .error-label {
  color: #E25950 !important;
}
.ncs-my-account .modal,
.ncs-my-account .sc-modal {
  display: none;
}
.ncs-my-account .modal .modal-dialog,
.ncs-my-account .sc-modal .modal-dialog {
  left: 50%;
  width: 90%;
  max-width: 400px;
  transform: translateX(-50%);
  max-height: 75%;
  overflow: auto;
}
.ncs-my-account .sc-modal .modal-header h2 {
  font-size: 22px;
}
.ncs-my-account .sc-modal p {
  margin: 0 0 20px;
}
.ncs-my-account .modal.opened,
.ncs-my-account .sc-modal.opened {
  display: block !important;
}
.ncs-my-account .sc_invoice-period {
  margin-top: 15px;
  text-align: left;
}
.ncs-my-account .sc_preloader {
  display: none;
  margin-top: 10px;
  position: absolute;
  left: 48%;
  top: 40%;
}
.ncs-my-account .btn-close {
  color: #000;
  font-size: 20px;
  text-decoration: none !important;
  padding: 10px;
  position: absolute;
  right: 7px;
  top: 0;
  line-height: 28px;
}
.ncs-my-account .btn-close:hover {
  color: #919191;
}
.ncs-my-account .modal:before,
.ncs-my-account .sc-modal:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.ncs-my-account .opened:before {
  display: block;
}
.ncs-my-account .sc-modal .modal-dialog,
.ncs-my-account .update-card-modal .modal-dialog {
  top: 50%;
  transform: translate(-50%, -50%);
}
.ncs-my-account .modal-dialog {
  background: #fefefe;
  border: #333333 solid 0px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  position: fixed;
  left: 15%;
  top: -100%;
  z-index: 99;
  width: 70%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  font-size: 16px;
}
.ncs-my-account .modal-body {
  padding: 20px;
}
.ncs-my-account .modal-header {
  border-bottom: #eeeeee solid 1px;
  padding: 15px 20px 15px;
}
.ncs-my-account .modal-header h2 {
  font-size: 17px;
  margin: 0;
}
.ncs-my-account .sc-modal .modal-dialog {
  max-width: 1200px;
}
.ncs-my-account .sc-modal .modal-body {
  padding: 20px 35px 35px;
}
.ncs-my-account .modal .modal-header + .modal-body {
  padding-top: 8px;
}
.ncs-my-account .modal-footer {
  padding: 10px 20px;
}

#sc_update_subscription {
  display: none;
}

#updateCard .row .form-group {
  margin: 0 0 5px;
  text-align: left;
}
#updateCard .row .form-group:last-child {
  margin: 0;
}
#updateCard #sc_update_card_button {
  font-size: 16px;
}

body.sc-checkout-1 {
  position: static;
}
body.sc-checkout-1 * {
  box-sizing: border-box;
}
body.sc-checkout-1 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 960px) {
  body.sc-checkout-1 .container {
    max-width: 1170px;
  }
}

.sc-account-form .sc-account-error,
#sc-login .sc-account-error,
#sc-password-lost-form .sc-account-error {
  padding-left: 10px;
  border-left: 3px solid #d31111;
}
.sc-account-form .login-info,
#sc-login .login-info,
#sc-password-lost-form .login-info {
  padding-left: 10px;
  border-left: 3px solid #9dc5df;
}
.sc-account-form input[type=text],
.sc-account-form input[type=email],
.sc-account-form input[type=password],
#sc-login input[type=text],
#sc-login input[type=email],
#sc-login input[type=password],
#sc-password-lost-form input[type=text],
#sc-password-lost-form input[type=email],
#sc-password-lost-form input[type=password] {
  display: block;
  width: 100%;
}

.single-sc_collection .studiocart-page .container .products,
.single-sc_product .studiocart-page .container .products {
  position: relative;
}
.single-sc_collection .studiocart-page .container #sc-payment-form.signup-form .sc-order-summary:last-child,
.single-sc_product .studiocart-page .container #sc-payment-form.signup-form .sc-order-summary:last-child {
  padding-bottom: 15px;
}
.single-sc_collection .studiocart-page .container .address-info .row .form-group.sc-address-1.col-sm-12 input,
.single-sc_product .studiocart-page .container .address-info .row .form-group.sc-address-1.col-sm-12 input {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.single-sc_collection .studiocart-page .container .address-info .row .form-group.sc-address-1.col-sm-12 input:focus,
.single-sc_product .studiocart-page .container .address-info .row .form-group.sc-address-1.col-sm-12 input:focus {
  z-index: 1;
  position: relative;
}
.single-sc_collection .studiocart-page .container .address-info .row .form-group.sc-address-2.col-sm-12,
.single-sc_product .studiocart-page .container .address-info .row .form-group.sc-address-2.col-sm-12 {
  margin-top: -1rem;
}
.single-sc_collection .studiocart-page .container .address-info .row .form-group.sc-address-2.col-sm-12 input,
.single-sc_product .studiocart-page .container .address-info .row .form-group.sc-address-2.col-sm-12 input {
  border-top: 0;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.single-sc_collection .studiocart-page .container .address-info .row .form-group.sc-address-2.col-sm-12 input:focus,
.single-sc_product .studiocart-page .container .address-info .row .form-group.sc-address-2.col-sm-12 input:focus {
  z-index: 1;
  position: relative;
}
.single-sc_collection .studiocart-page .container .sc-embed-checkout-form-nav,
.single-sc_product .studiocart-page .container .sc-embed-checkout-form-nav {
  background: #fff;
  padding: 10px;
  margin-bottom: -28px;
  position: relative;
  z-index: 1;
}
.single-sc_collection .studiocart-page .container .sc-embed-checkout-form-nav .sc-checkout-form-steps .steps,
.single-sc_product .studiocart-page .container .sc-embed-checkout-form-nav .sc-checkout-form-steps .steps {
  border-top: 0;
  background: transparent;
}
.single-sc_collection .studiocart-page .container .sc-embed-checkout-form-nav .sc-checkout-form-steps .steps a,
.single-sc_product .studiocart-page .container .sc-embed-checkout-form-nav .sc-checkout-form-steps .steps a {
  background: #f4f4f4;
  color: #bbb;
  padding: 15px 20px;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.single-sc_collection .studiocart-page .container .sc-embed-checkout-form-nav .sc-checkout-form-steps .steps a .step-number,
.single-sc_product .studiocart-page .container .sc-embed-checkout-form-nav .sc-checkout-form-steps .steps a .step-number {
  background: #bbb;
  border-radius: 50%;
  color: #f4f4f4;
  font-weight: bold;
  font-size: 15px;
  height: 26px;
  line-height: 25px;
  transition: all 0.25s ease-out;
  margin-right: 10px;
  text-align: center;
  min-width: 26px;
  width: 26px;
}
@media (max-width: 479px) {
  .single-sc_collection .studiocart-page .container .sc-embed-checkout-form-nav .sc-checkout-form-steps .steps a .step-number,
  .single-sc_product .studiocart-page .container .sc-embed-checkout-form-nav .sc-checkout-form-steps .steps a .step-number {
    font-size: 11px;
    height: 18px;
    line-height: 17px;
    min-width: 18px;
    width: 18px;
  }
}
.single-sc_collection .studiocart-page .container .sc-embed-checkout-form-nav .sc-checkout-form-steps .steps a:hover,
.single-sc_product .studiocart-page .container .sc-embed-checkout-form-nav .sc-checkout-form-steps .steps a:hover {
  text-decoration: none;
}
.single-sc_collection .studiocart-page .container .sc-embed-checkout-form-nav .sc-checkout-form-steps .steps.sc-current a,
.single-sc_product .studiocart-page .container .sc-embed-checkout-form-nav .sc-checkout-form-steps .steps.sc-current a {
  background: #fff;
  color: #333;
}
.single-sc_collection .studiocart-page .container .sc-embed-checkout-form-nav .sc-checkout-form-steps .steps.sc-current a .step-number,
.single-sc_product .studiocart-page .container .sc-embed-checkout-form-nav .sc-checkout-form-steps .steps.sc-current a .step-number {
  background: #333;
  color: #fff;
}
.single-sc_collection .studiocart-page .container #sc-payment-form.sc-2step-wrapper,
.single-sc_product .studiocart-page .container #sc-payment-form.sc-2step-wrapper {
  padding: 0;
}
.single-sc_collection .studiocart-page .container #sc-payment-form.sc-2step-wrapper .sc-checkout-step > div,
.single-sc_product .studiocart-page .container #sc-payment-form.sc-2step-wrapper .sc-checkout-step > div {
  margin-bottom: 40px;
}
.single-sc_collection .studiocart-page .container #sc-payment-form.sc-2step-wrapper .sc-checkout-step > div.row, .single-sc_collection .studiocart-page .container #sc-payment-form.sc-2step-wrapper .sc-checkout-step > div.sc-order-summary,
.single-sc_product .studiocart-page .container #sc-payment-form.sc-2step-wrapper .sc-checkout-step > div.row,
.single-sc_product .studiocart-page .container #sc-payment-form.sc-2step-wrapper .sc-checkout-step > div.sc-order-summary {
  margin-bottom: 0;
}
.single-sc_collection .studiocart-page .container #sc-payment-form.sc-2step-wrapper.step-1 .sc-checkout-step > div,
.single-sc_product .studiocart-page .container #sc-payment-form.sc-2step-wrapper.step-1 .sc-checkout-step > div {
  margin-bottom: 0;
}
.single-sc_collection .studiocart-page .total,
.single-sc_product .studiocart-page .total {
  background: transparent;
  color: #232323;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 0 0 0.8em;
  padding: 0;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.single-sc_collection .studiocart-page .total .price,
.single-sc_product .studiocart-page .total .price {
  letter-spacing: normal;
  font-size: 20px;
  vertical-align: middle;
  margin-top: -8px;
}

.sc-hero-banner {
  background: #234854 center;
  background-size: cover;
  min-height: 350px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 640px) {
  .sc-hero-banner {
    min-height: 250px;
  }
}
.sc-hero-banner:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  content: "";
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.sc-hero-banner h2 {
  color: #fff;
  line-height: 1.25em;
  position: relative;
  text-align: center;
}

.studiocart-page {
  background: #eee;
  color: #232323;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  position: relative;
}
.studiocart-page.page-closed {
  min-height: calc(100vh - 350px);
}
@media (max-width: 640px) {
  .studiocart-page.page-closed {
    min-height: calc(100vh - 250px);
  }
}
.studiocart-page.page-closed .container .studiocart {
  min-width: 100%;
  margin: -50px;
  width: 100%;
}
.studiocart-page.page-closed .container .studiocart .pay-confirmation {
  position: relative;
}
.studiocart-page.page-closed #sc-payment-form {
  align-items: initial;
}
.studiocart-page.page-closed #sc-payment-form .products {
  margin-top: -50px;
  margin-bottom: 50px;
  min-height: auto;
}
.studiocart-page.page-closed #sc-payment-form .products h4 {
  font-size: 20px;
  line-height: 1.35em;
}
@media (max-width: 640px) {
  .studiocart-page.page-closed #sc-payment-form {
    align-items: flex-start;
  }
  .studiocart-page.page-closed #sc-payment-form .products {
    min-height: 40vh;
  }
  .studiocart-page.page-closed #sc-payment-form .products > div {
    min-width: 0;
    line-height: 1.35;
  }
}
.studiocart-page .btn-block {
  border-radius: 2px;
  cursor: pointer;
  font-size: 18px;
}
.studiocart-page .studiocart input:focus,
.studiocart-page .studiocart .StripeElement--focus {
  border: 1px solid #0eb8c1;
  box-shadow: 0 1px 3px 0 #cfd7df;
  outline: none;
}
.studiocart-page .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: auto;
}
@media (min-width: 960px) {
  .studiocart-page .container {
    max-width: 1170px;
    padding: 0 30px;
  }
}
.studiocart-page .container .main-content,
.studiocart-page .container .studiocart {
  margin: auto;
  flex-basis: 53%;
  width: 53%;
  min-width: 53%;
}
.studiocart-page .container .main-content {
  background: #fff;
  margin-top: -60px;
  padding: 30px;
  box-shadow: 20px 37px 80px rgba(0, 0, 0, 0.098);
}
.studiocart-page .container .main-content img {
  height: auto;
}
.studiocart-page .container .studiocart {
  flex-basis: 42%;
  margin-left: 5%;
  margin-top: 0;
  min-width: 42%;
  padding: 50px 0;
  width: 42%;
}
@media (max-width: 900px) {
  .studiocart-page .container .main-content,
  .studiocart-page .container .studiocart {
    flex-basis: 95%;
    width: 95%;
    min-width: 95%;
  }
  .studiocart-page .container .studiocart {
    margin: 0;
    padding: 35px 0 50px;
  }
}
.studiocart-page .container #sc-payment-form .sc-section {
  background: #fff;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.0598);
  padding: 30px;
  position: relative;
}
.studiocart-page .container #sc-payment-form .sc-section.orderbump {
  border: none;
  padding: 30px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  transition: all 0.25s ease-out;
  opacity: 0.9;
}
.studiocart-page .container #sc-payment-form .sc-section.orderbump .sc-bump-image {
  margin-top: 0;
}
.studiocart-page .container #sc-payment-form .sc-section.orderbump [for=sc-orderbump]:before {
  border-color: #dadada;
}
.studiocart-page .container #sc-payment-form .sc-section.orderbump [for=sc-orderbump]:hover:before,
.studiocart-page .container #sc-payment-form .sc-section.orderbump input[type=checkbox]:checked + label:before {
  border-color: #000;
}
.studiocart-page .container #sc-payment-form .sc-section.orderbump:hover {
  margin-top: -5px;
  margin-bottom: 45px;
  box-shadow: 20px 37px 80px rgba(0, 0, 0, 0.298);
  opacity: 1;
}
.studiocart-page .container #sc-payment-form .sc-section.orderbump .title {
  background: transparent;
  padding: 15px 15px 10px;
}
.studiocart-page .container #sc-payment-form.signup-form .sc-section {
  padding-bottom: 0;
}

/* <fs_premium_only> */
.sc-countdown .cd-column {
  width: 100px;
  display: inline-block;
  margin: 10px;
}
.sc-countdown .timer-box {
  text-align: center;
  padding: 10px;
}
.sc-countdown .timer-data {
  font-size: 40px;
  font-weight: 400;
  background-color: #fff;
  padding: 10px;
  border-radius: 50px;
  line-height: 60px;
}
.sc-countdown .timer-title {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  padding: 5px;
}

.sc-countdown-finished-message {
  text-align: center;
}

/* </fs_premium_only> */
#sc-order-details h3,
#sc-order-details p {
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
#sc-order-details p {
  font-size: 14px;
}
#sc-order-details .sc-heading {
  text-transform: uppercase;
}
#sc-order-details .sc-order-table {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 30px;
}
#sc-order-details .sc-order-table .item,
#sc-order-details .sc-order-table .order-total {
  width: 50%;
  border-bottom: 1px solid #e0dede;
  padding: 5px 0px 5px;
  margin: 0;
  font-size: 15px;
  text-align: left;
  display: block;
  line-height: 1.25em;
}
#sc-order-details .sc-order-table .order-total {
  text-align: right;
}

#sc-form-container .sc-checkout-form-steps {
  display: flex;
  margin: 0 0 20px;
  padding: 0;
}

.studiocart {
  padding: 50px 20px;
  line-height: 1.8571428571;
  min-height: 100%;
  /* <fs_premium_only> */
  /* </fs_premium_only> */
  /* <fs_premium_only> */
  /* </fs_premium_only> */
}
.studiocart * {
  box-sizing: border-box !important;
}
.studiocart label {
  margin: 0;
  line-height: 1.8571428571;
}
.studiocart .sc-footer-text {
  font-size: 11px;
  line-height: 1.4;
  opacity: 0.85;
  margin: 12px 0 0;
}
.studiocart .products.product-list .item {
  margin-bottom: 20px;
  align-items: center;
}
.studiocart .products.product-list .item:last-child {
  margin-bottom: 8px;
}
.studiocart .products.product-list .item .product-image {
  width: 45px;
  margin-right: 15px;
  padding-top: 45px;
  background-size: cover;
  background-position: center;
}
.studiocart .products.product-list label {
  line-height: 1.5;
}
.studiocart .products.product-list label > span {
  display: block;
  font-size: 12px;
}
.studiocart .products.product-list label + .w-100 {
  display: flex;
  border-bottom: 1px solid #ddd;
  border-radius: 3px;
  height: 40px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.studiocart .products.product-list label + .w-100 .qty-dec,
.studiocart .products.product-list label + .w-100 .qty-inc {
  background: white;
  border: 0;
}
.studiocart .products.product-list label + .w-100 .qty-dec svg,
.studiocart .products.product-list label + .w-100 .qty-inc svg {
  width: 14px;
  vertical-align: middle;
}
.studiocart .products.product-list label + .w-100 input {
  text-align: center;
  border: 0;
  border-radius: 0;
  width: 50px;
  box-shadow: none;
}
.studiocart .products.product-list label + .w-100 input::-webkit-outer-spin-button,
.studiocart .products.product-list label + .w-100 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.studiocart .products.product-list label + .w-100 input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}
.studiocart.scshortcode {
  padding: 0;
}
.studiocart.scshortcode #sc-payment-form.signup-form .sc-section.products {
  padding-bottom: 20px;
}
.studiocart.scshortcode #sc-payment-form.signup-form .sc-section:last-child .row:last-child .form-group:last-child {
  margin-bottom: 0;
}
.studiocart.scshortcode .container {
  font-size: 14px;
  padding: 0;
}
.studiocart.scshortcode .products {
  position: relative;
}
.studiocart.scshortcode .products #sc-coupon-toggle {
  right: 0;
  top: 6px;
}
.studiocart.scshortcode .coupon-code .form-group {
  margin-left: 0;
  margin-right: 0;
}
.studiocart.scshortcode .sc-2step-wrapper.step-2 #sc-coupon-toggle {
  right: 0;
  top: 0;
}
.studiocart.pay-confirm {
  display: flex;
  align-items: center;
}
.studiocart .content {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  background-color: white;
}
.studiocart .block-heading {
  display: table;
  margin: auto;
  max-width: 600px;
  margin-bottom: 40px;
  text-align: center;
}
.studiocart .block-heading h2 {
  letter-spacing: 0.025em;
}
.studiocart .block-heading p {
  text-align: center;
  margin: auto;
  line-height: 1.5;
}
.studiocart h1:before,
.studiocart h2:before,
.studiocart h3:before,
.studiocart h4:before,
.studiocart h5:before {
  content: none;
}
.studiocart .block-heading h1,
.studiocart .block-heading h2,
.studiocart .block-heading h3 {
  font-size: 2.2rem;
  margin-bottom: 5px;
}
.studiocart .sc-checkout-form-steps .steps {
  background: #eee;
  border-top: 4px solid #eee;
  line-height: 1em;
  width: 100%;
}
.studiocart .sc-checkout-form-steps .steps.sc-current {
  background: transparent;
  border-top: 4px solid #222225;
}
.studiocart .sc-checkout-form-steps .steps a {
  color: inherit;
  display: flex;
  padding: 15px 20px 18px;
  text-decoration: none;
}
.studiocart .sc-checkout-form-steps .steps a .step-number {
  font-weight: bold;
  font-size: 36px;
  line-height: 1em;
  margin-right: 10px;
}
.studiocart .sc-checkout-form-steps .steps a .step-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.studiocart .sc-checkout-form-steps .steps a .step-heading .step-name {
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
}
.studiocart .sc-checkout-form-steps .steps a .step-heading .step-sub-name {
  font-size: 13px;
}
.studiocart #sc-payment-form.sc-2step-wrapper {
  padding: 0 30px;
}
.studiocart #sc-payment-form .sc-checkout-step {
  display: none;
}
.studiocart #sc-payment-form.step-1 #customer-details {
  display: block;
}
.studiocart #sc-payment-form.step-2 #billing-details {
  display: block;
  position: relative;
}
.studiocart #sc-payment-form > div,
.studiocart #sc-payment-form .sc-checkout-step > div {
  margin-bottom: 40px;
}
.studiocart #sc-payment-form > div:last-child,
.studiocart #sc-payment-form .sc-checkout-step > div:last-child {
  margin-bottom: 0;
}
.studiocart #sc-payment-form .sc-checkout-step > div {
  margin-bottom: 15px;
}
.studiocart #sc-payment-form .orderbump {
  border: 1px dashed #000;
  border-radius: 3px;
  padding: 20px;
}
.studiocart #sc-payment-form .orderbump .sc-bump-image {
  margin: 20px 0 5px;
  text-align: center;
}
.studiocart #sc-payment-form .orderbump .sc-bump-image img {
  display: inline;
  max-width: 100%;
}
.studiocart #sc-payment-form .orderbump .has-thumb {
  background-position: 15px 8px;
  background-repeat: no-repeat;
  background-size: 20%;
  padding-left: 25%;
}
@media (max-width: 767px) {
  .studiocart #sc-payment-form .orderbump .has-thumb {
    background-position: center top;
    background-size: auto 125px;
    padding: 140px 0 0;
  }
}
.studiocart #sc-payment-form .orderbump .title {
  background: #f3f5f6;
  padding: 15px;
  margin: -14px -13px 10px;
}
.studiocart #sc-payment-form .orderbump .ob-cta {
  margin-top: 12px;
}
.studiocart #sc-payment-form .orderbump input[type=checkbox] {
  height: auto;
  margin-right: 5px;
}
.studiocart #sc-payment-form .orderbump label {
  font-weight: bold;
}
.studiocart #sc-payment-form .sc-badge {
  text-transform: uppercase;
  background: #eee;
  color: #7c7c7c;
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 82%;
  margin-left: 2px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.studiocart #sc-payment-form .item label .sc-badge {
  border-radius: 2px;
  text-transform: none;
}
.studiocart #sc-payment-form .summary-items {
  margin-bottom: 20px;
}
.studiocart #sc-payment-form .summary-items .sc-label {
  flex-grow: 1;
}
.studiocart #sc-payment-form .summary-items .item {
  display: flex;
  padding: 5px 0;
}
.studiocart #sc-payment-form .summary-items .item.orderbump-item-row .ob-price {
  text-align: right;
}
.studiocart #sc-payment-form .summary-items .item.orderbump-item-row small {
  display: block;
  font-size: 80% !important;
  line-height: 1;
}
.studiocart #sc-payment-form input[type=checkbox],
.studiocart #sc-payment-form input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.studiocart #sc-payment-form input[type=checkbox]:active + label:before, .studiocart #sc-payment-form input[type=checkbox]:active + .item-name:before,
.studiocart #sc-payment-form input[type=radio]:active + label:before,
.studiocart #sc-payment-form input[type=radio]:active + .item-name:before {
  transition-duration: 0s;
}
.studiocart #sc-payment-form input[type=checkbox] + label,
.studiocart #sc-payment-form input[type=checkbox] + .item-name,
.studiocart #sc-payment-form input[type=radio] + label,
.studiocart #sc-payment-form input[type=radio] + .item-name {
  display: inline-block;
  position: relative;
  padding-left: 2em;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.2em;
}
.studiocart #sc-payment-form input[type=checkbox] + label:before,
.studiocart #sc-payment-form input[type=checkbox] + .item-name:before,
.studiocart #sc-payment-form input[type=radio] + label:before,
.studiocart #sc-payment-form input[type=radio] + .item-name:before {
  background: #fff;
  box-sizing: content-box;
  content: "";
  color: #000;
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #a9a9a9;
  text-align: center;
  top: 0;
  transition: all 0.4s ease;
}
.studiocart #sc-payment-form input[type=checkbox] + label:after,
.studiocart #sc-payment-form input[type=checkbox] + .item-name:after,
.studiocart #sc-payment-form input[type=radio] + label:after,
.studiocart #sc-payment-form input[type=radio] + .item-name:after {
  box-sizing: content-box;
  content: "";
  background-color: #000000;
  position: absolute;
  left: 4px;
  width: 9px;
  height: 9px;
  margin-top: 4px;
  top: 0;
  transform: scale(0);
  transform-origin: 50%;
  transition: transform 200ms ease-out;
}
.studiocart #sc-payment-form input[type=checkbox] + label:disabled + label:before,
.studiocart #sc-payment-form input[type=checkbox] + .item-name:disabled + label:before,
.studiocart #sc-payment-form input[type=radio] + label:disabled + label:before,
.studiocart #sc-payment-form input[type=radio] + .item-name:disabled + label:before {
  border-color: #cccccc;
}
.studiocart #sc-payment-form input[type=checkbox] + label:disabled:hover + label:before,
.studiocart #sc-payment-form input[type=checkbox] + .item-name:disabled:hover + label:before,
.studiocart #sc-payment-form input[type=radio] + label:disabled:hover + label:before,
.studiocart #sc-payment-form input[type=radio] + .item-name:disabled:hover + label:before {
  background-color: inherit;
}
.studiocart #sc-payment-form input[type=checkbox] + label:disabled:checked + label:before,
.studiocart #sc-payment-form input[type=checkbox] + .item-name:disabled:checked + label:before,
.studiocart #sc-payment-form input[type=radio] + label:disabled:checked + label:before,
.studiocart #sc-payment-form input[type=radio] + .item-name:disabled:checked + label:before {
  background-color: #cccccc;
}
.studiocart #sc-payment-form input[type=checkbox] + label + .coup-confirm,
.studiocart #sc-payment-form input[type=checkbox] + label .coup-confirm,
.studiocart #sc-payment-form input[type=checkbox] + .item-name + .coup-confirm,
.studiocart #sc-payment-form input[type=checkbox] + .item-name .coup-confirm,
.studiocart #sc-payment-form input[type=radio] + label + .coup-confirm,
.studiocart #sc-payment-form input[type=radio] + label .coup-confirm,
.studiocart #sc-payment-form input[type=radio] + .item-name + .coup-confirm,
.studiocart #sc-payment-form input[type=radio] + .item-name .coup-confirm {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  opacity: 0.7;
  margin-top: -5px;
}
.studiocart #sc-payment-form input[type=checkbox].invalid + .item-name,
.studiocart #sc-payment-form input[type=radio].invalid + .item-name {
  color: #fa7559;
}
.studiocart #sc-payment-form input[type=checkbox] + label,
.studiocart #sc-payment-form input[type=checkbox] + .item-name {
  line-height: 1.2em;
}
.studiocart #sc-payment-form input[type=checkbox] + label:before,
.studiocart #sc-payment-form input[type=checkbox] + .item-name:before {
  margin-top: 0;
}
.studiocart #sc-payment-form input[type=checkbox] + label:after,
.studiocart #sc-payment-form input[type=checkbox] + .item-name:after {
  background-color: transparent;
  left: 4px;
  width: 8px;
  height: 3px;
  border-style: solid;
  border-color: #000000;
  border-width: 0 0 2px 2px;
  -o-border-image: none;
     border-image: none;
  transform: rotate(-45deg) scale(0);
}
.studiocart #sc-payment-form input[type=checkbox]:hover + label:before,
.studiocart #sc-payment-form input[type=checkbox]:hover + .item-name:before {
  border-color: #000000;
}
.studiocart #sc-payment-form input[type=checkbox]:checked + label:before,
.studiocart #sc-payment-form input[type=checkbox]:checked + .item-name:before {
  animation: borderscale 200ms ease-in;
}
.studiocart #sc-payment-form input[type=checkbox]:checked + label:after,
.studiocart #sc-payment-form input[type=checkbox]:checked + .item-name:after {
  content: "";
  transform: rotate(-45deg) scale(1);
  transition: transform 200ms ease-out;
}
.studiocart #sc-payment-form input[type=radio]:checked + label:before,
.studiocart #sc-payment-form input[type=radio]:checked + .item-name:before {
  animation: borderscale 300ms ease-in;
  background-color: white;
}
.studiocart #sc-payment-form input[type=radio]:checked + label:after,
.studiocart #sc-payment-form input[type=radio]:checked + .item-name:after {
  transform: scale(1);
}
.studiocart #sc-payment-form input[type=radio] + label:before, .studiocart #sc-payment-form input[type=radio] + label:after,
.studiocart #sc-payment-form input[type=radio] + .item-name:before,
.studiocart #sc-payment-form input[type=radio] + .item-name:after {
  border-radius: 50%;
}
.studiocart #sc-payment-form.signup-form .sc-section {
  margin: 0;
}
.studiocart #sc-payment-form.signup-form .sc-section.products {
  padding-bottom: 1px;
}
.studiocart #sc-payment-form.signup-form #sc-terms {
  margin-bottom: 20px;
}
.studiocart #sc-payment-form.signup-form .sc-order-summary {
  padding-top: 10px;
}
.studiocart #sc-payment-form.signup-form .sc-order-summary .title,
.studiocart #sc-payment-form.signup-form .sc-order-summary .summary-items,
.studiocart #sc-payment-form.signup-form .sc-order-summary .title + .row,
.studiocart #sc-payment-form.signup-form .sc-order-summary .summary-items + .row {
  display: none !important;
}
.studiocart .pay-confirmation {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.studiocart .pay-confirmation .products {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.075);
  text-align: center;
  margin: 0;
  width: 90%;
  max-width: 900px;
  min-height: 65vh;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.studiocart .pay-confirmation .order-info {
  margin: 25px 0 0;
  text-align: center;
}
.studiocart .pay-confirmation .order-info li {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.studiocart .pay-confirmation .order-info li span {
  font-size: 80%;
  font-weight: normal;
  text-transform: uppercase;
}
.studiocart .pay-confirmation table td,
.studiocart .pay-confirmation table th {
  border: none;
  padding: 0;
}
.studiocart .pay-confirmation .card-details h3 {
  text-align: center;
}
.studiocart .title {
  color: #232323;
  font-size: 12px;
  margin: 0 0 0.8em;
  font-weight: 600;
  padding-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.studiocart .title.closed {
  border: 0;
  margin: 0;
  padding: 0;
}
.studiocart .row + .title {
  margin-top: 2em;
}
.studiocart label .req {
  color: #fa755a;
  font-weight: bold;
}
.studiocart .products.hidden {
  display: none;
}
.studiocart .products.hidden.sc-show-coupon {
  display: block;
}
.studiocart .products.hidden.sc-show-coupon .title,
.studiocart .products.hidden.sc-show-coupon .item {
  display: none !important;
}
.studiocart .products.hidden.sc-show-coupon .coupon-code {
  text-align: right;
}
.studiocart .products.hidden.sc-show-coupon #sc-coupon-toggle {
  position: static;
}
.studiocart .products .item {
  display: flex;
  margin-bottom: 8px;
}
.studiocart .products .item input[type=radio] {
  line-height: 1;
  margin-right: 10px;
  height: auto;
}
.studiocart .products .item.flex-wrap {
  flex-wrap: wrap;
}
.studiocart .products .item.flex-wrap .error {
  text-align: right;
  width: 100%;
}
.studiocart .products .item .w-100 {
  flex-shrink: 1;
  margin-left: auto;
}
.studiocart .products .item .w-100 input {
  margin: 0;
  padding: 0 5px;
  width: 70px;
  font-weight: bold;
}
@media (max-width: 540px) {
  .studiocart .products .item .w-100 {
    flex-shrink: 0;
    flex-grow: 1;
    margin-left: 2em;
  }
  .studiocart .products .item .w-100 input {
    width: 100%;
  }
}
.studiocart .products .item-description {
  font-size: 0.8em;
  opacity: 0.6;
}
.studiocart .products .item p {
  margin-bottom: 0.2em;
}
.studiocart .products .price {
  flex-grow: 1;
  font-weight: 600;
  text-align: right;
}
.studiocart .products .price s {
  font-weight: normal;
  opacity: 0.5;
  margin-right: 2px;
}
.studiocart .coupon-code {
  align-items: center;
}
.studiocart .coupon-code #sc-coupon-toggle {
  color: #aaa;
  font-size: 13px;
  line-height: 1;
  padding-bottom: 2px;
  position: absolute;
  right: 33px;
  text-decoration: underline;
  top: 33px;
  transition: all 0.2s linear;
}
.studiocart .coupon-code #sc-coupon-toggle:hover {
  color: #000;
}
@media (max-width: 479px) {
  .studiocart .coupon-code #sc-coupon-toggle {
    position: relative;
    left: 0;
    top: -15px;
  }
}
.studiocart .coupon-code.applied {
  display: none;
}
.studiocart .coupon-code .form-group {
  align-items: center;
  background: #f3f5f6;
  display: flex;
  margin: 0 -30px 20px;
  padding: 10px 30px;
  width: auto;
}
.studiocart .coupon-code .form-group.hide {
  display: none;
}
.studiocart .coupon-code input[type=text] {
  background: transparent;
  border: 0;
  box-shadow: 0 0;
  padding: 0;
}
.studiocart .coupon-code input[type=button] {
  border: 1px solid #666;
  background: transparent;
  color: #666;
  border-radius: 0px;
  box-shadow: 0 0;
  font-size: 12px !important;
  font-weight: 600;
  height: 34px;
  padding: 0;
  z-index: 1;
  width: 100px;
}
.studiocart .coupon-code input[type=button]:hover, .studiocart .coupon-code input[type=button][disabled] {
  background: #000000;
  border-color: #000;
  color: #fff;
}
.studiocart .coupon-code input[type=button][disabled] {
  cursor: default;
  opacity: 0.4;
}
.studiocart .coupon-code .coup-confirm {
  font-size: 10px;
  letter-spacing: 0.075em;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  background: #e3e3e3;
  color: #000;
  padding: 4px 15px;
  border-radius: 50px;
}
.studiocart #coupon-status {
  display: none;
  font-size: 13px;
  color: red;
}
.studiocart .total {
  background: #f3f5f6;
  padding: 15px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 4px;
}
.studiocart .total .price {
  float: right;
  font-weight: 700;
  font-size: 18px;
}
.studiocart .total small {
  clear: both;
  display: block;
  text-align: right;
  font-weight: normal;
  font-size: 13px;
  position: relative;
  top: -6px;
  margin-bottom: -12px;
  letter-spacing: normal;
  text-transform: none;
}
.studiocart .sc-field-description {
  color: #777;
  font-size: 12px;
  line-height: 1em;
  margin-top: 5px;
}
.studiocart .pwyw-suggested,
.studiocart .pwyw-input {
  font-size: 12px;
}
.studiocart .pwyw-suggested .form-group,
.studiocart .pwyw-input .form-group {
  margin: 5px 0 0;
  display: flex;
  background: #eee;
  border-radius: 4px;
}
.studiocart .pwyw-suggested .form-group.right-currency,
.studiocart .pwyw-input .form-group.right-currency {
  flex-direction: row-reverse;
}
.studiocart .pwyw-suggested .form-group .sc-currency,
.studiocart .pwyw-input .form-group .sc-currency {
  padding: 5px 7px;
  font-weight: bold;
  opacity: 0.5;
  font-size: 120%;
}
.studiocart .pwyw-suggested {
  width: 100%;
  display: block;
  font-weight: normal;
  margin-top: -3px;
}
.studiocart .pay-info label,
.studiocart .card-details label,
.studiocart .address-info label,
.studiocart .pwyw-input label {
  font-size: 12px;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.05em;
}
.studiocart .pay-info #test-mode-message,
.studiocart .card-details #test-mode-message,
.studiocart .address-info #test-mode-message,
.studiocart .pwyw-input #test-mode-message {
  margin: 10px 0;
  background: #f3f5f6;
  padding: 10px;
  font-size: 14px;
}
.studiocart .pay-info #test-mode-message a,
.studiocart .card-details #test-mode-message a,
.studiocart .address-info #test-mode-message a,
.studiocart .pwyw-input #test-mode-message a {
  color: inherit;
  text-decoration: underline;
}
.studiocart .pay-info .pay-methods,
.studiocart .card-details .pay-methods,
.studiocart .address-info .pay-methods,
.studiocart .pwyw-input .pay-methods {
  margin-bottom: 20px;
}
.studiocart .pay-info .pay-methods input:checked + label svg,
.studiocart .card-details .pay-methods input:checked + label svg,
.studiocart .address-info .pay-methods input:checked + label svg,
.studiocart .pwyw-input .pay-methods input:checked + label svg {
  color: #7f8589;
}
.studiocart .pay-info .pay-methods label,
.studiocart .card-details .pay-methods label,
.studiocart .address-info .pay-methods label,
.studiocart .pwyw-input .pay-methods label {
  font-size: 14px;
  line-height: 29px;
  display: inline-block;
  margin-right: 20px;
}
.studiocart .pay-info .pay-methods label:last-child,
.studiocart .card-details .pay-methods label:last-child,
.studiocart .address-info .pay-methods label:last-child,
.studiocart .pwyw-input .pay-methods label:last-child {
  margin-right: 0;
}
.studiocart .pay-info .pay-methods label svg,
.studiocart .card-details .pay-methods label svg,
.studiocart .address-info .pay-methods label svg,
.studiocart .pwyw-input .pay-methods label svg {
  color: #bcbcbc;
  width: 20px;
  vertical-align: sub;
  margin-left: 10px;
  transition: all 0.3s;
}
.studiocart .pay-info .pay-methods label[for=method-paypal] svg,
.studiocart .card-details .pay-methods label[for=method-paypal] svg,
.studiocart .address-info .pay-methods label[for=method-paypal] svg,
.studiocart .pwyw-input .pay-methods label[for=method-paypal] svg {
  width: 14px;
  vertical-align: middle;
  margin-left: 7px;
}
.studiocart .card-details button {
  margin-top: 10px;
  padding: 15px 0;
  font-weight: 600;
  font-size: 20px;
}
.studiocart #sc-terms {
  display: block;
  margin-top: -10px;
  margin-bottom: 30px;
}
.studiocart #sc-terms .checkbox-wrap {
  line-height: 2;
}
.studiocart #sc-terms .checkbox-wrap a {
  color: inherit;
  text-decoration: underline;
}
.studiocart #sc-terms .checkbox-wrap.invalid label {
  color: #fa755a;
}
.studiocart #sc-terms .checkbox-wrap.invalid input[type=checkbox] + label:before {
  border-color: #fa755a;
}
.studiocart #sc-terms .checkbox-wrap.invalid .error {
  margin: auto;
  text-align: left;
}
.studiocart #sc-terms input {
  float: left;
  height: 1.8em;
  margin-right: 10px;
}
.studiocart .date-separator {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}
.studiocart input.form-control,
.studiocart select.form-control,
.studiocart .StripeElement,
.studiocart .selectize-control.single .selectize-input {
  box-shadow: 0 0;
  height: auto;
  padding: 9px 12px;
  color: #000;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: block;
  transition: box-shadow 150ms ease;
}
.studiocart input.form-control,
.studiocart select.form-control,
.studiocart .StripeElement,
.studiocart .selectize-dropdown .option,
.studiocart .selectize-control.single .selectize-input {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
}
.studiocart .selectize-dropdown.single {
  border: 1px solid #ddd;
}
.studiocart input:focus,
.studiocart .StripeElement--focus {
  border: 1px solid #0eb8c1;
  outline: none;
}
.studiocart .address-info hr {
  border: 0;
  border-top: 1px solid #ededed;
  width: auto;
  display: block;
  margin: 15px -30px 25px;
}
.studiocart .form-errors {
  border: 1px solid;
  border-radius: 3px;
  color: #fa755a;
  font-size: 14px;
  list-style-type: none;
  margin: 0 0 30px;
  padding: 10px 20px;
}
.studiocart input.form-control.invalid {
  color: #fa755a;
}
.studiocart .selectize-control .selectize-input.invalid,
.studiocart input.form-control.invalid,
.studiocart .StripeElement--invalid {
  border-color: #fa755a;
}
.studiocart input.valid {
  background: url(data:image/png;base64,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) 98% center no-repeat;
  background-size: auto 14px;
}
.studiocart .error {
  margin-bottom: -15px;
}
.studiocart .error,
.studiocart #card-errors {
  font-size: 10px;
  font-weight: normal;
  color: #fa7559;
  letter-spacing: 0.05em;
  text-align: right;
  line-height: 15px;
}
.studiocart .StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.studiocart ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #acb7c3 !important;
}
.studiocart ::-moz-placeholder {
  /* Firefox 19+ */
  color: #acb7c3 !important;
}
.studiocart :-ms-input-placeholder {
  /* IE 10+ */
  color: #acb7c3 !important;
}
.studiocart :-moz-placeholder {
  /* Firefox 18- */
  color: #acb7c3 !important;
}
.studiocart .container {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .studiocart .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .studiocart .container {
    width: 970px;
  }
}
.studiocart.upsell-page {
  padding-top: 20px;
}
@media (min-width: 1100px) {
  .studiocart.upsell-page .container {
    width: 1040px;
  }
}
.studiocart.upsell-page .row {
  align-items: center;
}
.studiocart.upsell-page #upsell-notice {
  border-bottom: 1px solid #000;
  font-size: 16px;
  font-weight: 900;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 50px;
}
.studiocart.upsell-page h1 {
  letter-spacing: -1px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 900;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 25px;
}
.studiocart.upsell-page .sc-button {
  background: #000;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 20px;
  padding: 20px 50px;
  border-radius: 6px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin: 10px 0;
}
.studiocart.upsell-page .sc-nope {
  margin: 0;
  text-align: center;
}
.studiocart.upsell-page img {
  box-shadow: 0px 12px 77px 25px rgba(137, 137, 137, 0.46);
  border-radius: 6px;
}
.studiocart.upsell-page .col-sm-6 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
}
.studiocart .form-control {
  border: 0;
  padding: 0;
  height: auto;
  display: block;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
.studiocart .form-group {
  margin-bottom: 1rem;
}
.studiocart .btn-block {
  background: #000;
  border-style: solid;
  border: 0;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 15px;
  position: relative;
  width: 100%;
  transition: all 0.2s linear;
  text-align: center;
}
.studiocart .btn-block span {
  transition: all 0.3s;
}
.studiocart .btn-block .text svg {
  width: 1em;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.studiocart .btn-block .text svg path {
  fill: currentColor;
}
.studiocart .btn-block .sub-text {
  display: block;
  font-weight: normal;
  font-size: 85%;
}
.studiocart .btn-block .spinner {
  display: inline;
  position: relative;
  left: auto;
  opacity: 0;
  top: 50%;
  vertical-align: middle;
  margin-left: -15px;
  margin-right: 10px;
  margin-bottom: -14px;
  margin-top: -18px;
  width: 0px;
  transition: all 0.3s;
  transition-timing-function: ease-in;
  animation-name: circular-spinner;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.studiocart .btn-block .spinner path {
  fill: currentColor;
}
.studiocart .btn-block.running span {
  opacity: 0.7;
}
.studiocart .btn-block.running .spinner {
  opacity: 1;
  width: 24px;
  margin-left: 0;
}
.studiocart .clearfix:before,
.studiocart .clearfix:after,
.studiocart .container:before,
.studiocart .container:after,
.studiocart .container-fluid:before,
.studiocart .container-fluid:after {
  display: table;
  content: " ";
}
.studiocart .clearfix:after,
.studiocart .container:after,
.studiocart .container-fluid:after,
.studiocart .form-horizontal .form-group:after {
  clear: both;
}
.studiocart .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.studiocart .col-sm-6,
.studiocart .col-sm-12 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.sc-stripe-express .express-pay-element {
  width: 100%;
  padding: 0px;
  border: 0;
  font-weight: bold;
  margin: 0 0 10px 0;
  border-radius: 0px!important; 
  font-size: 18px;
}
@media (min-width: 768px) {
  .studiocart .col-sm-6 {
    width: 50%;
  }
  .studiocart .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .studiocart .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .studiocart .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.ncs-my-account {
  font-size: 16px;
  max-width: 1180px !important;
  /** CR - My account tabs **/
  /** \CR- my account tabs **/
}
.ncs-my-account .tab ul {
  padding-left: 0;
}
.ncs-my-account .dashicons {
  margin: 5px 15px 5px 0;
  font-size: 1em;
}
.ncs-my-account .tabcontent {
  margin-top: 20px;
  display: none;
  padding: 10px 12px;
  height: auto;
}
.ncs-my-account .tabcontent.active {
  display: inherit;
}
.ncs-my-account ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.ncs-my-account ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}
.ncs-my-account ul.tabs li.current {
  background: #ededed;
  color: #222;
}
.ncs-my-account .ncs-account-list h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}
.ncs-my-account .profile-wrapper {
  padding: 0;
}
.ncs-my-account .profile-wrapper input[type=text],
.ncs-my-account .profile-wrapper input[type=email],
.ncs-my-account .profile-wrapper input[type=tel],
.ncs-my-account .profile-wrapper input[type=password] {
  display: block;
  width: 100%;
  transition: none;
}
.ncs-my-account .profile-wrapper input[type=text][disabled],
.ncs-my-account .profile-wrapper input[type=email][disabled],
.ncs-my-account .profile-wrapper input[type=tel][disabled],
.ncs-my-account .profile-wrapper input[type=password][disabled] {
  background: transparent;
  border: 0;
  padding: 0;
}
.ncs-my-account .sc-card-icon {
  width: 28px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}
.ncs-my-account .ncs-nav-tabs {
  border-bottom: 1px solid #ccc;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.ncs-my-account .ncs-nav-tabs li {
  margin: 0px;
}
.ncs-my-account .ncs-nav-tabs li a {
  border-bottom: 2px solid transparent;
  display: inline-block;
  text-decoration: none;
  padding: 10px 15px 13px;
  line-height: 1;
  margin-bottom: -1px;
  outline: none;
}
.ncs-my-account .ncs-nav-tabs li a.active {
  border-color: inherit;
}
.ncs-my-account .ncs-account-tab-pane {
  max-width: 100%;
  overflow: auto;
}
.ncs-my-account .ncs-subscription-table {
  border: 0;
  padding: 0;
}
.ncs-my-account .ncs-subscription-table td,
.ncs-my-account .ncs-subscription-table th {
  border: 0;
  padding: 0;
}
.ncs-my-account #sc-loader,
.ncs-my-account #updateProfile,
.ncs-my-account #editProfileCancel {
  display: none;
}
.ncs-my-account .alert-success {
  color: #155724;
}
.ncs-my-account .alert-error {
  color: #721c24;
}
.ncs-my-account .ncs-account-table {
  margin: 0 0 20px;
  border: none;
}
.ncs-my-account .ncs-account-table thead tr th {
  background: #f2f4f6;
  border: none;
  padding: 12px 12px;
  text-align: left;
}
.ncs-my-account .ncs-account-table tbody tr td {
  border: none;
  background: #fafbfd;
  padding: 12px 12px;
  vertical-align: top;
}
.ncs-my-account .ncs-table-btn {
  border: 1px solid;
  border-radius: 3px;
  font-size: 14px;
  display: inline-block;
  margin-top: -10px;
  margin-right: 10px;
  padding: 4px 15px 5px;
  text-decoration: none;
}

.rtl .studiocart .coupon-code .form-group {
  flex-wrap: nowrap;
}
.rtl .studiocart .coupon-code #sc-coupon-toggle {
  right: auto;
  left: 33px;
}
.rtl .studiocart.scshortcode .products #sc-coupon-toggle {
  right: auto;
  left: 0;
}
.rtl .studiocart #sc-payment-form input[type=checkbox] + label,
.rtl .studiocart #sc-payment-form input[type=radio] + label {
  padding-right: 2em;
}
.rtl .studiocart #sc-payment-form input[type=checkbox] + label:before,
.rtl .studiocart #sc-payment-form input[type=radio] + label:before {
  right: 0;
}
.rtl .studiocart #sc-payment-form input[type=checkbox] + label:after,
.rtl .studiocart #sc-payment-form input[type=radio] + label:after {
  left: auto;
  right: 4px;
}
@keyframes circular-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px #4f8196;
  }
}
/* store page */
.sc-archive *,
.sc-archive *::before,
.sc-archive *::after {
  box-sizing: border-box;
}
.sc-archive .btn {
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 2px;
  color: #696969;
  padding: 0.5rem;
  text-decoration: none;
  text-align: center;
  font-size: 0.9rem;
}
.sc-archive .btn--block {
  display: block;
  width: 100%;
}
.sc-archive .cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sc-archive .cards__item {
  display: flex;
  padding: 1rem;
  width: 100%;
}
.sc-archive .cards__item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
@media (min-width: 40rem) {
  .sc-archive .cards__item {
    width: 50%;
  }
}
@media (min-width: 56rem) {
  .sc-archive .cards__item {
    width: 33.3333%;
  }
}
@media (min-width: 56rem) {
  .sc-archive .col-4 .cards__item {
    width: 25%;
  }
}
.sc-archive .card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}
.sc-archive .card:hover .card__image {
  filter: contrast(100%);
}
.sc-archive .card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 2rem;
}
.sc-archive .card__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  filter: contrast(70%);
  overflow: hidden;
  position: relative;
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}
.sc-archive .card__image::before {
  content: "";
  display: block;
  padding-top: 45%;
}
.sc-archive .card__title {
  color: #696969;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.sc-archive .card__text {
  color: #696969;
  flex: 1 1 auto;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
.sc-archive .card__text p {
  margin-top: 0.5rem;
}
.sc-archive .sc-archive-navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-archive .sc-archive-navigation .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.sc-archive .sc-archive-navigation .page-numbers.current::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 13px;
  right: 13px;
  height: 2px;
  background: #000;
}
.sc-archive .sc-archive-navigation .page-numbers.next svg, .sc-archive .sc-archive-navigation .page-numbers.prev svg {
  width: 20px;
}

/* Upgrade Path plans Css*/
.upgrade-plan-container {
  display: flex;
  justify-content: start;
  row-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  max-width: 100%;
  overflow: auto;
}
@media (max-width: 767px) {
  .upgrade-plan-container {
    flex-wrap: wrap;
  }
}
.upgrade-plan-container .plan-box {
  padding: 20px;
  border: 3px solid #E5E4E2;
  border-radius: 12px;
  box-sizing: border-box;
  flex-grow: 1;
  align-items: stretch;
  text-align: left;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.upgrade-plan-container .plan-box:not(.current):hover {
  border-color: #000;
}
.upgrade-plan-container .plan-price {
  font-size: 90%;
  margin-bottom: 10px;
}
.upgrade-plan-container .plan-price .sc-price {
  font-size: 150%;
}
.upgrade-plan-container .plan-info {
  display: inline-grid;
  font-weight: 500;
  line-height: 25px;
  transition: color 0.5s ease-out;
}
.upgrade-plan-container .plan-info .plan-name {
  opacity: 0.5;
  font-weight: 600;
  margin-bottom: 5px;
}
.upgrade-plan-container button {
  background: #000000;
  border: 0;
  padding: 8px 14px;
  border-radius: 7px;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
}
.upgrade-plan-container button.current {
  opacity: 0.3;
  cursor: auto;
}