html, body, #app {
    height:100%;
}
:root {
font-size: 16px;
}
body {
    font-family: Urbanist, 'Sans-serif', 'Helvetica-Neue', Helvetica, Arial;
    margin: 0 auto;
    background: #FFF;
    border-top: 0px;
}
a, a:visited {
   color: #000;
}

a:hover {
   color: red;
}

ul.pagination li {
	border: solid;
    border-width: 1px;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 14px;
}

.license-pending {
    border: solid;
    border-width: 1px;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.red {color:red;}
.nopadding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
#sc-header {    
    position: relative;
    z-index: 1;
    background: #000;
}
#sc-header .inner_wrapper  {
    background: #251234;
    height: 100%;
    padding: 0 15px;
}
#sc-header .headerLogo img{ 
    color: #712182;
    position: relative;
    max-height: 88px;
    width: auto;
}

#sc-header .headerLogo{
    background: #251234;
    padding-bottom: 21.5px;
    padding-top: 21.5px;
    text-align: center;
}
#sc-order-summary .cart_item .item_desc, #sc-order-summary .cart_item .item_long_description, #sc-order-summary .cart_item .item_short_description {
    font-size: .7rem;
    width: 80%;
    color: #777;
}
#sc-body {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99;
    background: #F9F9FB;
}

#sc-body > .container {
    height: 100%;
}

#sc-body .inner_wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 30px 30px 30px;
    margin: 0px;
    height: 100%;
}

#sc-user_info {
    font-size: .75rem;
    padding: 10px;
    border-top: 1px solid #B5B5B5;
    margin-bottom: 20px;
}

#sc-order-summary {
    font-size: 13px;
    padding: 20px 25px;
    border:0px solid #ccc;
    border-left: 1px solid #ccc;
    overflow-x: hidden;

}
#sc-order_summary .cart .media-body {
    position: relative;
}

#sc-order_summary .cart_item {
    padding: 10px 0px;
    background: #fff;
    border-bottom: 2px solid #ddd;
    position:relative;
    margin-bottom: 10px;
}
#sc-order_summary .item_name {
    float: left;
    display: inline-block;
    font-size: 1.125rem;
    margin:0px;
    padding: 0px;
    vertical-align: top;
    margin-top: -6px;
    color: #222;
}
#sc-order_summary .item_name a, #sc-order_summary .item_name a:visited {
    color: #222;
}
#sc-order_summary .cart_item .cart_action {
    text-transform: uppercase;
    position: absolute;
    right: 0px;
    text-align: left;
    font-size: .75rem;
}
#sc-order_summary .cart_item .item_desc {
    margin-top: 5px;
}
#sc-order-summary h2 {
  font-size: .7rem;
  font-weight: normal;
  margin-bottom: 15px;
  color: #777;
}
#sc-order_summary h3 {
    font-size: .875rem;
    font-weight: bold;
}
#summary_total {
    font-weight: 500 !important;
}
#sc-order-summary {
    font-weight: 500 !important;
}
#sc-order-summary .cart_subtotal {
    font-weight: 500 !important;
    color: #000;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;

}
.item_price_name {
    font-weight: 500 !important;
}
#sc-order_summary .item_price_name {
    float: left;
    font-weight: 500 !important;
    text-align: left;
}
.item_price {
    float: right;
    font-weight: 500 !important;
    text-align: right;
}
#sc-order_summary .item_price_info {
    white-space: nowrap;
    right: 0px;
    top: 0px;
    margin: 10px 0;
}
#sc-order_summary .item-pricing {
    font-size: .8125rem;
    font-weight: bold;
}
#sc-order_summary .item_price_info .btn {
    background: #fff;
    color: #555;
    border:2px solid #ccc;
    border-radius: 0px;
    padding: 2px 10px;
    border-radius: 2px;
}

#sc-order_summary .promos {
    border-radius: 4px;
    padding: 4px 8px;
    font-size: .75rem;
    background: #eee;
    margin: 5px 0;
}
#sc-order_summary .promos i {
    color: red;
}
#sc-order_summary #apply_discount_code {
    margin: 4px 0;
    padding-bottom: 2px;
}
#sc-order_summary .item_promotion_discounts {
    color:#f15a2b;
    text-align:right;
    font-weight: bold;
    font-size: 1rem;
}
#sc-order_summary .add_promo_code {
    padding-bottom: 4px;
}
#sc-order_summary #summary_total {
    font-size: 1.625rem;
    color: #000;
    font-weight: bold;
    border-top:1px solid #ccc;
    padding-top: 4px;
}
#sc-order_summary .calculated_discount {
    color:red;
    font-weight: bold;
}

#sc-order_summary #summary_discounts {
    padding: 5px 0px;
    font-weight: bold;
    margin: 5px 0;
}

#sc-footer .inner_wrapper {
    box-shadow: none;
    background: transparent;
}
#sc-progressbar .inner_wrapper {
    background: #251234;
}
#sc-progressbar {
  /*   background: #F9F9FB; */
    background: #251234;
    padding-top: 2px;
}
.place_order {
    text-align: right;
    margin-top: 20px;
    padding-right: 1.5rem;
}
.place_order .place_order {
    text-align: right;
}
.place_order .fa {
    vertical-align: middle;
}
.place_order button {
    width: 50%;
    font-size: 1.2rem;
    margin-top: 5px;
    border: 0px;
    width: 200px;
    color: #fff;
    background: #6C20E1;
    vertical-align: middle;
    text-align: center;
    font-size: 1.5em;
    font-weight: 300;
    text-shadow: 1px 1px 1px #555;
}
.btn:hover, .btn:focus, .btn:active, .btn.active {
    border-color: #222222;
    background: #444444;
    text-shadow: 0 .075em .075em rgba(0,0,0,.5);
}

.sc-module-heading,
.cart-heading {
    font-weight: bold;
}

/* wizard */

.flexer,
.progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    line-height: normal;
}

.no-flexer,
.progress-indicator.stacked {
    display: block
}

.no-flexer-element {
    -ms-flex: 0;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0
}

.flexer-element,
.progress-indicator>li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1
}

.progress-indicator {
    width: 100%;
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 10px;
}

.progress-indicator>li {
    list-style: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    color: #fff;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: unset;
    padding: 0 25px;
}

.progress-indicator>li:hover {
    color: #777;
}

.progress-indicator>li.completed,
.progress-indicator>li.completed .bubble {
    text-transform: uppercase;
    font-weight: 500;
}

.progress-indicator>li .bubble {
    border-radius: 1000px;
    width: 12px;
    height: 12px;
    /* bubble color */
    background-color: #6C20E1;
    display: block;
    margin: 0 auto .5em;
}

.progress-indicator>li .bubble:after,
.progress-indicator>li .bubble:before {
    display: block;
    position: absolute;
    top: 5px;
    width: 100%;
    height: 1px;
    content: '';
   /* bar color */
    background-color: #6C20E1;
}

.progress-indicator>li.completed .bubble,
.progress-indicator>li.completed .bubble:after,
.progress-indicator>li.completed .bubble:before {
    background-color: #ccc;
    border-color: #1ed75f;
}
.progress-indicator>li.completed.current {
    font-weight: bold;
    opacity: 1;
}
.progress-indicator>li.completed.current .bubble {
    font-weight: bold;
    opacity: 1;
    background: #ccc;
}

.progress-indicator>li .bubble:before {
    left: 0
}

.progress-indicator>li .bubble:after {
    right: 0
}

.progress-indicator>li:first-child .bubble:after,
.progress-indicator>li:first-child .bubble:before {
    width: 50%;
    margin-left: 50%
}

.progress-indicator>li:last-child .bubble:after,
.progress-indicator>li:last-child .bubble:before {
    width: 50%;
    margin-right: 50%
}

.progress-indicator>li.active,
.progress-indicator>li.active .bubble {
    color: #337AB7
}

.progress-indicator>li.active .bubble,
.progress-indicator>li.active .bubble:after,
.progress-indicator>li.active .bubble:before {
    background-color: #337AB7; 
    border-color: #122a3f
}

.progress-indicator>li a:hover .bubble,
.progress-indicator>li a:hover .bubble:after,
.progress-indicator>li a:hover .bubble:before {
    background-color: #5671d0;
    border-color: #1f306e
}

.progress-indicator>li a:hover .bubble {
    color: #5671d0
}

.progress-indicator>li.danger .bubble,
.progress-indicator>li.danger .bubble:after,
.progress-indicator>li.danger .bubble:before {
    background-color: #d3140f;
    border-color: #440605
}

.progress-indicator>li.danger .bubble {
    color: #d3140f
}

.progress-indicator>li.warning .bubble,
.progress-indicator>li.warning .bubble:after,
.progress-indicator>li.warning .bubble:before {
    background-color: #edb10a;
    border-color: #5a4304
}

.progress-indicator>li.warning .bubble {
    color: #edb10a
}

.progress-indicator>li.info .bubble,
.progress-indicator>li.info .bubble:after,
.progress-indicator>li.info .bubble:before {
    background-color: #5b32d6; 
    border-color: #25135d
}

.progress-indicator>li.info .bubble {
    color: #5b32d6
}

.progress-indicator.stacked>li {
    text-indent: -10px;
    text-align: center;
    display: block
}

.progress-indicator.stacked>li .bubble:after,
.progress-indicator.stacked>li .bubble:before {
    left: 50%;
    margin-left: -1.5px;
    width: 3px;
    height: 100%
}

.progress-indicator.stacked .stacked-text {
    position: relative;
    z-index: 10;
    top: 0;
    margin-left: 60%!important;
    width: 45%!important;
    display: inline-block;
    text-align: left;
    line-height: 1.2em
}

.progress-indicator.stacked>li a {
    border: none
}

.progress-indicator.stacked.nocenter>li .bubble {
    margin-left: 0;
    margin-right: 0
}

.progress-indicator.stacked.nocenter>li .bubble:after,
.progress-indicator.stacked.nocenter>li .bubble:before {
    left: 10px
}

.progress-indicator.stacked.nocenter .stacked-text {
    width: auto!important;
    display: block;
    margin-left: 40px!important
}
.accept_tos {
    padding-bottom: .625rem;
    font-size: 1rem;
    color: #777;
}
.place_order .accept_tos {
    font-size: .875rem;
}
div {
    display: block;
}
#sc-footer .row{
    display: flex;
    flex-wrap: wrap;
    margin-right: unset !important;
    margin-left: unset !important;
}
#sc-footer #copyright * {
    color: #B7B7B7;
    display: inline-block;
    text-align: center;
}

#sc-footer #copyright .columns p, #sc-footer #copyright .columns img {
    /* line-height: 1.1em; */
    display: inline-block;
}

#sc-header .inner_wrapper {
    box-shadow: none;
}
img, svg {
    vertical-align: unset;
}
.sc-secure-checkout {
    min-height: 75px;
    background: #251234;
    color: #FFF;
}
#sc-footer {
    text-align: center;
    font-size: 12px;
    font-weight: 200;
    color: #FFF !important;
    background: #251234;
}
.form-text {
    font-size: .75rem;
    font-weight: 500;
}
.form-control {
    font-weight: 500;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLDz8Z11lFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLDz8Z1JlFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrJJbecnFHGPezSQ.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLGT9Z11lFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLGT9Z1JlFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLEj6Z11lFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLEj6Z1JlFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLCz7Z11lFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #7D7D7D;
    border-color: #7D7D7D;
}
.btn-primary {
    color: #fff;
    background-color: #7D7D7D;
    border-color: #7D7D7D;
}
.customer-content-height {
    min-height: 70vh;
    background: #251234;
}
.sc-cart-item-image img {
    max-width: 200px;
    max-height: unset;
}
div#order-next-steps {
    text-align: center;
}
div#order-next-steps-link {
    text-decoration: underline;
    font-size: 1.5rem;
}
.bg-primary {
    background-color: rgba(0,0,0,0.75) !important;
}
.sc-dashboard-nav-header {
    margin: .5rem !important;
    border-radius: .2rem !important;
}
div#sc-dashboard-nav-above {
    padding-top: .5rem;
}
.customer-dashboard .sidebar .nav-link.active {
    color: #C20430;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #444444;
    border-color: #444444;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: rgba(0,0,0,0.75);
}
input:checked+.slider {
    background-color: rgba(0,0,0,0.75);
}
span#cart-hero-step-text-1, span#cart-hero-step-text-2, span#cart-hero-step-text-3 {
    display: none;
}
div#cart-hero-step-1::after {
    content: "Account & Cart";
}
div#cart-hero-step-2::after {
    content: "Review";
}
div#cart-hero-step-3::after {
    content: "Receipt";
}
div#order-next-steps-link {
    text-decoration: underline;
    font-size: 1.5rem;
}
div#app {
    background-color: #251234;
}
div.container-fluid.nopadding.sc-outer-container {
    background-color: #251234;
}
label#ilok-set-password-both-accounts-label.cs-heading span {
    display: none;
}
label#ilok-set-password-both-accounts-label.cs-heading::after {
    content: "Set password for iLok and Apogee rent-to-own accounts*";
}
span#ilok-create-description-text {
     display: none;
}
div#ilok-create-info::after {
     content: "We'll create an iLok and Apogee Rent-To-Own account for you automatically using your email address below and a new password.";
}
div#ilok-create-info {
    padding-bottom: 10px;
}
.sc-login {
    margin-top: unset;
}
.form-signin {
    padding-top: 4rem;
    color: #FFF;
}
.sc-payment-options {
    padding-top: 2rem;
}
.sc-register {
    color: #FFF;
}
.sc-redeem .inner_wrapper {
    background: #F9F9FB;
    box-shadow: 0 0 13px rgba(0, 0, 0, .2);
    padding: 10px 0;
}
div[data-redeem] div.sc-secure-checkout {
   background: #F9F9FB;
   color: #000;
}