/*===========================================================================
    Slider Css ( Slider Goblin )
===========================================================================*/
.wows-wow-sliders-goblin {
  position: relative;
}
.wows-wow-sliders-goblin .wows-wc-product-img {
  height: 100%;
  width: 100%;
  position: absolute;
}
.wows-wow-sliders-goblin .wows-wc-product-img:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}
.wows-wow-sliders-goblin .wows-wc-product-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-content-inner {
  padding: 30px 30px;
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-category {
  padding-bottom: 10px;
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-category a {
  color: #2B2D42;
  font-size: 14px;
  padding: 10px 0px;
  display: inline-flex;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-category a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #8F48FF;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-category a:hover {
  color: #fff;
  padding: 10px 16px;
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-category a:hover:before {
  height: 100%;
  transition-delay: 0.2s;
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-title a {
  color: #2B2D42;
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-text {
  color: #8D99AE;
  font-size: 14px;
  padding-bottom: 10px;
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-text p {
  margin: 0;
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-price {
  padding-bottom: 10px;
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-price p {
  margin: 0;
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-price .price ins,
.wows-wow-sliders-goblin .wows-content-wrapper .wows-price .price > span {
  color: #2B2D42;
  font-size: 18px;
  font-weight: 600;
  background: transparent;
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-price .price del span {
  font-size: 14px;
  color: #8D99AE;
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-add-to-cart {
  margin: 10px 0;
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-add-to-cart .cart {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-add-to-cart .button {
  font-size: 11px;
  font-weight: 700;
  padding: 8px 15px;
  position: relative;
  overflow: hidden;
  color: #000;
  border: 2px solid #8F48FF;
  transition: all 0.3s ease;
  outline: none;
  background: transparent;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1;
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-add-to-cart .button:before {
  position: absolute;
  display: block;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  background: #8F48FF;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-add-to-cart .button:after {
  content: "";
  position: absolute;
  height: 0%;
  right: 50%;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
  transform: translate(50%, -50%);
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-add-to-cart .button:hover {
  background-color: transparent;
  border-color: #8F48FF;
  color: #fff;
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-add-to-cart .button:hover:before {
  right: 0%;
  left: auto;
  width: 100%;
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-add-to-cart .button:hover:after {
  height: 100%;
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-add-to-cart .button:hover .wows-slide-btn-icon svg {
  transform: scale(1.1) translateX(-5px);
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-add-to-cart .button:hover .wows-slide-btn-icon svg * {
  stroke: #fff;
}
.wows-wow-sliders-goblin .wows-content-wrapper .wows-add-to-cart .input-text {
  color: #2B2D42;
  font-size: 11px;
  width: 50px;
  padding: 8px 18px 8px 5px;
  font-weight: 600;
  margin-right: 10px;
  text-align: center;
  outline: none;
  border: 2px solid #e2e4e9;
  transition: all 0.3s ease;
}
.wows-wow-sliders-goblin .wows-social-share {
  display: flex;
  position: absolute;
  right: -90px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.wows-wow-sliders-goblin .wows-social-share .wows-social-share-item {
  margin-right: 30px;
  cursor: pointer;
}
.wows-wow-sliders-goblin .wows-social-share .wows-social-share-item:nth-child(1) {
  margin-right: 0;
}
.wows-wow-sliders-goblin .wows-social-share .wows-social-share-item .wows-btn {
  color: #8D99AE;
  transition: color 0.3s ease;
  font-size: 14px;
}
.wows-wow-sliders-goblin .wows-social-share .wows-social-share-item .wows-btn:hover {
  color: #8F48FF;
}

.wows-text-stroke--yes .wows-wow-sliders-goblin .wows-content-wrapper .wows-title a {
  color: transparent !important;
  -webkit-text-stroke: 1px #2B2D42;
}

.wows-social-share-hide--yes .wows-wow-sliders-goblin .wows-social-share {
  display: none;
}

/*===========================================================================
	Navigation Css ( Slider Goblin )
===========================================================================*/
.wows-wow-sliders-goblin .wows-dotnav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0;
  margin-right: 0;
  margin-top: 0;
  position: absolute;
}
.wows-wow-sliders-goblin .wows-dotnav > * {
  flex: none;
  padding-right: 0;
}
.wows-wow-sliders-goblin .wows-dotnav li {
  display: flex;
}
.wows-wow-sliders-goblin .wows-dotnav li a {
  display: block;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  text-indent: 0;
  overflow: visible;
  white-space: normal;
  font-size: 12px;
  font-weight: 600;
  color: #2B2D42;
  transition: color 0.3s ease;
}
.wows-wow-sliders-goblin .wows-dotnav li a:hover, .wows-wow-sliders-goblin .wows-dotnav li a:active {
  background-color: transparent;
}
.wows-wow-sliders-goblin .wows-dotnav li.wows-active a {
  color: rgb(255, 17, 17);
}
.wows-wow-sliders-goblin .wows-dotnav li:nth-child(1) {
  margin-top: 0;
}

/*===========================================================================
	Responsive Css ( Slider Goblin )
===========================================================================*/
@media (min-width: 768px) {
  .wows-wow-sliders-goblin .wows-wc-product-img {
    position: relative;
  }
  .wows-wow-sliders-goblin .wows-content-wrapper {
    max-width: 50%;
  }
  .wows-wow-sliders-goblin .wows-content-wrapper .wows-content-inner {
    padding: 30px 30px 30px 100px;
  }
  .wows-wow-sliders-goblin .wows-social-share {
    right: -70px;
  }
  .wows-wow-sliders-goblin .wows-social-share .wows-social-share-item .wows-btn {
    font-size: 16px;
  }
  .wows-social-share-hide--yes .wows-wow-sliders-goblin .wows-social-share {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .wows-wow-sliders-goblin .wows-content-wrapper .wows-category {
    padding-bottom: 15px;
  }
  .wows-wow-sliders-goblin .wows-content-wrapper .wows-category a {
    font-size: 16px;
  }
  .wows-wow-sliders-goblin .wows-content-wrapper .wows-title {
    font-size: 28px;
    padding-bottom: 20px;
  }
  .wows-wow-sliders-goblin .wows-content-wrapper .wows-text {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .wows-wow-sliders-goblin .wows-content-wrapper .wows-price {
    padding-bottom: 15px;
  }
  .wows-wow-sliders-goblin .wows-content-wrapper .wows-price .price ins,
  .wows-wow-sliders-goblin .wows-content-wrapper .wows-price .price > span {
    font-size: 24px;
  }
  .wows-wow-sliders-goblin .wows-content-wrapper .wows-price .price del span {
    font-size: 18px;
  }
  .wows-wow-sliders-goblin .wows-content-wrapper .wows-add-to-cart .button {
    font-size: 12px;
    letter-spacing: 2px;
    padding: 12px 30px;
  }
  .wows-wow-sliders-goblin .wows-content-wrapper .wows-add-to-cart .input-text {
    font-size: 12px;
    padding: 12px 20px 12px 10px;
    width: 80px;
  }
}