.button-loading {
  border: 1px solid #c4cdd5;
  cursor: default;
  text-shadow: none;
  color: transparent !important;
  position: relative;
  transition: border-color 0.2s ease-out;
}

.button-loading, .button-loading:hover, .button-loading:focus, .button-loading:active {
  color: transparent;
}

.button-loading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  animation: button-loading-spinner 1s linear infinite;
  border-color: #ffffff;
  border-bottom-color: transparent;
}

.button-loading.btn-fill-out {
  color: transparent !important;
  border: 1px solid var(--color-1st);
}
.button-loading.btn-fill-out:before {
  width: 18px;
  background-color: transparent;
  border-color: var(--color-1st);
  border-bottom-color: transparent;
}
.button-loading.btn-fill-out:after {
  display: none;
}

.required:after {
  content: " *";
  color: red;
}

.newsletter-form .newsletter-message {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.newsletter-form .newsletter-message.newsletter-success-message {
  color: #58d0da;
}
.newsletter-form .newsletter-message.newsletter-error-message {
  color: #fcb800;
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#alert-container {
  top: 100px;
  right: 5px;
  position: fixed;
  z-index: 9999999;
}
#alert-container .alert {
  max-width: 450px !important;
  min-height: 45px !important;
  font-weight: 400;
  position: relative;
  padding: 15px 40px 15px 60px;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
}
#alert-container .alert.alert-success {
  color: #299c77;
  background-color: #bff9d0;
}
#alert-container .alert .message-icon {
  position: absolute;
  left: 5%;
  top: 30%;
  font-size: 20px;
  fill: #299c77;
  stroke: #299c77;
}
#alert-container .alert.alert-dismissible .close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 10px;
  padding: 0;
}

body.show-admin-bar #alert-container {
  top: 140px;
}
body.show-admin-bar .ps-panel--sidebar {
  top: 40px;
}
body.show-admin-bar .header.header--sticky .header__top, body.show-admin-bar .header.header--sticky .navigation--mobile {
  top: 40px;
}
body.show-admin-bar .header.header--product.header--sticky .navigation {
  top: 40px;
}
body.show-admin-bar .ps-filter--sidebar {
  top: 40px;
}
body.show-admin-bar #avatar-modal {
  top: 80px;
}

.half-circle-spinner, .half-circle-spinner * {
  box-sizing: border-box;
}

.half-circle-spinner {
  width: 60px;
  height: 60px;
  margin: 20px auto;
  border-radius: 100%;
  position: relative;
}

.half-circle-spinner .circle {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid transparent;
}

.half-circle-spinner .circle.circle-1 {
  border-top-color: var(--color-1st);
  animation: half-circle-spinner-animation 1s infinite;
}

.half-circle-spinner .circle.circle-2 {
  border-bottom-color: var(--color-1st);
  animation: half-circle-spinner-animation 1s infinite alternate;
}

@keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.menu > .current-menu-item > a {
  color: #fff;
}

.rating_wrap .rating {
  font-family: "Font Awesome 5 Free" !important;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  height: 20px;
  width: 84px;
  display: inline-block;
}
.rating_wrap .rating::before {
  font-size: 13px;
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  float: left;
  color: #d2d2d2;
  letter-spacing: 2px;
}
.rating_wrap .rating_num {
  font-size: 13px;
  display: inline-block;
  color: #696969;
}
.rating_wrap .product_rate {
  overflow: hidden;
  font-family: "Font Awesome 5 Free" !important;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  color: #EDB867;
}
.rating_wrap .product_rate::before {
  font-size: 13px;
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  letter-spacing: 2px;
  font-weight: 600;
}

.product__attribute {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.product__attribute > * {
  flex-basis: 100%;
}
.product__attribute > label {
  margin-bottom: 0;
  max-width: 60px;
}
.product__attribute .form-control {
  border: none;
}
.product__attribute .attribute-swatch-item.pe-none {
  cursor: not-allowed !important;
}
.product__attribute .attribute-swatch-item.pe-none > div {
  pointer-events: none !important;
}
.product__attribute .text-swatch .attribute-swatch-item.pe-none span, .product__attribute .color-swatch .attribute-swatch-item.pe-none span {
  color: gray;
  cursor: unset;
  opacity: 0.7;
}
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:before, .product__attribute .text-swatch .attribute-swatch-item.pe-none span:after, .product__attribute .color-swatch .attribute-swatch-item.pe-none span:before, .product__attribute .color-swatch .attribute-swatch-item.pe-none span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px dashed #999;
}
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:before, .product__attribute .color-swatch .attribute-swatch-item.pe-none span:before {
  transform: rotate(45deg);
}
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:after, .product__attribute .color-swatch .attribute-swatch-item.pe-none span:after {
  transform: rotate(-45deg);
}

.product__color {
  padding-bottom: 10px;
}
.product__color ul, .product__color ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product__color .color-swatch li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.product__color .color-swatch li:last-child {
  margin-right: 0;
}
.product__color .color-swatch li span {
  margin-bottom: 0;
}

.text-swatch li {
  display: inline-block;
  margin-right: 5px;
}
.text-swatch li input[type=radio], .text-swatch li input[type=checkbox] {
  display: none;
}
.text-swatch li input[type=radio]:checked ~ span, .text-swatch li input[type=checkbox]:checked ~ span {
  border: 1px solid var(--color-1st);
}
.text-swatch li input[type=radio]:checked ~ span:after, .text-swatch li input[type=checkbox]:checked ~ span:after {
  width: 16px;
  height: 16px;
  content: "\e934";
  font-family: "Linearicons" !important;
  position: absolute;
  overflow: hidden;
  right: -8px;
  bottom: -5px;
  color: #fff;
  font-size: 8px;
}
.text-swatch li input[type=radio]:checked ~ span:before, .text-swatch li input[type=checkbox]:checked ~ span:before {
  border: 16px solid transparent;
  border-bottom: 16px solid var(--color-1st);
  content: "";
  position: absolute;
  right: -16px;
  bottom: -1px;
}
.text-swatch li span {
  padding: 5px 15px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.widget__title {
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 1.25rem;
}

.attribute-values ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget--colors .color-swatch li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 5px;
}

.custom-checkbox input[type=checkbox], .custom-checkbox input[type=radio], .custom-radio input[type=checkbox], .custom-radio input[type=radio] {
  display: none;
}
.custom-checkbox label, .custom-radio label {
  display: block;
}
.custom-checkbox span, .custom-radio span {
  display: block;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
}
.custom-checkbox input[type=checkbox]:checked ~ span:before, .custom-checkbox input[type=radio]:checked ~ span:before, .custom-radio input[type=checkbox]:checked ~ span:before, .custom-radio input[type=radio]:checked ~ span:before {
  content: "";
  display: block;
  border: 2px solid var(--color-1st);
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
}
.custom-checkbox.disabled label, .custom-radio.disabled label {
  position: relative;
}
.custom-checkbox.disabled label:before, .custom-checkbox.disabled label:after, .custom-radio.disabled label:before, .custom-radio.disabled label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 90%;
  background-color: var(--color-2nd);
  transform-origin: 50% 50%;
  transition: all 0.4s ease;
  z-index: 20;
}
.custom-checkbox.disabled label:before, .custom-radio.disabled label:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.custom-checkbox.disabled label:after, .custom-radio.disabled label:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.custom-checkbox.disabled span, .custom-radio.disabled span {
  opacity: 0.9;
}
.custom-checkbox.disabled input[type=checkbox]:checked ~ span:before, .custom-checkbox.disabled input[type=radio]:checked ~ span:before, .custom-radio.disabled input[type=checkbox]:checked ~ span:before, .custom-radio.disabled input[type=radio]:checked ~ span:before {
  display: none;
}

.ps-list--categories li.current-menu-item > a {
  color: var(--color-1st);
}
.ps-list--categories .sub-toggle i:before {
  display: none;
}
.ps-list--categories .sub-toggle:after {
  background-color: #292b2c;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 12px;
  transform: translateX(-50%) rotate(90deg);
}
.ps-list--categories .sub-toggle:before {
  background-color: #292b2c;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 12px;
  transform: translateX(-50%);
}
.ps-list--categories .sub-toggle.active:after {
  display: none;
}

#homepage-1 .ps-top-categories, #homepage-1 .ps-product-list {
  padding: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color-1st);
}

.select2-container .select2-dropdown {
  border: none;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.ps-form--quick-search {
  width: 90%;
  margin: auto;
}
.ps-form--quick-search .form-group--icon {
  width: auto;
  float: left;
  position: relative;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
}
.ps-form--quick-search .form-group--icon .product-cat-label {
  padding-right: 30px;
  padding-left: 18px;
  border: none;
  color: #000;
  border-radius: 5px 0 0 5px;
  position: relative;
  height: 100%;
  white-space: nowrap;
  background-color: #fff;
  border-right: 1px solid #ccc;
}
.ps-form--quick-search .form-group--icon .product-cat-label:after {
  content: "\e93a";
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  font-size: 10px;
  color: #000;
  position: absolute;
  top: 17px;
  right: 12px;
}
.ps-form--quick-search .form-group--icon .form-control {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  cursor: pointer;
  min-height: 42px;
  width: 100%;
  z-index: 10;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 10px;
}

.ps-product-list .ps-section__links li a.active {
  color: var(--color-1st);
}

.ps-product--quickview .ps-product__actions a, .ps-product__shopping .ps-product__actions a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  border: none;
}
.ps-product--quickview .ps-product__actions a:hover, .ps-product__shopping .ps-product__actions a:hover {
  background-color: var(--color-1st);
}
.ps-product--quickview .ps-product__actions a:hover i, .ps-product__shopping .ps-product__actions a:hover i {
  color: #ffffff;
}
.ps-product--quickview .ps-product__actions a.button-loading i, .ps-product__shopping .ps-product__actions a.button-loading i {
  color: transparent;
}

.attribute-swatches-wrapper.form-group {
  margin-bottom: 10px;
}

.btn-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* #product-page {
    .navigation--list {
        display: none !important;
    }
} */
form .navigation--mobile-product > * {
  font-size: 16px;
  border-radius: 0;
}

.ps-list--dot ul {
  margin: 0;
  padding: 0;
}

.ps-product--cart-mobile.content-loading, .ps-table--shopping-cart.content-loading {
  position: relative;
}
.ps-product--cart-mobile.content-loading:before, .ps-table--shopping-cart.content-loading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  animation: button-loading-spinner 1s linear infinite;
  border-color: var(--color-1st);
  border-bottom-color: transparent;
}
.ps-product--cart-mobile.content-loading:after, .ps-table--shopping-cart.content-loading:after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  left: -10px;
  bottom: -10px;
  background: rgba(0, 0, 0, 0.02);
}

.modal-close {
  cursor: pointer;
}

.block--review .block__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.block--review .block__header img {
  border: 1px solid #ddd;
  border-radius: 50%;
}
.block--review .block__header h5 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6em;
  color: #000;
}
.block--review .block__header .block__info {
  padding-left: 15px;
  width: 100%;
}
.block--review .block__content {
  padding-top: 10px;
}
.block--review .block__images .item {
  height: 7em;
  margin-bottom: 5px;
}

.block--product-reviews > .block__header {
  margin: 0 0 40px;
  background-color: #f5f5f5;
  padding: 20px;
}
.block--product-reviews > .block__header h2 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
}
.block--product-reviews > .block__header p {
  color: #000;
  font-weight: 600;
}
.block--product-reviews > .block__header p i {
  margin-right: 0;
  font-size: 16px;
}
.block--product-reviews > .block__header p span {
  color: #000;
  font-weight: inherit;
  margin-left: 0.5em;
}
.block--product-reviews > .block__header .ps-review__filter-select {
  min-width: 130px;
}
.block--product-reviews .block--review {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.block--product-reviews .block--review .block__header .block__info > p {
  margin-bottom: 10px;
  color: #999;
}
.block--product-reviews .block--review .block__header .block__info strong {
  color: #666;
}
.block--product-reviews .block--review:last-child {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: none;
}
.block--product-reviews .block--review .block__content {
  padding-top: 0;
}

.block--review .block__header {
  align-items: start;
}

.ps-block--average-rating .ps-block__header span {
  display: inline-block;
}

.ps-my-account {
  background: #ffffff;
  min-height: 0;
}
.ps-my-account .ps-form--account {
  max-width: 500px;
  padding-top: 60px;
}
.ps-my-account .ps-form--account .ps-form__content {
  padding: 30px;
  background-color: #f1f1f1;
  /*  a {
       color: #06c;
   } */
}
.ps-my-account .ps-form--account .ps-form__content h4 {
  text-align: center;
  margin-bottom: 30px;
}
.ps-my-account .ps-form--account .ps-form__content .ps-btn.ps-btn--outline, .ps-my-account .ps-form--account .ps-form__content button.ps-btn.ps-btn--outline {
  background-color: transparent;
  border: 2px solid #06c;
  color: #06c;
}
.ps-my-account .ps-form--account .ps-form__content .ps-btn.ps-btn--outline:hover, .ps-my-account .ps-form--account .ps-form__content button.ps-btn.ps-btn--outline:hover {
  background-color: black;
  border: 2px solid #06c;
  color: #fff;
}
.ps-my-account .ps-form--account .ps-form__content .form-control {
  background: #fff;
}

.ps-product-list .ps-section__content {
  padding-top: 25px;
}

.ps-page--404 {
  min-height: 0;
}

.ps-dropdown-menu {
  transition: all 0.4s ease;
}

.navigation__extra > li a {
  padding: 15px 20px 15px 0;
}

.header:not(.header--sticky) .menu--product-categories .menu__content {
  padding-top: 0;
}
.header.header--sticky .menu--product-categories .menu__content {
  margin-top: 8px;
}

.ps-cart--mini .ps-cart__items.ps-cart_no_items {
  border-bottom: 1px solid #e1e1e1;
}

.widget_shop .ps-slider__meta {
  font-size: 14px;
  text-align: left;
  margin-top: 5px;
}
.widget_shop .ps-slider__meta span {
  margin: 0;
}
.widget_shop figure {
  border: none;
  border-top: 1px solid #ccc;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 0;
}

.menu--product-categories .menu--dropdown > li.menu-item-has-children > a:after {
  content: "\e93c";
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  color: #999;
  font-size: 11px;
  font-weight: 600;
}
.menu--product-categories .menu--dropdown > li.menu-item-has-children:hover > a:after {
  color: #000;
}

.pagination .page-item .page-link {
  padding: 0 14px;
  position: relative;
  display: inline-block;
  z-index: 30;
  line-height: 32px;
  border: none;
  background-color: #f5f5f5;
  color: #000;
  vertical-align: middle;
  font-size: 14px;
}
.pagination .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
}
.pagination .page-item a.page-link:hover {
  color: #fff;
  background-color: var(--color-1st);
}
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: var(--color-1st);
}

.ps-table--wishlist tbody tr td {
  padding: 10px;
}

.spinner-icon {
  display: none;
  position: absolute;
  top: 12px;
  right: 110px;
}

.ps-product--search-result.ps-product--wide {
  margin-bottom: 20px;
}
.ps-product--search-result .ps-product__title {
  margin-bottom: 10px;
}

.ps-shopping .ps-product .ps-product__actions li {
  margin-right: 5px;
}

.ps-product--wide .ps-product__shopping .ps-product__actions li a:hover i {
  color: var(--color-1st);
}

#homepage-1 {
  position: relative;
}
#homepage-1 .ps-site-features {
  padding-bottom: 40px;
}

.ps-customer-bought .ps-product .ps-product__actions li, #recommended-products .ps-product .ps-product__actions li {
  margin-right: 3px;
}

.navigation__extra .ps-dropdown-menu > li a:hover {
  color: var(--color-1st);
}
.navigation__extra .current-location {
  color: var(--header-text-color);
}
.navigation__extra .fa-map-marker-alt {
  color: var(--header-text-color);
}

.ps-footer__copyright p:last-child span {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

.ps-btn--small {
  padding: 0.5rem 0.75rem;
}

.ps-btn.ps-btn--disabled, button.ps-btn.ps-btn--black {
  background-color: #8f8f8f;
}

.ps-btn.ps-btn--disabled.ps-btn--outline:hover, button.ps-btn.ps-btn--disabled.ps-btn--outline:hover {
  background-color: #8f8f8f;
  color: #000000;
}

.ps-section--shopping .ps-section__header {
  padding-bottom: 40px;
}

.ps-pagination a {
  cursor: pointer;
}

.ps-product--detail .ps-product__countdown .ps-countdown li:after {
  top: 14px;
}

@media (min-width: 1200px) {
  #back2top.active {
    bottom: 10px;
    right: 50%;
  }
}
@media (max-width: 767px) {
  .ps-product__shopping .product__qty {
    margin-bottom: 20px;
  }
  .ps-product__shopping .ps-btn {
    margin-bottom: 15px;
  }
  .ps-product__shopping .ps-product__actions {
    text-align: center;
  }
  #back2top.active {
    bottom: 75px;
    right: 45%;
  }
  .ps-shopping {
    margin-top: 0;
  }
  .ps-shopping .ps-shopping__header {
    margin-bottom: 0;
  }
  .ps-shopping .ps-shop__filter-mb {
    margin-bottom: 0;
    text-transform: none;
  }
  .ps-shopping .header--mobile-categories {
    margin-bottom: 40px;
  }
  .ps-shopping .header--mobile-categories .header__filter {
    border-top: 1px solid #eee;
    padding: 0 15px;
  }
  .ps-shopping .header--mobile-categories .header__filter button i {
    font-size: 14px;
  }
  .ps-shopping .header--mobile-categories .header__filter button:after {
    display: none;
  }
  .ps-shopping .header--mobile-categories .header__filter .header__sort i {
    font-size: 14px;
  }
  .ps-shopping .header--mobile-categories .header__filter .header__sort .select2 .select2-selection .select2-selection__arrow:before {
    font-size: 10px;
  }
  .ps-page--product .ps-page__container .ps-page__right {
    width: 100%;
    max-width: 100%;
  }
  .ps-panel--sidebar .ps-cart--mobile .cart-empty-message {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .header--mobile .ps-block--user-header {
    display: inline-block;
    margin-top: 5px;
  }
  .header--mobile .ps-block--user-header a:hover, .header--mobile .ps-block--user-header a:focus {
    color: #fff;
  }
  .ps-product--detail .ps-product__countdown .ps-countdown li:after {
    top: 5px;
  }
  .footer-payments {
    padding-bottom: 60px;
    padding-top: 5px;
  }
  .footer-payments > span {
    display: inline-block;
    padding-bottom: 5px;
  }
}
@media (max-width: 1440px) {
  .ps-block--site-features .ps-block__item {
    text-align: center;
  }
  .ps-block--site-features .ps-block__item .ps-block__left {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .ps-block--site-features .ps-block__item {
    text-align: left;
  }
  .ps-block--site-features .ps-block__item:last-child {
    margin-bottom: 0;
  }
  .ps-block--site-features .ps-block__item .ps-block__left {
    width: auto;
  }
}
.ps-home-banner .ps-carousel--nav-inside .owl-nav > * > i {
  color: #fff;
  font-size: 20px;
}
.ps-home-banner .ps-carousel--nav-inside .owl-nav button.owl-next, .ps-home-banner .ps-carousel--nav-inside .owl-nav button.owl-prev {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.ps-home-banner .ps-carousel--nav-inside .owl-nav button.owl-next:hover, .ps-home-banner .ps-carousel--nav-inside .owl-nav button.owl-prev:hover {
  background-color: #000;
}

.ps-cart__items .ps-cart__items__body {
  max-height: 490px;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (max-height: 820px) {
  .ps-cart__items .ps-cart__items__body {
    max-height: 350px;
  }
}
.ps-panel--sidebar .ps-product--cart-mobile {
  margin-bottom: 30px;
}

.ps-product:hover.ps-product--inner .ps-product__content {
  height: auto;
}

@media (max-width: 479px) {
  #homepage-1 .ps-home-banner .ps-section__right {
    margin: 0;
  }
  #homepage-1 .ps-home-banner .ps-section__right .ps-collection {
    padding: 0;
  }
  #homepage-1 .ps-home-banner .ps-section__right .ps-collection:first-child {
    margin-right: 5px;
  }
  #homepage-1 .ps-home-banner .ps-section__right .ps-collection:last-child {
    margin-left: 5px;
  }
}
.ps-form--quick-search button, .ps-download-app .ps-btn, .ps-newsletter .ps-btn {
  white-space: nowrap;
}

.ps-cart--mobile .ps-cart__footer h5 {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
}
.ps-cart--mobile .ps-cart__footer h5 strong {
  float: right;
  color: #333;
}

@media (min-width: 768px) {
  #homepage-1 .ps-home-banner .ps-banner {
    min-height: 400px;
  }
}
.header .navigation .menu > li > a,
.header .header__extra,
.header .ps-block--user-header .ps-block__right a,
.header .menu--product-categories .menu__toggle span,
.header .navigation__extra > li a,
.header .menu--product-categories .menu__toggle i,
.header .ps-block__left i {
  color: var(--header-text-color);
}
.header .navigation__extra > li:after {
  background-color: var(--header-text-color);
}
.header .header__top {
  border-bottom-color: var(--header-diliver-border-color);
}
.header .ps-form--quick-search button,
.header .header__extra span {
  background-color: var(--header-text-color);
}
.header .navigation .menu > .current-menu-item > a,
.header .navigation .menu > .current-menu-item > a:hover,
.header .ps-block--user-header .ps-block__right a:hover,
.header .header .header__extra:hover i,
.header .menu--product-categories .menu--dropdown > li:hover > a,
.header .menu--product-categories .menu--dropdown > li:hover > a i,
.header .menu--product-categories .menu--dropdown > li:hover > a:after {
  color: var(--header-text-hover-color);
}

.ps-btn, button.ps-btn {
  color: var(--button-text-color);
}

.mt-card-avatar .mt-overlay > span {
  top: 32%;
  left: 0;
  right: 0;
  font-size: 15px;
}

.ps-btn.ps-btn--gray.ps-btn--sm, button.ps-btn.ps-btn--gray.ps-btn--sm {
  font-size: 1.2rem;
}

#product-quickview {
  z-index: 9999;
}
#product-quickview .ps-product--quickview {
  display: block;
}

@media (max-width: 768px) {
  #product-quickview .modal-dialog .modal-content {
    padding: 40px 20px 20px;
  }
  .ps-document table {
    width: 100% !important;
  }
  .bg--cover {
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
  }
}
.ps-block--countdown-deal .ps-countdown li:after {
  margin-left: 5px;
  vertical-align: top;
}

.ps-product {
  padding: 20px;
  border-bottom: 1px solid transparent;
}

.ps-product__content {
  min-height: 70px;
}

.ps-product:hover .ps-product__content {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.lg-sub-html {
  display: none;
}

.ps-product--detail .ps-product__shopping > * {
  margin-bottom: 20px;
}

@media (max-width: 479px) {
  .ps-carousel--nav .owl-dots .owl-dot {
    margin: 0 3px !important;
  }
}
.ps-store-list {
  padding-bottom: 30px;
  padding-top: 0;
}

@media (min-width: 768px) {
  .ps-block--store-banner .ps-block__user .ps-block__user-content {
    padding-bottom: 0;
  }
  .ps-block--store-banner .ps-block__user .ps-block__user-avatar {
    top: 0;
    margin-bottom: 0;
  }
}
.shop-url-wrapper.content-loading {
  position: relative;
}
.shop-url-wrapper.content-loading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  animation: button-loading-spinner 1s linear infinite;
  border-color: var(--color-1st);
  border-bottom-color: transparent;
}
.shop-url-wrapper.content-loading:after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  left: -10px;
  bottom: -10px;
  background: rgba(0, 0, 0, 0.02);
}

.ps-product--cart-mobile .ps-product__content small {
  font-size: 13px;
}

.ps-container .ps-section__content .sold-by a,
.ps-cart__items .ps-cart__items__body .sold-by a {
  font-size: 13px;
  color: var(--color-1st);
}
.ps-container .ps-section__content .sold-by small,
.ps-cart__items .ps-cart__items__body .sold-by small {
  font-size: 13px;
}

.navigation--mobile .ps-logo img {
  height: 40px;
}

.navigation--mobile .ps-logo img {
  margin-left: 90px;
}

@media (max-width: 479px) {
  .navigation--mobile .ps-logo img {
    margin-left: 10px;
  }
}
#tab-vendor a.more-products {
  color: #09c;
  display: inline-block;
  margin-top: 20px;
}

.ps-block--user-header .ps-block__right .customer-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80px;
}

.ps-shopping-cart .table-responsive {
  padding: 0 10px;
}
.ps-shopping-cart .table-responsive .ps-table--shopping-cart.content-loading:after {
  right: -10px;
  left: -10px;
}

.ps-shopping-cart .ps-table--shopping-cart.content-loading {
  position: relative;
}
.ps-shopping-cart .ps-table--shopping-cart.content-loading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  animation: button-loading-spinner 1s linear infinite;
  border-color: var(--color-1st);
  border-bottom-color: transparent;
}
.ps-shopping-cart .ps-table--shopping-cart.content-loading:after {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.02);
}

.ps-block--category {
  height: 240px;
  display: grid;
  padding: 10px;
}

.ps-block--category p {
  font-size: 14px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.menu--mobile .sub-menu {
  padding-left: 15px;
}
.menu--mobile .sub-menu li {
  color: #333;
}
.menu--mobile .sub-menu > li.menu-item-has-children > .sub-menu {
  opacity: 1;
  position: static;
  visibility: visible;
}

.ps-shopping-cart .btn-cart-button-action {
  display: inline-block;
  margin-bottom: 20px;
}
.ps-shopping-cart .btn-cart-button-action:first-child {
  float: left;
}
.ps-shopping-cart .btn-cart-button-action:last-child {
  float: right;
}

.menu--dropdown > li > a > img {
  vertical-align: top;
  margin-top: 1px;
}

.ps-btn.ps-btn--danger {
  border: 1px solid #dc3545;
  color: #dc3545;
  background-color: #fff;
}
.ps-btn.ps-btn--danger:hover {
  background-color: #dc3545;
  color: #fff;
}

@media (max-width: 767px) {
  .ps-shopping-cart .table-responsive {
    padding: 0;
  }
  .ps-shopping-cart .btn-cart-button-action {
    float: none !important;
  }
}
@media (max-width: 420px) {
  .ps-shopping-cart .btn-cart-button-action {
    width: 100%;
    text-align: center;
  }
}
.container-loading {
  position: fixed;
  background: rgba(0, 0, 0, 0.1);
  left: -15px;
  top: 0;
  right: -15px;
  bottom: -15px;
  z-index: 9999;
}

.product_pickup {
  border-bottom: 1px solid silver;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.product_pickup a {
  color: #4b8bec;
}

.ziggby-color {
  color: #0045FF !important;
}

.ziggby-color-solid {
  color: #3369FF;
}

.ziggby-link {
  /* color: #4b8bec !important; */
  border-bottom: 1px var(--header-text-color) solid;
  padding: 0 !important;
}

.ziggby-link-blue {
  color: #4b8bec !important;
  padding: 0 !important;
}

.product-pickup-location {
  padding: 10px 20px;
  border-bottom: 1px solid silver;
  cursor: pointer;
  width: 100%;
}
.product-pickup-location input[type=radio] {
  margin-top: 25px;
}

.product-pickup-location:hover {
  background-color: #f0f0f0;
}

.product-pickup-location .store-name {
  margin-left: 30px;
}

.product-delivery-dates {
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid silver;
  cursor: pointer;
  width: 100%;
}

.product-delivery-dates:hover {
  background-color: #f0f0f0;
}

.product-delivery-dates .store-name {
  margin-left: 30px;
}

.rating_wrap .rating {
  font-family: "Font Awesome 5 Free" !important;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  height: 20px;
  width: 84px;
  display: inline-block;
}

.rating_wrap .rating::before {
  font-size: 13px;
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  float: left;
  color: #d2d2d2;
  letter-spacing: 2px;
}

.rating_wrap .rating_num {
  font-size: 13px;
  display: inline-block;
  color: #696969;
}

.rating_wrap .product_rate {
  overflow: hidden;
  font-family: "Font Awesome 5 Free" !important;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  color: #EDB867;
}

.rating_wrap .product_rate::before {
  font-size: 13px;
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  letter-spacing: 2px;
  font-weight: 600;
}

.change-zipcode {
  background: #efefef;
  border-bottom: 1px solid #bababa;
}
.change-zipcode .row {
  align-items: flex-end;
}

@media (max-width: 1469px) {
  .menu--dropdown > li.has-mega-menu .mega-menu {
    flex-wrap: wrap;
    /*CSS GRID lyout*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }
}
@media (min-width: 1470px) {
  .menu--dropdown > li.has-mega-menu .mega-menu {
    flex-wrap: wrap;
    /*CSS GRID lyout*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(19%, 1fr));
  }
}
@media (min-width: 1550px) {
  .menu--dropdown > li.has-mega-menu .mega-menu {
    flex-wrap: wrap;
    /*CSS GRID lyout*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15%, 1fr));
  }
}
.thick-hr {
  border-top: 2px solid rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .custom-modal-footer {
    z-index: 99999;
  }
  .custom-modal-footer .modal-footer .btn {
    flex: 1;
  }
}
@media (max-width: 479px) {
  .custom-modal-footer .modal-dialog-centered-custom {
    display: block;
  }
  .custom-modal-footer .modal-dialog-centered-custom:before {
    height: unset;
  }
}

.mobile-zip-code {
  padding: 5px 20px !important;
  background: #f4f5f5;
}

@media (max-width: 768px) {
  .change-zipcode .row {
    display: grid;
  }
  .change-zipcode .row .mx-2 {
    text-align: center;
    font-size: 10px;
  }
}

.bg-grey {
  background-color: #f1f1f1;
}

.cart-item-remove-mobile {
  display: none;
}

@media (max-width: 768px) {
  .non-border {
    border: none !important;
  }
  .custom-cart-product {
    display: none;
  }
  .cart-item-remove-mobile {
    display: contents;
  }
  .cart-item-remove-mobile .ps-product--cart {
    max-width: 100% !important;
  }
  .cart-item-remove-mobile .ps-product--cart .product-name {
    font-size: 15px;
  }
  .cart-item-remove {
    display: none;
  }
}
.custom-thank-you {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px dashed #bebcbc;
  line-height: 16px;
}

.ps-product--cart {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.ps-product--cart > * {
  flex-basic: 100%;
}
.ps-product--cart .ps-product__thumbnail {
  max-width: 100px;
}
.ps-product--cart .ps-product__content {
  padding-left: 30px;
  margin-bottom: 5px;
}
.ps-product--cart .ps-product__content a, .ps-product--cart .ps-product__content .product-name {
  font-size: 16px;
  color: #0066cc;
}
.ps-product--cart .ps-product__content a:hover, .ps-product--cart .ps-product__content .product-name:hover {
  color: var(--color-1st);
}
.ps-product--cart .ps-product__content p strong {
  font-weight: 500;
}

.product-price-save {
  background: #be0000;
  padding: 3px 7px;
  font-size: 14px;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
}

.btn-soldout {
  background: #bf0000 !important;
  cursor: auto !important;
  color: white !important;
}

.widget_shop .ps-custom-scrollbar {
  margin-top: 10px !important;
  padding-top: 20px !important;
  overflow-y: auto;
}

.popover {
  z-index: 1000;
}

.popover-header {
  font-size: 17px;
}
.popover-header a {
  font-size: 20px;
  cursor: pointer;
}

.popover-body {
  font-size: 14px;
}
.popover-body .form-control {
  height: 35px;
}
.popover-body .btn {
  font-size: 14px;
}
.popover-body a {
  font-size: 12px;
  color: #0066cc;
}

.text-xs {
  font-size: 10px;
}

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

@media (max-width: 767px) {
  .customer-information-box {
    text-align: left !important;
    padding-top: 20px;
    margin-top: 10px;
    border-top: 2px #f2f2f2 solid;
  }
}
.pr-2-5 {
  padding-right: 7px !important;
}

.show-more {
  cursor: pointer;
}

.custom-text-info {
  color: #3c6fbd;
  cursor: pointer;
}

.custom-text-info:hover {
  color: #6499e9;
}

.alert-tag {
  background-color: unset;
  border-color: #dedede;
  border-radius: 5px;
  padding: 0 5px;
}

.alert-custom-dismissible {
  align-items: center;
  display: flex;
}

.alert-custom-dismissible .close {
  top: 0;
  right: 0;
  color: inherit;
  padding: 0 5px;
}

.ps-table--custom thead tr th {
  background-color: #f2f2f2;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  font-weight: 600;
}

.ps-table--custom thead tr th:nth-child(2) {
  text-align: left;
}

.ps-table--custom tbody tr td {
  padding: 30px 10px;
  font-size: 16px;
}

.ps-table--custom tbody tr td:last-child {
  text-align: right;
}

/* @media (max-width: 991px) {
  .ps-table--custom tbody tr td {
    min-width: 200px;
  }
  .ps-table--custom tbody tr td:first-child {
    max-width: 50px;
    min-width: 50px;
    text-align: center;
  }
  .ps-table--custom tbody tr td:nth-child(2) {
    min-width: 300px;
  }
}
 */
.header .header__extra span {
  background-color: black !important;
}
.header .header__extra span i {
  color: white !important;
}
.header .ps-form--quick-search button {
  background-color: black !important;
}

@media (max-width: 479px) {
  .product-view-cart {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
}
.pickup-location-see-all {
  color: #4b8bec;
}

.next-input, .next-input--stylized {
  min-width: 75px;
  vertical-align: baseline;
  height: auto;
  margin: 0;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px 10px;
  border: 1px solid #c4cdd5;
  border-radius: 3px;
  font-weight: 400;
  line-height: 24px;
  text-transform: initial;
  letter-spacing: initial;
  box-sizing: border-box;
  display: block;
  width: 100%;
}

.next-input, .next-input--stylized {
  transition: all 0.2s ease-out;
  transition-property: box-shadow, color;
  box-shadow: inset 0 1px 0 0 rgba(63, 63, 68, 0.05);
  border-color: #c4cdd5;
  outline: none;
}

.next-input--stylized {
  position: relative;
  display: flex;
  background: #ffffff;
}

.next-input--stylized .invalid-feedback {
  position: absolute;
  top: 30px;
  left: 0;
}

.next-input--stylized .next-input--invisible {
  border: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
}

.inline {
  display: inline-block;
  vertical-align: middle;
}

.p-r5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.next-input-add-on {
  align-self: center;
  flex: none;
  white-space: nowrap;
  color: #a0a0a0;
}

.next-input__add-on--before {
  padding-right: 10px;
}

.vertical-separator {
  border-left: 2px solid var(--header-text-color);
  height: 35px;
  margin-left: 10px;
  margin-right: 10px;
}

.vertical-separator-checkout {
  border-left: 2px solid #3c6fbd;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}

@media (max-width: 767px) {
  .vertical-separator-checkout {
    opacity: 0;
  }
}
@media (max-width: 1200px) {
  #hubspot-messages-iframe-container {
    z-index: 10000 !important;
    margin-bottom: 55px !important;
    max-height: calc(100% - 70px) !important;
  }
  #hubspot-messages-iframe-container iframe {
    margin-bottom: 15px;
  }
}
.bg-header {
  background-color: var(--color-1st);
}

.ps-block--category .ps-product__thumbnail {
  height: 150px;
  margin: auto;
}
.ps-block--category .ps-product__thumbnail a {
  position: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cursor-pointer {
  cursor: pointer;
}

.organization-header {
  color: var(--header-text-color);
}
.organization-header p {
  line-height: none !important;
  color: var(--header-text-color) !important;
  margin: auto;
}
.organization-header:hover {
  color: #f7fbfb;
}

.social-link {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 1.4rem;
}

.social-link:hover, .social-link:focus {
  background: #ddd;
  text-decoration: none;
  color: #555;
}

.zippay-widget {
  width: 220px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #cccccc;
}

.digital-banner {
  background: #4b8bec;
  color: white;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 1px;
  max-width: 300px;
}

.digital-banner-sm {
  font-size: 13px;
  padding: 0px;
  max-width: 200px;
}

.organization-sidebar {
  margin-bottom: 30px;
  background-color: #f1f1f1;
  padding: 20px;
}
.organization-sidebar .organization-sidebar-title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.organization-sidebar .organization-sidebar-content {
  text-align: center;
}

@media (max-width: 767px) {
  .organization-sidebar .organization-sidebar-title {
    font-weight: bold;
    text-align: center;
    font-size: 29px;
  }
  .organization-sidebar .organization-sidebar-content {
    text-align: center;
  }
}
.dropdown-organization {
  cursor: pointer;
}
.dropdown-organization .dropdown-toggle::after {
  display: none;
}
.dropdown-organization .dropdown-menu {
  font-size: 12px;
}

.organization-popup {
  width: 800px;
  margin: 10px;
}

.organization-section {
  border: 2px solid #c3b9b9;
  border-radius: 15px;
  padding: 10px;
}
.organization-section > div:first-child {
  border-right: 2px solid #c3b9b9;
  padding-right: 20px;
}

.horizontal-separator {
  border-bottom: 2px solid #c3b9b9;
  margin-bottom: 10px;
  margin-top: 10px;
}

.header .header__left {
  max-width: 400px !important;
  display: flex;
  align-items: center;
}

.headerModalOverlay:before {
  content: "";
  position: absolute;
  width: 100%;
  background: #1a71ff;
  left: 0;
  top: 0;
  display: block;
  bottom: 0;
}

.btn-absolute {
  position: absolute;
  right: 20px;
  padding: 2px 10px;
}

a.social-share i {
  color: #797979;
  font-size: 32px;
}

.facebook-btn {
  color: #3e5c9b !important;
}

.twitter-btn {
  color: #1da1f2 !important;
}

.fb-messenger {
  color: #448aff !important;
}

.btn-telegram {
  color: #20a0e1 !important;
}

.btn-whatsapp {
  color: #50b154 !important;
}

.wizard-progress {
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
}
.wizard-progress .step {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  overflow: visible;
  position: relative;
}
.wizard-progress .step span {
  font-size: 14px;
  color: #1a71ff;
  font-weight: 600;
}
.wizard-progress .step:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 37px;
  background-color: #cbcbcb;
  height: 3px;
  width: 100%;
}
.wizard-progress .step .node {
  display: inline-block;
  border: 6px solid #cbcbcb;
  background-color: #cbcbcb;
  border-radius: 18px;
  height: 22px;
  width: 22px;
  position: absolute;
  top: 28px;
  left: 50%;
  margin-left: -18px;
}
.wizard-progress .step.complete:before {
  background-color: #1a71ff;
}
.wizard-progress .step.complete .node {
  border-color: #1a71ff;
  background-color: #1a71ff;
  /* &:before{
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    color: $baseColor;
  } */
}
.wizard-progress .step.in-progress {
  /* &:before{
    background: $wizMainColor;
  } */
}
.wizard-progress .step.in-progress .node {
  border-color: #1a71ff;
}

@media (max-width: 770px) {
  .wizard-progress .step span {
    font-size: 12px;
    display: flex;
    margin-top: -15px;
  }
}
@media (max-width: 455px) {
  .wizard-progress .step span {
    font-size: 12px;
    display: flex;
    margin-top: -28px;
    margin-left: 10px;
  }
}
.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.card-img-top {
  width: 100%;
  height: 8vw;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1200px) {
  .card-img-top {
    height: 13vw;
  }
}
@media (max-width: 770px) {
  .card-img-top {
    height: 17vw;
  }
}
@media (max-width: 570px) {
  .card-img-top {
    height: 41vw;
  }
}
.icon-campaign-category {
  background-color: rgba(26, 113, 255, 0.29);
  border-radius: 50%;
  color: #1a71ff !important;
  width: 7rem !important;
  height: 7rem !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  display: inline-flex !important;
  font-size: 35px;
}

.icon-featured-charity {
  background-color: rgba(26, 113, 255, 0.29);
  border-radius: 50%;
  color: #1a71ff !important;
  width: 15rem !important;
  height: 15rem !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  display: inline-flex !important;
  font-size: 35px;
}

.owl-slider {
  display: none;
}

.owl-slider.owl-loaded {
  display: block;
}

.main-content {
  position: relative;
}
.main-content .owl-theme .owl-nav {
  display: block;
  position: absolute;
  top: -15%;
  left: 0;
  right: 0;
}
.main-content .owl-theme .owl-nav .owl-prev, .main-content .owl-theme .owl-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.main-content .owl-theme .owl-nav .owl-prev i, .main-content .owl-theme .owl-nav .owl-next i {
  font-size: 2.5rem;
  color: black;
}
.main-content .owl-theme .owl-nav .owl-prev {
  left: -20px;
}
.main-content .owl-theme .owl-nav .owl-next {
  right: -20px;
}

.ps-section__content {
  position: relative;
}
.ps-section__content .owl-theme .owl-nav {
  display: block;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
}
.ps-section__content .owl-theme .owl-nav .owl-prev, .ps-section__content .owl-theme .owl-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.ps-section__content .owl-theme .owl-nav .owl-prev i, .ps-section__content .owl-theme .owl-nav .owl-next i {
  font-size: 2.5rem;
  color: black;
}
.ps-section__content .owl-theme .owl-nav .owl-prev {
  left: -25px;
}
.ps-section__content .owl-theme .owl-nav .owl-next {
  right: -25px;
}

/***
Notes
***/
.note {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eeeeee;
  border-radius: 0 4px 4px 0;
}

.note h1,
.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
  margin-top: 0;
}

.note h1 .close,
.note h2 .close,
.note h3 .close,
.note h4 .close,
.note h5 .close,
.note h6 .close {
  margin-right: -10px;
}

.note p {
  margin: 0;
  font-size: 13px;
}

.note p:last-child {
  margin-bottom: 0;
}

.note code,
.note .highlight {
  background-color: #ffffff;
}

.note.note-default {
  background-color: white;
  border-color: #b0c1d2;
  color: black;
}

.note.note-default.note-bordered {
  background-color: #eef1f5;
  border-color: #c0cedb;
}

.note.note-default.note-shadow {
  background-color: #f1f4f7;
  border-color: #d1dbe4;
  box-shadow: 5px 5px rgba(212, 221, 230, 0.2);
}

.note.note-success {
  background-color: #c0edf1;
  border-color: #58d0da;
  color: black;
}

.note.note-success.note-bordered {
  background-color: #a7e6ec;
  border-color: #6dd6df;
}

.note.note-success.note-shadow {
  background-color: #abe7ed;
  border-color: #81dbe3;
  box-shadow: 5px 5px rgba(134, 221, 228, 0.2);
}

.note.note-info {
  background-color: #f5f8fd;
  border-color: #8bb4e7;
  color: #010407;
}

.note.note-info.note-bordered {
  background-color: #dbe8f8;
  border-color: #a0c2ec;
}

.note.note-info.note-shadow {
  background-color: #e0ebf9;
  border-color: #b5cff0;
  box-shadow: 5px 5px rgba(185, 210, 241, 0.2);
}

.note.note-warning {
  background-color: #faeaa9;
  border-color: #f3cc31;
  color: black;
}

.note.note-warning.note-bordered {
  background-color: #f8e38c;
  border-color: #f4d249;
}

.note.note-warning.note-shadow {
  background-color: #f9e491;
  border-color: #f6d861;
  box-shadow: 5px 5px rgba(246, 217, 102, 0.2);
}

.note.note-danger {
  background-color: #fef7f8;
  border-color: #f0868e;
  color: #210406;
}

.note.note-danger.note-bordered {
  background-color: #fbdcde;
  border-color: #f39da3;
}

.note.note-danger.note-shadow {
  background-color: #fbe1e3;
  border-color: #f6b3b8;
  box-shadow: 5px 5px rgba(246, 184, 189, 0.2);
}

.logo-supporting-badge {
  position: absolute;
  bottom: -7px;
  right: 0px;
  font-size: 9px;
  background: #ffed31;
  border-radius: 10px;
  padding: 1px 5px;
  font-weight: bold;
  color: black;
}

[class^=ribbon-] {
  position: absolute;
  margin-bottom: 80px;
}

[class^=ribbon-]:before, [class^=ribbon-]:after {
  content: "";
  position: absolute;
}

.ribbon-1 {
  width: 30px;
  height: 40px;
  background: #ff9800;
  top: -6px;
  left: 25px;
  z-index: 1;
}

.ribbon-1:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #d07e05;
  border-right: 6px solid transparent;
  right: -6px;
}

.ribbon-1:after {
  height: 0;
  width: 0;
  border-left: 15px solid #ff9800;
  border-right: 15px solid #ff9800;
  border-bottom: 10px solid transparent;
  bottom: -10px;
  left: 0;
}

.ribbon-1 i {
  position: absolute;
  top: 40%;
  left: 30%;
  color: #FFF;
}

.ribbon-2 {
  width: 55px;
  height: 20px;
  background: #ff9800;
  top: -6px;
  left: -2px;
  z-index: 1;
  font-weight: 700;
  padding-right: 4px;
  padding-left: 4px;
}

.ribbon-2:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #d07e05;
  border-right: 6px solid transparent;
  right: -6px;
}

.ribbon-2 i {
  position: absolute;
  top: 40%;
  left: 30%;
  color: #FFF;
}

.ribbon-sponsored {
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  background: #ffc107;
}

.ribbon-sponsored-matching {
  position: absolute;
  top: 0;
  width: 100%;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  background: #ffc107;
}

.alphabet li a {
  font-weight: bold;
}

.alphabet li a:not(.view-all) {
  color: #000;
  opacity: 0.3;
}

.w-md-400px {
  max-width: 400px;
}

@media (max-width: 767px) {
  .w-md-400px {
    max-width: 100%;
  }
}
.bg-green {
  background-color: #118c4f !important;
}

@media (max-width: 767px) {
  .ps-product--detail .ps-tab-list li a {
    font-size: 14px;
    padding: 5px 5px;
  }
}
.text-black {
  color: black;
}

@media (max-width: 767px) {
  .ps-btn-responsive {
    font-size: 13px;
    padding: 10px 10px !important;
  }
}
.charity-name .read-more a {
  color: #0045FF !important;
}
.charity-name .read-more p {
  margin: 0;
}

.list-of-charity .charity-actions-name {
  display: none;
}
.list-of-charity .charity-thumbnail-name {
  display: none;
}

@media (max-width: 479px) {
  .list-of-charity {
    display: block !important;
  }
  .list-of-charity .charity-thumbnail {
    margin-left: 0 !important;
    margin-bottom: 5px;
    display: none;
  }
  .list-of-charity .charity-thumbnail-name {
    display: block;
  }
  .list-of-charity .charity-actions-name {
    display: block;
  }
  .list-of-charity .charity-actions {
    display: none;
    margin-left: 0 !important;
    margin-top: 10px;
    text-align: left !important;
  }
  .list-of-charity .charity-actions a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.owl-ziggby .owl-nav {
  display: block !important;
}

.ps-product-overlay {
  background: rgba(255, 255, 255, 0.5098039216);
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-header__top {
  padding: 10px 0;
  background-color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: white;
}
.custom-header__top .ps-container, .custom-header__top .container {
  display: flex;
  flex-flow: row nowrap;
}
.custom-header__top .ps-container > *, .custom-header__top .container > * {
  width: 100%;
}
@media (max-width: 555px) {
  .custom-header__top .ps-container {
    padding: 0 10px;
    max-width: 100%;
  }
}

.row-search-fundraiser .row-search-2 {
  text-align: right;
}

@media (max-width: 768px) {
  .row-search-fundraiser {
    flex-direction: column-reverse !important;
  }
  .row-search-fundraiser .row-search-2 {
    text-align: left;
  }
}
.ziggby-color-link {
  text-decoration: underline;
}

.ziggby-black-link:hover {
  text-decoration: underline;
  color: black !important;
}

@media (max-width: 479px) {
  .header--mobile .header__actions .sticker-icon {
    font-size: 11px;
  }
}
.ps-product-list .ps-section__header_custom {
  padding: 16px 20px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #e3e3e3;
}
.ps-product-list .ps-section__header_custom .ps-section__links > li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2px;
  height: 15px;
  background-color: #000;
}

.ps-product-list .ps-section__header_custom h3 {
  margin-bottom: 0;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.ps-product-list .ps-section__content {
  padding-top: 55px;
}

.ps-product-list--2 .ps-section__header_custom {
  background-color: transparent;
  border-bottom: 1px solid #e1e1e1;
}

.ps-product-list--2 .ps-section__header_custom h3 {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .ps-product-list .ps-section__header_custom {
    flex-flow: row wrap;
  }
}
@media (max-width: 991px) {
  .ps-product-list .ps-section__header_custom h3 {
    padding-bottom: 10px;
  }
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #edb867;
  font-weight: 900;
}

@media (max-width: 479px) {
  .footer-payments {
    margin: auto;
  }
}
.add-read-more {
  display: none;
}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
  display: none;
}

.add-read-more.show-more-content .read-more {
  display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
  margin-left: 2px;
  color: #4b8bec;
  cursor: pointer;
}

@media (max-width: 479px) {
  .charity-information {
    display: block !important;
  }
  .charity-information .separator {
    display: none !important;
  }
}
.wizard-display-wrapper {
  width: 54em;
  margin-top: 40px;
}

@media (max-width: 1250px) {
  .wizard-display-wrapper {
    width: 100%;
  }
}
.wizard-display {
  display: table;
  width: 100%;
  position: relative;
  padding-top: 70px;
}
.wizard-display .step {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  overflow: visible;
  position: relative;
  width: 100px;
  padding: 0 5px;
}
.wizard-display .step span {
  font-size: 13px;
}
.wizard-display .step:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  background-color: #FAC889;
  height: 3px;
  width: 100%;
}
.wizard-display .step .node {
  display: inline-block;
  border: 6px solid #FAC889;
  background-color: #FAC889;
  border-radius: 30px;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -55px;
  left: 50%;
  margin-left: -18px;
}
.wizard-display .step .node i {
  margin-top: 5px;
  font-size: 25px;
  color: #1a71ff;
}
.wizard-display .step .node-first {
  left: 0;
}
.wizard-display .step .node-last {
  left: 100%;
}
.wizard-display .step.complete:before {
  background-color: #1a71ff;
}
.wizard-display .step.complete .node {
  border-color: #1a71ff;
  background-color: #1a71ff;
  /* &:before{
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    color: $baseColor;
  } */
}
.wizard-display .step.in-progress {
  /* &:before{
    background: $wizMainColor;
  } */
}
.wizard-display .step.in-progress .node {
  border-color: #1a71ff;
}

@media (max-width: 770px) {
  .wizard-progress .step span {
    font-size: 12px;
    display: flex;
    margin-top: -15px;
  }
}
@media (max-width: 455px) {
  .wizard-progress .step span {
    font-size: 12px;
    display: flex;
    margin-top: -28px;
  }
}
@media (max-width: 455px) {
  .ps-my-account .ps-form--account {
    max-width: 500px;
    padding-top: 0px;
  }
}
.cursor-not-allowed {
  cursor: not-allowed;
}

.form-group.floating > label {
  bottom: 34px;
  left: 8px;
  position: relative;
  background-color: white;
  padding: 0px 5px 0px 5px;
  font-size: 1.1em;
  transition: 0.1s;
  pointer-events: none;
  font-weight: 500 !important;
  transform-origin: bottom left;
}

.form-control.floating:focus ~ label {
  transform: translate(1px, -160%) scale(0.8);
  opacity: 0.8;
  color: #005ebf;
}

.form-control.floating:valid ~ label {
  transform-origin: bottom left;
  transform: translate(1px, -160%) scale(0.8);
  opacity: 0.8;
}

.plg-donate a {
  width: 100%;
  text-align: center;
  background-color: #0045FF !important;
}

.box-search-advance {
  position: relative;
}

.box-search-advance .panel-default {
  position: absolute;
  top: 100%;
  left: 0;
  max-width: 100%;
  margin-top: 5px;
  background-color: rgba(255, 255, 255, 0.98);
  border-radius: 3px;
  opacity: 0;
  transition: all 0.3s ease, opacity 0.3s ease;
  width: 100%;
  transform-origin: 50% -20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
  transform: translate3d(0, -2px, 0);
}
.box-search-advance .panel-default .panel-footer {
  padding: 10px;
}

.box-search-advance .panel-default.active {
  transform: translateY(0) scale(1);
  opacity: 1;
  z-index: 100;
}

.box-search-advance .panel-default.active:before {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f3faff;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(175, 166, 166, 0.2);
  content: "";
  width: 3px;
}

.panel-default .panel-body {
  max-height: 300px;
  overflow-y: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.item-selectable {
  cursor: pointer;
}
.item-selectable:hover {
  background: #eff9fd;
}
.item-selectable > label {
  cursor: pointer;
}

.item-not-selectable {
  cursor: none;
}

.owl-slider {
  display: none;
}

.owl-slider.owl-carousel {
  display: block;
}

.ps-carousel--responsive {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.ps-carousel--responsive .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none !important;
  text-align: center;
}
.ps-carousel--responsive .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}
.ps-carousel--responsive .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.ps-carousel--responsive .owl-dots .owl-dot.active {
  background-color: var(--color-1st);
}
.ps-carousel--responsive .owl-nav .owl-prev {
  left: -10px !important;
}
.ps-carousel--responsive .owl-nav .owl-next {
  right: -10px !important;
}
.ps-carousel--responsive .owl-stage-outer .owl-stage {
  padding: 0 10px 0 10px;
}

.hidden {
  display: none;
}

.hr-text {
  position: relative;
  border: none;
  height: 1px;
  background: #999;
}

.hr-text span {
  display: inline-block;
  background: #fff;
  font-weight: bold;
  font-size: 0.85rem;
  border-radius: 30rem;
  padding: 0.2rem 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.readmore-paragraph {
  position: relative;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 20px;
  transition: max-height 0.15s ease-out;
}

.readmore-paragraph.expand {
  max-height: 5000px !important;
  transition: max-height 0.35s ease-in-out;
}

.readmore-paragraph-link {
  position: absolute;
  bottom: 0;
  right: 40%;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.readmore-paragraph-link.expand {
  /* position: relative;
  background-image: none;
  padding-top:10px;
  height:20px; */
  bottom: -10px;
}

.readmore-paragraph-link:after {
  content: "Read more";
}

.readmore-paragraph-link.expand:after {
  content: "Read less";
}

.hidden {
  display: none;
}

.donation-tip-container {
  border: 1px solid #0045FF;
  border-radius: 10px;
}

.ziggby-link-color {
  /* color: #4b8bec !important; */
  text-decoration: underline !important;
  padding: 0 !important;
}

.btn-donate-secondary:not(:disabled):not(.disabled):active, .btn-donate-secondary:not(:disabled):not(.disabled).active, .show > .btn-donate-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0045FF;
  border-color: #0045FF;
}

.btn-donate-secondary {
  color: #000;
  background-color: #fff;
  border-color: #0045FF;
  font-size: 15px;
}

input[type=date] {
  display: block;
  min-height: 2.2em;
}

.gift-shop-variant {
  cursor: pointer;
}
.gift-shop-variant :hover {
  border-width: 3px;
  border-color: #5f9bf4;
}

.gift-shop-variant-active {
  border-width: 3px;
  border-color: #5f9bf4;
}

.profile-container {
  z-index: 1;
}
.profile-container .profile-card-3 .background-block .background {
  width: 100%;
  height: 150px;
  vertical-align: top;
  opacity: 0.9;
}
.profile-container .profile-card-3 .card-content {
  width: 100%;
  color: #232323;
  background: #efefef;
  height: 50%;
  border-radius: 0 0 5px 5px;
  position: relative;
  z-index: 9999;
}
.profile-container .profile-card-3 .card-content::before {
  content: "";
  background: #efefef;
  width: 120%;
  height: 100%;
  bottom: 51px;
  position: absolute;
  z-index: -1;
  transform: rotate(-13deg);
}
.profile-container .profile-card-3 .profile {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  opacity: 1;
  border: 5px solid rgb(255, 255, 255);
  box-shadow: 1px 3px 13px 0px rgba(1, 1, 1, 0.2901960784);
  z-index: 99999;
}
.profile-container .profile-card-3 .profile-sm {
  background-color: white;
  height: 70px;
  opacity: 1;
  border: 2px solid rgb(255, 255, 255);
  z-index: 99999;
}
.profile-container .profile-card-3 .profile-xs {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  opacity: 1;
  border: 2px solid rgb(255, 255, 255);
  z-index: 99999;
}
.profile-container .profile-card-3 .profile-edit {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #e3e3e3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  padding: 0;
  display: flex;
}
.profile-container .profile-card-3 .profile-edit a {
  margin: auto;
}
.profile-container .profile-card-3 .profile-edit :hover {
  color: grey;
}
.profile-container .profile-card-4 .background-block .background {
  width: 100%;
  height: 150px;
  vertical-align: top;
  opacity: 0.9;
}
.profile-container .profile-card-4 .profile {
  border-radius: 50%;
  margin-top: -4.5em;
  margin-left: 2em;
  margin-right: 2em;
  width: 90px;
  height: 90px;
  background-color: white;
  border: 2px solid rgb(255, 255, 255);
  box-shadow: 1px 3px 13px 0px rgba(1, 1, 1, 0.2901960784);
  z-index: 99999;
}
.profile-container .profile-card-5 .background-block .background {
  width: 100%;
  height: 150px;
  vertical-align: top;
  opacity: 0.9;
}
.profile-container .profile-card-5 .profile {
  border-radius: 50%;
  margin-top: -4.5em;
  margin-left: 1em;
  margin-right: 1em;
  width: 70px;
  height: 70px;
  background-color: white;
  border: 2px solid rgb(255, 255, 255);
  box-shadow: 1px 3px 13px 0px rgba(1, 1, 1, 0.2901960784);
  z-index: 99999;
}
.profile-container .profile-card-6 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.profile-container .profile-card-6 .background-block .background {
  width: 100%;
  height: 150px;
  vertical-align: top;
  opacity: 0.9;
}
.profile-container .profile-card-6 .profile {
  border-radius: 50%;
  margin-right: 1em;
  margin-bottom: -2.5em !important;
  width: 60px;
  height: 60px;
  background-color: white;
  border: 2px solid rgb(255, 255, 255);
  box-shadow: 1px 3px 13px 0px rgba(1, 1, 1, 0.2901960784);
  z-index: 99999;
}

.profile-business-cover {
  height: 400px;
  max-width: 1600px;
  position: relative;
}
.profile-business-cover .profile-cover-edit {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  padding: 2px 10px;
  background-color: rgba(0, 0, 0, 0.4588235294);
  color: white;
  display: flex;
}
.profile-business-cover .profile-cover-edit i {
  font-size: 20px;
}
.profile-business-cover .profile-cover-edit a {
  margin: auto;
}
.profile-business-cover .profile-cover-edit :hover {
  color: rgb(218, 218, 218) !important;
}

@media (max-width: 479px) {
  .profile-container .profile-card-3 .profile {
    width: 100px;
    height: 100px;
    margin-top: 2em;
  }
  .profile-container .profile-card-3 .profile-edit {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  .profile-business-cover {
    height: 250px;
  }
  .display-4 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
/* .impact-score {
    background-color: black;
    color: white;
} */
.live-display-wrapper .live-display-main {
  background: linear-gradient(42deg, #2d2d2d, rgba(0, 0, 0, 0.59), transparent, transparent);
}
.live-display-wrapper .live-display-header {
  background-color: #ff6900;
}
.live-display-wrapper #info {
  opacity: 0.2;
  margin: 0;
  text-align: center;
}
.live-display-wrapper #termometer {
  width: 60px;
  background: #ffac71;
  height: 70%;
  position: relative;
  border: 9px solid #ebebeb;
  border-radius: 20px;
  z-index: 1;
}
.live-display-wrapper #termometer:before, .live-display-wrapper #termometer:after {
  position: absolute;
  content: "";
  border-radius: 50%;
}
.live-display-wrapper #termometer:before {
  width: 100%;
  height: 69px;
  bottom: 9px;
  background: #ffac71;
  z-index: -1;
}
.live-display-wrapper #termometer:after {
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  background-color: #ff6900;
  bottom: -91px;
  border: 9px solid #ebebeb;
  z-index: -3;
  left: 50%;
}
.live-display-wrapper #termometer #graduations {
  height: 59%;
  top: 20%;
  width: 50%;
}
.live-display-wrapper #termometer #graduations, .live-display-wrapper #termometer #graduations:before {
  position: absolute;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.live-display-wrapper #termometer #graduations:before {
  content: "";
  height: 34%;
  width: 100%;
  top: 32%;
}
.live-display-wrapper #termometer #temperature {
  bottom: 0;
  background: linear-gradient(#ff6900, #ff6900) no-repeat bottom;
  width: 100%;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
}
.live-display-wrapper #termometer #temperature, .live-display-wrapper #termometer #temperature:before, .live-display-wrapper #termometer #temperature:after {
  position: absolute;
}
.live-display-wrapper #termometer #temperature:before {
  content: attr(data-value);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  z-index: 2;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1em;
  line-height: 1;
  transform: translateY(50%);
  left: calc(100% + 1em / 1.5);
  top: calc(-1em + 5px - 5px * 2);
}
.live-display-wrapper #termometer #temperature:after {
  content: "";
  border-top: 0.4545454545em solid transparent;
  border-bottom: 0.4545454545em solid transparent;
  border-right: 0.6666666667em solid rgba(0, 0, 0, 0.7);
  left: 100%;
  top: calc(-1em / 2.2 + 5px);
}
.live-display-wrapper #playground {
  font-size: 1.1em;
}
.live-display-wrapper #playground #range {
  display: flex;
}
.live-display-wrapper #playground #range input[type=text] {
  width: 2em;
  background: transparent;
  border: none;
  color: inherit;
  font: inherit;
  margin: 0 5px;
  padding: 0px 5px;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}
.live-display-wrapper #playground #range input[type=text]:focus {
  border-color: #ff6900;
  outline: none;
}
.live-display-wrapper #playground #range input[type=text]:first-child {
  text-align: right;
}
.live-display-wrapper #playground #unit {
  width: 100%;
  margin: 0;
  text-align: center;
}
.live-display-wrapper #playground #unit:hover {
  cursor: pointer;
}
.live-display-wrapper input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  margin: 5.5px 0;
  width: 100%;
}
.live-display-wrapper input[type=range]::-moz-focus-outer {
  border: 0;
}
.live-display-wrapper input[type=range]:hover {
  cursor: pointer;
}
.live-display-wrapper input[type=range]:focus {
  outline: 0;
}
.live-display-wrapper input[type=range]:focus::-webkit-slider-runnable-track {
  background: #f2f2f2;
  border-color: #f2f2f2;
}
.live-display-wrapper input[type=range]:focus::-ms-fill-lower {
  background: #ebebeb;
}
.live-display-wrapper input[type=range]:focus::-ms-fill-upper {
  background: #f2f2f2;
  border-color: #f2f2f2;
}
.live-display-wrapper input[type=range]::-webkit-slider-runnable-track {
  cursor: default;
  height: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 1px 1px 1px transparent, 0 0 1px rgba(13, 13, 13, 0);
  background: #ebebeb;
  border: 2px solid #ebebeb;
  border-radius: 5px;
}
.live-display-wrapper input[type=range]::-webkit-slider-thumb {
  box-shadow: 4px 4px 4px transparent, 0 0 4px rgba(13, 13, 13, 0);
  background: #ff6900;
  border: 0px solid #ffb27b;
  border-radius: 12px;
  cursor: pointer;
  height: 11px;
  width: 18px;
  -webkit-appearance: none;
  margin-top: -2.5px;
}
.live-display-wrapper input[type=range]::-moz-range-track {
  box-shadow: 1px 1px 1px transparent, 0 0 1px rgba(13, 13, 13, 0);
  cursor: default;
  height: 10px;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #ebebeb;
  border: 2px solid #ebebeb;
  border-radius: 5px;
  height: 5px;
}
.live-display-wrapper input[type=range]::-moz-range-thumb {
  box-shadow: 4px 4px 4px transparent, 0 0 4px rgba(13, 13, 13, 0);
  background: #ff6900;
  border: 0px solid #ffb27b;
  border-radius: 12px;
  cursor: pointer;
  height: 7px;
  width: 14px;
}
.live-display-wrapper input[type=range]::-ms-track {
  cursor: default;
  height: 10px;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  cursor: pointer;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: transparent;
  border-color: transparent;
  border-width: 5.5px 0;
  color: transparent;
}
.live-display-wrapper input[type=range]::-ms-fill-lower {
  box-shadow: 1px 1px 1px transparent, 0 0 1px rgba(13, 13, 13, 0);
  background: #e3e3e3;
  border: 2px solid #ebebeb;
  border-radius: 10px;
}
.live-display-wrapper input[type=range]::-ms-fill-upper {
  box-shadow: 1px 1px 1px transparent, 0 0 1px rgba(13, 13, 13, 0);
  background: #ebebeb;
  border: 2px solid #ebebeb;
  border-radius: 10px;
}
.live-display-wrapper input[type=range]::-ms-thumb {
  box-shadow: 4px 4px 4px transparent, 0 0 4px rgba(13, 13, 13, 0);
  background: #ff6900;
  border: 0px solid #ffb27b;
  border-radius: 12px;
  cursor: pointer;
  height: 7px;
  width: 14px;
  margin-top: 2.5px;
}
.live-display-wrapper input[type=range]:disabled::-webkit-slider-thumb {
  cursor: not-allowed;
}
.live-display-wrapper input[type=range]:disabled::-moz-range-thumb {
  cursor: not-allowed;
}
.live-display-wrapper input[type=range]:disabled::-ms-thumb {
  cursor: not-allowed;
}
.live-display-wrapper input[type=range]:disabled::-webkit-slider-runnable-track {
  cursor: not-allowed;
}
.live-display-wrapper input[type=range]:disabled::-ms-fill-lower {
  cursor: not-allowed;
}
.live-display-wrapper input[type=range]:disabled::-ms-fill-upper {
  cursor: not-allowed;
}
.live-display-wrapper .live-display-title {
  font-size: 40px;
  width: auto;
}
.live-display-wrapper .live-background {
  color: white;
  border-radius: 10px;
}
.live-display-wrapper .live-display-caption {
  font-size: 40px;
  font-weight: bold;
}
.live-display-wrapper .live-display-caption .text-success {
  color: #6dff73 !important;
}
.live-display-wrapper .live-display-caption .live-small {
  font-size: 15px;
  font-weight: 400;
}
.live-display-wrapper .live-display-donation-caption {
  font-size: 20px;
}
.live-display-wrapper .live-display-donation-caption .text-success {
  color: #6dff73 !important;
}
.live-display-wrapper .live-display-orange {
  color: #ff6900;
}

.bg-ziggby {
  background-color: #0045FF;
}

.bs-tooltip-top {
  z-index: 9999;
}

.campaign-description a {
  color: #0045FF !important;
}

@media (max-width: 1200px) {
  .ps-footer-charity {
    margin-bottom: 100px;
  }
}
.ps-my-account .ps-form--account .ps-form__content .ps-btn.ps-btn--outline:hover, .ps-my-account .ps-form--account .ps-form__content button.ps-btn.ps-btn--outline.ps-custom:hover {
  background-color: #dee2e6 !important;
  border: 2px solid #06c;
  color: #fff;
}

.favorite-charity-banner {
  height: 170px;
  width: 100%;
}
@media (max-width: 768px) {
  .favorite-charity-banner {
    height: 200px;
  }
}

.matching-donation-list .matching-donation-container .matching-donation-thumbnail {
  width: 12em;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin: auto;
}
@media (max-width: 768px) {
  .matching-donation-list .matching-donation-container .matching-donation-thumbnail {
    width: 8em;
    height: 110px;
  }
}
@media (max-width: 425px) {
  .matching-donation-list .matching-donation-container .matching-donation-thumbnail {
    width: 10em;
    height: 90px;
  }
}
@media (min-width: 1239px) {
  .matching-donation-list .matching-donation-container .matching-donation-thumbnail {
    width: 10em;
  }
}

.donation-checkout-field {
  font-size: 20px;
  padding: 5px 2px !important;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(128, 128, 128, 0.5803921569);
}

.powered-by-ziggby {
  position: absolute;
  background-color: #ffffff;
  bottom: 20px;
  right: 30px;
  padding: 5px 10px;
  box-shadow: 1px 3px 13px 0px rgba(1, 1, 1, 0.2901960784);
}

@media (max-width: 479px) {
  .team-members-section {
    justify-content: center;
  }
}

.card-selected {
  border: 2px solid #0045FF;
}

.fa-1sm {
  font-size: 12px;
}
