.app__launcher{
    right: 56% !important;
}
.view-cat .view-main content,
.view-group .view-main content,
.news-main .view-main content,
.view-list .view-main content
{
    margin-bottom: 0px;
}
.news-main .view-main{
    height: auto;
}
.view-cat .view-main .text-right,
.view-group .view-main .text-right,
.view-list .view-main .text-right {
    right: 0;
    /* width: 100px; */
    text-align: right!important;
    top: 10px;
    z-index: 9999;
    position: absolute;
}
.view-cat .view-main .text-right .fa-search,
.view-group .view-main .text-right .fa-search,
.view-list .view-main .text-right .fa-search
{
    color: #fff !important;
}
a.btn.btn-info.btn-sm._reload_noti {
    position: absolute;
    top: 3px;
    z-index: 9999;
    right: 10px;
}
.dialog-no-cancel .dialog-footer a:first-child{
    display: none;
}
.no-cancel .dialog-footer a:first-child{
    display: none;
}
.view-account .box-body{
    padding-bottom: 8%;
}
.view-account .btn-primary{
    background: #c4c4c4;
    border-color: #c4c4c4;
}
.view-share canvas{
    /* position: absolute; */
    /* top: 10%; */
    /* left: 20%; */
}

.popup-scanner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    padding: 20px;
    z-index: 9999;
}

.popup-scanner .popup-layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.popup-scanner .popup-content {
    height: inherit;
}

.popup-scanner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.popup-scanner video.started {
    background: black;
}

.popup-scanner canvas {
    display: none;
}

.popup-scanner .popup-close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-size: 3em;
    padding: 5px;
    cursor: pointer;
    line-height: 30px;
    z-index: 4;
}

.popup-scanner .popup-close:hover, .popup-scanner .popup-close:active {
    color: #ddd;
}

.popup-scanner .popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.popup-scanner .popup-overlay .popup-overlay-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(calc(100% - 300px) / 2);
    background: rgba(0, 0, 0, .5);
    z-index: 2;
}

.popup-scanner .popup-overlay .popup-overlay-right {
    position: absolute;
    top: calc(calc(100% - 300px) / 2);
    right: 0;
    width: calc(calc(100% - 250px) / 2);
    height: 250px;
    background: rgba(0, 0, 0, .5);
    z-index: 3;
}

.popup-scanner .popup-overlay .popup-overlay-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(calc(100% - 200px) / 2);
    background: rgba(0, 0, 0, .5);
    z-index: 2;
}

.popup-scanner .popup-overlay .popup-overlay-left {
    position: absolute;
    top: calc(calc(100% - 300px) / 2);
    left: 0;
    width: calc(calc(100% - 250px) / 2);
    height: 250px;
    background: rgba(0, 0, 0, .5);
    z-index: 3;
}

.popup-scanner .popup-overlay .popup-overlay-left:before {
    content: '';
    position: absolute;
    top: -4px;
    left: calc(100% - 4px);
    width: 30px;
    height: 30px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    z-index: 1;
}

.popup-scanner .popup-overlay .popup-overlay-left:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: calc(100% - 4px);
    width: 30px;
    height: 30px;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    z-index: 1;
}

.popup-scanner .popup-overlay .popup-overlay-right:before {
    content: '';
    position: absolute;
    top: -4px;
    right: calc(100% - 4px);
    width: 30px;
    height: 30px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    z-index: 1;
}

.popup-scanner .popup-overlay .popup-overlay-right:after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: calc(100% - 4px);
    width: 30px;
    height: 30px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    z-index: 1;
}
.green{
    color: green;
}
.list-order,
.order-detail{
    color: #fff;
}
.list-order ul.list-unstyled li .btn-info{
    background-color: orange;
}
.order-detail-footer{
    position: fixed;
    width: 100%;
    margin-left: -10px;
    bottom: 10px;
}
.order-detail{
    height: calc(100% - 45px);
    overflow-y: auto;
    overflow-x: hidden;
}
.btn-cart-saler-view .num{
    position: absolute;
    right: 0px;
    border-radius: 50%;
    font-size: 10px;
    background: red;
    height: 15px;
    width: 15px;
    top: -1px;
}
.list-order .apply-tab{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    padding-bottom: 10px;
}

.animate-icon{
    box-shadow: 0 0 0 0 orange;
    /* background-color: orange; */
    border-radius: 10px;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
  }
  
  @-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
  
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
  
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
  
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
  
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
  
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
  
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
  }
  @-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }
  
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
  
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
  }
  
  @keyframes zoom {
    0% {
        transform: scale(.9)
    }
  
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
  
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
  }

  .order-detail{
    padding: 10px;
}
.form-ghtk input[name="free_ship"]{
    width: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
}
.hide{
    display: none;
}  
.callline .box-body{
    padding: 0;
}  
#callScreen{
    height: 100%;
    width: 100%;
}
#callScreen iframe{
    height: 100%;
    width: 100%;
    border: none;
}
.cke_notifications_area{
    display: none;
}
.chat-icon{
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999999;
}
.chat-icon button{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.view-main .num,
.view-saler-page .num,
.view-detail .num{
    /* display: none !important; */
}

.animate-icon{
    box-shadow: 0 0 0 0 orange;
    /* background-color: orange; */
    border-radius: 10px;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
  }
  
  @-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
  
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
  
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
  
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
  
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
  
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
  
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
  }
  @-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }
  
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
  
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
  }
  
  @keyframes zoom {
    0% {
        transform: scale(.9)
    }
  
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
  
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
  }