/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&amp;subset=latin,cyrillic);
@import url(https://zavoloklom.github.io/material-design-iconic-font/css/docs.md-iconic-font.min.css);
.kudu_widget ul li {
    list-style: none;
}

.kudu_widget .fabs {
    bottom: 0;
    position: fixed;
    margin: 1em;
    right: 0;
    z-index: 998;
}

.kudu_widget .fab {
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    text-align: center;
    color: #f0f0f0;
    margin: 25px auto 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
    z-index: 998;
    overflow: hidden;
    background: #fda907;
}

.kudu_widget .fab>i {
    font-size: 37px;
    line-height: 68px;
    color: white;
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.kudu_widget .fab:not(:last-child) {
    width: 0;
    height: 0;
    margin: 20px auto 0;
    opacity: 0;
    visibility: hidden;
    line-height: 40px;
}

.kudu_widget .fab:not(:last-child)>i {
    font-size: 1.4em;
    line-height: 40px;
}

.kudu_widget .fab:not(:last-child).is-visible {
    width: 40px;
    height: 40px;
    margin: 15px auto 10;
    opacity: 1;
    visibility: visible;
}

.kudu_widget .fab:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
}

.kudu_widget .fab:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 20ms;
    transition-delay: 20ms;
}

.kudu_widget .fab:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms;
}

.kudu_widget .fab:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms;
}

.kudu_widget .fab:not(:last-child):nth-last-child(5) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
}

.kudu_widget .fab:last-child:active, .fab:last-child:focus, .fab:last-child:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

/*Chatbox*/

.kudu_widget .chat {
    position: fixed;
    right: 85px;
    bottom: 20px;
    width: 400px;
    font-size: 12px;
    line-height: 22px;
    font-family: 'Roboto';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    /* opacity: 0; */
    display: none;
    box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 0;
    background: #fff;
}

.kudu_widget .chat_fullscreen {
    position: fixed;
    right: 0px;
    bottom: 0px;
    top: 0px;
}

.kudu_widget .chat_header {
    /* margin: 10px; */
    font-size: 13px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #f3f3f3;
    height: 55px;
    background: #fda907;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 8px;
    padding-bottom: 57px;
}

.kudu_widget .chat_header2 {
    /* margin: 10px; */
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.kudu_input_radio [type="radio"]:checked, .kudu_input_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.kudu_input_radio [type="radio"]:checked+label, .kudu_input_radio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.kudu_input_radio [type="radio"]:checked+label:before, .kudu_input_radio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.kudu_input_radio [type="radio"]:checked+label:after, .kudu_input_radio [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #fda907;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.kudu_input_radio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.kudu_input_radio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.chat_header .span {
    float: right;
}

.kudu_widget .chat_fullscreen_loader {
    display: none;
    float: right;
    cursor: pointer;
    /* margin: 10px; */
    font-size: 20px;
    opacity: 0.5;
    /* padding: 20px; */
    margin: -10px 10px;
}

.kudu_input_radio {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px !important;
}

.product .single_variation {
    border-top: 1px solid #dadada;
}

.kudu_widget .chat.is-visible {
    /* opacity: 1; */
    display: block;
    -webkit-animation: kuduzoomIn .2s cubic-bezier(.42, 0, .58, 1);
    animation: kuduzoomIn .2s cubic-bezier(.42, 0, .58, 1);
}

.kudu_widget .is-hide {
    opacity: 0
}

.kudu_widget .chat_option {
    float: left;
    font-size: 15px;
    list-style: none;
    position: relative;
    height: 100%;
    width: 100%;
    margin-right: 10px;
    letter-spacing: 0.5px;
    font-weight: 400
}

.kudu_widget .zmdi-comment-outline {
    line-height: 70px !important;
}

.kudu_widget .chat_option img {
    border-radius: 50%;
    width: 55px;
    float: left;
    margin: -30px 20px 10px 20px;
    border: 4px solid rgba(0, 0, 0, 0.21);
}

.kudu_widget .change_img img {
    width: 35px;
    margin: 0px 20px 0px 20px;
}

.kudu_widget .chat_option .agent {
    font-size: 12px;
    font-weight: 300;
}

.kudu_widget .chat_option .online {
    opacity: 0.4;
    font-size: 11px;
    font-weight: 300;
}

.kudu_widget .chat_color {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 10px;
    float: left;
}

.kudu_widget .chat_body {
    background: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    overflow-y: auto;
}

.kudu_widget #chat_body {
    height: 450px;
}

.kudu_widget .chat_login p, .kudu_widget .chat_body li, .kudu_widget p, .kudu_widget a {
    -webkit-animation: kuduzoomIn .5s cubic-bezier(.42, 0, .58, 1);
    animation: kuduzoomIn .5s cubic-bezier(.42, 0, .58, 1);
}

.kudu_widget .chat_body p {
    padding: 20px;
    color: #888
}

.kudu_widget .chat_body a {
    width: 10%;
    text-align: center;
    border: none;
    box-shadow: none;
    line-height: 40px;
    font-size: 15px;
}

.kudu_widget .chat_field {
    position: relative;
    margin: 5px 0 5px 0;
    width: 50%;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    border: none;
    outline: none;
    display: inline-block;
}

.kudu_widget a#prime {
    position: fixed;
    bottom: 21px;
    right: 14px;
}

.kudu_widget .chat_field.chat_message {
    height: 30px;
    resize: none;
    font-size: 13px;
    font-weight: 400;
    margin-top: 9px;
    border: 0;
    outline: 0;
    background: #fff;
    border-top: 0 !important;
    width: 80%;
    margin-left: 10px;
    box-shadow: none;
}

.kudu_widget .chat_category {
    text-align: left;
}

.kudu_widget .chat_category {
    margin: 20px;
    background: rgba(0, 0, 0, 0.03);
    padding: 10px;
}

.kudu_widget .chat_category ul li {
    width: 80%;
    height: 30px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    font-size: 13px;
    cursor: pointer;
    line-height: 30px;
    color: #888;
    text-align: center;
}

.kudu_widget .chat_category li:hover {
    background: #83c76d;
    color: #fff;
}

.kudu_widget .chat_category li.active {
    background: #83c76d;
    color: #fff;
}

.kudu_widget .tags {
    margin: 20px;
    bottom: 0px;
    display: block;
    width: 120%
}

.kudu_widget .tags li {
    padding: 5px 10px;
    border-radius: 40px;
    border: 1px solid rgb(3, 117, 208);
    margin: 5px;
    display: inline-block;
    color: rgb(3, 117, 208);
    cursor: pointer;
}

.kudu_widget .fab_field {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.kudu_widget .fab_field2 {
    bottom: 0px;
    position: absolute;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    z-index: 999;
}

.kudu_widget .fab_field a {
    display: inline-block;
    text-align: center;
}

.kudu_widget #fab_camera {
    float: left;
    background: rgba(0, 0, 0, 0);
}

.kudu_widget #fab_send {
    float: right;
    background: rgba(0, 0, 0, 0);
}

.kudu_widget .fab_field .fab {
    width: 35px;
    height: 35px;
    box-shadow: none;
    margin: 5px;
}

.kudu_widget .fab_field .fab>i {
    font-size: 1.6em;
    line-height: 35px;
    color: #bbb;
}

.kudu_widget .fab_field .fab>i:hover {
    color: #42a5f5;
}

.kudu_widget .chat_converse {
    position: relative;
    background: #fff;
    margin: 0px 0 0px 0;
    height: 300px;
    min-height: 0;
    font-size: 12px;
    line-height: 18px;
    overflow-y: scroll;
    width: 100%;
    float: right;
}

.kudu_widget .chat_converse2 {
    height: 100%;
    max-height: 800px
}

.kudu_widget .chat_list {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.kudu_widget .chat_list .chat_list_item {
    opacity: 0;
    visibility: hidden;
}

.kudu_widget .chat .chat_converse .chat_msg_item {
    position: relative;
    margin: 8px 0 15px 0;
    padding: 8px 10px;
    max-width: 60%;
    display: block;
    word-wrap: break-word;
    border-radius: 3px;
    -webkit-animation: kuduzoomIn .5s cubic-bezier(.42, 0, .58, 1);
    animation: kuduzoomIn .5s cubic-bezier(.42, 0, .58, 1);
    clear: both;
    z-index: 999;
}

.kudu_widget .status {
    margin: -15px 14px 0 0px;
    float: right;
    font-size: 11px;
    opacity: 0.3;
    width: 100%;
    text-align: right;
}

.kudu_widget .status2 {
    margin: -10px 20px 0 0;
    float: right;
    display: block;
    font-size: 11px;
    opacity: 0.3;
}

.kudu_widget .chat .chat_converse .chat_msg_item .chat_avatar {
    position: absolute;
    top: 0;
}

.kudu_widget .chat .chat_converse .chat_msg_item.chat_msg_item_admin .chat_avatar {
    left: -52px;
    background: rgba(0, 0, 0, 0.03);
}

.kudu_widget .chat .chat_converse .chat_msg_item.chat_msg_item_user .chat_avatar {
    right: -52px;
    background: rgba(0, 0, 0, 0.6);
}

.kudu_widget .chat .chat_converse .chat_msg_item .chat_avatar, .chat_avatar img {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
}

.kudu_widget .chat .chat_converse .chat_msg_item.chat_msg_item_admin {
    margin-left: 60px;
    float: left;
    background: rgba(0, 0, 0, 0.03);
    color: #666;
}

.kudu_widget .chat .chat_converse .chat_msg_item.chat_msg_item_user {
    margin-right: 14px;
    float: right;
    background: #fda907;
    color: #eceff1;
}

.kudu_widget .chat .chat_converse .chat_msg_item.chat_msg_item_admin:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -12px;
    z-index: 998;
    border: 6px solid transparent;
    border-right-color: rgba(255, 255, 255, .4);
}

.kudu_widget .chat_form .get-notified label {
    color: #077ad6;
    font-weight: 600;
    font-size: 11px;
}

.kudu_widget input {
    position: relative;
    width: 90%;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    outline: none;
    background: #fff;
    display: inline-block;
    resize: none;
    padding: 5px;
    border-radius: 3px;
}

.kudu_widget .chat_form .get-notified input {
    margin: 2px 0 0 0;
    border: 1px solid #83c76d;
}

.kudu_widget .chat_form .get-notified i {
    background: #83c76d;
    width: 30px;
    height: 32px;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    margin: 2px 0 0 -30px;
    position: absolute;
    border-radius: 3px;
}

.kudu_widget .chat_form .message_form {
    margin: 10px 0 0 0;
}

.kudu_widget .chat_form .message_form input {
    margin: 5px 0 5px 0;
    border: 1px solid #e0e0e0;
}

.kudu_widget .chat_form .message_form textarea {
    margin: 5px 0 5px 0;
    border: 1px solid #e0e0e0;
    position: relative;
    width: 90%;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    outline: none;
    background: #fff;
    display: inline-block;
    resize: none;
    padding: 5px;
    border-radius: 3px;
}

.kudu_widget .chat_form .message_form button {
    margin: 5px 0 5px 0;
    border: 1px solid #e0e0e0;
    position: relative;
    width: 95%;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    outline: none;
    background: #fff;
    display: inline-block;
    resize: none;
    padding: 5px;
    border-radius: 3px;
    background: #83c76d;
    cursor: pointer;
}

.kudu_widget strong.chat_time {
    padding: 0 1px 1px 0;
    font-weight: 500;
    font-size: 8px;
    display: block;
}

/*Chatbox scrollbar*/

.kudu_widget ::-webkit-scrollbar {
    width: 0px;
    display: none;
}

.kudu_widget ::-webkit-scrollbar-track {
    border-radius: 0;
}

.kudu_widget ::-webkit-scrollbar-thumb {
    margin: 0px;
    border-radius: 0px;
    width: 0px;
    display: none;
    background: rgba(0, 0, 0, 0.2);
}

/*Element state*/

.kudu_widget .is-active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.kudu_widget .is-float {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

.kudu_widget .is-loading {
    display: block;
    -webkit-animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
    animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
}

.kudu_widget .is_typing {
    height: 36px;
    width: 78px;
    background: url(../images/typing.gif) no-repeat 0px !important;
    background-size: 68% !important;
}

.kudu_form {
    display: none;
    padding: 20px;
}

.kudu_form_email, .kudu_form_question {
    margin-bottom: 20px;
}

.kudu_form input {
    width: 100% !important;
}

.kudu_form button {
    padding: 10px 20px !important;
    background: #fda907 !important;
    color: #fff !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.kudu_form p {
    font-size: 12px !important;
}

.kudu_error {
    font-size: 11px !important;
    color: red !important;
}

.kudu_success {
    display: none;
    padding: 20px;
    color: green !important;
    background: #aaeaac;
}

.kudu_form_wrapper {
    height: 300px;
}

/*Animation*/

@-webkit-keyframes kuduzoomIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes kuduzoomIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

/* SMARTPHONES PORTRAIT */

@media only screen and (max-width: 600px) {
    .kudu_widget .chat_field.chat_message {
        width: 70%;
    }
}

@media only screen and (min-width: 300px) {
    .kudu_widget .chat {
        width: 250px;
    }
}

/* SMARTPHONES LANDSCAPE */

@media only screen and (min-width: 480px) {
    .kudu_widget .chat {
        width: 300px;
    }
    .kudu_widget .chat_field {
        width: 65%;
    }
}

/* TABLETS PORTRAIT */

@media only screen and (min-width: 768px) {
    .kudu_widget .chat {
        width: 300px;
    }
    .kudu_widget .chat_field {
        width: 65%;
    }
}

/* TABLET LANDSCAPE / DESKTOP */

@media only screen and (min-width: 1024px) {
    .kudu_widget .chat {
        width: 300px;
    }
    .kudu_widget .chat_field {
        width: 65%;
    }
}

/*Color Options*/

.kudu_widget .blue .fab {
    background: #42a5f5;
    color: #fff;
}

.kudu_widget .blue .chat {
    background: #42a5f5;
    color: #999;
}

/* Ripple */

.kudu_widget .ink {
    display: block;
    position: absolute;
    background: rgba(38, 50, 56, 0.4);
    border-radius: 100%;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

/*animation effect*/

.kudu_widget .ink.animate {
    -webkit-animation: ripple 0.5s ease-in-out;
    animation: ripple 0.5s ease-in-out;
}

@-webkit-keyframes ripple {
    /*scale the element to 250% to safely cover the entire link and fade it out*/
    100% {
        opacity: 0;
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        webkit-transform: scale(5);
        -webkit-transform: scale(5);
        transform: scale(5);
    }
}

@keyframes ripple {
    /*scale the element to 250% to safely cover the entire link and fade it out*/
    100% {
        opacity: 0;
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        webkit-transform: scale(5);
        -webkit-transform: scale(5);
        transform: scale(5);
    }
}

.kudu_widget ::-webkit-input-placeholder {
    /* Chrome */
    color: #bbb;
    font-size: 12px;
}

.kudu_widget :-ms-input-placeholder {
    /* IE 10+ */
    color: #bbb;
    font-size: 12px;
}

.kudu_widget ::-moz-placeholder {
    /* Firefox 19+ */
    color: #bbb;
    font-size: 12px;
}

.kudu_widget :-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #bbb;
    font-size: 12px;
}

div.chatbubble {
    display: none;
    background: #fff;
    margin: 0 auto;
    width: 260px;
    padding: 20px;
    text-align: center;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    border-radius: 10px;
    position: fixed;
    bottom: 100px;
    right: 10px;
    transition-duration: 0.3s;
}

a#prime:hover:not(.is-visible) div.chatbubble{
    display: block;
}
  
div.chatbubble:after {
    content: "";
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.16) 4px 3px 7px -1px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: -10px;
    right: 25px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #FFF #FFF transparent;
}
.chatbubble-content {
    display: flex;
    align-items: center;
    color: #777;
    font-size: 20px;
    font-family: initial;
}
.bubble-img {
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.bubble-img img {
    max-width: 100%;
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 10px;
}
.bubble-text {
    flex: 1;
}

#chekkit-frame {
    display: none;
}
.option-buttons-wrapper {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
}
button.option-button {
    border: 2px solid #fda908;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 18px;
    background: #fff;
    margin: 9px;
    cursor: pointer;
    color: black;
    transition-duration: 0.3s;
    display: block;
}
button.option-button:hover {
    background: #fda908;
    color: white;
}
.kudu_msg a {
    color: #ffa800;
}