@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:800);

.ne-plans-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    max-width: 992px;
    padding-top: 30px;

    margin-bottom: 75px;
}

.cost {
    margin-bottom: 25px;
}

.plan {
    margin: 0;
    margin-left: -1px;
    width: 25%;
    position: relative;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    /*min-height: 390px;*/

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.plan.purchased {
    /*background: rgba(40, 195, 74, 0.28);*/
}

.plan.purchased:after {
    content: '\f058';
    display: block;
    left: 5px;
    top: 0;
    width: 30px;
    height: 30px;
    font-family: 'FontAwesome', serif;
    color: #0f4e0b;
    position: absolute;
    font-size: 30px;
}

.plan:not(.packet-name-col):hover {
    box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.plan:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.plan.packet-name-col {
    margin: 0;
    /*background-color: rgba(0, 0, 0, 0.01);*/
    /*background-color: #dcc892;*/
    background-color: #fefefe;
    display: flex;
    align-items: center;
    justify-content: center;
}

.packet-name-col .packet-name {
    font-weight: 800;
    font-size: 1.5rem;
    padding: 5px 15px;
    margin: 0;
    color: #002f4a;
    text-transform: uppercase;
}

.plan-name {
    position: relative;
    font-weight: 800;
    padding: 5px 15px;
    transform: translateY(-50%);
    margin: auto;
    display: inline-block;
    /*background-color: #222f3d;*/
    background-color: #002f4a;
    color: #ffffff;
    text-transform: uppercase;
}

.price {
    line-height: 1;
    padding: 20px 10px 30px;
}

.number,
.currency {
    display: inline-block;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 800;
    font-size: 2rem;
    color: #34495e;
}

.currency {
    display: block;
}

.number-of-messages {
    font-family: 'Raleway', Arial, sans-serif;
    text-align: center;
    font-size: 1.1rem;
    /*opacity: 0.8;*/
    padding-top: 4px;
}

.cart-number-of-messages {
    font-size: 90%;
    opacity: 0.8;
    line-height: 1.1;
    padding-bottom: 5px;
}

.features {
    padding-bottom: 35px;
}

.features-title {
    font-size: 20px;
    font-weight: bold;
}

.features ul {
    padding: 0;
    margin: 0;
    /*text-align: center;*/
    list-style: outside none none;
    padding-bottom: 20px;
    width: 100%;
}

.features li {
    border-top: 1px solid #d2d7e2;
    padding: 8px 12px;
    font-size: 1.1rem;
}

.features li:last-child {
    border-bottom: 1px solid #d2d7e2;
}

.features li:nth-child(odd) {
    background: rgba(0, 0, 0, 0.01);
}

.color-seagreen {
    color: #228b22;
}

.color-redbrick {
    color: #ac2f02;
}

.buy .button {
    display: block;
    height: 47px;
    /*background: #222f3d;*/
    background-color: #ffa500;
    /*border: 1px solid #222f3d;*/
    width: 190px;
    max-width: 96%;
    transform: translate(-50%, 50%);
    margin: auto;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 800;
    position: absolute;
    bottom: 0;
    left: 50%;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.buy .button:hover {
    background: #ffc455;
    box-shadow: 0 0 0 1px #6b3a00;
}

.button .buy-link {
    color: #333333;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button:hover a {
    color: #6b3a00;
}

.stand-out {
    margin-top: -20px;
    z-index: 20;
    background-color: #384f5d;
    color: #FFF;
}

.stand-out .number,
.stand-out .currency,
.stand-out .number-of-messages {
    color: #FFFFFF;
}

.stand-out .features ul {
    padding-top: 20px;
}

.stand-out .features li:nth-child(odd) {
    background: rgba(255, 255, 255, 0.1);
}

.stand-out .features .fa-check {
    color: rgba(48, 250, 48, 0.52);
}

.purchased .button {
    background-color: #fff;
    color: #333333;
    display: flex;
    align-items: center;
}

.purchased .buy .button {
    cursor: auto;
}

.items-number {
    padding: .375rem 0;
    text-align: center;
    max-width: 50px;
    margin: 0 5px;
    margin-right: 2px;
}

.container-fluid.default-bs {
    padding: 0 15px;
}

.buy-link {

}

.quantity {
    background-color: #fff;
    box-shadow: 0 0 0 1px #bbb;
}

.qty-control .icon:before {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #ced4da;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.qty-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.25rem 0;
}

.qty-container .qty-control {
    display: block;
    height: 50%;
    border: 1px solid silver;
    width: 23px;
}

.qty-container .qty-control:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-bottom: -1px;
}

.qty-container .qty-control:last-child {
    margin-bottom: 0;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.qty-control .fa {
    display: block;
}

.cart-button {
    /*background: #222f3d;*/
    background: #0f4e0b;
    /*border: 1px solid transparent;*/
    color: #FFFFFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cart-button:hover {
    background-color: #fff;
    color: #333;
}

.cart-button:hover .edit .fa {
    color: #333;
}

.cart-button .edit .fa {
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#invoice-summary {
    max-width: 100%;
    width: 100%;
}

#invoice-summary-container {
    padding: 12px;
    z-index: 5000;
    background-color: #fff;
    border: 1px solid transparent;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.is-sticky #invoice-summary-container {
    box-shadow: 0 0 15px 3px rgba(0,0,0,0.02);
    border: 1px solid #d6d6d6;
}

.collapsed-invoice-total {
    font-weight: 600;
}

.toggle-details {
    font-size: 13px;
}

.invisible {
    visibility: hidden;
}

#invoice-summary td,
#invoice-summary th {
    padding: 3px 5px;
}

#invoice-summary th {
    font-size: 14px;
    font-weight: 600;
    vertical-align: bottom;
}

#invoice-summary tfoot {
    line-height: 2;
    font-weight: 600;
}

#invoice-summary tbody tr {
    border-bottom: 1px solid silver;
}

#invoice-summary tbody tr:last-child {
    border-bottom: 1px solid #333333;
}

/* GENERAL*/

.clear-button-style {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.clear-button-style:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.clear-button-style:focus {
    outline: none;
}

.input-no-spinner[type=number]::-webkit-inner-spin-button,
.input-no-spinner[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-no-spinner[type=number] {
    -moz-appearance: textfield;
}

.currency-toggle {
    width: 200px;
}

.currency-toggle .btn-primary {
    width: 50%;
}

/*Responsive*/
/************* ********************/

@media (max-width: 767px) {

    .ne-plans-container {
        max-width: 75%;
        margin: auto;
    }

    .plan.packet-name-col {
        width: 100%;
        min-height: auto;
        margin-bottom: 40px;
        background-color: #002f4a;
    }

    .stand-out {
        margin-top: 0;
    }

    .packet-name-col .packet-name {
        font-size: 2rem;
        color: #FEFEFE;
    }

    .plan {
        width: 100%;
        margin-bottom: 40px;
    }

    .plan-last-child {
        margin-bottom: 0px;
    }

    .number {
        display: inline;
    }

    .buy.public {
        width: 100%;
    }

    .ne-plans-container .buy.public .button {
        width: 96%;
        padding: 35px 0;
        position: static;
    }

    .features li {
        font-size: 1rem;
    }

    .price {
        padding: 0;
    }

}

@media (max-width: 575px) {

}

#currency-exchange-details {
    cursor: pointer;
}