.bounce,
.flash,
.rubberBand,
.tada,
.wobble {
    animation-duration: 1.5s;
}
.bounce,
.flash,
.rubberBand,
.tada {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.popular_badge.style1 span::after,
.popular_badge.style1 span::before {
    content: "";
    top: 100%;
    z-index: -1;
    border-bottom: 3px solid transparent;
    border-top: 3px solid var(--most_popular_badge_bg_color);
}
.cxbundleBlock #add_custom_btn,
.cxbundleBlock #variation_custom_btn {
    display: inline-block;
    outline: 0;
    position: relative;
    min-height: 29px;
    overflow: hidden;
}
.cxbundleBlock .icon {
    width: auto;
    height: auto;
}
.cxbundleBlock a {
    color: inherit !important;
    text-decoration: none;
}
.cxbundleBlock .variant_error {
    color: #ed0b0b !important;
    margin: 0;
    font-weight: 400 !important;
    font-size: 14px;
}
.cxbundleBlock .add_custom_btn--disabled {
    cursor: not-allowed !important;
}
.cxbundleBlock .add-cart-btn:not(.loading):hover {
    box-shadow: 0 10px 25px 0 #d5d5d5;
}
.cxbundleBlock .add-cart-btn:not(.loading):hover i {
    transform: translate(7px);
}
.add_to_cart.cxBundleBtn {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    padding: 0 3rem;
    cursor: pointer;
    font: inherit;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    height: 100%;
    min-height: 45px;
    margin-bottom: 10px;
}
.cxBundleBtn.loading .loading-animate {
    position: relative;
    width: 28px;
    height: 28px;
    z-index: 100;
    border-radius: 50%;
    top: 0;
    right: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: 0.25s;
    opacity: 1;
}
.cxBundleBtn.loading .loading-animate::after,
.cxBundleBtn.loading .loading-animate::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-left: 2px solid #fff;
    animation: 0.8s infinite loading;
    position: absolute;
}
.cxBundleBtn.loading .loading-animate::after {
    animation-delay: 50ms;
}
.cxBundleBtn.loading .loading-animate i {
    transform: rotate(-90deg);
    padding-bottom: 4px;
    padding-left: 3px;
}
.cxBundleBtn.loading .upsell-add-cart-btn-text {
    visibility: hidden;
}
@keyframes loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.cxbundleBlock .cxbundleBlock {
    width: 450px;
    max-width: 450px;
}
@media only screen and (max-width: 767px) {
    .cxbundleBlock .cxbundleBlock {
        width: auto;
        max-width: 100%;
    }
}
.cxbundleBlock .mt-2,
.cxbundleBlock .varaints-sec select,
.varaints-sec button {
    margin-top: 4px;
}
.cxbundleBlock.mb-pro-bundle .img-fluid, .cxbundleBlock.mb-bogo-bundle .img-fluid {
    max-height: 100px !important;
}
.cxbundleBlock .img-fluid {
    max-width: 100%;
    height: auto;
    max-height: 150px;
}
.cxbundleBlock .d-flex {
    display: flex;
}
.cxbundleBlock .align-item,
.cxbundleBlock .stockDeatil {
    align-items: center;
}
.cxbundleBlock .cardStock {
    margin: 14px 0;
    background-color: #f3f3f3;
    display: block;
    padding: 10px;
    width: 100%;
    box-shadow: 0 0 8px #d5d5d5;
    cursor: pointer;
    position: relative;
}
.cxbundleBlock .cardStock .stockDeatil .prodectImg {
    margin-right: 15px;
    padding: 0;
    width: 100px;
    height: auto;
    text-align: center;
}
.cxbundleBlock.mb-pro-bundle .cardStock .stockDeatil .prodectImg {
    width: 100px !important;
    height: 100px !important;
}
.cxbundleBlock.mb-pro-bundle .cardStock, .cxbundleBlock.mb-bogo-bundle .cardStock {
    margin: 0 !important;
}
.cxbundleBlock.mb-pro-bundle .cardStock:last-child {
    margin: 0 0 14px !important;
}
.cxbundleBlock.mb-pro-bundle .price {
    line-height: unset;
}
.cxbundleBlock .price {
    color: #000;
    font-weight: 500;
    font-size: 14px !important;
    width: max-content;
    margin: auto 0 auto auto;
}
.cxbundleBlock #add_custom_btn {
    height: auto;
    min-width: 85px;
    width: auto;
    cursor: pointer;
    border: none;
    padding-left: 10px !important;
    padding-right: 10px !important;
    float: right;
    margin-top: 4px;
    line-height: 24px;
    margin-left: 6px;
}
.bundle_save {
    color: #fff;
    z-index: 9;
    width: auto;
    padding: 2px 12px !important;
    line-height: 140%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
    margin-top: -15px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px !important;
    white-space: nowrap;
    overflow: hidden;
}
.cxbundleBlock #add_custom_btn:hover {
    color: var(--add-btn-color-hover) !important;
    background-color: var(--add-btn-background-color-hover) !important;
    outline-offset: 0 !important;
    box-shadow: unset !important;
}
.cxbundleBlock .slick-dots li button:before {
    color: var(--dots-color) !important;
}
.cxbundleBlock .slick-dots li.slick-active button:before {
    color: var(--active-dots-color) !important;
}
.cxbundleBlock .slick-next:before,
.cxbundleBlock .slick-prev:before {
    color: var(--arrows-color) !important;
}
.cxbundleBlock #variation_custom_btn {
    width: 80px;
    height: auto;
    max-width: 80px;
    transition: 0.25s;
    cursor: pointer;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin: 4px 4px auto auto;
}
.cxupsell-quantity-toggle {
    display: inline-flex;
}
.cxupsell-quantity-toggle input {
    border: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 2.7rem;
    text-align: center;
    padding: 0 0.5rem;
    margin: 4px 0 0 -4px;
}
.cxupsell-quantity-toggle button {
    border: 1px solid #000;
    padding: 7px;
    background: #f5f5f5;
    color: #000;
    font-size: 1rem;
    cursor: pointer;
    margin-right: 4px;
}
.cxupsell-quantity-toggle span:first-child {
    padding: 3px 9px 0 5px !important;
}
.cxupsell-quantity-toggle span {
    height: 29px;
    margin-top: 4px;
    line-height: 18px;
    padding: 3px 5px 0 !important;
}
.thankyou-aioupsell .cxupsell-quantity-toggle input {
    width: 0.9rem !important;
}
.thankyou-aioupsell .cxupsell-quantity-toggle span {
    padding: 0 5px !important;
    cursor: pointer;
    line-height: 26px !important;
}
.thankyou-aioupsell #add_custom_btn {
    min-width: 55px !important;
}
.maxbundle_radio_button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
    margin-right: 15px;
}
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .cxbundleBlock #variation_custom_btn {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }
    }
    @supports (-webkit-appearance: none) and (not (stroke-color: transparent)) {
        .cxbundleBlock #variation_custom_btn {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }
    }
}
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
    .cxbundleBlock selector {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
}
.cxbundleBlock #variation_custom_btn:hover {
    color: var(--variation-btn-color-hover) !important;
    background-color: var(--variation-btn-background-color-hover) !important;
}
.cxbundleBlock .add_custom_btn_right {
    justify-content: right;
    align-items: center;
    display: flex;
}
.cxbundleBlock .varaints-sec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.cxbundleBlock .varaints-sec select {
    background: 0 0;
    border: 1px solid gray;
    margin-right: 5px;
    -webkit-appearance: auto;
    background-image: none !important;
}
.cxbundleBlock .prodectDetail p {
    line-height: initial;
    margin: 0;
}
.popular_badge.style1 span,
.popular_badge.style2 span,
.popular_badge.style3 span {
    display: block;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 3px 10px -5px #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
}
.cxbundleBlock .varaints-sec select:focus-visible {
    outline: unset !important;
    outline-offset: 0 !important;
    box-shadow: unset !important;
}
.cxbundleBlock .product-info-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.popular_badge.style2,
.popular_badge.style3 {
    position: absolute;
    display: inline-flex;
    top: -1px;
}
.cxbundleBlock .product_name {
    border: none;
}
.cxupsell-quantity-toggle button,
.cxupsell-quantity-toggle input {
    height: 29px;
    line-height: 1;
}
@media screen and (max-width: 575px) {
    .cart-aioupsell {
        max-width: 100%;
        padding: 10px;
        margin: 0;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    .cart-aioupsell {
        max-width: 100%;
        padding: 10px;
        margin: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .cart-aioupsell {
        max-width: 100%;
        padding: 10px;
        margin: 0;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .cart-aioupsell {
        max-width: 100%;
        padding: 10px;
        margin: 0;
    }
}
@media screen and (min-width: 1200px) {
    .cart-aioupsell {
        max-width: 400px;
        padding: 10px 0;
        margin: 0 auto;
    }
}
:root {
    --most_popular_badge_bg_color: #111111;
}
#upsell_app {
    display: block;
}
#mb-pro-bundle-total {
    padding: 10px;
    justify-content: space-between;
    margin: 15px 0;
    border-radius: 0;
    background: rgb(239 239 239);
}
.centerwithline {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 10px 0;
    grid-gap: 10px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 14px 0;
    grid-gap: 10px;
}
span.productitem_save_badge.style1,
span.productitem_save_badge.style2 {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    padding: 0.3rem 0.3rem;
    text-decoration: none;
    color: #fff;
    background-color: #f13d21;
    vertical-align: middle;
    border-radius: 10px;
}
span.productitem_save_badge.style1 {
    position: static !important;
}
.popular_badge.style1 {
    position: absolute;
    left: -30px;
    z-index: 1;
    overflow: hidden;
    margin-top: -36px;
    width: 100px !important;
    height: 90px;
    text-align: right;
}
.popular_badge.style1 span {
    font-size: 10px;
    transform: rotate(-40deg);
    width: 100px;
    background: #248060;
    position: absolute;
    top: 29px;
    right: -8px;
    -webkit-transform: rotate(-40deg);
}
.popular_badge.style1 span::before {
    position: absolute;
    left: 0;
    border-right: 3px solid transparent;
    border-left: 3px solid var(--most_popular_badge_bg_color);
}
.popular_badge.style1 span::after {
    position: absolute;
    right: 3px;
    border-left: 3px solid transparent;
    border-right: 3px solid var(--most_popular_badge_bg_color);
}
.popular_badge.style2 span,
.popular_badge.style3 span {
    padding: 0 7px;
    margin: 0;
    font-size: 12px;
    width: auto;
}
.popular_badge.style2 {
    left: -1px;
}
.popular_badge.style3 {
    right: -1px;
}
.centerwithline:after,
.centerwithline:before {
    content: " ";
    display: block;
    border-bottom: 2px solid #ccc;
}
.max_fbt_checkbox {
    accent-color: var(--fbt_checkbox_color);
}
.max-bundle-countdown-timer.enabled {
    background-color: #008060;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin: 5px 0;
    padding: 5px;
    gap: 6px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
    max-height: 500px;
    opacity: 1;
    pointer-events: all;
}
.max-bundle-countdown-timer.enabled.blink {
    transition: 0.3s ease-in-out;
    animation: 0.5s ease-in-out infinite alternate blink;
}

.max-bundles__discounts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;
    margin: 14px 0;
}
.max-bundles__discount,
.max-bundles__discount.selected {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: box-shadow 0.1s ease-in-out;
    flex-direction: row;
    width: calc((100% / 3) - (10px / 1.5));
}
.max-bundles__discount__container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    height: 100%;
}
.max-bundles__discount__wrapper {
    display: flex;
    justify-content: space-between;
    min-height: 37px;
    flex-direction: column;
    padding: 1rem 0.5rem;
    height: 100%;
    gap: 0.7rem;
}
.max-bundles__discount__content,
.max-bundles__discount__content__texts {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.max-bundles__discount {
    position: relative;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}
.max-bundles__discount * {
    pointer-events: none;
}
.max-bundles__discount__content {
    flex-grow: 1;
}
.max-bundles__discount__description {
    color: #373737;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 0.3rem 0;
}
.max-bundles__discount__tag,
.max-bundles__discount__tag--first {
    display: inline-block;
    padding: 3px 5px;
    text-align: center;
}
.max-bundles__discount__prices {
    display: flex;
    flex-direction: column;
    align-self: center;
    gap: 2px;
    align-items: center;
    flex-direction: column-reverse !important;
}
.max-bundles__discount__text {
    color: #000;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
}
.max-bundles__discount__tag--first {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}
.max-bundles__discount__tag {
    background-color: #f9627d;
    color: #fff;
    border: 2px solid #fff;
}
.max-bundles__discount__tag,
.max-bundles__discount__tag--first {
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 14px !important;
}
.max-bundles__discount__price {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}
.max-bundles__discount__compare-price {
    text-decoration: line-through;
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
.max-bundles__discount,
.max-bundles__discount.selected {
    background-color: #fff;
    border-radius: 5px;
}
.max-bundles__discount.selected {
    box-shadow: 0 0 0 1px #000;
}
.max-bundles__discount.selected:hover,
.max-bundles__discount:hover {
    transition: box-shadow 0.1s ease-in-out;
    box-shadow: 0 0 0 calc(1px + 0.5px) #000;
}
.kolio-bundles__box-layout {
    display: block;
    background-color: #ecf8f3;
    border: 2px solid #2abb83;
    border-radius: 5px;
}
.max-bundles__table-layout {
    margin: 14px 0;
}
.max-bundles__table-layout__table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-radius: 5px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #000;
    overflow: hidden;
}
.max-bundles__table-layout__header {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background-color: #008060;
}
.max-bundles__table-layout__cell {
    background-color: #fff;
    text-align: center;
}
.max-bundles__table-layout__cell,
.max-bundles__table-layout__header {
    border: 1px solid #000;
}
.max-bundles__table-layout__row td {
    color: #000;
}
@-webkit-keyframes blink {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.7;
    }
}
.max_bundle_countdown-timer_title {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
}
.max_bundle_countdown-timer_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.max_bundle_countdown-timer_digits_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0.3rem;
    border-radius: 0.5rem;
}
.max_bundle_countdown-timer_dots {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: auto;
}
.max_bundle_countdown-timer_digits {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
}
.max_bundle_countdown-timer_label {
    font-size: 9px;
    line-height: 9px;
    font-weight: 600;
    margin: 0;
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@keyframes p-keyframes-bounce {
    0%,
    65%,
    85% {
        transform: scale(1);
    }
    75% {
        transform: scale(0.85);
    }
    82.5% {
        transform: scale(1.05);
    }
}
@keyframes p-keyframes-fade-in {
    to {
        opacity: 1;
    }
}
@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@-webkit-keyframes rubberBand {
    0%,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
}
@keyframes rubberBand {
    0%,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
}
@-webkit-keyframes tada {
    0%,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}
@keyframes tada {
    0%,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}
@-webkit-keyframes wobble {
    0%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
}
@keyframes wobble {
    0%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
}
@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}