.card {
    padding: 0;
}

.pricing-card-title del {
    font-size: 21px;
    width: 100%;
    display: inline-block;
    color: #b9b9b9;
}

.pricing-card-title span {
    color: #ff7600;
}

.offer_package {
    background: #fffdfb;
    border-color: #ffddc0;
}

.offer_package .card-header {
    background: #ffeee0;
}

.offer_package .card-header h4 {
    color: #ff7600;
}

.offer_package .btn {
    background: #ff7600;
    border-color: #ff7600
}

.editDescIcon {
    color: blue;
    padding: 0 5px;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
}

.noselect {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}

.addMoreDesc {
    text-align: center;
    margin: 20px 0;
}

.addMoreDesc textarea {
    width: 90%;
    margin: 0 5%;
    display: inherit;
    height: 200px;
}

.addMoreDesc button {
    width: 100px;
    margin: 13px auto !important;
}

.device_in_stock {
    width: 100%;
    text-align: center;
    padding: 0 0 30px 0;
    margin: 0;
    font-size: 11px;
    height: 15px;
    color: #e55500;
}

.device_thumb {
    width: 90%;
    margin: 0 auto;
    max-width: 300px;
    display: inherit;
}

.device_more_info {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 15px 16px;
    font-size: 13px;
    height: 19px;
    position: relative;
}

.device_more_info i {
    float: left;
    width: 10px;
    font-size: 14px;
    color: #1f84db;
    position: absolute;
    top: 18px;
    margin-left: 0;
}

.onceCat {
    width: auto;
    display: inline-block;
    border: 1px solid #eee;
    padding: 20px;
    width: 30%;
    font-size: 18px;
}

.onceCat:hover {
    background: #eee;
}

.paper-snackbar {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 14px;
    min-height: 14px;
    background-color: rgba(0, 0, 0, 0.90);
    position: fixed;
    color: white;
    z-index: 100;
    line-height: 22px;
    padding: 18px 24px;
    bottom: 0px;
    opacity: 0;
    right: 30px;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    min-width: 288px;
    max-width: 70%;
    border-radius: 2px;
    margin: 0 60px;
    bottom: -100px;
}

.paper-snackbar .action {
    display: block;
    border: none;
    background: none;
    font-size: inherit;
    text-transform: uppercase;
    margin: 0px 0px 0px 24px;
    padding: 0px;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    float: right;
    outline: none !important;
}

.snack-red {
    color: #ff8181 !important;
}

.snack-green {
    color: #81ff97 !important;
}

.snack-orange {
    color: #ffb681 !important;
}

.snack-oval {
    color: #81ffdd !important;
}

.snack-yellow {
    color: #ffe581 !important;
}

.snack-blue {
    color: #81cfff !important;
}

.loading-snackbar {
    border: 1px solid #545050;
    border-top: 1px solid;
    border-top-color: #81ffdd;
    border-radius: 50%;
    animation: loading_snackbar 1s linear infinite;
    -o-animation: loading_snackbar 1s linear infinite;
    -moz-animation: loading_snackbar 1s linear infinite;
    -webkit-animation: loading_snackbar 1s linear infinite;
    width: 25px;
    height: 25px;
    margin: 6px auto;
    display: inherit;
    right: 13px;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

@keyframes loading_snackbar {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes loading_snackbar {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes loading_snackbar {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loading_snackbar {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

 .btn:disabled {
        background: #b3b3b3 !important;
        border-color: #b3b3b3;
    }
.loadingCover {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    background: #f3f3f3de;
    width: 100%;
    height: 100%;
}

.channelIcon {
        max-width: 100px !important;
    height: auto !important;
    margin: 0 auto;
    display: inherit;
}

.pointer {
    cursor: pointer
}

.noUnderline {
    text-decoration: none !important;
}
.captcha {
      width: auto;
    height: 80px;
    overflow: hidden;
    background: #e6e6e6;
    position: relative;
    padding: 0;
    border-radius: 4px;
    display: inline-block;
    }

    .captcha img {
            float: left;
    width: 60px;
    margin: 27px 10px 27px 50px;
    height: 20px;
    }

    .captcha input {
        float: left;
        width: 42% !important;
        height: 80px;
        background: #f8fffd;
        border: 1px solid #b2e4d7;
        border-radius: 0 4px 4px 0;
        outline: none !important;
        text-align: center;
        margin-left: 2%;
        float: right;
    }

    .captcha input:active,
    .captcha input:focus {
        background: #ffffff;
        border: 1px solid #7fcab6;
    }

    .captcha i {
        position: absolute;
        bottom: 1px;
        z-index: 5;
        font-size: 15px;
        left: 0;
        width: 19px;
        height: 17px;
        padding: 1px 0 0 2px;
        box-sizing: border-box;
        cursor: pointer;
        color: #feffff;
        background: #92d8c5;
    }

    .captcha i:hover {
        background: #80ccb7;
    }

.captchaCon {
        float: left;

        border-radius: 4px;
    }

    .captcha-step1 {
          width: 400px;
    height: 80px;
    background: #fbfbfb;
    border: 2px solid #f3f3f3;
    border-radius: 4px;
    }

    .captcha-step1 .radio {
        float: left;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 2px solid #d3eaf9;
        background: #fff;
        cursor: pointer;
        margin: 18px 0 0 33px;
        box-shadow: 0 0 19px -8px rgb(33, 160, 236);
    }

    .captcha-step1 a {
        color: #21a0ec;
    }

    .captcha-step1 p {
        float: left;
        width: 220px;
        margin: 17px 0 0 21px;
        color: #b1b1b1;
    }

    .captcha-step1 span {
        height: 45px !important;
        width: 45px !important;
        margin: 15px auto !important;
        position: initial;
        border-width: 5px;
        border-color: #8ee0ca;
        border-bottom-color: #bcecdf;
    }
    .loading-btn {
        border: 2px solid #9a9a9a;
        border-top: 2px solid;
        border-top-color: #ececec;
        border-radius: 50%;
        -o-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        animation: loading_btn 1s linear infinite;
        -o-animation: loading_btn 1s linear infinite;
        -moz-animation: loading_btn 1s linear infinite;
        -webkit-animation: loading_btn 1s linear infinite;
        width: 30px;
        height: 30px;
        margin: -31px 20% 0 0;
        display: inherit;
        right: 13px;
        position: absolute;
        outline: none !important;
        margin-top: 2px;
    }

    .animated {
        animation-duration: 0.5s;
        animation-fill-mode: both;
    }

       @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @-o-keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .fadeIn {
        -webkit-animation-name: fadeIn;
        -o-animation-name: fadeIn;
        -moz-animation-name: fadeIn;
        animation-name: fadeIn;
    }