/* CSS Document */


ul#navigation {
    display: flex;
flex-flow: row wrap;
justify-content: center;
}

.search-col {
    height: 0;
    visibility: hidden;
}
div.searchbox .fa {
    font-size:1.5rem;
}

div.search-col.show {
    position: fixed!important;
    top: 100px;
    background: darkgray;
    width: 100%;
    height: 10rem;
    z-index: 50000;
    padding: 2rem;       
    margin-left: -15px;
    visibility: visible;
} 

div#promo-teaser {
  display: grid;
/*  grid-gap: 1em; /* [1] Add some gap between rows and columns */
  /*grid-template-columns: 1fr 1fr; */
  /*grid-auto-rows: 565px; /* [3] Set the height for implicitly-created row track */
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1em 1em;
  grid-template-areas:
    ". .";	
}

div#promo-teaser .item {
    
    display: grid;
    object-fit: cover
        
}



.welcome-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.welcome-video iframe,
.welcome-video object,
.welcome-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#hotline {
    font-size: 1rem;
    font-weight: 100;
    position: relative;
    text-align: center;
}

/* Checkout */

div#shipSetCost {padding: 2em;}

.card-body dl {
	padding: 2em;
	margin:1em;
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
	background-color: rgba(0, 0, 0, 0.03);
	
}