/* ------------------ GENERAL ------------------ */
*{
    margin: 0px;
    padding: 0px;
}
body, html{
    height: 100%;
    font-family: 'gill-sans-nova',sans-serif;
    font-weight: 400;
    font-style: normal;
}




@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }


	.family-card-title-holder
	{
		position:absolute;
		bottom: 20px;right:10px;
	}
}



/* ------------------ BUTTONS ------------------ */

.btn-outline-success
{
	color: #000!important;
	border-color: #000!important;
}
.btn-outline-success:hover
{
	color: #fff!important;
	background-color: #003B24!important;
}
.btn-success
{
	background: #003B24;
}

/* ------------------ HR ------------------ */

hr 
{
    height: 2px;
	color: #000;
}
.alt-hr
{
    height: 2px;
    border: none;
    background: #fff;
}


/* ------------------ FOOTER ------------------ */

.footer-logos img
{
	max-width:200px;
	max-height:60px;
}
.header-link
{
	text-decoration: none;
	color: #003B24;	
}

.overlay
{
	z-index: 99999999;
    position: absolute;
    top: 0;
    left: 0;
}
.main-wrapper
{
	min-height: 30vh;
}
#main-nav
{
	background: rgba(0,0,0,0.7)!important;
	
}
.img-card:hover
{
  background: #001C35!important;
  color: #fff!important;

}
.tags i {
		float: left;
		text-align: center;
		position: relative;
		width: 220px;
		height: 30px;
		margin-left: 20px;
		margin-right: 25px;
		padding: 0 12px;
		line-height: 30px;
		background: #001C35;
		color: #fff;
		font-size: 18px;
		font-weight: 600;
		text-decoration: none;		
	}

	.tags i:before {
		content: "";
		position: absolute;
		top: 0;		
		width: 0;
		height: 0;		
		border-style: solid;		
	}
	
	.tags i:after {
		content: "";
		position: absolute;
		top: 13px;
		width: 4px;
		height: 4px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		background: #fff;
		-moz-box-shadow: -1px -1px 2px #004977;
		-webkit-box-shadow: -1px -1px 2px #004977;
		box-shadow: -1px -1px 2px #004977;
	}	
	
	.tags i:hover {
		background: #001C35;
	}	
	
	
	/* Add rounded corners to left end of the anchor tag */	
	.post-tag i {		
		-moz-border-radius-bottomleft: 4px;
		-webkit-border-bottom-left-radius: 4px;
		border-bottom-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-webkit-border-top-left-radius: 4px;
		border-top-left-radius: 4px;
	}
	
	/* Position right and show only left border of triangle  */
	.post-tag i:before {		
		right: -15px;	
		border-color: transparent transparent transparent #001C35;
		border-width: 15px 0 15px 15px;
	}
	
	/* Fix the circle between anchor box and triangle right to it  */
	.post-tag i:after {		
		right: -2px;
	}
	
	.post-tag i:hover:before {
		border-color: transparent transparent transparent #001C35;
	}

.social img
{
	width:40px;
}
.img-overlay-h5
{
  position:absolute;
  left:0px;
  bottom:0px;
  background-color: rgba(0, 0, 0, 0.6);
  text-transform:uppercase;
}
.img-card
{
  transition: transform .2s;
  z-index: 10;
}
.img-card:hover
{
  transform: scale(1.1);
  z-index: 999;
}
nav
{
  font-size: 1rem;
  font-weight: 300!important;
}
.card-grid-1
{
  color: #003B24;
  
}
.card-grid-1 h2
{
  font-weight: 700;
}
.footer-social-logos img
{
  max-height: 100px;
  max-width: 100%;
}
.footer
{
  font-size: 0.9em;
}
.breadcrumb-green li a
{
	color: #003B24!important;
}
.dropdown-item-hover:active,.dropdown-item-hover:hover
{
   
    background: #003B24!important;
	color: #fff;
}
/*
.no-hover,.no-hover:hover,.no-hover:active
{ 
	color: #000!important;
}
*/
.text-green
{
    color: #003B24!important;
}
.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon span {
	font-size: 10px;
	color: #fff; 
	text-transform: uppercase; 
	text-align: center;
	font-weight: bold; line-height: 20px;
	transform: rotate(45deg);
	width: 100px; display: block;
	background: #79A70A;
	background: linear-gradient(#9BC90D 0%, #79A70A 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px; right: -21px;
 }
 .ribbon span::before {
	content: '';
	position: absolute; 
	left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #79A70A;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #79A70A;
 }
 .ribbon span::after {
	content: '';
	position: absolute; 
	right: 0%; top: 100%;
	z-index: -1;
	border-right: 3px solid #79A70A;
	border-left: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #79A70A;
 }
 .blue span {background: linear-gradient(#2989d8 0%, #1e5799 100%);}
 .blue span::before {border-left-color: #1e5799; border-top-color: #1e5799;}
 .blue span::after {border-right-color: #1e5799; border-top-color: #1e5799;}

 .bg-success
 {
	background: #003B24!important;
 }
 .text-success,.link-success
 {
	color: #003B24!important;
 }
 .fixed-width-narrow
{
	width: 60px!important;
}
.rounded-card:hover
{
	border-color: #ad3007!important;
	border-width: 3px!important;
}
.filter-link-block:hover
{
	background: #cccccc;
}
.checkbox-round {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}
.checkbox-round:checked {
    background-color: #003b24;
}
.carousel-indicators [data-bs-target]
{
	background: #cccccc!important;
	width: 40px;
	height: 6px;
	border: 4px;
}
.carousel-indicators .active
{
	background: #003B24!important;
}
.variant-table-row td
{
	padding: 0px;
}
.resource-li:hover
{
	background:#003B24!important;
}
.resource-li:hover
{
	color: #fff!important;
}
.news-title
{
	background: #004B8D;
	color: #fff;
}
.review-title
{
	background: #00703C;
	color: #fff;
}
.video-title
{
	background: #24b1bb;
	color: #fff;
}
.guntest-title
{
	background: #700000;
	color: #fff;
}
.dc-hr
{
	border: 0px;
	height: 4px;
	background: #757575;
	position: relative;
	overflow: visible;
}
.dc-hr:before
{
	position: absolute;
	
	left:-14px;
	top: -14px;
	height: 34px;
	width: 34px;
	background-color: #757575;
	border-radius: 50%;
	display: inline-block;
	content: ' ';
}
.dc-hr:after
{
	position: absolute;
	
	left:-7px;
	top: -7px;
	height: 20px;
	width: 20px;
	background-color: #292929;
	border-radius: 50%;
	display: inline-block;
	content: ' ';
}

.techpanelrow td:nth-child(2)
{
	background: #cccccc;
	text-align:center;
}
#mapframe
{
	position: relative;
}
#form-holder
{
	
	background: #fff;
    box-shadow: 0 0 8px 3px #f1f0f0;
}
.results-container
{
	max-height: 60vh;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
}
.bg-beretta-premium
{
	background: #ad986e!important;
}
.bg-premium
{
	background: #e5e5e5;
	background-image: url('../image/logos/beretta_premium.png');
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}
.bg-premium-container
{
	background: #e5e5e5!important;
}
.bg-premium:hover
{
	/*background: rgb(199, 196, 159)*/
}

.shop-card:hover 
{
		box-shadow: 0 0 1.4rem 0 hsla(0,0%,50%,.4);
	}



.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #a0dac3; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #003B24; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #009e61;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }


#mainimgholder
{
	position: relative;
}
.swatch
{
	cursor: pointer;
}
.splide__slide img
{
	max-width: 160px;
	max-height: 100px;

}
.splide__arrow--next
{
	right: -2em!important;
}
.splide__arrow--prev {
    left: -2em!important;
}
.splide__arrow svg {
    fill: #fff!important;
}
.filter-link
{
	cursor: pointer;
}

.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin:0;
    transition: background-color .4s ease;
}
.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: #cbcbff;
    font-weight:bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #b8b8ff;
}


.main-logo
{
	max-width:160px;
}
.item-title
{ 
	font-size:1.2rem!important;
}
.item-title-holder
{
	background: #e1e1e1;
}

.footerlinks
{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}





/* ###############################
##################################
#######  MEDIA QUERIES  ##########
##################################
############################### */

/* ------------------ NONE ------------------ */
#swatchpanel img
{
	border: 3px solid #afafaf;
	border-radius: 75px;
}
#swatchpanel
{
	text-align: center;
}

.ammo-tabs
{
	border-top-left-radius: 10px!important;
	border-top-right-radius: 10px!important;
	border-color: #888!important;
	border-left-width: 2px!important;
	border-right-width: 2px!important;
	border-top-width: 2px!important;
	color: #003B24;
	padding: 10px;
	
	white-space: nowrap;
}
.ammo-tabs.active,.ammo-tabs:hover
{
	font-weight: bold!important;
	color: #fff!important;
	background: #003B24!important;
}
.ammo-tab-ul
{
	border-bottom: 10px solid #003B24;
	overflow-x: auto;
   overflow-y:hidden;
   flex-wrap: nowrap;
}


/* ------------------ XS (Mobile) ------------------ */
@media (max-width: 575.98px) 
{
	
	.diag-header {
		height: 100px;
		white-space: nowrap;
	}
	.diag-header > div {
	transform:
		translate(25px, 51px)
		/* 45 is really 360 - 45 */
		rotate(315deg);
		width: 30px;
	}
	.diag-header > div > span {
		border-bottom: 1px solid #fff;
		padding: 5px 10px;
		position: absolute;
		top: -100px!important;
	}

	.td-border {
		border-left: 1px solid #000;
		
	}
	.td-border > div {
		padding-left: 5px;
	}
	.option-row-label {
		/*
		writing-mode: vertical-lr;
		transform: rotate(-180deg); 
		writing-mode: vertical-rl;
		white-space:nowrap;
		transform:scale(-1); */
		text-align: center;
}
	.product-embed-video,.product-embed-video-sm {
		height: 320px;
		width: 100%;
	}
	.breadcrumb-item {
		font-size: 1em!important;
	}	
}




/* ------------------ XS & SM (Mobile & tablet) ------------------ */
@media (max-width: 767.98px) 
{
	.ammo-tabs
	{
		border-top-left-radius: 0px!important;
		border-top-right-radius: 0px!important;
		border-color: #888!important;
		border-left-width: 2px!important;
		border-right-width: 2px!important;
		border-top-width: 2px!important;
		color: #003B24;
		padding: 15px;
	}
	.ammo-tabs.active,.ammo-tabs:hover
	{
		font-weight: bold!important;
		color: #fff!important;
		background: #003B24!important;
	}
	.two-column
	{
		column-count:1!important;
	}
	.family-card-title-holder
	{
		font-size: 16px!important;
	}
	#swatchpanel img
	{
		border: 2px solid #afafaf;
		border-radius: 40px;
		width: 40px;
	}
	.where-to-buy-list
	{
		overflow-y: scroll;
	}
}
/* ------------------ XS & SM (Mobile & tablet) ------------------ */
@media (max-width: 1600px) 
{
	
	.family-card-title-holder h5
	{
		font-size: 16px!important;
	}


}


/* ------------------ MD & Above ------------------ */
@media (min-width: 768px) 
{
    .item-title {
        font-size:1.5rem!important;
    }
	.main-logo {
		max-width:200px;
	}
	.item-title-holder {
		background: none!important;
	}
	.footerlinks {
		-webkit-column-count: 4; /* Chrome, Safari, Opera */
		-moz-column-count: 4; /* Firefox */
		column-count: 4;
	}
	
}
@media (min-width: 768px and max-width: 991.98px) 
{
	#swatchpanel {
		position: absolute;
		right: 10px;
		bottom: 0px;
	}
	#swatchpanel img
	{
		border: 3px solid #afafaf;
		border-radius: 55px;
		width: 55px;
	}
}
@media (min-width: 992px and max-width: 1199.98px) 
{
	#swatchpanel {
		position: absolute;
		right: 10px;
		bottom: 0px;
	}
	#swatchpanel img
	{
		border: 3px solid #afafaf;
		border-radius: 60px;
		width: 60px;
	}
}
@media (min-width: 1200px)
{
	#swatchpanel {
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
	#swatchpanel img
	{
		border: 3px solid #afafaf;
		border-radius: 70px;
	}
	.go-to-product-page-holder
	{
		position: absolute;
		bottom: 20px;
	}
} 






.product-embed-video {
	height: 575px;
}
.product-embed-video-sm {
	height: 440px;
}


.breadcrumb-item
{
	font-size: 1.2em!important;
}
	






/*
.accordion-header button:after {
    font-family:Fontawesome;
    content:'\f077';
    float:right;
    font-size:10px;
    font-weight:300;
}
.accordion-header button.collapsed:after {
    font-family:Fontawesome;
    content:'\f078';
}
.accordion-header button
{
	font-size: 1.2rem!important;
}
*/
.option-row-label
{
	background:#e1e1e1!important;
	vertical-align : middle;
}

.vid-container
{
	overflow:hidden;
	position:relative;
	z-index: 999;
	-ms-filter: drop-shadow(0 4px 4px #000000);
	-webkit-filter: drop-shadow(0 4px 4px #000000);
	-moz-filter: drop-shadow(0 4px 4px #000000);
	-o-filter: drop-shadow(0 4px 4px #000000);
	filter: drop-shadow(0 4px 4px #000000);
	max-height:50vh;
}


.card-img-top-shop {
    width: 100%;
    /*height: 10vw;
    object-fit: cover;*/
}
.card-img-top-shop-alt {
    width: 100%;
	/* height: 5vw;
    object-fit: cover; */
}
.form-check-input:checked
{
	
	background: #003b24!important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")!important;
	border-color: #003b24!important;
}

.ammo-carousel div {
    height: 400px; 
    object-fit: cover;

}


.item-map-card
{
	position: absolute;
	top: 30px;
	left: 30px;
	width: 26rem;
}
.two-column
{
	column-count:2;
}


.spec-text-header
	{
		font-size:0.6em;
		font-weight:bold;
		color: #878786!important;
	}
.spec-text-value
	{
		font-weight: bold;
	}
@media (max-width: 575.98px) 
{
	.ammo-carousel div 
	{
		height: 280px; 
		object-fit: cover;

	}
	
	.two-column
	{
		column-count:1!important;
	}
	.spec-text-header
	{
		font-size: small;!important;
		font-weight:normal;
	}
	.spec-text-value
	{
		font-size: smaller!important;
		font-weight:normal;
	}
	.spec-card {
    	flex: 1 0 auto; /* Ensure the cards take equal space */
    	min-width: 0; /* Prevent cards from exceeding the container's width */
	}
	.spec-card-group
	{
		overflow-y: auto;
	 }

	 .spec-card-group-wrapper {
    position: relative;
    overflow: hidden;
	 }
	#find-dealer-search-section
	{
		position: absolute!important;
		top:0px;
	}
	
	.dealer-lookup-logo
	{
		width: 80px;
	}


.spec-card-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

/* Enhanced fade effect */
.spec-card-group-wrapper::before, .spec-card-group-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px; /* Increase width for more noticeable fade */
    z-index: 1;
    pointer-events: none;
}



.spec-card-group-wrapper::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
}


	 .spec-card-group-wrapper:before {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.spec-card-group-wrapper:after {
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* Hide left fade when at the start */
.spec-card-group:scroll-start {
    scroll-snap-align: start;
}

.spec-card-group-wrapper:has(.spec-card-group:scroll-start) ::before {
    opacity: 0;
}

/* Hide right fade when at the end */
.spec-card-group-wrapper:has(.spec-card-group:scroll-end) ::after {
    opacity: 0;
}
.spec-card-group {
    scroll-padding: 10px;
}


.product-embed-video {
	height: 375px;
}
.product-embed-video-sm {
	height: 240px;
}



}


.reticle-card
{
	max-width: 10rem;
}

.find-dealer-button
{
	border: none!important;
}
.main-nav-link
{
	border-bottom: 2px solid transparent;
}
.main-nav-link:hover
{
	border-bottom: 2px solid #003b24;
}


/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.fade-rows
{
	-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.3));
  	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.3));
}
#main-news-holder img
{
	max-width: 100%!important;
}
.dropdown-menu-main
{
	background: #003b24!important;
	
	text-transform: uppercase;
}





.nav-link
{
	font-weight: 300!important;
}



















/* Base dropdown menu styles */
.dropdown-item {
  position: relative; /* This ensures the ::before element is positioned relative to the list item */
  padding-left: 1.5rem; /* Space for the strip */
  transition: all 0.3s ease; /* Smooth transition */
}

/* Create the vertical strip */
.dropdown-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px; /* Width of the vertical strip */
  height: 100%;
  background-color: #fff; /* Color of the strip */
  opacity: 0; /* Initially hidden */
  transition: all 0.3s ease; /* Smooth reveal */
}

/* Show the strip on hover */
.dropdown-item:hover::before {
  opacity: 1;
}

/* Optional: Add a transition for smoother background and color effects */
.dropdown-item:hover {
  background: none!important; 
}
.dropdown-divider
{
	border-style: solid;
	border-color: #b2b2b2;
}
.info-cards
{
	background: #e6ebe9!important;
}
.info-cards-heading
{
	color: #003b24!important;
}



.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 500;
    outline: none;
}

/* top level */
.navbar-nav > .dropdown:hover > .position-relative > .dropdown-menu {
    top: 0;
}

/* sub levels */
.navbar-nav .position-relative .position-relative .dropdown-menu {
    top: 10px;
    right: 50%;
    margin-top: -1px;
}

.navbar-nav > .dropdown > .position-relative > .dropdown-menu,
.navbar-nav .position-relative .dropdown > .position-relative > .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.navbar-nav > .dropdown:hover > .position-relative > .dropdown-menu,
.navbar-nav .position-relative .dropdown:hover > .position-relative > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition: .5s;
}


.form__group--error.form__pincode > input {
    background-color: #eb3b3b;
  }
  .form__group--error.form__pincode > input[disabled] {
    background-color: #eb3b3b;
    color: #fff;
    opacity: 1;
  }
  .form__group--success.form__pincode > input {
    background-color: #32c832;
  }
  .form__group--success.form__pincode > input[disabled] {
    background-color: #32c832;
    color: #fff;
    opacity: 1;
  }
  .form__pincode {
    display: block;
    width: 100%;
    margin: 10px auto 20px;
    padding: 0;
  }
  .form__pincode:before,
  .form__pincode:after {
    display: table;
    content: '';
  }
  .form__pincode:after {
    clear: both;
  }
  .form__pincode > label {
    display: block;
    text-align: center;
    margin: 10px 0;
  }
  .form__pincode > input[type="number"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
  .form__pincode > input {
    display: inline-block;
    float: left;
    width: 15%;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 2em;
    color: #181819;
    border: 0;
    border-bottom: 2px solid rgba(0,0,0,0.3);
    border-radius: 2px 2px 0 0;
    transition: background-color 0.3s, color 0.3s, opacity 0.3s;
    cursor: default;
    user-select: none;
    margin: 0;
    margin-top: 10px;
    margin-right: 2%;
    padding: 0;
  }
  .form__pincode > input:focus {
    outline: 0;
    box-shadow: none;
    border-color: #1486f0;
    animation: border-pulsate 1.5s infinite;
    -webkit-tap-highlight-color: transparent;
  }
  .form__pincode > input:last-child {
    margin-right: 0;
  }
  .form__pincode > input[disabled] {
    background: #eee;
    opacity: 1;
  }
  .form__buttons {
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 0;
  }
  /* Button
     ============================================== */
  .button {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 20px;
  /* primary */
  }
  .button--primary {
    background-color: #4776e6;
    color: #fff;
    line-height: 48px;
    border: 1px solid transparent;
    border-radius: 50px;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0.1);
    -webkit-touch-callout: none;
  rgba(0,0,0,0.3)
  /* disabled */
  }
  .button--primary:focus,
  .button--primary:hover {
    background-color: #2d62e2;
    color: #fff;
  }
  .button--primary:active {
    background-color: #1d53d4;
    color: #fff;
    box-shadow: inset 0 0 4px 2px rgba(0,0,0,0.1);
  }
  .button--primary[disabled] {
    background-color: #4776e6;
    user-select: none;
    pointer-events: none;
    cursor: not-allowed;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
  }
  /* Placeholder
     ============================================== */
  /* Chrome/Opera/Safari */
  ::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.7;
  }
  /* Firefox 19+ */
  ::-moz-placeholder {
    color: inherit;
    opacity: 0.7;
  }
  /* IE 10+ */
  :-ms-input-placeholder {
    color: inherit;
    opacity: 0.7;
  }
  /* Firefox 18- */
  :-moz-placeholder {
    color: inherit;
    opacity: 0.7;
  }
  /* Animations
     ============================================== */
  @-moz-keyframes border-pulsate {
    0% {
      border-color: #1486f0;
    }
    50% {
      border-color: rgba(0,0,0,0.3);
    }
    100% {
      border-color: #1486f0;
    }
  }
  @-webkit-keyframes border-pulsate {
    0% {
      border-color: #1486f0;
    }
    50% {
      border-color: rgba(0,0,0,0.3);
    }
    100% {
      border-color: #1486f0;
    }
  }
  @-o-keyframes border-pulsate {
    0% {
      border-color: #1486f0;
    }
    50% {
      border-color: rgba(0,0,0,0.3);
    }
    100% {
      border-color: #1486f0;
    }
  }
  @keyframes border-pulsate {
    0% {
      border-color: #1486f0;
    }
    50% {
      border-color: rgba(0,0,0,0.3);
    }
    100% {
      border-color: #1486f0;
    }
  }



#videooverlay
{
	position:absolute;
	top:0px;
	background-color: rgba(0,0,0,0.6);
	font-weight: 300 !important;
	letter-spacing: .4rem;
} 
@media (max-width: 575.98px) 
{
 #videooverlay
  {
	position:absolute;
	top:0px;
	background-color: rgba(0,0,0,0.6);
	font-weight: 300 !important;
	letter-spacing: .3rem;
	font-size: 0.8em
  }
}
 

  .bg-primary
  {
	background-color: #1b4283!important;
	border-color: #1b4283!important;
  }
  .delivery-card-header
  {
	font-weight: 300!important;
	text-transform: uppercase;
  }

   
#mapcol
	{
		height:60vh!important;
	}


@media (max-width: 991.98px) 
{ 
	#mapcol
	{
		height:300px!important;
	}
	.family-card-title-holder
	{

	}
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Adjust opacity as needed */
    z-index: 1040; /* Just below the cookie message */
    display: block;
}
.fixed-bottom {
    z-index: 99999; /* Above the overlay */
}

.no-scroll {
    overflow: hidden;
}
