/* The Modal (background) */
#whatsapp-order-modale {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    z-index: 999999 !important;
}

/* Modal Content */
#whatsapp-order-modale .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 90vh;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
@media screen and (max-width : 600px){
    #whatsapp-order-modale .modal-content {

        width: 90% !important;
    }
    #whatsapp-order-modale .btn-whatsapp-link a {

        width: 80%;

    }
}
#whatsapp-order-modale .modal-footer {
    display: none;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
#whatsapp-order-modale h2 {
    color: white;
    font-size: 18px;
    padding: 10px;
    margin: 0px;
    text-align: center;
}

#whatsapp-order-modale .error {
    color: #ff0000;
}

#whatsapp-order-modale .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#whatsapp-order-modale .close:hover,
#whatsapp-order-modale .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#whatsapp-order-modale .modal-header {
    padding: 2px 16px;
    background-color: #25D366;
    color: white;
}

#whatsapp-order-modale .modal-body {
    padding: 2px 16px;
    margin: 20px 10px 10px 10px;
}

#whatsapp-order-modale .modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
button#whatsapp-order-btn {
    margin-top: 20px !important;
}
form#modal_custom_form button {
	font-size: 20px !important;
    display: block !important;
    margin: 15px auto 2px auto !important;
}
.shake {
  animation: shake-animation 4.72s ease infinite;
  transform-origin: 50% 50%;
}
.element {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  background: red;
}
@keyframes shake-animation {
   0% { transform:translate(0,0) }
  1.78571% { transform:translate(5px,0) }
  3.57143% { transform:translate(0,0) }
  5.35714% { transform:translate(5px,0) }
  7.14286% { transform:translate(0,0) }
  8.92857% { transform:translate(5px,0) }
  10.71429% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}
.modal-body {
    min-height: 270px;
}
#whatsapp-order-modale{
    transition: 0.2s all i !important;
}
/* Chrome, Safari, Edge, Opera */
#whatsapp-order-modale input::-webkit-outer-spin-button,
#whatsapp-order-modale input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#whatsapp-order-modale input[type=number] {
  -moz-appearance: textfield;
}
#whatsapp-order-modale .modale-message-whatsapp{
    display: none;
}
#whatsapp-order-modale h3 {
    text-align: center;
}
#whatsapp-order-modale .btn-whatsapp-link a {
    margin: auto;
    display: block;
    width: 50%;
    background: #25D366;
}
a#whatsapp-order-modale-btn {
    background: #25D366;
}
a#whatsapp-order-modale-btn::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23fff" d="M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 01-13.754 2.299l-5.814.735a.392.392 0 01-.438-.44l.748-5.788A12.002 12.002 0 013.517 3.517zm3.61 17.043l.3.158a9.846 9.846 0 0011.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 00-1.747 11.554l.16.303-.51 3.942a.196.196 0 00.219.22l3.961-.501zm6.534-7.003l-.933 1.164a9.843 9.843 0 01-3.497-3.495l1.166-.933a.792.792 0 00.23-.94L9.561 6.96a.793.793 0 00-.924-.445 1291.6 1291.6 0 00-2.023.524.797.797 0 00-.588.88 11.754 11.754 0 0010.005 10.005.797.797 0 00.88-.587l.525-2.023a.793.793 0 00-.445-.923L14.6 13.327a.792.792 0 00-.94.23z"/></svg>')!important;
    color: #fff;
    font-size: inherit;
    font-weight: inherit!important;
    display: inline-block;
    vertical-align: middle;
    align-items: center;
    margin-bottom: -4px;
    margin-top: -5px;
    width: 0.875em;
    height: auto;
    margin-right: 5px;
}
#whatsapp-order-modale button#buttonAction {
    background: #25D366;
    display: block;
    margin: auto;
    margin-top: 15px;
}
#whatsapp-order-modale  .modale-message-whatsapp {
    margin: 10px;
    padding-top: 50px;
}
form#modal_custom_form label {
    margin-top: 10px;
}

@keyframes ldio-gvltd0wotog {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.ldio-gvltd0wotog div {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 20px solid #25d366;
  border-top-color: transparent;
  border-radius: 50%;
}
.ldio-gvltd0wotog div {
  animation: ldio-gvltd0wotog 1s linear infinite;
  top: 100px;
  left: 100px
}
.loadingio-spinner-rolling-jre4pss33c {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
}
.ldio-gvltd0wotog {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-gvltd0wotog div { box-sizing: content-box; }

#modale_spiner_order {
    display: block;
    margin: auto;
    display: none;
}


.input-number {
  width: 80px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
}

.input-number,
.input-number-decrement,
.input-number-increment {
  border: 1px solid #ccc;
  height: 40px;
  user-select: none;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 38px;
  background: #f1f1f1;
  color: #444;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.input-number-decrement:active,
.input-number-increment:active {
  background: #ddd;
}

.input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
}
.popup_order_container #modal_custom_form {
	text-align: center !important;
    margin: auto !important;
    padding: 20px !important;
}

form#modal_custom_form {
    text-align: center !important;
}
.popup_order_container #modal_custom_form input[type='text'] {
    margin-top: 15px !important;
	margin-bottom: 10px !important;
}
tr.woocommerce-shipping-totals.shipping {
    display: none !important;
}
