/*noinspection CssUnknownTarget*/
@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Slab&display=swap');
@import url('header.css');

@font-face {
    font-family: "OpenSans";
    src: url("../../fonts/OpenSans.eot");
    /* IE9 */
    src: url("../../fonts/OpenSans.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans.woff") format("woff"), url("../../fonts/OpenSans.ttf") format("truetype"), url("../../fonts/OpenSans.svg#OpenSans") format("svg");
    /* iOS 4.1- */
    font-style: normal;
    font-weight: normal; }

@font-face {
    font-family: "SavaPro";
    src: url("../../fonts/SavaPro.eot");
    /* IE9 */
    src: url("../../fonts/SavaPro.eot?#iefix") format("embedded-opentype"), url("../../fonts/SavaPro.woff") format("woff"), url("../../fonts/SavaPro.ttf") format("truetype"), url("../../fonts/SavaPro.svg#SavaPro") format("svg");
    /* iOS 4.1- */
    font-style: normal;
    font-weight: normal; }

html {
    height: 100%;
}

body {
    min-height: 100%;
    position: relative;
    padding-bottom: 170px;
    min-width: 320px;
    padding-top: 60px;
    font-family: 'OpenSans';
}

@media (max-width: 520px) {
    body {
        padding-top: 44px;
    }
}

.header {
    height: 300px;
    background-image: url('/pre-order/images/bg-header.jpg');
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -70px;

    position: relative;
}

.header .bg-gardient {
    position: absolute;
    height: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(255, 255, 255, 0) 100%);
}

.header .logo {
    float: left;
    margin: 20px 0 0 20px;
}

.header .navigation {
    float: right;
    margin: 20px 20px 0 0;
}


.header .navigation .btn {
    border-color: rgba(255, 255, 255, .5);
    border-width: 2px;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.header .navigation .btn.no-hover {
    border-color: rgba(255, 255, 255, .5) !important;
}

.header .navigation .btn:hover {
    border-color: rgba(255, 255, 255, .9);
}

.header .navigation .navigation-unauth .btn__delimiter {
    color: #bbb;
    padding-left: 5px;
    padding-right: 5px;
}


.btn__rounded {
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn__purple {
    background-color: #4a2a44;
    color: #FFF !important;
}

.btn__purple.no-hover {
    background-color: #4a2a44 !important;
    cursor: default;
}

.btn__purple:hover {
    background-color: #613859;
    color: #FFF;
}

.btn__roboto {
    font-family: 'Roboto Slab', serif;
}

.btn__cart-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.bnt__cart {
    margin-right: 15px;
    margin-left: 15px;
    display: flex;
    align-items: center;
}

 .bnt__cart:hover {
    text-decoration: none !important;
}

.bnt__cart .badge {
    color: #FFF;
    background-color: #4a2a44;
    border: 2px solid rgba(255, 255, 255, .5);
    font-size: 12px;
    margin-left: 5px;
}

.bnt__cart:hover .badge {
    background-color: #613859;
    border-color: rgba(255, 255, 255, .9);
}

.bnt__cart svg {
    color: #FFF;
    color: rgba(255, 255, 255, .8);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.navigation-auth .bnt__cart:hover svg {
    color: #FFF;
}

.navigation-auth .btn__account {
    text-decoration: none;
    color: #FFF;
    text-shadow: 0 0 5px black;

}

.h {
    font-family: 'SavaPro', serif;
    text-align: center;
    color: #4a2a44;
    margin-top: 40px;
}

.divider {
    line-height: 0;
    font-size: 0;
    border-top: 1px solid #BBB;
    width: 40%;
    position: relative;
    height: 14px;
    margin: 0 auto 15px;
}

.divider-line {
    line-height: 0;
    font-size: 0;
    border-top: 1px solid #ced4da;
    position: relative;
    height: 1px;
    margin: 20px auto;
}

.divider:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 14px 0 14px;
    border-color: #666 transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -7px;
}

.divider:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 14px 0 14px;
    border-color: #FFF transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: -1px;
    margin-left: -7px;
}

.container-wrapper {
    background: #FFF;
    margin-bottom: 40px;
}

.popover-header {
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

.popover-body {
    white-space: pre-line;
}

.items .col {
    margin-bottom: 25px;
}

.items .item {
    position: relative;
    background: #f5f5f5;
    height: 100%;
    padding-bottom: 50px;
}

.items .item-price-and-cart {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.items .item-price {
    height: 50px;
    background: #1c1d1e;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: #f1f1f1;
    font-weight: bold;
    width: 100%;
}

.items .item-price span {
    font-weight: normal;
    color: #888;
}

.items .item-cart {
    height: 50px;
    width: 80px;
    float: right;
    background-color: #4a2a44;

    display: flex;
    justify-content: center;
    align-items: center;
}

.items .item-cart.added {
    background-color: #28a745 !important;
    cursor: default;
    color: #fff;
    font-family: Roboto, serif;
    text-decoration: none;
}

.items .item-cart.added.ks-added {
    cursor: pointer;
}

.items .item-cart.added span {
    padding-left: 5px;
    font-size: 12px;
}

.item .item-remove-from-cart {
    background-color: #1c1d1e;
    width: 50px;

    position: absolute;
    right: 65px;
    top: 0;
    bottom: 0;

    display: flex;
    justify-content: center;
    align-items: center;
}

.item .item-remove-from-cart:hover {
    background-color: #4a2a44;
}

.items .item-cart svg, .item .item-remove-from-cart svg {
    color: #FFF;
}

.items .item-cart:hover {
    background-color: #613859;
}

.items .item-data-info {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.items .item-data-info svg {
    color: #666;
}

.items .item-data-info:hover svg {
    color: #000;
}

.items .item-data {
    text-decoration: none !important;
    display: block;
    height: 100%;

    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.items .item-title {
    text-align: center;
    color: #1c1d1e;
    font-weight: bold;
    padding: 15px 15px 20px;
    font-family: 'OpenSans', serif;
    font-size: large;

    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.items .item-description {
    color: #666;
    padding: 0 15px;
    margin-bottom: 20px;
    font-size: small;
    white-space: pre-line;
    font-family: 'OpenSans';
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.items.addons .item-description {
    text-align: center;
}

.items.addons .item-description img {
    width: 180px;
    margin: auto 0;
}

.items a.item-data:hover {
    background-color: #efefef;
}

.items a.item-data:hover .item-title {
    color: #4a2a44;
}

.items a.item-data:hover .item-description {
    color: #333;
}

.addons.disable-physical-addons .item.addon-physical, .addons.disable-addons .item {
    opacity: .7;
}

.addons.disable-physical-addons .item.addon-physical .item-cart, .addons.disable-addons .item .item-cart {
    display: none;
}


.menu {
    background-color: #1c1d1e;
    height: 60px;
}

.menu .links {
    float: left;
}

.menu .links a {
    display: inline-block;
    position: relative;
    height: 60px;
    line-height: 60px;
    text-decoration: none !important;
    font-family: "OpenSans", serif;
    color: #bbb;
    text-transform: uppercase;
    margin: 0 10px;
    letter-spacing: 0.1em;
    font-size: 14px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.menu .links a.active:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -7px;
}

.menu .links a.active {
    color: #fff !important;
}

.menu .links a:hover {
    color: #D19426;
}

.menu .filter {
    float: right;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.menu .filter-text {
    color: #7C7974;
    font-family: "OpenSans", serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 14px;
    margin-right: 15px;
}

.menu .filter .btn {
    width: 150px;
}

.menu .filter .dropdown-toggle::after {
    margin-left: 10px;
    float: right;
    margin-top: 10px;
}

.footer {
    background: #1c1d1e;
    padding: 20px 0;
    font-family: 'Roboto', Arial, serif;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 170px;
}

.footer .footer-address {
    color: #7C7974;
    padding-top: 10px;
    font-size: 13px;
}

.footer .footer-text {
    font-size: 13px;
    line-height: 15px;
    color: #7C7974;
}

.footer .footer-text p:last-child {
    margin-bottom: 0;
}

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

.footer .footer-logos img + img {
    margin-left: 50px;
}

.footer .footer-links {
    text-align: right;
}

.footer .footer-links a {
    color: #7C7974;
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px;
}

.footer .footer-links a:hover {
    text-decoration: none;
}

.footer .footer-links p {
    margin-bottom: 0;
}

.modal-data-body img {
    max-width: 100%;
}

.faq {
    background: #f5f5f5;
    font-family: 'Roboto', serif;
    padding: 20px 0;
    box-sizing: content-box;

}

.faq h2 {
    font-family: "SavaPro", serif;
}

.faq .question {
    display: block;
    color: #666;
    text-decoration: none;
    background: #ddd;
    padding: 10px 15px;
    margin-bottom: 3px;
    cursor: pointer;
    position: relative;

    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;

}

.faq .question.collapsed:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #aaa transparent transparent transparent;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
}

.faq .question:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #aaa transparent;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
}

.faq .question:hover {
    background-color: #d5d5d5;
    color: #555;
}

.faq .answer {
    padding: 10px 0 15px 0;
    color: #888;
    font-size: 14px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus,
.uneditable-input:focus {
    border-color: rgba(74, 42, 68, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(74, 42, 68, 0.6);
    outline: 0 none;
}

.btn.focus, .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(30, 30, 30, .25);
}

.item-cart .cart-item-name {
    vertical-align: middle;
}

.cart tr, .order tr {
    border-bottom: 1px solid #eee;
}

.cart .cart-item-name a, .order .order-item-name a {
    text-decoration: underline;
    color: #212529;
}

.cart .cart-item-name a:hover, .orer .order-item-name a:hover {
    color: #000;
}

.cart .cart-actions {
    width: 50px;
    text-align: center;
}

.cart .cart-money, .order .order-money {
    width: 150px;
    text-align: center;
    font-weight: bold;
}


.cart .cart-money span, .order .order-money span {
    font-weight: normal;
    color: #666;
}

.cart .cart-quantity, .order .order-quantity {
    width: 100px;
    text-align: center;
}

.cart .cart-quantity span {
    width: 40px;
    display: inline-block;
    background-color: #6c757d;
    line-height: 31px;
    color: #FFF;
}

.cart-total {
    padding-top: 20px;
    text-align: right;
}

.cart-total p, .order-total p {
    display: inline-block;

    margin-bottom: 0;
}

.cart-total .money, .order-total .money {
    color: #28a745;
    font-weight: bold;
    margin-right: 15px;
}

.cart-total .money span, .order-total .money span {
    color: #666;
    font-weight: normal;
}

.cart-total .btn {
    font-family: "Roboto Slab", serif;
    padding-left: 30px;
    padding-right: 30px;
}

.order {
    border-top: 1px solid #eee;
}

.order-item-name {
    font-family: "Roboto Slab", serif;
    color: #613859;
}

.order-total {
    text-align: center;
    margin-bottom: 20px;
}

.btn-order-pay {
    width: 200px;
    font-family: "Roboto Slab", serif;
}

.btn-order-pay-small {
    width: 150px;
    font-family: "Roboto Slab", serif;
}

.btn-order-cancel {
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Roboto Slab", serif;
}

.account-items-header {
    border-bottom: 1px solid #eee;
    font-family: "Roboto Slab", serif;
    color: #888;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.account-items-header span {
    text-transform: none;
    font-family: SavaPro;
    color: #000;
}

.account-items .item:first-child {
    border-top: 1px solid #eee;
}

.account-items .item {
    border-bottom: 1px solid #eee;
    text-decoration: none;
    padding: 20px 0;
    position: relative;
}

.account-items .item .item-name {
    font-family: "Roboto Slab", serif;
    color: #613859;
}

.account-items .item .item-count {
    font-family: "Roboto Slab", serif;
    color: #1c1d1e;
    text-align: center;
}

.account-items .item .item-count span {
    color: #666;
}

.account-items .item:hover {
    background-color: #fdfdfd;
}

.account-orders .order-info div {
    display: inline-block;
    font-family: Roboto, serif;
    color: #888;
}

.account-orders .order-info span {
    color: #000;
}

.account-orders .order-info .order-number {
    width: 150px;
}

.account-orders .order-info .order-amount {
    width: 200px;
}


.account-order-page {
    padding-top: 30px;
}

.account-order-page .order-info {
    margin-top: 50px;
    margin-bottom: 15px;
}

.account-order-page .order-info .order-number-and-status .order-number {
    font-family: "Roboto Slab", serif;
    color: #888;
    font-size: 20px;
    line-height: 25px;
}

.account-order-page .order-info .order-number-and-status .order-number strong {
    color: #000;
}

.account-order-page .order-info .order-number-and-status .badge {
    margin-left: 20px;
    margin-top: 5px;
    height: 18px;
}

.account-order-page .order-info .order-date {
    font-family: "Roboto Slab", serif;
    line-height: 25px;
}

.account-order-page .order-info .order-date span {
    color: #888;
}

#popup_layout {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .25);
    width: 100%;
    height: 100%;
}

.popup-body {
    background-color: white;
    border-radius: 5px;
    width: 50%;
    margin: 100px auto auto;
    position: relative;
}

.popup-close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.popup-text {
    padding: 40px 50px;
}

.ks-steps-and-balance {
    background: #f5f5f5;
    padding: 15px 0;
}

.ks-steps-and-balance .container {
    position: relative;
}

.ks-steps-and-balance .step {
    text-align: center;
    margin-right: 30px;
    position: relative;
    padding: 10px 0;
}

.ks-steps-and-balance .step .step-title {
    font-family: "Roboto Slab", serif;
    color: #888;
    font-size: 18px;
}

.ks-steps-and-balance .step .step-title:after {
    content: "";
    border: solid black;
    border-width: 0 3px 3px 0;
    display: block;
    padding: 3px;
    position: absolute;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: -20px;
    top: 20px;
}

.ks-steps-and-balance .step:last-child .step-title:after {
    display: none;
}

.ks-steps-and-balance .step .step-number {
    font-family: Roboto, serif;
    font-size: 14px;
    color: #BBB;
}

.ks-steps-and-balance .step.active .step-title {
    color: #613859;
}

.ks-steps-and-balance .step.active .step-number {
    color: #000;
}

.ks-steps-and-balance .step.active:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: -7px;
}

.ks-steps-and-balance .balance {
    font-size: 13px;
    font-family: "Roboto", serif;
    color: #888;
    position: absolute;
    right: -10px;
    top: 0;
    text-align: right;
}

.ks-steps-and-balance .balance .dollar {
    font-size: 15px;
    color: #613859;
}

.ks-steps-and-balance .balance .value {
    font-size: 15px;
    color: #000;
}

.kickstarter-icon {
    width: 22px;
    border-radius: 3px;
}

.order .order-money span.ks-green {
    color: #28a745;
    font-weight: bold;
}

@media screen and (max-width: 1200px) {
    .footer {
        height: 200px;
    }

    body {
        padding-bottom: 200px;
    }
}

@media screen and (max-width: 769px) {
    body {
        padding-bottom: 0;
    }

    .header {
        height: 200px;
        background-position: top;
    }

    .header .logo {
        position: absolute;
        float: none;
        width: 200px;
        margin: 0;
        left: 50%;
        margin-left: -100px;
        bottom: 20px;
    }

    .header .navigation {
        float: none;
        margin: 0;
        padding-top: 20px;

    }

    .header .navigation > div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header .btn-user-email {
        max-width: 150px;
        margin-right: 10px;
    }

    .footer {
        height: auto;
        position: relative;
    }

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

    .footer .footer-text {
        text-align: center;
        margin-bottom: 15px;
    }

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

    .footer .footer-links p {
        display: inline-block;
        padding: 10px 10px 0 10px;
    }

    .cart-table-container, .order-table-container {
        overflow: hidden;
        overflow-x: scroll;
        padding-bottom: 10px;
    }

    .cart-table, .order-table {
        min-width: 600px;
    }

    .cart-total {
        text-align: center;
        margin-bottom: 15px;
    }
    .divider{
        width: 80%;
    }

    .ks-password-form-header small {
        display: block;
    }

    .ks-steps-and-balance .steps .step{
        display: none;
    }
    .ks-steps-and-balance .steps .step.active{
        display: block;
    }

    .ks-steps-and-balance .balance {
        right: 10px;
    }

    .popup-body {
        width: 90%;
        margin-top: 10px;
    }

    .popup-text {
        padding: 20px;
        padding-top: 30px;
    }

    .btn-order-pay-small {
        width: 100px;
    }
}

@media screen and (max-width: 500px) {

    .menu {
        height: auto;
    }

    .menu .links {
        text-align: center;
        float: none;
    }

    .menu.fixed-height {
        height: 60px;
        overflow: hidden;
        overflow-x: auto;
    }

    .menu.fixed-height .links {
        white-space: nowrap;
    }

    .menu.fixed-height .links a {
        display: inline-block;
    }

    .menu .filter {
        float: none;
        width: 250px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 15px;
    }

    h1.h {
        font-size: 2rem;
    }
}

/* Digital Download */
.dd-items .platform-logo{
    opacity: .6;
    max-width: 20px;
    max-height: 20px;
    margin-right: 5px;
}

.dd-items .btn-choose-platform {
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Roboto Slab", serif;
}

.dd-modal-title {
    width: 100%;
    text-align: center;
    font-family: "Roboto Slab", serif;
    color: #613859;
    margin-left: 36px;
}

.dd-modal-platform-buttons a {
    display: block;
    width: 50%;
    position: relative;
    text-align: center;
    font-weight: bold;

    text-decoration: none !important;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;

}
.dd-modal-platform-buttons a img{
    display: block;
    max-width: 130px;
    height: 130px;
    margin: auto;
    margin-bottom: 10px;
    opacity: .5;

    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;

}
.dd-modal-platform-buttons a:hover img {
    opacity: .8;
}

.dd-modal-platform-buttons a.active{
    color:#007bff;

}
.dd-modal-platform-buttons a.active img{
    opacity: 1 !important;
}

.dd-modal-confirm-button.disabled {
    background-color: #7C7974 !important;
    border-color: #7C7974 !important;
}
@media screen and (max-width: 769px) {
    .dd-header-dk {
        display: none;
    }
    .dd-items .item-name {
        margin-bottom: 15px;
    }
}

.register-terms label {
    padding-left: 5px;
    line-height: 1;
    margin-bottom: 0;
}

#modal-item-data-name {
    width: 100%;
    text-align: center;
    padding-left: 3rem;
}

.item-title-warning {
    font-size: 13px;
    line-height: 15px;
    color: #666;
}

.payment-note {
    margin-bottom: 20px;
    text-align: center;
}

.b-divider {
    display: block;
    width: 100%;
    height: 1px;
    position: relative;
    background-color: #ced4da;
    overflow: visible;
    margin: 0 auto 25px;
    max-width: 450px;
}

.b-divider:before, .b-divider:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ced4da;
}

.b-divider:before {
    left: -3px;
}

.b-divider:after {
    left: auto;
    right: -3px;
}

.b-divider__square {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 14px;
    height: 14px;
    border: 1px solid #ced4da;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.b-divider__square:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background-color: #ced4da;
}

.success-promo-code {
    border-color: #458746;
    box-shadow: 0 1px 1px #66CB67 inset, 0 0 8px #66cb67;
    outline: 0 none;
}

.error-promo-code {
    border-color: #d64949;
    box-shadow: 0 1px 1px #de5c5c inset, 0 0 8px #de5c5c;
    outline: 0 none;
}

.refund_policy_agreement {
    margin-bottom: 10px;
}

.refund_policy_agreement input {
    margin-top: 7px;
}
.refund_policy_agreement label.error {
    color:#F00;
}

.dd-how-activate {
    padding-left: 30px;
}
