.wcss-spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: wcss-rotate 2s infinite linear;
  animation: wcss-rotate 2s infinite linear;
}

.wcss-dot1, .wcss-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.wcss-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes wcss-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes wcss-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes wcss-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  25% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }

  50% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

}

@keyframes wcss-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  25% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }

  50% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

}

.wcss-shake-animation {
  animation: wcss-shake 300ms;
}


.wcss-popup button,
.wcss-popup input {
  width: 100%;
  margin-top: 15px;
}

.wcss-popup * {
  box-sizing: border-box;
}

.wcss-popup {
  width: 320px;
  max-width: 98%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 30px 90px -20px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: none;
  z-index: 999999;
}

.wcss-popup.wcss-popup--rtl {
  direction: rtl;
}

.wcss-popup__header {
  display: flex;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.wcss-popup__header-text {
  font-size: 19px;
  padding: 15px;
}

.wcss-popup__header-close {
  background: red;
  font-size: 28px;
  padding: 8px 12px;
  color: #fff;
  cursor: pointer;
  border-radius: 0 5px 0 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.wcss-share-medium {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 22px 0;
}
.wcss-share-medium a {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 90px;
  color: inherit;
  outline: none;
  user-select: none;
  margin-bottom: 10px;
  transition: all 100ms ease-in-out;
}
.wcss-share-medium a:hover {
  transform: scale(1.1);
}
.wcss-share-medium a i {
  font-size: 45px;
}
.wcss-share-medium a i.wc-fa-whatsapp {
  color: #25d366;
}
.wcss-share-medium a i.wc-fa-envelope {
  color: #b92b27;
}
.wcss-share-medium a i.wc-fa-link {
  color: #21759b;
}
.wcss-share-medium a i.wc-fa-facebook {
  color: #3b5999;
}
.wcss-share-medium a i.wc-fa-twitter {
  color: #55acee;
}
.wcss-share-medium a i.wc-fa-print {
  color: #dd4b39;
}
.wcss-share-medium a i.wc-fa-skype {
  color: #00aff0;
}
.wcss-share-medium a i.wc-fa-comments {
  color: #0084ff;
}
.wcss-share-medium a i.wc-fa-bookmark {
  color: #00b489;
}
.wcss-share-medium a div {
  font-size: 13px;
  margin-top: 8px;
}

.wcss-copied-to-clipboard {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 15px;
  font-size: 70px;
  color: #009688;
}

.wcss-login-now {
  padding: 15px;
  text-align: center;
  display: none;
}

.wcss-save-cart-form {
  padding: 15px;
  text-align: center;
  display: none;
}

.wcss-share-cart-btn-shortcode {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 10px;
  text-decoration: none !important;
  font-size: 16px;
  vertical-align: middle;
}

/* Print cart CSS */
#wcss-print-cart {
  padding: 20px 0;
  display: none;
}

.wcss-print-cart-wrapper {
  width: 800px;
  padding: 15px;
}

.wcss-print-cart-button {
  text-align: center;
  padding: 15px;
  font-size: 16px;
}

.wcss-print-cart-button a {
  color: #333;
}

.wcss-print-cart-table tbody tr td,
.wcss-print-cart-table tbody tr th {
  border-top: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
}

.wcss-print-cart-table.wcss-print-cart-totals tbody tr td,
.wcss-print-cart-table.wcss-print-cart-totals tbody tr th {
  padding: 8px 20px;
}

.wcss-print-cart-table .woocommerce-remove-coupon {
  display: none;
}

.wcss-print-cart-product__image img {
  width: 80px;
  height: 80px;
}

.wcss-empty-cart-message {
  padding: 30px 15px;
}

.wcss-empty-cart-message p {
  margin: 0;
  padding: 0;
  line-height: 30px;
}

/* Email cart CSS */
.wcss-email-cart {
  padding: 15px;
  display: none;
}

.wcss-email-cart > form > div {
  margin: 0 0 10px 0;
}

.wcss-email-cart input,
.wcss-email-cart textarea,
.wcss-email-cart button {
  padding: 8px 10px !important;
  margin: 0 !important;
}

.wcss-email-cart textarea {
  resize: none;
  height: 70px;
}

.wcss-email-cart p {
  padding: 0;
  margin: 0;
}

.wcss-email-cart label {
  display: block;
}

.wcss-email-cart label > span {
  color: #ff0000;
  vertical-align: top;
  font-size: 16px;
}