.swal2-popup {
  font-size: 1.4rem !important;
}

.tooltip {
  z-index: 99999;
}

.countdown-bar {
  background-color: #f00;
  padding: 5px 0px;
  width: 100%;
  position: relative;
  display: block;
}
.countdown-bar p {
  margin: 0px;
  padding: 0px 20px;
  color: #fff;
  text-align: center;
}
.countdown-bar p .countdown {
  font-weight: bold;
  width: 40px;
  display: inline-block;
  text-align: left;
}
.countdown-bar p span[data-toggle=tooltip] {
  background: #e05a26;
  color: #000;
  border-radius: 4px;
  height: auto;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  padding: 0px 8px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 17px;
  transform: translateY(-1.5px);
}

.label-out-of-stock {
  padding: 10px 20px;
  background: #f00;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  opacity: 0.3;
  cursor: not-allowed;
}

.alert {
  border-width: 0px;
  border-radius: 0px;
  border-left-width: 10px;
}
.alert.alert-success {
  background-color: #43AC6A;
  border-color: #3a945b;
}
.alert.alert-success p {
  color: #fff;
}

.ps-product__thumbnail a img {
  border: 2px solid #ddd;
  border-radius: 20px !important;
}

.baitservice-order-trigger-container {
  background-image: url(/images/home/carousel-1.png);
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 15px;
}
.baitservice-order-trigger-container .row {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e05a26+20,fcb800+100&1+20,0+100 */
  background: linear-gradient(to right, rgb(224, 90, 38) 20%, rgba(252, 184, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.baitservice-order-trigger-container .row h4 {
  font-size: 20px;
}
.baitservice-order-trigger-container .row p {
  line-height: 1.1em;
  color: #000;
  font-weight: lighter;
  font-size: 16px;
}
.baitservice-order-trigger-container .row button {
  color: #fff;
  margin-top: 6px;
}

.ps-widget--account-dashboard .ps-widget__header {
  background: #f4f4f5;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  align-items: center;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.ps-widget--account-dashboard .ps-widget__header figure figcaption {
  line-height: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
.ps-widget--account-dashboard .ps-widget__header figure p {
  font-size: 13px;
  line-height: 13px;
  color: #666;
  font-weight: normal;
}
.ps-widget--account-dashboard .ps-widget__content ul li.active > ul {
  display: block !important;
  background: #f4f4f4;
  padding-left: 20px;
  border: none;
}
.ps-widget--account-dashboard .ps-widget__content ul li.active > ul > li > a {
  color: #333 !important;
  font-size: 1.1em;
}
.ps-widget--account-dashboard .ps-widget__content ul li.active > ul > li > a:hover {
  background: transparent !important;
  padding-left: 30px;
}
.ps-widget--account-dashboard .ps-widget__content ul li.active > ul > li > a i {
  font-size: 12px;
  color: #555;
}
.ps-widget--account-dashboard .ps-widget__content ul li.active > ul > li.active {
  background-color: transparent !important;
}
.ps-widget--account-dashboard .ps-widget__content ul li.active > ul > li.active > a {
  font-weight: bold;
}

.bait-service-modal .modal-content {
  border: none;
  border-radius: 0px;
}
.bait-service-modal .modal-content .modal-header {
  background: #e05a26;
  padding: 1.5rem;
  border-bottom: none;
  align-items: center;
  border-radius: 0px;
}
.bait-service-modal .modal-content .modal-header .close {
  padding: 0;
  margin: 0;
  font-size: 17px;
  text-shadow: none;
}

.box-with-background-image {
  background-image: url(/images/vip-boxes/products.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 4px;
  padding-bottom: 70%;
  display: block;
  transition: all 250ms linear;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.box-with-background-image:hover {
  opacity: 0.65;
}
.box-with-background-image .block-content {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: inherit;
}
.box-with-background-image .block-content.green-overlay {
  background: rgba(0, 242, 96, 0.5) linear-gradient(135deg, rgba(0, 242, 96, 0.5) 0, rgba(5, 117, 230, 0.5) 100%) !important;
}
.box-with-background-image .block-content.blue-overlay {
  background: rgba(6, 101, 208, 0.75) !important;
}
.box-with-background-image .block-content.leaf-overlay {
  background: rgba(230, 159, 23, 0.5) linear-gradient(135deg, rgba(230, 159, 23, 0.5) 0, rgba(111, 156, 64, 0.5) 100%) !important;
}
.box-with-background-image .block-content .box-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 1.7em;
  color: #fff;
  font-weight: bold;
  padding: 10px 40px;
  line-height: 1.2em;
}
.box-with-background-image .block-content .box-content i {
  display: block;
  font-size: 55px;
  margin-bottom: 25px;
}

.g-recaptcha {
  display: inline-block;
}
