.ps-logo {
  max-width: 120px;
}

footer .ps-block--site-features .ps-block__right h4 {
  font-size: 15px;
}

footer .ps-footer__links p strong {
  width: 120px;
  display: inline-block;
}

#homepage-4 .ps-product-list {
  padding-top: 50px;
  padding-bottom: 20px;
}

.ps-product:hover .ps-product__content {
  display: none;
}

.ps-product:hover .ps-product__content.hover {
  display: block;
  /* padding-top: 12px; */
}

.ps-product .ps-product__content.hover {
  padding-bottom: 0px;
  top: 99%;
}

.ps-product--detail .ps-product__shopping .ps-btn {
  margin-right: 10px;
  text-align: center;
}

.ps-page--product .ps-page__container .ps-page__left {
  max-width: calc(100% - 240px);
}

.ps-page--product .ps-page__container .ps-page__right {
  min-width: 240px;
  max-width: 240px;
}

.ps-product--detail .ps-product__meta p:last-child:after {
  background-color: #fff;
}

.ps-product--detail > .ps-product__content {
  padding-top: 50px;
}

.ps-product .ps-product__title {
  height: 35px;
}

/* SweetAlert */
.swal2-popup.swal2-toast {
  padding: 1em !important;
}

.swal2-popup.swal2-toast .swal2-title {
  font-size: 1.5em !important;
}

.swal2-popup.swal2-toast .swal2-styled {
  font-size: 1.2em !important;
}

.swal2-content {
  font-size: 1.5em !important;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
  font-size: 1.5em !important;
}

/* Product list */
.ps-block--category-2 .ps-block__thumbnail {
  max-width: 100px;
  padding-top: 20px;
}

/* Cart */
.ps-cart--mini .ps-cart__items .ps-product--cart-mobile {
  margin-bottom: 10px;
}

.ps-product--cart-mobile .ps-product__content {
  padding-left: 0px;
}

.ps-cart--mini .ps-cart__items {
  padding-bottom: 10px;
}

.ps-section--shopping {
  padding: 50px 0;
}

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

.ps-shopping-cart .ps-section__cart-actions {
  padding-bottom: 30px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

.blink_me:hover {
  animation: none;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* Checkout */
.ps-block--checkout-order .ps-block__items > a {
  padding: 10px 0 0px 0;
}

.ps-block--user-account:hover .ps-block__content {
  border: 1px solid #ccc;
}

.ps-btn {
  overflow: hidden;
}

/* loading state */
.btn-loading {
  position: relative;
  /* hide button content */
  /* nl size (default) */
  /* xl size */
  /* lg size */
  /* sm size */
  /* xs size */
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e9ecef !important;
}

.btn-loading,
.btn-loading:hover,
.btn-loading.focus,
.btn-loading:focus,
.btn-loading:not(:disabled):not(.disabled).active,
.btn-loading:not(:disabled):not(.disabled):active,
.btn-loading.disabled,
.btn-loading:disabled {
  color: transparent;
  fill: transparent;
}

.btn-loading:after {
  display: block;
  content: "";
  position: absolute;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: border-color 0.1s;
  transition: border-color 0.1s;
  -webkit-animation-name: preloader-animation;
  animation-name: preloader-animation;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.btn-loading:after {
  left: calc(50% - 11px);
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  border-radius: 11px;
}

.btn-loading.btn-xl:after {
  left: calc(50% - 21px);
  top: calc(50% - 21px);
  width: 42px;
  height: 42px;
  border-radius: 21px;
}

.btn-loading.btn-lg:after {
  left: calc(50% - 14px);
  top: calc(50% - 14px);
  width: 28px;
  height: 28px;
  border-radius: 14px;
}

.btn-loading.btn-sm:after {
  left: calc(50% - 8px);
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border-radius: 8px;
}

.btn-loading.btn-xs:after {
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  border-radius: 7px;
}

@-webkit-keyframes preloader-animation {
  from {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes preloader-animation {
  from {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

.ps-block--checkout-order figure {
  padding-bottom: 0px;
}

.header--standard .ps-form--quick-search input {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid #e1e1e1 !important;
}
