/* 
Theme Name: Bristol Airguns
Description: Bristol Airguns child theme for Hello Elementor
Author: Dino Media
Author URI: https://dino.media/
Template: hello-elementor
Version: 1.0.0
Text Domain: bristolairguns
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */

.quantity {
	display: flex;
	float: none;
	border: 1px solid #CCC;
	border-radius: 3px;
	overflow: hidden;
	min-width: auto;
}

.quantity button {
	border: none;
	text-align: center;
	font-size: 13px;
	color: #000;
	width: 18px;
	height: 100%;
	padding: 0;
	background: #FFF;
	border-radius: 0;
}

.quantity button.qty-minus{
	border-right: 1px solid #CCC;
}

.quantity button.qty-plus{
	border-left: 1px solid #CCC;
}

.quantity button:hover,
.quantity button:focus {
	background: #FFF;
	color: #718A96;
	outline: none;
}

.quantity input {
	background: #FFF !important;
	border: none  !important;
	padding: 0 !important;
	text-align: center  !important;
	width: 50px !important;
	line-height: 20px;
	font-size: 14px;
	appearance: none;
	width: 30px !important;
	outline: none !important;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.site-version-normal {

	.nav-bar {
		background-color: #718A96 !important; 
	}
	
	@media only screen and (min-width: 1025px) {
		
		.nav-bar .site-version-nav-normal {
			display: block;
		}
	}
	
	.nav-bar .site-version-nav-competition {
		display: none;
	}
	
	.site-version-search-normal {
		display: block;
	}
	
	.site-version-search-competition {
		display: none;
	}
}

.site-version-competition {

	.nav-bar {
		background-color: #D0D8DC !important; 
	}
	
	.nav-bar .site-version-nav-normal {
		display: none;
	}
	
	@media only screen and (min-width: 1025px) {

		.nav-bar .site-version-nav-competition {
			display: block;
		}
	}
	
	.site-version-search-normal {
		display: none;
	}
	
	.site-version-search-competition {
		display: block;
	}
}