ul.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

ul li.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    line-height: 1.6;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.order-tracking {
    width: 20%;
}
/* Pagination Style */
.pager {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.4rem;
    letter-spacing: .01em;
    justify-content: center;
    color: #222;
}

.rating i.fa:not(:last-child) {
    color: #F9BA48;
}

.nice-select.form-control {
    width: 100%;
}

.checkout .select-box::before {
    content: none;
}

.nice-select .list {
    max-height: 300px;
    overflow: scroll;
}


.hello-bar {
    background:#ef1101;
    width:100%;
    text-align:center;
    color:#fff;
    padding:2px;
    overflow:hidden;
    height:33px;
    z-index:1000;
    font-size:14px;
    line-height:30px;
    position:fixed;
    top:0;  left:0;
    box-shadow:0 1px 5px rgba(0,0,0,.7)
}

.hello-bar p {
    margin: 0;
}


.delivery-div {
    margin-bottom: 20px;
}

.delivery-input {
    padding: 7px 8px;
    height: 38px;
    border: 1px solid #d0cbcb;
}

.delivery-btn {
    background: #26c;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}

.delivery-btn:hover {
    background: #000;
    color: #fff;
}

.delivery_date, .delivery_date_default, .delivery_heading {
    display: block;
}

.text-danger {
    color: red;
}

#design_file::-webkit-file-upload-button {
    background: #26c;
    height: 34px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    outline: none;
    text-transform: uppercase;
    transition: all 1s ease;
}

#id_proof::-webkit-file-upload-button {
    background: #26c;
    height: 34px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    outline: none;
    text-transform: uppercase;
    transition: all 1s ease;
}

[type="file"]#id_proof, [type="file"]#design_file {
    padding: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 9px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s cubic-bezier(0,1,0.5,1);
    border-radius: 4px;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s cubic-bezier(0,1,0.5,1);
    border-radius: 3px;
}

switch input:checked + .slider {
    background-color: #52c944;
}

.switch input:focus + .slider {
    box-shadow: 0 0 4px #7efa70;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.switch input:focus + .slider.blue {
    box-shadow: 0 0 4px #424bf5;
}

.switch input:checked + .slider.blue {
    background-color: #424bf5;
}
