/**
* Theme Name: Tactiko Child
* Description: This is a child theme of Tactiko, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: tactiko
* Version: 1.0.8
*/

.woocommerce ul.products li.product {
  position: relative;
  overflow: hidden;
}

.ribbon {
  position: absolute;
  top: 18px;
  left: -40px;
  width: 180px;
  height: 32px;
  background: linear-gradient(90deg, #e74c3c 60%, #c0392b 100%);
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 15px;
  font-weight: 700;
  z-index: 30;
  border-radius: 4px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(231, 76, 60, 0.15);
  letter-spacing: 1px;
  pointer-events: none;
  user-select: none;
  border: 2px solid #fff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-35deg);
}

@media (max-width: 480px) {
  .ribbon {
    width: 110px;
    height: 24px;
    font-size: 11px;
    left: -25px;
    top: 10px;
    line-height: 24px;
  }
}

.style-layout-3 .site-search form input[type=search] {
    padding: 0 30px;
    background: transparent;
    border: none;
    color: white; !important
}