body {
    font-family: 'Inter';
    background: #fffffff;
}

a {
    font-size: 14px;
    line-height: 1.27;
    color: #fd5e00;
}
.checkout_content .checkout_title {
margin-top: 0px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Inter';
    font-style: normal;
    font-size: 26px;
    text-align: center;
}

::placeholder {
    color: #333333;
}

.checkout_content input {
    background: #ffffff;
    padding: 0px 30px;
    font: 300 14px / 50px "Inter", sans-serif;
    color: #000000;
    border: 1px solid rgb(213 213 213);
    border-radius: 4px;
    width: 100%;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.cart_total_box {
  margin-left: 50px;
  padding: 50px;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.08);
    box-shadow: 0 0 25px rgba(0,0,0,.08)!important;
    -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
}

.cart_total_box .checkout_title {
  border-bottom: 2px solid #484e5c;
  padding-bottom: 10px;
  color: #ffffff;
}
.woocommerce-checkout-review-order .button {
  width: 100%;
  background: #fd5e00;
  border: 1px solid #fd5e00;
  font: 600 18px/30px "Inter", sans-serif;
  color: #ffffff;
  cursor: pointer;
  margin-top: 25px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.woocommerce-checkout-review-order .button:hover {
  background: #e86011;
  border: 1px solid #fd5e00;
  color: #ffffff;
}

.am-invoice-summary {
    background: #ffffff;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    margin-bottom: 1em;
    padding: 1em;
    box-shadow: 0 0px 0px 0px #b0b0b0;
}

.am-invoice-summary .am-invoice-summary-price {
    text-align: right;
    width: 35%!important;
}

.am-invoice-summary .am-invoice-summary-subtotal, .am-invoice-summary .am-invoice-summary-discount, .am-invoice-summary .am-invoice-summary-shipping, .am-invoice-summary .am-invoice-summary-tax, .am-invoice-summary .am-invoice-summary-total {
       text-align: left!important;
       font-size: 14px
}

.am-invoice-summary .am-invoice-summary-row-subtotal, .am-invoice-summary .am-invoice-summary-row-discount, .am-invoice-summary .am-invoice-summary-row-shipping, .am-invoice-summary .am-invoice-summary-row-tax, .am-invoice-summary .am-invoice-summary-row-total {
    font-size: 14px
}

.am-invoice-summary-terms.am-invoice-summary-terms-subscription {
    padding: 20px 10px 10px 5px;
}

.am-invoice-summary-row-total {
    font-weight: bold;
    color: #fd5e00;
}

.mb_20 {
    margin-bottom: 20px;
}

.f_600 {
    font-weight: 600;
}

.f_size_15 {
    font-size: 15px;
}

.cart_total_box .checkout_title {
    border-bottom: 2px solid #575d6c;
    padding-bottom: 10px;
    color: #000000;
}

.f_size_20 {
    font-size: 20px;
}

.am-error {
    color: #d55454;
}

.inner-page {
    padding-top: 0px!important;
}


.checkout_content2 label {
  font: 600 16px/50px "Poppins", sans-serif;
  display: block;
  color: #282835;
  margin-bottom: 20px;
}

.checkout_content2 label .required {
  font-size: 16px;
  color: #ff2525;
  text-decoration: none;
}

.checkout_content .selectpickers {
  width: 100%;
  border-radius: 0px;
  border: 1px solid rgb(78 78 78);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 11, 40, 0.06);
  box-shadow: 0px 2px 3px 0px rgba(0, 11, 40, 0.06);
  font: 300 14px/60px "Inter", sans-serif;
  background: #26282c;
  height: 60px;
  color: #333333;
  padding-left: 30px;
  margin-bottom: 16px;
}

.checkout_content .selectpickers:after {
  right: 30px;
}

.checkout_content .selectpickers ul {
  width: 100%;
}

.checkout_content input[type="checkbox"] {
  position: relative;
  top: 2px;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.checkout_content input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #9ca3b9;
  top: 0;
  left: 0;
  border-radius: 2px;
  background-color: #fbfbfb;
}

.checkout_content input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 49%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #9ca3b9;
}

.checkout_content .l_text {
  display: inline-block;
  font: 300 15px/26px "Poppins", sans-serif;
  color: #9ca3b9;
  padding-left: 8px;
}

.checkout_content textarea {
  width: 100%;
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 11, 40, 0.06);
  box-shadow: 0px 2px 3px 0px rgba(0, 11, 40, 0.06);
  height: 170px;
  font: 300 14px/20px "Poppins", sans-serif;
  color: #b6b9be;
  padding-left: 30px;
  padding-top: 20px;
  margin-bottom: 30px;
}

.checkout_content textarea.placeholder {
  color: #9ca3b9;
}

.checkout_content textarea:-moz-placeholder {
  color: #9ca3b9;
}

.checkout_content textarea::-moz-placeholder {
  color: #9ca3b9;
}

.checkout_content textarea::-webkit-input-placeholder {
  color: #9ca3b9;
}

.checkout_content textarea:focus {
  outline: none;
}





.am-receipt td.am-receipt-total {
    background-color: #f9f9f9!important;
}
.am-receipt {

    margin-top: 35px!important;
    padding: 20px!important;
    background: #ffffff!important;
    border: 1px solid rgba(0, 0, 0, 0.125)!important;
    border-radius: 3px!important;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.08);
    box-shadow: 0 0 25px rgba(0,0,0,.08)!important;
    -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
    
}
.am-receipt td {
    background-color: #ffffff!important;
}

.am-form input[type="submit"]{border: 1px solid #ffb115;background: #ffb115; margin-top: 5px;}
.am-form input[type="submit"]:hover {
    background: transparent;
    border: 1px solid #ffb115;
    color: #ffb115;
}
.StripeElement{padding: 1.5em 0.75em!important; background-color: #ffffffed!important;     border: 1px solid #3d3f42!important;}
.StripeElement--focus {border: 1px solid #ffb115!important;}



.am-form div.am-element-title {
    padding: 2em 1.5em 1em 2em;
}

.am-form form {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.08);
    box-shadow: 0 0 25px rgba(0,0,0,.08)!important;
    -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
    

}
.am-form input, .am-form textarea, .am-form select, .am-form button {
    line-height: normal;
    display: inline-block;
    max-width: 100%;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    background: #fff;
    color: #969ca5;
    border: 1px solid rgba(12, 0, 46, 0.1);
    border-radius: 4px;
    width: 100%;
    /* margin-bottom: 15px; */
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.am-form input[type=text], .am-form input[type=password], .am-form select, .am-form textarea{padding: 20px 30px!important;}

.am-block{
    padding: 20px!important;
    background: #ffffff!important;
    border: 1px solid rgba(0, 0, 0, 0.125)!important;
    border-radius: 3px!important;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.08);
    box-shadow: 0 0 25px rgba(0,0,0,.08)!important;
    -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
}

.am-receipt-content {
    padding: 15px;
}

.am-receipt td {
    padding: 10px;
    border: 1px solid #e1e1e1;
}

.am-body-content-wp {
    margin-top: 40px;
}

.am-form input[type="submit"] {
  width: 100%;
  background: linear-gradient(177deg, #fd5f00 20%, #ea001b 70.5%);
  border: 1px solid #ffb115;
  font: 500 16px/50px "Poppins", sans-serif;
  color: #ffffff;
  cursor: pointer;
  margin-top: 5px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.am-form input[type="submit"]:hover {
    background: #ea001b;
    color: #ffffff;
    font-weight:700;
}





.faq_tab {
  border: 1px solid #414652;
  background: #323640;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  padding: 50px 40px;
}

.faq_tab .nav-tabs {
  border: 0px;
  margin-bottom: 0px;
  display: block;
}

.faq_tab .nav-item {
  margin: 0px;
}

.faq_tab .nav-item .nav-link {
  font: 400 16px/22px "Poppins", sans-serif;
  color: #677294;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.faq_tab .nav-item .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  background: #5e2ced;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

.faq_tab .nav-item .nav-link.active {
  color: #5e2ced;
}

.faq_tab .nav-item .nav-link.active:before {
  width: 100%;
}

.am-tabs-wrapper ul li {
    display: block!important;
}

.am-info {
    color: #856404;
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 3px;
    margin-bottom: 1em;
    padding: 0.5em 1em;
}


.nk-menu-heading {
    padding: 0.25rem 0px 0.5rem;
    color: #8094ae;
}


.nk-menu-link {
    padding: 0.625rem 40px 0.625rem 10px;
    color: #000000;
    font-size: 15px;
    letter-spacing: .01em;
    text-transform: none;
    line-height: 1.25rem;
}

.nk-menu-item {
    padding: 2px 0;
    display: block;
}

.nk-menu li a {
    vertical-align: middle;
    display: flex;
    position: relative;
    align-items: center;
    transition: color .3s, background-color .3s;

}

.current-page span {
    color: #000000 !important;
    font-weight:700;
}

a.cancel-subscription.local-link {
    color: red;
}

.nk-menu-icon {
    font-weight: normal;
    letter-spacing: normal;
    width: 30px;
    line-height: 1;
    flex-grow: 0;
    color: #8094ae;
    font-size: 20px;
}

.nk-menu-link:hover, .active> {
    color: #ffb115;
}

.menu-box {
    background: #ffffff!important;
     -webkit-box-shadow: 0 0 25px rgba(0,0,0,.08);
    box-shadow: 0 0 25px rgba(0,0,0,.08)!important;
    padding: 20px 10px 20px 20px;
    margin-right: 50px;
    border: 1px solid rgba(0, 0, 0, 0.125)!important;
   
}

section {
    padding-top: 20px;
}

.nk-block-title.fw-normal {
    font-size: 30px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 0px;
}


.nk-block-between-md {
    margin-bottom: 25px;
}

.am-active-invoice {
    padding: 20px 20px;
    border: 1px solid #ededed;
    margin-bottom: 0.5em;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.08);
    box-shadow: 0 0 25px rgba(0,0,0,.08)!important;
    -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
}

#am-block-active-subscriptions h1 {
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
}

#am-block-payments h1 {
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
}

span.am-active-invoice-update-cc {
    float: right;
}

span.am-active-invoice-cancel {
    float: right;
    padding: 0px 5px 10px 43px;
}

.am-active-invoice-rebill-info {
    padding: 10px 0px;
    font-size: 13px;
}
a.upgrade-subscription {
    color: blue;
}

.am-upgrade-options label {
    margin-bottom: 20px;
}

span.am-active-invoice-num {
    padding: 20px;
}

.am-active-invoice-product-list::before {
    content: "Product Name:";
}

.am-active-invoice .am-active-invoice-product-list {
    margin: 0 0 0 0px;
}

.am-active-invoice-num::before {
    content: "Invoice No: ";
}

.am-active-invoice-date::before {
    content: "Invoice Date: ";
    font-weight: bold;
}

.am-grid th {
    padding: 1em 0.5em;
    font-size: 15px;
    font-weight: bold;
    font-variant: small-caps;
    text-transform: lowercase;
    background: #ffffff!important;
    border-bottom: 1px solid #d9d9d9;
    color: #000000;
    
}

.am-grid tr.am-grid-row > td {
    background: #f1f1f1;
}

.am-grid tr.am-grid-row.odd td {
    background-color: #ffffff;
}

.am-grid-container {
    margin-bottom: 1em;
    overflow-x: auto;
    border: 1px solid rgba(0, 0, 0, 0.125)!important;
    border-radius: 3px!important;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.08);
    box-shadow: 0 0 25px rgba(0,0,0,.08)!important;
    -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
}

.am-grid tr.am-grid-row > td {
    padding: 1.2em 0.5em;
    vertical-align: top;
    color: #000000;
}




input#_oldpass-0, input#pass-confirm, input#pass-0, input#email-0, input#street-0, input#city-0, select#f_country, input#t_state, input#zip-0, select#f_state {
    font: 14px "Inter", sans-serif;
    background: #ffffff;
    border: 1px solid rgb(213 213 213);
    height: 45px;
}

div#row-qfauto-1 {
    display: none;
}


.am-form div.am-element-title .comment {
display: none;
}

.am-form fieldset legend {
    width: 100%;
    display: block;
    margin: 20px 0px;
    padding: 1em 1rem;
    font-size: 17px;
    box-sizing: border-box;
    background: #f9f9f9;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    color: #ffffff;
    font-weight: bold;
}

.am-widget-list li {
    list-style-type: none;
    margin-bottom: 0.4em;
    width: 98%!important;
}

span.am-list-subscriptions-link {
    float: right;
}

.am-list-subscriptions-date_rebill {
    padding: 10px 0px;
    font-size: 13px;
    font-weight: bold;
    color: #fb8c38;
}

.nav-link .img-profile {
    height: 2rem;
    width: 2rem;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    top: 90px;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: .85rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: #323640;
    background-clip: padding-box;
    border: 1px solid #575d6c;
    border-radius: 0.35rem;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgb(87 93 108);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover {
    background: #272c38;
    color: #fb8c38;
}

@media (min-width: 576px)
.topbar .dropdown .dropdown-menu {
    width: auto;
    right: 0;
}


@media (min-width: 576px)
.topbar .dropdown {
    position: relative;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}


.signup-modal{ width: 1000px;    margin: 1.75rem auto;}

.modal-body {
    padding: 0;
    border-radius: 10px;

    text-align: center;

}

.signup-modal .modal-form {
    width: 64%;
    padding: 20px 0;
}

.signup-modal .row>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.signup-modal .modal-form h3 {
    margin-bottom: 5px;
}

h3 {
    font-size: calc(21px + (28 - 21) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(28px + (34 - 28) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    margin: 0;
}

.signup-modal .modal-form form {
    margin-top: 48px;
}

.signup-modal .modal-form form .form-control {
    padding: 18px 8px;
}

.signup-modal .modal-form form .input-group-text {
    padding-left: 13px;
}


.signup-modal .modal-form form .form-control, .signup-modal .modal-form form .input-group-text {
    border-radius: 4px;
    background: #353A48;
    border: none;
    color: #7B7B7B;
}

.forgotten-password {
    padding-top: 15px;
}

@media only screen and (max-width: 1199px) {
  .signup-modal {
   width: 100%;
  }
  .signup-modal .modal-form {
    width: 70%;
    padding: 20px 0;
}
}

@media only screen and (max-width: 767px) {
  .signup-modal .modal-form {
    width: 100%;
    padding: 20px 0;
}
}

.am-block-nodata {
    text-align: center;
    padding: 2em;
    background: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 1em;
    border: 1px solid #474747;
}

span {
    color: #000000;
}
.inpt-txt-hght input{
	height:50px;
}

#member-subscriptions li {
    margin-bottom: 15px;
}

.nav-link span {
    color: #000000;
}

label h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}

.billing {
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 12px;
}

.billingcountry {
    padding-bottom: 10px;
    font-weight: 500;
}
