#order_panel {
    transition: all 0.3s;
    position: fixed;
    background-color: #fff;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 100%;
    /*opacity: 0.8;*/
    padding: 10px;
}

#order_panel .order_panel_body {
    background-color: #f9f9f9;
    /*border-radius: 5px;*/
    min-height: 400px;
    padding: 10px;
    padding-top: 0px;
    color: #6d6d6d;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 70%;
}

#order_panel .order_panel_body .cart-logo {
    width: 100%; 
    text-align: center; 
    padding-top: 150px; 
    //color: #ccc;
    color: hsl(223, 11%, 38%);
    //text-shadow: -1px -1px #00030b, 0 1px 0 #333;
    //color: #35757a;
    transition: all 1s;
}

#order_panel .order_panel_submit {
    //background-color: hsla(52, 100%, 57%, 0.24);
    background-color: hsl(223, 11%, 38%);
    /*border-radius: 5px;*/
    padding: 10px;
    //margin-top: -63px;
    margin-bottom: 7px;
    //color: #6d6d6d;
    color: #fff;
    opacity: 1 !important;
    display: none;
}
#order_panel .order_panel_title {
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    margin-top: 76px;
}
.order_item {
    transition: all 0.3s;
    padding-top: 5px;
    opacity: 0;
}
.order_item .fa-close {
    cursor: pointer;
}
.order_item .fa-close:hover {
    color: #f44336;
}
.order_item .order_item_title {
    width: 100%;
    border-bottom: 1px solid #222;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 5px;
}
.order_item A {
    text-decoration: none;
    color: #6d6d6d;     
}
.order_item .order_item_body {
    width: 100%;
    background-color: #6d6d6d;
    /*border-radius: 5px;*/
    color: #ffffff;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.order_item .order_item_price {
    width: 100%;
}

.price-block{
    width: 84px;
}

.order_item img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin-bottom: 4px;
}

strong.price {
    color: #0f7ec2;
}

.price-container.price{
    float: left;
}

.price-container{
    display: flex;
}

strong.price-month {
    color: rgb(71, 165, 71);
}

.price-special{
    margin-left: 3px;
    color: rgb(183, 119, 0);
}

.price-container.price-month{
    float: left;
    clear: left;
}

.order_item .order_item_sim_input {
    width: 55px;
    /*height: 40px;*/
    font-size: 24px;
    text-align: left;
    padding-left: 5px;
    border: none;
    background-color: #6d6d6d;
    border-radius: 5px;
    color: #ffffff;
}
.order_item .order_item_sim_input:focus {
    outline: none;
}
.order_item .order_item_sim_block {
    background-color: #6d6d6d;
    margin-right: 2px;
    opacity: 0.8;
    height: 36px;
    width: 5px;
    display: inline-block;
}
#mobile_users_count::-webkit-outer-spin-button,
#mobile_users_count::-webkit-inner-spin-button,
.order_item input.order_item_sim_input::-webkit-outer-spin-button,
.order_item input.order_item_sim_input::-webkit-inner-spin-button,
.order_item input.product_count::-webkit-outer-spin-button,
.order_item input.product_count::-webkit-inner-spin-button {
    opacity: 0.7;
}
.product_count {
    width: 40px;
    /*height: 20px;*/
    font-size: 15px;
    text-align: left;
    padding-left: 5px;
    border-radius: 5px;
    border: 1px solid #6d6d6d;
    background-color: #777;
    color: #fff;
}
.product_count:focus {
    outline: none;
}
.number-number{
    vertical-align: middle;
    display: table-cell;
}
.number-container{
    display: table;
}
.order_summ .text-primary{
    color: white;
}
