/*
 Theme Name:   The Pipes Child Theme
 Theme URI:    http://the-pipes.ancorathemes.com
 Description:  The Pipes Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     the-pipes
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  the-pipes
*/


/* =Theme customization starts here
------------------------------------------------------------ */

/* CTA Botones dentro de descripción de producto */
.diqma-cta-desc{
  margin: 18px 0 28px 0;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  align-items: center !important;
}

.diqma-cta-desc a{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 20px !important;
  border-radius: 12px !important;
  background: #58B4E4 !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  border: 0 !important;
  width: auto !important;
  max-width: 100% !important;
}

/* Mata el “palo”/bordes raros que el theme mete */
.diqma-cta-desc a::before,
.diqma-cta-desc a::after{
  content: none !important;
}

.diqma-cta-desc,
.diqma-cta-desc *{
  box-shadow: none !important;
  border-left: 0 !important;
}
