/* global css */
.product-grid-view .tinvwl_add_to_wishlist_button {
  display: none;
}
.product-title a {
  font-family: Engraved !important;
}
.main-title-section-wrapper > .main-title-section-bg:after {
  background-color: unset;
}

.wdt-popup-box-content-holder {
  background-color: white !important;
}

.woocommerce-price-suffix {
  display: block;
}
.product-template .main-title-section-wrapper,
.title-about-us .main-title-section-wrapper{
  display: none;
}
/* header */
.wishlist_products_counter_text img {
  max-width: 30px !important;
  max-height: 30px !important;
  vertical-align: bottom !important;
}
.wishlist_products_counter_number {
  position: absolute;
  top: -10px;
  left: 32px;
}

/* home page */
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotate-image {
  animation: rotating 20s linear infinite;
}

@keyframes rotating-reverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

.rotate-text {
  animation: rotating-reverse 20s linear infinite;
}
/* about page */
.title-about-us div#header-wrapper{
	margin:0;
}
/* product page */
.product-template .product_title.entry-title {
  font-size: 38px !important;
  margin: 0 !important;
}
.product-template .tinvwl_add_to_wishlist_button {
  background: transparent !important;
}
.product-template .icon-add-on-wishlist,
.product-template .icon-already-on-wishlist {
  max-height: 40px !important;
  max-width: 40px !important;
  padding: 0 !important;
  vertical-align: middle !important;
}
body[class*="title-glutathione-skin-whitening-foaming-face-wash"] .product-section-one {
  background-image: linear-gradient(
    180deg,
    hsl(208deg 18% 51%) 0%,
    hsl(209deg 18% 56%) 22%,
    hsl(210deg 19% 61%) 37%,
    hsl(211deg 19% 65%) 49%,
    hsl(212deg 20% 70%) 59%,
    hsl(213deg 18% 72%) 68%,
    hsl(214deg 17% 73%) 75%,
    hsl(214deg 16% 75%) 81%,
    hsl(215deg 14% 76%) 87%,
    hsl(216deg 14% 82%) 91%,
    hsl(216deg 14% 88%) 95%,
    hsl(216deg 14% 94%) 98%,
    hsl(0deg 0% 100%) 100%
  );
}
body[class*="title-glass-skin-brightening-serum"] .product-section-one {
  background-image: linear-gradient(
    180deg,
    hsl(6deg 25% 70%) 0%,
    hsl(12deg 26% 75%) 43%,
    hsl(16deg 26% 81%) 61%,
    hsl(20deg 26% 86%) 72%,
    hsl(24deg 25% 92%) 79%,
    hsl(29deg 21% 92%) 84%,
    hsl(34deg 17% 91%) 87%,
    hsl(40deg 13% 91%) 90%,
    hsl(48deg 10% 90%) 92%,
    hsl(48deg 10% 93%) 93%,
    hsl(48deg 10% 95%) 95%,
    hsl(48deg 10% 98%) 97%,
    hsl(0deg 0% 100%) 100%
  );
}
body[class*="title-light-weight-oil-free-moisturizer"] .product-section-one {
  background-image: linear-gradient(
    180deg,
    hsl(72deg 16% 70%) 0%,
    hsl(73deg 16% 69%) 19%,
    hsl(75deg 16% 69%) 32%,
    hsl(76deg 16% 69%) 43%,
    hsl(74deg 16% 73%) 52%,
    hsl(71deg 16% 78%) 59%,
    hsl(69deg 16% 83%) 66%,
    hsl(66deg 14% 85%) 72%,
    hsl(63deg 11% 87%) 78%,
    hsl(60deg 7% 89%) 83%,
    hsl(60deg 7% 93%) 88%,
    hsl(60deg 7% 96%) 94%,
    hsl(0deg 0% 100%) 100%
  );
}
body[class*="title-overnight-brightening-mask"] .product-section-one {
  background-image: linear-gradient(
    180deg,
    hsl(28deg 28% 65%) 0%,
    hsl(29deg 29% 71%) 33%,
    hsl(30deg 29% 76%) 49%,
    hsl(32deg 29% 81%) 59%,
    hsl(33deg 29% 87%) 67%,
    hsl(36deg 29% 89%) 72%,
    hsl(40deg 28% 91%) 77%,
    hsl(45deg 28% 94%) 80%,
    hsl(50deg 30% 96%) 83%,
    hsl(50deg 30% 97%) 86%,
    hsl(50deg 30% 98%) 90%,
    hsl(50deg 30% 99%) 94%,
    hsl(0deg 0% 100%) 100%
  );
}

/* checkout page */
.woocommerce-checkout a {
    color: black;
}
.woocommerce-checkout .showcoupon {
  background: transparent !important;
}

.woocommerce-checkout form .form-row .input-text,
.woocommerce form .form-row select {
  padding-left: 10px !important;
}

.woocommerce-checkout
  .woocommerce-checkout-header
  .woocommerce-checkout-header-coupon
  .checkout_coupon
  .form-row-last
  .button {
  align-items: center;
}

/* footer css */
footer .wdt-content-title h5 a {
  font-size: 16px;
}
footer .wdt-content-icon span {
  background-color: transparent !important;
}
footer .wdt-custom-footer-payment-methods span {
  background-color: #e5e5e5 !important;
}
footer .wdt-mailchimp-wrapper input {
  color: black !important;
}
footer button {
  color: white !important;
}
footer .wdt-accordion-toggle-title {
  font-style: normal !important;
}
footer
  .wdt-custom-footer-iconbox-style
  .wdt-icon-box-holder.wdt-rc-template-ico-content-aside
  .wdt-content-item
  .wdt-content-detail-group
  .wdt-content-title
  a:hover {
  color: black !important;
}
.wdt-accordion-toggle-title {
  color: black !important;
}
