/*
Theme Name: Shopkeeper Child
Theme URI: http://shopkeeper.getbowtied.com/
Description: This is a child theme for Shopkeeper.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: shopkeeper
Version: 1.0
*/

@import url("../shopkeeper/style.css");
@import url(://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/


/**********************************************************************************/
/* CSS Accordion (Not in use) ****************************************************/
/**********************************************************************************/
.ac-container{
	width: 100% !important;
	max-width:100%;	
}
.ac-container input{
	display: none;
}
.ac-container label{
	padding: 0;
	position: relative;
	display: block;
	cursor: pointer;
	background-color:#DCF614;
}
.ac-container label:after{
	content: '\f059';
	font-family: FontAwesome;
	padding-left:.5em;
}
.ac-container article{
	overflow: hidden;
	height: 0px;
	line-height:1.2;
	position: relative;
	z-index: 10;
}
.ac-container article dl {
	line-height:1.2;
}
.ac-container article dl dt{
	padding:0;
	margin:0;
	text-transform:uppercase;
	font-family: 'Poppins';
	font-size:13px !important;
}
.ac-container article dl dd{
	padding:0;
	padding-bottom:.5em;
	font-family: 'Yantramanav';
}
.ac-container input:checked ~ article{
	height: auto;
}
/**********************************************************************************/
/* General ************************************************************************/
/**********************************************************************************/
img.hide{
	display:none !important;
}
/**********************************************************************************/
/* Header ************************************************************************/
/**********************************************************************************/
#site-top-bar{
	background-image: url(./img/aboriginal.jpg) !important;
	background-repeat: repeat-x !important;
	background-position: left top !important;
}
.site-top-message span{
	font-family: 'Poppins', sans-serif !important;
	font-weight:bold !important;
}

@media only screen and (min-width: 63.9375em) {/*1023px*/
	.w-border {
		border-bottom: 4px double #e8e4e3;
	}
}
/**********************************************************************************/
/* Navigation *********************************************************************/
/**********************************************************************************/
.main-navigation ul ul {
	/*line-height: 23px;*/
	line-height: 21px;
}

.sale-tag a:before{/*Mobile Navi*/
	font-family: FontAwesome;
	content: "\f02b";
	padding-right:.25em;
	color: #93af76;
}

.subscribe a:before{/*Mobile Navi*/
	font-family: FontAwesome;
	content: "\f0e0";
	padding-right:.25em;
}
/**********************************************************************************/
/* Page ***************************************************************************/
/**********************************************************************************/
.my-lead, .my-lead p {
	font-size: 1.4375rem;
	line-height: 1.391304em;
}

@media only screen and (min-width: 63.9375em) {
	.page-title
	{
		/*font-size: 6.25rem;*/
		font-size: 3rem;
		margin-bottom: 28px;
		line-height: 1;
	}
}

ul.listing{
	list-style: none;
	margin:0;
	padding:0;
}

ul.listing span{
	font-weight: bold;
}




/**********************************************************************************/
/* Cart ***************************************************************************/
/**********************************************************************************/
.intl-shipping-link {
	color:#545454;
	opacity:0.5;
	line-height:1.2;
	font-size:13px !important;
}
.ja .intl-shipping-link, .zh-hant .intl-shipping-link {
	font-size:12px !important;
}
.intl-shipping-link:after{
	content: '\f059';
	font-family: FontAwesome;
	padding-left:.25em;
}
.paypal-express-checkout-button.button{
	margin-top:10px !important;
	background:none !important;
	color:#EC7A5C !important;
}
.paypal-express-checkout-button:before {
	content: "\f1f4";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #EC7A5C;
	padding-right:4px; 
	transition: all 0.3s;
	-webkit-transition: 0.3s;  
}
.paypal-express-checkout-button.button:hover, .paypal-express-checkout-button:hover:before{
	color:#fff !important;
}
/**********************************************************************************/
/* Product Single *****************************************************************/
/**********************************************************************************/

.woocommerce #content div.product .product_title,
.woocommerce div.product .product_title,
.woocommerce-page #content div.product .product_title,
.woocommerce-page div.product .product_title
{
	/*font-size: 3rem;*/
	font-size: 2rem;
	line-height: 1.13em;
}

.product-image-overlay{ /*australian made logo*/
	position:absolute;
	right:0px;
	bottom:0px;
}

.productinfo-show-discounts span {/*discounted pricing will show...*/
	display:block;
	font-size: 0.825rem;
	line-height: 1.2em;
	margin-top:1em;
}

table.size-chart{
	border: 1px solid #ddd;
	font-family: 'Roboto Condensed';
	font-size:  0.825rem !important;
	width:100%;
}
.size-chart td,.size-chart th {
	font-size:  0.825rem !important;
	border: 1px solid #ddd;
	padding:0 5px;
}
.size-chart td{
	text-align:center;
}
.size-chart .au{
	background-color: rgba(236, 122, 92, 1);
	font-weight: bold !important;
	color:#fff;

}
.size-chart th {
	font-weight: bold !important;
}
.scroll{
	overflow: auto;
	white-space: nowrap;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

/**********************************************************************************/
/* Checkout **********************************************************************/
/**********************************************************************************/
.payment_methods img {
	/*	max-height:30px; */
	max-height:100% !important;
	width:auto;
	max-width:100% !important;
	/*margin-bottom: 17px;*/
	margin-bottom: 0px !important; 
	padding:0 !important; 
	margin:0 !important; 
}
.ja .payment_method_bacs p, .zh-hant .payment_method_bacs p{
	font-size: 0.75rem !important; 
}
/**********************************************************************************/
/* Login Page **********************************************************************/
/**********************************************************************************/
.login_footer { 
	background: #EC7A5C;
	background-image: url(/wp-content/themes/shopkeeper-child/img/aboriginal.jpg) !important;
	background-repeat: repeat-x !important;
	background-position: left top !important;
}

/**********************************************************************************/
/* Form **************************************************************************/
/**********************************************************************************/

.wpcf7-recaptcha{
	margin-top:20px;
}


/**********************************************************************************/
/* Footer *************************************************************************/
/**********************************************************************************/

footer .brand-navigation{
	border-right:solid 1px #ddd;
}
footer .brand-navigation ul, .footer-note ul{
	padding: 0;
	margin:0;
	list-style: none;
	position: relative;
}
footer .brand-navigation ul li a {
	font-size: 0.875rem;
	margin: 3px 0px;
	padding:0;
	text-transform: none;
	font-weight: 500;
	color: #545454 !important;
}
footer .brand-navigation ul li a:hover {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.footer-note{
	padding-left: 20px;
}

.list-items{
	padding: 0;
	/*margin:0;*/
	list-style: none;
	position: relative;
	margin-bottom:1em;
	font-family: 'Yantramanav', sans-serif;
	font-size: 0.875rem;
	margin: 3px 0px;
	text-transform: none;
	color: #545454;
	line-height:1.4;
}
.list-items .ja, .list-items .zh-hant{
	font-size: 0.75rem;
}
.list-items li{
	margin-bottom:1em;
}
.list-bordered li {
	border-bottom:1px solid #ddd;
	padding-bottom:1em;
}
.list-title {
	display:block;
	font-family: 'Poppins', sans-serif;
	padding: 0;
	color: #000;
	font-weight: bold;
	font-size:13px !important;
	text-transform: uppercase;
}

/* Scroll to top
**********************************************************/
#scroll-to-top {
	position: fixed;
	z-index: 2147483647;
	bottom: 20px;
	right: 20px;
	background: rgba(0,0,0,0.75);
	color: #fff;
	font-size: 12px;
	font-family: sans-serif;
	text-decoration: none;
	padding: 10px 10px;
	border-radius: 2px;
	opacity:0.8;
}
.scroll-to-top-not-display{
	display:none;
}


/**********************************************************************************/
/* Font Family Changer **********************************************************/
/**********************************************************************************/

.ja .category_name{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 900;
}
.ja .product_title{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 900;
}
.zh-hant .category_name{
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 900;
}
.zh-hant .product_title {
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 700;
}


/**********************************************************************************/
/* Font Size Ajuster **********************************************************/
/**********************************************************************************/
.ja .size-ajust,.zh-hant .size-ajust{
	font-size: 0.875rem;
	
}


.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}

table .noborder{
	border:none !important;
}

/**********************************************************************************/
/* Easy Forms for MailChimp *****************************************************/
/**********************************************************************************/
.yikes-mailchimp-container button
{
	color: #fff;
	background-color:#EC7A5C;
	font-size: 0.875rem;
	font-weight: 700;
	
	border: none;
	border-radius: 0 !important;
	
	text-align: center;
	text-transform: uppercase;
	
	text-shadow: none !important;
	box-shadow: none !important;
	
	width: 100%;
	min-width: 220px;
	padding: 1rem 1rem 1rem !important;
	
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.yikes-mailchimp-container button:hover
{
	background-color:#EC7A5C;
	opacity:0.8;
}

/**********************************************************************************/
/* Easy Forms for MailChimp *****************************************************/
/**********************************************************************************/

/* Just to center things */
.popover {
	margin: 10px auto;

}

/* The element to hover over */
.qs {
	cursor: default;
	display: inline;
	position: relative;
	text-align: center;

}
.qs .popover {
	background-color: rgba(0, 0, 0, 0.85);
	border-radius: 5px;
	bottom: 22px;;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	color: #fff;
	display: none;
	font-size: 12px;
	line-height:1.2;
	font-family: 'Helvetica',sans-serif;
	right: -20px;
	padding: 7px 10px;
	position: absolute;
	width: 200px;
	z-index: 4;
}
.qs .popover:before {
	border-top: 7px solid rgba(0, 0, 0, 0.85);
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	bottom: -7px;
	content: '';
	display: block;
	right: 10%;
	margin-left: -7px;
	position: absolute;
}
.qs:hover .popover {
	display: block;
	-webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;
	-moz-animation: fade-in .3s linear 1, move-up .3s linear 1;
	-ms-animation: fade-in .3s linear 1, move-up .3s linear 1;
}

@-webkit-keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-moz-keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-ms-keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes move-up {
	from {
		bottom: 10px;
	}
	to {
		bottom: 22px;;
	}
}
@-moz-keyframes move-up {
	from {
		bottom: 10px;
	}
	to {
		bottom: 22px;;
	}
}
@-ms-keyframes move-up {
	from {
		bottom: 10px;
	}
	to {
		bottom: 22px;;
	}
}

#site-navigation-top-bar {
    float: right;
    margin-right: -15px;
}

#site-navigation-top-bar ul {
    float: left;
}

#site-navigation-top-bar ul li a {
    padding: 10px 15px;
}

#site-footer {
    background: #f4f4f4;
}

#site-navigation-top-bar ul li.menu-item-has-children::after {
    top: 50%;
    right: -3px;
    content: "\e91b";
    margin-top: -8px;
    line-height: 13px;
    font-weight: bold;
    height: auto;
}


/****************************************************************/
/****************************************************************/
/****************************************************************/