@import url(shop.css);
.bg {
  background: linear-gradient(0deg, rgb(10 10 10 / 30%), rgba(10, 10, 10, 0.3)),
    url(images/About/banner.png);
  background-position: right;
}
thead tr {
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
  color: #088178;
}
thead tr th {
  color: #088178 !important;
}
i {
  color: #088178;
}
table {
  text-align: center;
}
tbody tr {
  transition: all 3s ease;
}
tbody tr > * {
  align-content: center;
}
tbody p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0px;
}
tbody td input {
  text-align: center;
  width: 50%;
}
.container .margin {
  margin-bottom: 50px;
}
#coupon input {
  border: 1px solid;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  margin-right: 0px;
  width: 20rem;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-left: 10px;
}
#coupon p {
  margin: 0px;
  padding: 10px 0px;
  font-size: 2rem;
}
#coupon button {
  margin-left: -4rem;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #076861;
  color: #ffffff;
}
#total {
  padding: 15px;
}
#total p {
  margin: 0px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
#total tbody tr {
  text-align: left;
}
#total button {
  width: fit-content;
  color: #ffffff;
  background-color: #088178;
}

.js-table{
  display: none;
}


/* From Uiverse.io by abrahamcalsin */ 
.dot-spinner {
  --uib-size: 2.8rem;
  --uib-speed: .9s;
  --uib-color: #088178;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
  margin: auto;
}

.dot-spinner__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.dot-spinner__dot::before {
  content: '';
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: var(--uib-color);
  transform: scale(0);
  opacity: 0.5;
  animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
  box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}

.dot-spinner__dot:nth-child(2) {
  transform: rotate(45deg);
}

.dot-spinner__dot:nth-child(2)::before {
  animation-delay: calc(var(--uib-speed) * -0.875);
}

.dot-spinner__dot:nth-child(3) {
  transform: rotate(90deg);
}

.dot-spinner__dot:nth-child(3)::before {
  animation-delay: calc(var(--uib-speed) * -0.75);
}

.dot-spinner__dot:nth-child(4) {
  transform: rotate(135deg);
}

.dot-spinner__dot:nth-child(4)::before {
  animation-delay: calc(var(--uib-speed) * -0.625);
}

.dot-spinner__dot:nth-child(5) {
  transform: rotate(180deg);
}

.dot-spinner__dot:nth-child(5)::before {
  animation-delay: calc(var(--uib-speed) * -0.5);
}

.dot-spinner__dot:nth-child(6) {
  transform: rotate(225deg);
}

.dot-spinner__dot:nth-child(6)::before {
  animation-delay: calc(var(--uib-speed) * -0.375);
}

.dot-spinner__dot:nth-child(7) {
  transform: rotate(270deg);
}

.dot-spinner__dot:nth-child(7)::before {
  animation-delay: calc(var(--uib-speed) * -0.25);
}

.dot-spinner__dot:nth-child(8) {
  transform: rotate(315deg);
}

.dot-spinner__dot:nth-child(8)::before {
  animation-delay: calc(var(--uib-speed) * -0.125);
}

.err-image{
  display: flex;
  justify-content: center;
  height: 10rem;
}
#error-msg{
  display: none;
}
.swal2-actions button{
  background-color: #088178;
}
div:where(.swal2-icon).swal2-error{
  border-color: #088178 !important;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{
  background-color: #088178 !important;
}
div:where(.swal2-container) h2:where(.swal2-title){
  font-size: 20px !important;
}
@keyframes pulse0112 {
  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}
