/*
Theme Name: Battery Guys Theme
Version: 1.0
Description: An child theme of Beaver Builder Theme modified for The Battery Guys.
Author: Web Juice Ltd
Author URI: https://webjuice.co.uk
template: bb-theme
*/

/* Add your custom styles here... */ 

.fl-page-nav .navbar-nav>li>a.nav-link{
	padding: 10px 15px !important;
}


a.fl-button {
	border: 1px solid #ff6801 !important;
}

.fl-page-footer-widgets aside {
	margin-bottom: 10px;
}

.socials-footer {
	font-size: 2em;
}

.fl-page-footer-widgets .socials-footer a i {
	color: #333;
}

.socials-footer a {
	margin-right: 10px;
}

.speech-bubble-section {
    border: 1px solid;
    border-radius: 6px;
    position: relative;
    padding: 20px 35px;
}

.speech-bubble-section:after {
	content: "";
	position: absolute;
	z-index: 10;
	bottom: -30px;
	left: 80%;
	width: 20px;
	height: 30px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #333;
	background: transparent;
	-webkit-border-bottom-right-radius: 40px 50px;
	-moz-border-radius-bottomright: 40px 50px;
	border-bottom-right-radius: 40px 50px;
	display: block;
}

.speech-bubble-section:before{
	content: "";
	position: absolute;
	z-index: 10;
	bottom: -30px;
	left: 80%;
	width: 50px;
	height: 30px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #333;
	background: transparent;
	-webkit-border-bottom-right-radius: 80px 50px;
	-moz-border-radius-bottomright: 80px 50px;
	border-bottom-right-radius: 80px 50px;
	display: block;
}

.speech-bubble-section > :first-child:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 86%;
	width: 30px;
	height: 15px;
	background: #fff;
}

.icon-section {
	margin:0 0 20px;
	font-size: 1.2em;
}

.icon-section i {
	color: #ff6801;
	font-size: 1.6em;
	margin-top: 10px;
	margin-right: 21px;
}

img.fl-logo-img {
	max-width: 300px;
	max-height: 90px;
}

.vrm-lookup .license-plate {
	background: yellow !important;
	width: 80%;
	border-radius: 0;
	display: inline-block;
}

.vrm-lookup {
	width: 100%;
}

.vrm-lookup input {
	display: inline-block;
}

.btn.btn-primary.license-check {
	color: #fff;
	background: #0066f7;
	font-weight: bold;
	border: none;
	width: 20%;
	margin-left: -4px;
	border-radius: 0;
	line-height: 1;
	padding-top: 10px;
	padding-bottom: 10px;
}

.vrm-lookup .license-plate::placeholder{
    color:#333;
    font-weight:bold;
}

.telephone-head {
	font-weight: bold;
	font-size: 2vw;
	text-align: right;
	width: 100%;
}

.basket {
	font-size: 1.2em;
	text-align: right;
	width: 100%;
	margin-top: 12px;
}

.fl-page-header-right-section .basket a, .fl-page-header-right-section .basket a span {
	color: #333;
}

.fl-page-header-right-section .basket a:hover, .fl-page-header-right-section .basket a span:hover {
	text-decoration: none;
}

.fl-page-nav-search form input.fl-search-input, .fl-page-nav-search form input.fl-search-input:focus{
	background: #fff;
	color: #333;
}

.fl-col-group-equal-height .fl-col, .fl-col-group-equal-height .fl-col-content {
	-webkit-box-flex: 1 1 auto;
	-moz-box-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.fl-col-group-equal-height, .fl-col-group-equal-height .fl-col, .fl-col-group-equal-height .fl-col-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.fl-col-group-equal-height .fl-col-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-shrink: 1;
	min-width: 1px;
	max-width: 100%;
	width: 100%;
}

.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}


.battery {
    border: 2px solid #e3e3e3;
    border-radius: 10px;
    position: relative;
    height: 100%;
}

.battery .battery-image{
	width: 80%;
	margin: 35px auto 0;
	height: 170px;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
}

.recommended-product {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #f76500;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
    font-size: 1.2em;
    position: absolute;
}

.flag-text.text-center {
	position: absolute;
	width: 100%;
	font-size: 1.2em;
	background: #0071fd;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-weight: bold;
}

.product-detail {
	padding: 0 15px;
	margin-top: 40px;
}

.battery h3 {
	font-size: 1.4em;
	font-family: "Source Sans Pro";
	font-weight: bold;
	padding: 0 30px;
}

.serch-result .product-price {
	width: 100%;
	text-align: center;
	font-size: 1.9em;
	font-weight: bold;
}

.add-to-cart-search {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

.battery a.add_to_cart_button {
	border: 3px solid #f76500;
	font-weight: bold;
	font-size: 1.5em;
	padding: 2px 30px;
	background-color: #fff;
	display: inline-block;
	color: #333;
	transition: all 0.5s;
}

.battery a.add_to_cart_button:hover{
	text-decoration: none;
	color: #fff;
	background: #f76500;
}

.attr-title {
	font-weight: bold;
	font-size: 1.1em;
}

.attr-title.inline {
	display: inline-block;
	margin-right: 6px;
}

.product-detail > .row > div {
	margin-bottom: 10px;
}

a.more-info {
	color: #333;
	display: block;
	margin: 15px;
}

.serch-result > .row:not(.vehicle-id) > .col-sm-6 {
	margin-bottom: 26px;
}

.vehicle-id.row.middle.text-center {
	margin-bottom: 37px;
}

form#lookup{
	max-width: 600px;
	margin: 50px auto;
	box-shadow: 4px 4px 11px #333
}

form#lookup input{
	display: inline-block;
	font-size: 2em;
	padding: 10px;
	height: 50px;
}

input#licence {
	background: yellow;
	width: 80%;
	border-radius: 0;
}

.woopack-product-checkout .col-1, .woopack-product-checkout .col-2 {
	max-width: 100%;
	flex: none;
}

.woopack-product-checkout span.woocommerce-input-wrapper {
	width: 100%;
}

.woopack-product-checkout label {
	width:100%
}

.search-again form input#licence {
	display: inline-block;
	width: 48%;
	min-width: 250px;
	font-size: 1.2em;
	font-weight: bold;
}

.search-again form .search-again {
	background-color: #0071fd;
	color: #fff;
	font-weight: bold;
	border: 0;
	height: 34px;
	border-radius: 0;
	margin-left: -5px;
}

.search-again form .search-again:hover{
	border-radius: 0;
}

section.search-again {
	padding-top: 30px;
	padding-bottom: 30px;
}

.fl-shrink-header .fl-page-nav .navbar-nav>li>a.nav-link {
	padding: 5px 15px;
}

.fl-shrink-header .fl-page-nav-search a.fa-search {
	top: 0;
}

.woocommerce-checkout header {
    display: none;
}

.woocommerce-checkout > .fl-page {
    padding-top: 0 !important;
}

.woocommerce-checkout #customer_details{
	float: none !important;
	display: inline-block;
}

.woocommerce-checkout #order_review{
	position: sticky;
	top: 0;
	display: inline-block;
	vertical-align: top;
	float: none !important;
}

header .fl-page-nav ul.sub-menu {
	background-color: #fff;
}

header .fl-page-nav ul.sub-menu a, header .fl-page-nav ul.sub-menu ul.sub-menu a {
	color: #f76500;
	cursor: pointer;
	font-size: 1.2em;
}

header .fl-page-nav ul.sub-menu a:hover, header .fl-page-nav ul.sub-menu ul.sub-menu a:hover {
	cursor: pointer !important;
}

header .fl-page-nav ul.sub-menu a {
	color: #333;
	font-size: 1.3em;
	cursor: pointer;
}

.page-template-template-part-numbers-page .card {
	margin-bottom: 21px;
}

.page-template-template-part-numbers-page #accordion {
	width: 100%;
}

.page-template-template-part-numbers-page .card .card-link {
	width: 100%;
	display: block;
	font-size: 1.2em;
}

.page-template-template-part-numbers-page .card .card-link:hover {
	color: #fff;
}

.card-header:hover {
	background: #f76500;
}

a.btn.btn-primary.btn-partnumber {
	color: #f76500;
	background: #fff;
	border-color: #f76500;
	margin-bottom: 16px;
	width: 85%;
	font-weight: bold;
	font-size: 1.2em;
	transition: all .5s;
}

a.btn.btn-primary.btn-partnumber:hover {
	background: #f76500;
	color: #fff;
}

.fl-page-nav ul.sub-menu li a:hover, .fl-page-nav ul.sub-menu li a:focus{
	color: #555;
}

.search-item.row img {
	max-width: 145px;
}

.search-item {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.search-item h3 a {
	color: #f76500;
}

a.battery_cell {
	border: 1px solid;
	padding: 10px;
	display: inline-block;
	margin: 10px auto;
	font-weight: bold;
	border-radius: 5px;
	transition: all .5s;
	text-decoration: none;
}

a.battery_cell:hover, a.battery_cell.active {
	color: #fff;
	background: #ff6801;
}

div#battery_version_list {
	background: #e3e3e3;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#battery_version_list > div {
	padding: 20px 0;
}

.title {
	text-align: center;
	width: 100%;
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.col-12.green-border-notice {
	border: 2px solid #28c402;
	padding: 13px;
	margin-top: 20px;
	color: #1c8402;
	font-size: 1.1em;
}

.green-border-notice p {
	margin-bottom: 0;
}

.fl-page-nav-search form input.fl-search-input {
	color: #333 !important;
}

.woocommerce.tax-product_cat .add_to_cart_button, .woocommerce-page.tax-product_cat .add_to_cart_button{
	display: inline-block !important;
}

.fl-page-nav-search .dgwt-wcas-search-wrapp{
	top: 100%;
}

@media(min-width:992px){
	ul#menu-main-menu {
		width: calc(100% - 36px);
	}

	.fl-page-nav-search {
		width: 36px;
	}
	.fl-page-nav-search .dgwt-wcas-search-wrapp{
		top: 100%;
		right: 0;
		position: absolute;
	}
}

