#hloverlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    opacity: 0.5;
    background: #ccc;
    z-index: 99999;

}
#hlloader{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: rotation 2s infinite linear;
    opacity: 1 !important;
    z-index: 100000;
}
header nav{
    z-index: 99999999;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
.popupinput {
    position: absolute;
    background: #fff;
    display: none;
    z-index: 100;
    padding: 10px;
}
.add-to-cart{
    cursor: pointer;
}
.select2-container{
    margin-bottom: 16px;
    font-size: 14px;
}
.select2-container--default .select2-selection--single{
    height: 33px;
    padding: 2px 0;
    border: 1px solid #ced4da;
}
.menucurent{
    background: #f58220 !important;
    top: -40px!important;
}
.slick-current .title{
    color: #fff !important;
}
.serviceselect{
    border: #F58220 solid 4px;
}
.channelselect{
    border: #F58220 solid 4px;
}
.groupchannelselect{
    background: #f58220 !important;
}
.settingroom.selected{
    background: #f58220 !important;
}
.selectrow{
    background: #ccc;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
    height: 100%;
}
.modal-backdrop{
    height: 100%;
    width: 100%;
}
.item img{
    max-width: 100%;
}
.bodyview{
    height: 394px;
}
.bodyview .item{
    height: 200px;
    position: relative;
}
.bodyview .item p {
    width: 290px;
    background: #F58220;
    padding: 5px 10px;
    font-family: 'Big Shoulders Display', cursive;
    font-size: 29px;
    position: absolute;
    bottom: 28px;
    font-weight: bold;
    text-transform: uppercase;
}
.regioncurrent{
    border: #f58220 solid 2px;
}
