/*
Theme Name:     Storefront-cpu-payments
Author:         Cpu
Template:       storefront
Description:    This is a core child theme for storefront
Version:        1.0.0
License:
License URI:
Text Domain:    storefront
Tags:           cpu child theme core for storefront
*/
/*
 * Add your own custom css below this text.
 */

 @font-face { 
	font-family: Rubik Regular; 
	src: url(../storefront-cpu-payments/fonts/Rubik/Rubik-Regular.ttf); 
	font-weight: normal; 
} 
@font-face { 
	font-family: Rubik Medium; 
	src: url(../storefront-cpu-payments/fonts/Rubik/Rubik-Medium.ttf); 
	font-weight: normal; 
} 
@font-face { 
	font-family: Rubik Bold; 
	src: url(../storefront-cpu-payments/fonts/Rubik/Rubik-Bold.ttf); 
	font-weight: bold; 
}

/*
 * Woocommerce
 */
 
.required {
    color: #D53D1A;
}

.woocommerce-error {
    background-color: #D53D1A;
}

.woocommerce-info, 
.woocommerce-noreviews, 
p.no-comments {
    background-color: #2275D3;
}

.woocommerce-error a, 
.woocommerce-info a, 
.woocommerce-message a, 
.woocommerce-noreviews a, 
p.no-comments a {
    color: #000;
}

.woocommerce-error a:hover, 
.woocommerce-info a:hover, 
.woocommerce-message a:hover, 
.woocommerce-noreviews a:hover, 
p.no-comments a:hover {
    color: #000;
    opacity: 1;
    text-decoration: underline;
}

form.customize-unpreviewable, 
form.customize-unpreviewable input, 
form.customize-unpreviewable select, 
form.customize-unpreviewable button, 
a.customize-unpreviewable, 
area.customize-unpreviewable {
	cursor: pointer !important;
}

.site-branding .site-title {
	color: #ffffff;
}

.site-header, .secondary-navigation ul ul, .main-navigation ul.menu > li.menu-item-has-children:after, .secondary-navigation ul.menu ul, .storefront-handheld-footer-bar, .storefront-handheld-footer-bar ul li > a, .storefront-handheld-footer-bar ul li.search .site-search, button.menu-toggle, button.menu-toggle:hover {
	background-color: #fff;
}

a.login-link {
    font-family: 'Rubik Regular', sans-serif;
	border-radius: 1.75rem;
	background-color: transparent;
	border: 1px solid #034ea2;
	color: #034ea2;
	text-transform: none;
	font-size: 1rem;
	transition: all .2s ease-in-out;
	padding: .8125rem 1.875rem;
	display: inline-block;
	font-weight: 400;
	text-align: center;
    text-decoration: none;
    cursor: pointer !important;
}

a.login-link:active, 
a.login-link:focus, 
a.login-link:hover {
	background-color: #034ea2;
	color: #fff;
	border-color: #034ea2;
}

.site-footer {
    background-color: #1068B3;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}

body:not(.home) .site-footer {
	position: absolute;
	bottom: unset;
}

/*
 * Payment form
 */

#order_review > table > thead > tr > th.product-quantity,
#order_review > table > tbody > tr > td.product-quantity {
	visibility: hidden;
}

.site-footer h1, 
.site-footer h2, 
.site-footer h3, 
.site-footer h4, 
.site-footer h5, 
.site-footer h6, 
.site-footer .widget .widget-title, 
.site-footer .widget .widgettitle {
    font-family: 'Rubik Regular', sans-serif;
    margin-bottom: 1.5625rem;
    font-size: 1.3125rem;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.2;
}

.site-footer a:not(.button):not(.components-button) {
    font-family: 'Rubik Regular', sans-serif;
    font-size: 1rem;
    line-height: 1.875rem;
    color: #ffffff;
    text-decoration: none;
}

.site-footer a:not(.button):not(.components-button):hover {
	text-decoration: underline;
}

*:focus {
    outline: 1px solid;
}

@media (min-width: 767px) {
    .site-content {
        margin: 5em 0 5em;
    }
    .site-footer {
        height: 20em;
    }
}

@media (max-width: 767px) {
    .site-footer {
        position: relative;
    }
    .storefront-handheld-footer-bar, 
    .storefront-handheld-footer-bar ul li > a, 
    .storefront-handheld-footer-bar ul li.search .site-search {
        display: none;
    }
}