/*
Theme Name: Jejetu Storefront
Theme URI: http://www.paperclipstudios.com
Description: Jejetu Pilot Website
Author: Heiko Kanzler
Author URI: http://www.paperclipstudios.com
Version: 1.0.35
Template: storefront
*/

@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:400,400i,700,700i&display=swap');

/* ------------------------------------------------------------------------------------------ */
/* Global Store Front patches */
/* ------------------------------------------------------------------------------------------ */

body {
	font-family: 'Libre Franklin', "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
textarea,
input, 
.button, 
.wc-block-grid__products 
.wc-block-grid__product 
.wp-block-button__link,
.wp-block-button,
.added_to_cart {
	border-radius: 5px !important;
	font-size: smaller;
}

button, 
.button {
	border-bottom: 3px solid #bbbbbb !important;
}

.added_to_cart.alt, 
.added_to_cart, 
.widget a.button.checkout,
.alt {
	background-color: #777777 !important;
	border-bottom: 3px solid black !important;
}

.woocommerce-info {
	border-radius: 5px !important;
}

/* Hacky approach to hide the (mandatory) category "uncategorized" from widget. 
   Needs justification if a new widget is added 
*/
.product-categories .cat-item-15 {
	display: none;
}

.woocommerce-breadcrumb {
	display: none;
}

body.woocommerce #primary {
	float: none;
	width: 100%;
}


.button, .single_add_to_cart_button {
	background: #192948  !important;
	color: white  !important;
	border-bottom: 3px solid black !important;
}


/* ------------------------------------------------------------------------------------------ */
/* Store Front patches for mobile view */
/* ------------------------------------------------------------------------------------------ */

.home.blog 
.site-header, 
.home.page:not(.page-template-template-homepage) 
.site-header, 
.home.post-type-archive-product 
.site-header {
	margin-bottom: 1em;
}

.site-branding {
    width: calc( 100% - 150px);
}

.woocommerce-products-header h1 {
	display:none;
}

.storefront-breadcrumb {
	padding: 0;
	margin: 0 0 1em;
}

.handheld-navigation .menu-item {
	border-bottom: 1px solid #777777;
}

/* Fix for navigation highlight */
a:focus,
.focus a {
  outline: none !important;
}

/* ------------------------------------------------------------------------------------------ */
/* Wishlist position and layout changes  */
/* ------------------------------------------------------------------------------------------ */

.single_add_to_cart_button  {
	position: relative;
	display: inline-block;
	top: -10px;
}

.product .summary .yith-wcwl-add-to-wishlist { 
	position: relative;
	display: inline-block;
	top: -10px;
	padding-left: 10px;
}

.product .summary .yith-wcwl-add-to-wishlist .fa-heart {
	padding-left: 10px;
}

.single_add_to_cart_button {
    margin-top: 10px;
}


.move_to_another_wishlist {
	background-color: white;
}


/* ------------------------------------------------------------------------------------------ */
/* Store Front patches for desktop view */
/* ------------------------------------------------------------------------------------------ */

.menu_support .menu-item,
.menu_support .menu {
	padding-left: 0px;
}

.menu_support .menu-item::before {
	content: "";
}


/* ------------------------------------------------------------------------------------------ */
/* two colum layout for storefront theme on mobile */
/* ------------------------------------------------------------------------------------------ */

ul.products li.product {
	width: 46.411765%;
	float: left;
	margin-right: 5.8823529412%;
}

ul.products li.product:nth-of-type( 2n ) {
	margin-right: 0;
}

@media ( min-width: 768px ) {
	ul.products li.product:nth-of-type( 2n ) {
		margin-right: 5.8823529412%;
	}
}

/* ------------------------------------------------------------------------------------------ */
/* Custom: Landing pages */
/* ------------------------------------------------------------------------------------------ */

.intro-logo {
	width: 60%;
	padding-bottom: 10vh;
}

.intro-slide-text {
	padding-left: 20vw;
	padding-right: 20vw;
	text-align: justify;
	color: #333333;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.slide1 { background-color: antiquewhite; }
.slide2 { background-color: chocolate; }
.slide3 { background-color: lightseagreen; }


/* ------------------------------------------------------------------------------------------ */
/* Patches for custom top up fields  */
/* ------------------------------------------------------------------------------------------ */

.pewc-product-extra-groups li {
	margin: 0 !important;
}

.pewc-cart-item-price {
	display: none;
}

.pewc-field-label {
	font-weight: bold;
}


.pewc-description {
	font-style: italic;
	font-size: smaller;
}

.pewc-description small {
	display: inline;
	padding-right: 5px;
}

.pewc-description small:nth-of-type(1):before {
	content: ' ';
	clear: right;
	display: block;
}

.pewc-description small:nth-of-type(1):after {
    content:",";
}



/* ------------------------------------------------------------------------------------------ */
/* Patches for custom product configuration  */
/* ------------------------------------------------------------------------------------------ */

.variation-ConfirmMobileNumber {
	display:none;
}


/* ------------------------------------------------------------------------------------------ */
/* Patches for initial campaign NEED TO BE REMOVED  */
/* ------------------------------------------------------------------------------------------ */

.storefront-handheld-footer-bar {
	display:none;
}

/* ------------------------------------------------------------------------------------------ */
/* Patches custom fields heading  */
/* ------------------------------------------------------------------------------------------ */

.fpf-heading > h2 {
		display: none;
}

.phone_numbers_heading {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px
}

.phone_numbers_format {
	font-size: 16px;
	margin-bottom: 25px
} 

.wSelect {
	font-family: 'Libre Franklin', "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
	font-size:18px !important;
} 

