/**
* Theme Name: Vineso Child
* Description: This is a child theme of Vineso, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: vineso
* Version: 1.0.4
*/

.primary-navigation .menu-index {
  display:none!important;
}
.elementor-144 .elementor-element.elementor-element-00194fe:hover .elementor-icon-box-title a {
  color: #000000!important;
}
.single-post .single-content, .single-product .content-area {
  margin-top: 200px;
}
.single-post, .single-product {
  position: relative;
}
.single-post::before, .single-product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 220px;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 32, 92, 0.4),
    rgba(0, 0, 0, 0)
  );
}
.single-product div.product .product_title {
  font-size: 2rem!important;
}
ul.products li.product .woocommerce-loop-product__title a {
  display: block!important;
}
.product-caption .button-wrapper {
	display: block!important;
}
.summary-content .product_title {
	font-size: 2rem!important;
}
.product-block .product-image img {
  transform: scale(0.9)!important;
}
.product-block:hover .product-image img {
  transform: scale(1.0)!important;
}

.product-block {
    position: relative;
}

.vineso-wpc-buttons {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 50;

    display: flex;
    flex-direction: column;
    gap: 8px;
}
.single-product .summary .woosw-btn::before {
	display:none!important;
}
.vineso-archive-product .woosq-btn-text, .vineso-archive-product .woosw-btn-text {
	display:none!important;
}