/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

 table { border-collapse: collapse; text-align: left; width: 100%; } 
 table td,  table th { padding: 0px 10px; }
 table tbody tr:nth-child(2n+1) {border-bottom: 1px solid #CEA153!important;  }
 table tbody tr:nth-child(2n) { background: #FCE4CD;}
 table tbody tr:first-child td { border-left: none; border-bottom: 1px solid #CEA153!important;}
 table tbody tr td { border-bottom: 1px solid #CEA153!important; }

.trazas {
    display: inline-block;
}
h3.entry-title , h4.entry-title{
    color: #111111;
    font: normal 300 17px / 26px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
}

h2.wpb_heading.wpb_singleimage_heading {
    font: normal 300 17px / 26px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
}

/*=========botones rojos a dorados=========*/
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #ce8b17;
background-image: none;
background: #ce8b17;
background: -webkit-linear-gradient(30deg,#ce8b17 0%,#cead75 100%);
background: linear-gradient(30deg,#ce8b17 0%,#cead75 100%);
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink:hover {
    color: #f7f7f7;
background: none;
background: #ce8b17;
background: -webkit-linear-gradient(30deg,#ce8b17 0%,#cead75 100%);
background: linear-gradient(30deg,#ce8b17 0%,#cead75 100%);
}

/*==========texto trazas=========*/
.alergenos .trazas .texto {
    font-size: 8px;
}

/*==========ocultar boton añadir a carrito=====*/
form.cart {
    display: none;
}
/*======quito precio==========*/
.woocommerce .product .price {
display: none;
}

.cart-btn-below-img .woo-buttons {
    display: none;
}