/*
 Theme Name:   GP Child
 Theme URI:    http://www.thisistrue.com
 Description:  GeneratePress Child Theme
 Author:       arcie
 Author URI:   http://thisistrue.com
 Template:     generatepress
 Version:      1.0.0
 Text Domain:  generatepress-child
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
/*
.product .auction-ajax-change .quantity .qty {
    max-width: unset;
}

.product-addon p {margin-bottom: 0}
.auction-condition {display:none}
*/

.single-product div.product .price {
font-weight: 600;
font-size: 200%;
color: darkblue;
margin-left: 25px;}

.post-navigation a:link {color: #1e73be; text-decoration: underline;}
.post-navigation a:visited {color: #5f24ad;text-decoration: underline;}
.post-navigation a:hover {color: #0064bc;}

.entry-content a:link {color: #1e73be; text-decoration: underline;}
.entry-content a:visited {color: #5f24ad;text-decoration: underline;}
.entry-content a:hover {color: #0064bc;}

.woocommerce div.product p.stock {font-weight: bold;}

.ul-product-categories
{color: black;
margin-left: 10px;}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
display: none;
}
.wp-caption .wp-caption-text {
    font-size: 90%;
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    opacity:1;
}