@font-face {
    font-family: 'Custom Material Icons';
    font-display: swap;
    src: url('../fonts/material-icons.woff') format('woff');
}
.custom-material-icons {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-family: "Custom Material Icons", Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
}

/*
**
** COMMONS RULES
**
*/
.flex {
    display: flex;
}
.none {
    display: none!important;
}
.sticky-div {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.quick-customer-order .btn-sm {
    padding: .25rem .5rem!important;
    font-size: 14px!important;
    border-radius: .2rem!important;
}
.quick-customer-order .btn-warning {
    color: #fff;
    background-color: #ff9a52;
    border-color: #ff9a52;
}
.text-danger {
    color: '#dc3545';
}
.text-success {
    color: '#28a745';
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
/*
**
** FILTER SEARCH OPTIONS
**
*/
.live-search-options {
    padding-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.live-search-options h5 {
    margin-right: 10px;
    margin-bottom: 0;
}
.live-search-options div {
    padding: 0 3px;
}
.live-search-options label{
    outline: none !important;
    box-shadow: none !important;
    margin-bottom: 0;
}
.live-search-options label.active, .live-search-options label.focus.active, .live-search-options label.active.focus:hover, .live-search-options label.active:hover {
    background-color: #24b9d7;
}
.live-search-options label, .live-search-options label.focus, .live-search-options label.focus:hover {
    background-color: grey;
}
.live-search-options .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
/*
**
** PRODUCTS ROWS
**
*/
#overlay-order-products {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(240,240,240,0.7);
    z-index: 2;
}
.overlay-order-products i {
    margin: 10px;
    float: right;
    cursor: pointer;
}
.order-products {
    padding: 10px;
}
.products-cart-rows {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
    border-bottom: none;
}
.products-cart-rows tr {
    width: 100%;
    height: 100%;
    border-radius: 0.6rem;
    background-color: #FFF;
}
.products-cart-rows tr > td:nth-of-type(1){
    width: 50px;
}

.products-cart-rows tr > td:last-of-type{
    padding: 0;
    height: 100%;
    width: 25px;
}

.quick-view-product {
    position: relative;
    display: block;
}
.quick-view-product i {
    position: absolute;
    top: 45%;
    left: 45%;
    transform: translate(-45%, -45%);
    display: none;
}
.quick-view-product:hover img {
    opacity: 0.5;
}
.quick-view-product:hover i {
    display: block;
    z-index: 500;
}
.products-cart-rows .name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-left: 10px;
    cursor: pointer;
    text-overflow: ellipsis;
}
.products-cart-rows .name::before {
    font-family: 'Custom Material Icons';
    content: "\E9A2";
    -webkit-font-feature-settings: 'liga';
}
.products-cart-rows .combination-name {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.products-cart-rows img.image {
    width: 66px;
}
.products-cart-rows .name i, .products-cart-rows .ref i {
    font-size: 17px;
    line-height: 10px;
    margin-left: 3px;
}
.price-qty {
    display: inline-flex;
}
.price-text {
}
.price-regular-text {
    text-decoration:line-through;
    font-size: 12px;
    font-style: italic;
    display: inline-block;
    padding: .25em .4em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.reduction-percent-alert {
    display: inline-block;
    padding: .25em .4em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.products-cart-rows .ref, .combinations_quickview .ref {
    max-width: 70%;
    font-size: 12px;
    margin-left: 0.5rem;
}
.products-cart-rows .stock-alert, .combinations_quickview .stock-alert, .products-cart-rows .weight {
    overflow: hidden;
}
.products-cart-rows .stock-alert, .products-cart-rows .ref, .combinations_quickview .ref, .combinations_quickview .combination_qty .stock-alert, .products-cart-rows .weight {
    display: inline;
    padding: .25em .4em;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.products-cart-rows .stock-alert{
display: inline-block;
}

.combinations_quickview .ref::before {
    font-family: 'Custom Material Icons';
    content: "\E9EF";
    -webkit-font-feature-settings: 'liga';
    margin-right: 0.5rem;
}
.products-cart-rows .weight {
    color: #fff;
    background-color: #343a40;
}
.products-cart-rows .weight::before {
    font-family: 'Custom Material Icons';
    content: "\EB43";
    -webkit-font-feature-settings: 'liga';
    margin-right: 0.5rem;
}
.products-cart-rows .stock-alert::before, .combinations_quickview .combination_qty .stock-alert::before {
    font-family: 'Custom Material Icons';
    content: "\E179";
    -webkit-font-feature-settings: 'liga';
    margin-right: 0.5rem;
}
.products-cart-rows input.qty {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    width: 6rem;
    outline: none;
    border: none;
    box-shadow: inset 0 0 0 1px lightgrey;
}

.products-cart-rows input.qty::-webkit-outer-spin-button,
.products-cart-rows input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.products-cart-rows input.qty[type=number] {
    -moz-appearance: textfield;
}

.products-cart-rows .delete-row button {
    color: white;
    height: 100%;
}
.add-product-row, .delete-product-rows {
    width:100%;
}
/*
**
** LIVE SEARCH
**
*/
.live-search-item {
    display: flex;
    padding: 1px 8px!important;
}
.live-search-content {
    width: 100%;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.live-search-content .col-left {
    display: grid;
}
.live-search-img {
    width: 45px;
    padding: 5px;
}
.live-search-name {
    font-size: 13px;
    font-weight: 600;
}
.live-search-item .live-search-reference {
    color: #7a7a7a;
}
.live-search-item-optgroup {
    padding: 10px;
    background-color: #ececec;
    font-size: 13px;
    font-weight: 700;
}
.live-search-item.single {
    padding-left: 0px!important;
}
.live-search-item.optgroup {
    padding-top: 0px;
    padding-bottom: 0px;
}
.live-search-reference {
    font-size: 11px;
}
.order-products .products-cart-rows .ts-control {
    margin-left: 5px;
    box-shadow: 0px 0px 5px grey!important;
}
.products-cart-rows .product-item .ts-wrapper {
    display: flex;
    max-width: 95%;
    cursor: pointer;
}
.ts-wrapper.search-name.single{
    position: absolute;
    top: 20%;
    width: 100%;
    margin-left: -60px;
    z-index: 3;
}
.icon-stock {
    border: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: none;
    height: 31px;
    width: 31px;
    margin-bottom: 0;
    position: relative;
    top: -2px;
    background: #28a745;
    display: block;
    color: #fff;
}
.icon-stock::before {
    font-family: 'Custom Material Icons';
    content: "\E5CA";
    -webkit-font-feature-settings: 'liga';
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.icon-stock-o {
    border: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: none;
    height: auto;
    margin-bottom: 0;
    padding: 7px;
    position: relative;
    top: -2px;
    width: auto;
    background: #dc3545;
    color: #fff;
}
.icon-stock-o::before {
    font-family: 'Custom Material Icons';
    content: "\E14C";
    -webkit-font-feature-settings: 'liga';
    font-size: 18px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.order-products .spinner-livesearch {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px 8px;
}
.order-products .spinner-livesearch:after {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    margin: 3px;
    border-radius: 50%;
    border: 5px solid #d0d0d0;
    border-color: #d0d0d0 transparent #d0d0d0 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
.ts-dropdown .active .live-search-reference {
    color: #fff!important;
}
/*
**
** SUBTOTAL RESUME
**
*/
.quick-cart-summary {
    background-color: #fafafa;
    margin-top: 20px;
    padding: 10px;
    border-radius: 0.6rem;
}
.quick-cart-summary h2 {
    font-size: 15px;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}
.quick-card-block {
    padding: 1.25rem 1.25rem 0.5rem;
}
.quick-card-block.quick-cart-summary-totals .quick-cart-summary-line {
    padding: 0.5rem 0.2rem 0;
}
.quick-card-block::after {
    content: "";
    display: table;
    clear: both;
}
.quick-cart-summary-line:not(:last-child) {
    margin-bottom: 1rem;
}
.quick-card-block.cart-summary-totals .quick-cart-summary-line.cart-total {
    padding: 1rem 0;
}
.quick-card-block.cart-summary-totals .quick-cart-summary-line:last-child {
    margin-bottom: 0;
}
.quick-cart-summary-line {
    margin-bottom: 0.315rem;
    clear: both;
}
.quick-card-block.quick-checkout {
    padding-top: 0;
    padding-bottom: 1.75rem;
}
.quick-cart-summary-line .quick-label, .quick-cart-summary-line .quick-value {
    font-size: 16px;
}
.quick-cart-summary-line .quick-label {
    padding-left: 0;
    font-weight: 400;
    color: #363a42;
    white-space: inherit;
}
.quick-cart-summary-line .quick-value {
    float: right;
    font-weight: 600;
    color: #232323;
}
.quick-card-block.quick-cart-summary-totals {
    padding: 0 1.25rem 0.825rem;
}
.quick-card-block.quick-cart-detailed-subtotals+.quick-cart-summary-totals .quick-cart-total {
    border-top: 1px solid #ddd;
}
.quick-card-block.quick-cart-summary-totals .quick-cart-summary-line.quick-cart-total .quick-label {
    font-size: 16px;
}
.quick-card-block.quick-cart-summary-totals .quick-cart-summary-line.quick-cart-total .quick-label, .quick-card-block.quick-cart-summary-totals .quick-cart-summary-line.quick-cart-total .quick-value {
    font-weight: 700;
}
.quick-cart-summary .quick-cart-shipping-total .text-muted {
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
}
/*
**
** QUICKVIEW PRODUCT MODAL
**
*/
#quickviewproduct .combinations-title {
    text-align: left;
}
#quickviewproduct .combinations_quickview {
    font-size: 0.8rem;
    margin-top: .9375rem !important;
    border-bottom: 1px solid #bbcdd2;
    width: 100%;
    margin-bottom: 1.875rem;
    color: #363a41;
    border-collapse: collapse;
}
#quickviewproduct .combinations_quickview tr {
    vertical-align: middle;
    text-align: left;
    height: 45px;
}
#quickviewproduct .combinations_quickview th {
    border-top: none;
    border-bottom: solid 0.125rem #25b9d7;
    vertical-align: bottom;
    padding: .4rem;
}
#quickviewproduct .combinations_quickview td {
    padding: .4rem;
}
#quickviewproduct .combinations_quickview .combination_name {
    font-size: 14px;
    font-weight: 500;
    color: #7a7a7a;
}
#quickviewproduct .combinations_quickview .combination_qty .stock-alert {
    text-align: center;
}
#quickviewproduct .combinations_quickview .combination_qty .stock-alert {
    font-size: 13px;
    color: #797979;
    font-weight: 500;
}
#quickviewproduct .combinations_quickview .ref {
    font-size: 11px;
}
/*
**
** SAVE CART/ADD TO CART BUTTONS
**
*/
#overlay-save-products {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(240,240,240,0.7);
    z-index: 2;
}
.quick-cart-detailed-actions .overlay-save-products i {
    margin: 3px;
    float: right;
    cursor: pointer;
    font-size: 20px;
    color: grey;
    text-shadow: 0px 0px 5px white!important;
}
.quick-checkout.quick-cart-detailed-actions {
    position: relative;
    text-align: center;
}
.quick-checkout.quick-cart-detailed-actions .btn-quick-order-validate, .quick-checkout.quick-cart-detailed-actions .btn-quick-order-cart {
    width: 100%;
}
.quick-customer-order .collapse-row {
    height: 100%;
    display: block;
}
.quick-customer-order .cart-save-action {
    margin-bottom: 5px;
    margin-top: 10px;
}
.quick-customer-order .cart-save-action .cart-save-name {
    width: 100%;
    height: 30px;
}
.quick-cart-detailed-actions .validate-cart-name {
    display: flex;
    height: 30px;
}
.quick-cart-detailed-actions .validate-cart-name.success-bar {
    border-color: #1d93ab;
}
.quick-cart-detailed-actions .btn-submit-quick-cart {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
}
.quick-cart-detailed-actions .btn-submit-quick-cart i {
    margin: 0;
}
.quick-cart-detailed-actions .btn-submit-quick-cart.spinning:before {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    border: 2px solid #fff;
    border-right: 3px solid #24b9d7;
    -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
    animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
}
.quick-cart-detailed-actions .validate-cart-name.error-bar {
    -webkit-animation: shake 0.2s ease-in-out 0s 2;
    animation: shake 0.2s ease-in-out 0s 2;
    border-color: #dc3545;
}

#modalCartSave .save-modal-action {
    /* display: flex; */
    padding: 10px 10px;
}
#modalCartSave .save-modal-action button {
    width: 100%;
    padding: .75rem 1rem!important;
    font-size: 14px!important;
    border-radius: .2rem!important;
}
/*
**
** SAVED CARTS
**
*/
.saved-cart {
    width: 100%;
}
.saved-cart-row .more-informations:hover {
    cursor: help;
}
.select-all-carts {
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.saved-cart-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
    padding: 10px;
    min-height: 35px;
}
.saved-cart-row:nth-child(even) {
    background: #f6f6f6;
}
.saved-cart-row:nth-child(odd) {
    background: #fff;
}
.saved-cart-row .cart-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    width: 100%;
}
 .select-all-carts span {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
}
.saved-cart-row .cart-name.hide {
    display: none;
}
.saved-cart-row .cart-actions {
    display: flex;
    transition: opacity 1s linear;
    width: 100%;
    justify-content: space-around;
}


.saved-cart-row .cart-actions button, .saved-cart-row .cart_actions_toggle {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0px;
    color: #2C3738;
    line-height: 20px;
}
.saved-cart-row .cart_actions_toggle::after {
    content: 'more_vert';
    display: inline-block;
    font-family: "Custom Material Icons", Arial, Verdana, Tahoma, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    display: inline-block;
    width: auto;
    line-height: 0;
    vertical-align: middle;
    border: none;
}
.saved-cart-row .cart_actions_toggle.active::after {
    content: 'close';
}
.saved-cart-row .cart-actions button:focus {
    outline:0;
}
.saved-cart-row .cart-actions i {
    margin:  0 2px;
    font-size: 24px;
}


.delete_cart_bulk {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold!important;
}
/*
**
** UPLOAD FILE / COPY & PASTE ORDER
**
*/
.upload-file-order, .paste-products-order, .load-saved-cart {
    text-align: center;
    margin-bottom: 20px;
    background-color: white;
}
.upload-file-order, .paste-products-order{
   padding: 10px;
}
.upload-file-order, .load-saved-cart {
    max-height: 270px;
    overflow-y: auto
}
.paste-products-order textarea, .import_pasted, .import_file {
    width: 100%;
}
.upload-file-order input[type=file] {
    font-size: 16px
}
.upload-file-order p, .paste-products-order p {
    line-height: normal;
    font-size: 14px;
}
/*
**
** MODAL CART QUICK VIEW
**
*/
.quick-view-cart-modal {
    width: 100%;
}
.quick-view-cart-modal tr > td:nth-of-type(1) {
    width: 40px;
}
.quick-view-cart-modal tr
{
    border-bottom: 1px solid #f0e9e9;
}
.quick-view-cart-modal tr:last-child
{
    border-bottom: none;
}
.quick-view-cart-modal img {
    border: 1px solid rgb(177, 175, 175);
}
.quick-view-cart-modal .modal-product-name-ref {
    display: grid;
}
.quick-view-cart-modal .product-main-text {
    display: grid;
    margin-left: 10px;
}
.quick-view-cart-modal .product-main-text .name {
    font-size: 16px;
    font-weight: 600;
}
.quick-view-cart-modal .product-main-text .reference {
    color: #7a7a7a;
    font-size: 12px;
    font-style: italic;
}
.quick-view-cart-modal .product-main-text .reference::before {
    font-family: 'Custom Material Icons';
    content: "\E9EF";
    -webkit-font-feature-settings: 'liga';
}
.quick-view-cart-modal .qty, .quick-view-cart-modal .stock-alert {
    text-align: center;
}

#savedCartModal .modal-footer button {
    display: inline-block;
    padding: 7px 15px;
}
/*
**
** MODAL SHARE CART
**
*/
.share-to-friend-account {
    margin-top: 20px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.05);
}
.share-to-friend-account-label {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}
.share-cart-content .cart_url {
    margin-bottom: 15px;
    width: 100%;
    background-color: rgb(244, 244, 244);
    border-radius: 3px;
    border: 1px solid darkgray;
    padding: 6px 4px;
}
.share-cart-content fieldset {
    padding:10px;
    border: 1px solid #c0c0c0;
}
.share-cart-content fieldset legend{
    width: initial;
    font-size: 1.1rem;
    font-weight: 400;
}
.share-cart-content fieldset input {
    margin-bottom: 5px;
}
.share-cart-content .is_valid_exist_email {
    font-weight: 700;
}
.share-cart-content .friend-email-share {
    position: relative;
}
.share-cart-content .friend-email-share i {
    display: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 0px;
    pointer-events: none;
}
/*
**
** SHARED CARTS CONTROLLER
**
*/
.shared_carts_table .col-cart-name {
    width: 35%;
}
.shared_carts_table tr, .shared_carts_table th {
    text-align: center;
}
.shared_carts_table .cart-actions {
    text-align: right;
    display: flex;
    justify-content: center;
}
.shared_carts_table .cart-actions button {
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
}
.shared_carts_table .cart-actions i {
    font-size: 15px;
}
/*
**
** ACCORDION
**
*/
.quick-customer-order .collapse-col {
    margin-bottom: 10px;
}
.quick-accordion {
    padding: 13px;
    width: 100%;
    text-align: left;
    transition: 0.4s;
}
.quick-panel {
    display: none;
    overflow: hidden;
}
.quick-accordion:after {
    content: '\002B';
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.quick-accordion.active:after {
    content: "\2212";
}
/*
**
** MEDIA QUERIES
**
*/
@media screen and (min-width: 991px) {
    .quick-customer-order-row {
        display: flex;
    }
}
/*
**
** CUSTOM CHECKBOX
**
*/
.bordered-checkbox {
    position: relative;
    margin: 0;
    margin: initial;
}
.bordered-checkbox label {
    padding-left: 28px;
    margin-bottom: 0;
}
.bordered-checkbox [type="checkbox"] {
    display: none;
    outline: 0;
}
.bordered-checkbox .bordered-checkbox-control {
    cursor: pointer;
}
.bordered-checkbox .bordered-checkbox-control::before {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: #fff;
    border: 2px solid #b3c7cd;
    border-radius: 2px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.bordered-checkbox .bordered-checkbox-control::before, .bordered-checkbox .bordered-checkbox-control::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.bordered-checkbox [type="checkbox"]:checked+.bordered-checkbox-control::before, .bordered-checkbox .indeterminate+.bordered-checkbox-control::before {
    background: #25b9d7;
    border: none;
}
.bordered-checkbox [type="checkbox"]:checked+.bordered-checkbox-control::after, .bordered-checkbox .indeterminate+.bordered-checkbox-control::after {
    top: 4.5px;
    left: 3px;
    width: 14px;
    height: 7px;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*
**
** WEBKIT KEYFRAMES
**
*/
@-webkit-keyframes shake {
    0% {
        margin-left: 0rem;
    }
    25% {
        margin-left: 0.5rem;
    }
    75% {
        margin-left: -0.5rem;
    }
    100% {
        margin-left: 0rem;
    }
}

@keyframes shake {
    0% {
        margin-left: 0rem;
    }
    25% {
        margin-left: 0.5rem;
    }
    75% {
        margin-left: -0.5rem;
    }
    100% {
        margin-left: 0rem;
    }
}
@-webkit-keyframes rotate360 {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate360 {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes exist {
    100% {
        width: 15px;
        height: 15px;
        margin: -8px 5px 0 0;
    }
}
@keyframes exist {
    100% {
        width: 15px;
        height: 15px;
        margin: -8px 5px 0 0;
    }
}
