/*
 Theme Name:   Archi Child
 Theme URI:    http://archiwp.com/
 Description:  Archi Child Theme
 Author:       OceanThemes
 Author URI:   http://oceanthemes.net
 Template:     archi
 Version:      3.6.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  archi-child
*/


/* Miscelaneos 

color: 
amarillo #FFCD00
negro #050708
gris verdoso #758486 */




body.page-id-2 img.attachment-post-thumbnail {
    display: none;
}
body.page-id-2 section#subheader {
    display: none;
}

body section#subheader ul.crumb {
    font-size: 12px;
    letter-spacing: 0px;
}
body section#subheader ul.crumb a {
    color: #050708;
}
body section#subheader ul.crumb a:hover {
    /* color: #758486; */
    color: #000;
}




/* contact 7 forms */
form.wpcf7-form input[type=submit].wpcf7-submit {
    border: none;
    background-color: #FFCD00;
    padding: 12px 24px;
    color: #050708;
    font-weight: bold;
}
form.wpcf7-form input[type=submit].wpcf7-submit:hover {
    /* border: none; */
    background-color: #758486;
    color: #050708;
}
/* fin contact 7 forms */





/* woocommerce */
body.single-product .price {
    display: none;
}
body.woocommerce-page div.products div.price {
    display: none;
}

body.single-product.woocommerce-page form.cart div.quantity input[type=number].qty {
    /* min-height: 120% !important; */
    height: 44px;
}

body.woocommerce-page.woocommerce-checkout h3#order_review_heading {
    /* background-color: #999; */
    margin-top: 60px;
}

body.woocommerce-page.woocommerce-checkout .woocommerce-info a.showlogin {
    color: #758486;
}
body.woocommerce-page.woocommerce-checkout .woocommerce-info a.showlogin:hover {
    color: #050708;
}

body.single-product.woocommerce-page section.related {
    margin-top: 80px !important;
}
body.single-product.woocommerce-page section.related.products h2 {
    font-size: 24px;
}

body.single-product.woocommerce-page section.related.products h4.product-title {
    font-size: 20px;
}

div.product-category a h2.woocommerce-loop-category__title {
    font-size: 24px;
}

/* oculta columnas en Carrito de Compra */
table tr th.product-price,
table tr td.product-price,
table tr td.product-subtotal,
table tr th.product-subtotal, 
table.shop_table tr th.product-total, 
table.shop_table tr td.product-total, 
table.shop_table tfoot, 
.cart_totals h2, 
.cart_totals table.shop_table, 
.woocommerce-checkout-payment ul.wc_payment_methods {
    display: none;
}

.wc-proceed-to-checkout {
    text-align: right;
}

body.woocommerce-order-received #subheader > div > div > div > div.title-wrap > h1::after {
    /* content: '' !important; */
}
body.woocommerce-order-received #subheader > div > div > div > div.title-wrap > h1::before {
    /* content: 'COTIZACIÓN FINALIZADA'; */
}

/* hide Payment Method in Order Success table */
ul > li.woocommerce-order-overview__payment-method, 
ul > li.woocommerce-order-overview__total {
    display: none !important;
}

/* hide the price column in the Order Detail Table */
.woocommerce-Price-amount {
    display: none !important;
}
/* fin woocommerce */
