/* 
Theme Name: Woo UpiThemes
Theme URI: https://lombokmedia.web.id/themes/
Author: Amrin Zulkarnain
Author URI: https://amrinz.wordpress.com
Description: Woocommerce theme 
Version: 1
Template: larisdigital-wp
Tags: one-column, two-columns, blog, e-commerce
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

body {
	color: #111111 !important;
}

a {
    color: rgba(237, 28, 36, .9);

}
a:focus, a:hover {
    color: rgba(237, 28, 36, .7);

}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    text-transform: uppercase;
    font-weight: 600;
}
h1, .h1 {
    font-size: 1.65rem;
}
h2, .h2 {
    font-size: 1.45rem;
}
h3, .h3 {
    font-size: 1.25rem;
}
h4, .h4, h5, .h5, h6, .h6 {
    font-size: 1rem;
}

.site-header-overlay {
    background-color: rgba(255,255,255,0.55);
}

/* light theme */
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.7);
	font-weight: 600;
	text-transform: uppercase;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0,0,0,1);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.5);
}

/* pagination */
.page-item.active .page-link {
    border-color: rgba(237, 28, 36, 1);
    background: rgba(237, 28, 36, 1);
	color: #ffffff;
}
.page-link, .page-link:hover {
    color: rgba(237, 28, 36, 1);
}
.site-backtotop {
    color: #ffffff;
    background: rgba(237, 28, 36, 1);
}


/***** WooCommerce *****/
.wc-tabs {
	display: none;
}

.card {
	border: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-weight: 700;
}

/* buttons */
.woocommerce #respond input#submit.alt, .woocommerce #respond input#submit.alt.disabled, .woocommerce a.button.alt, .woocommerce a.button.alt.disabled, .woocommerce button.button.alt, .woocommerce button.button.alt.disabled, .woocommerce input.button.alt, .woocommerce input.button.alt.disabled  {
    border-color: rgba(237, 28, 36, 1);
    background: rgba(237, 28, 36, 1);
	color: #ffffff;
}
/* buttons hover */
.woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce a.button.alt:hover, .woocommerce a.button.alt.disabled:hover, .woocommerce button.button.alt:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce input.button.alt:hover, .woocommerce input.button.alt.disabled:hover {
    border-color: rgba(237, 28, 36, .9);
    background: rgba(237, 28, 36, .9);
	color: #ffffff;
}