

/* ---FOR SLIDER IMAGE--- */
/* Super Small: iPhone 5, Galaxy S5) */
@media screen and (max-width: 374px) {
	
	/* Slider Image*/
	.image--slider--row {
		margin-top: -50px;
		margin-left: 0px;
		margin-bottom: 15px;
	}

	/* To make it consistent with existing code */
	.hero--image--container {
		padding-top: 40px;
	}

}

/* iPhoneX, 6,7,8, Pixel 2, Pixel 2 XL */
@media (min-width: 375px) and (max-width: 499px) {

	/* Slider Image*/
	.image--slider--row {
		margin-top: -45px;
		margin-left: 0px;
		margin-bottom: 25px;
	}

	/* To make it consistent with existing code */
	.hero--image--container {
		padding-top: 40px;
	}
}


/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 500px) and (max-width: 575.98px) {
	
	/* Slider Image*/
	.image--slider--row {
		margin-top: -45px;
		margin-left: -30px;
		margin-bottom: 20px;
	}

	/* To make it consistent with existing code */
	.hero--image--container {
		padding-top: 40px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

	/* Slider Image*/
	.image--slider--row {
		margin-top: -40px;
		margin-left: -30px;
		margin-bottom: -10px;
	}

	/* To make it consistent with existing code */
	.hero--image--container {
		padding-top: 40px;
	}

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
	
	/* Slider Image*/
	.image--slider--row {
		margin-top: -40px;
		margin-left: -35px;
		margin-bottom: 30px;
	}

	/* To make it consistent with existing code */
	.hero--image--container {
		padding-top: 40px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1399.98px) {
	
	/* Slider Image*/
	.image--slider--row {
		margin-top: 0px;
		margin-left: -38px;
		margin-bottom: 20px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) and (max-width: 1999.98px) {

	/* Slider Image*/
	.image--slider--row {
		margin-top: 0px;
		margin-left: -45px;
		margin-bottom: 10px;
	}
}

/* Extra large devices (large desktops, 2000px and up) */
@media (min-width: 2000px) {
	
	/* Slider Image*/
	.image--slider--row {
		margin-top: 0px;
		margin-left: -45px;
		margin-bottom: 30px;
	}
}


/* Holster Page - Search Button */
.my--btnsearch {
	display: inline-block;
	font-size: 14px; 
	line-height: 0; 
	width: 100%; 
	height: 28px;
	color: #fff;
	background-color: #2e6da4;
	margin-bottom: 0;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 4px;
	white-space: nowrap;
}


.my--holster--filter {
	font-family: "Rajdhani",Helvetica,sans-serif;
}
.my--holster--label {
	display: inline-block;
	max-width: 100%;
	font-weight: bold;
	cursor: pointer;
	margin-right: 1em !important;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}

.sam--dropbox {
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #000;
}
.sam--dropbox option {
	color: #000;
}



/* For Holster Configurator */
#holster--configurator {
	margin-left: -10px; 
	font-family:'Rajdhani'; 
	font-weight: 600; 
	/* animation-name: holster--animation;
	animation-duration: 0.5s; 
	animation-delay: 1.5s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards; */
}


