.flex-container {
    display: flex;
	padding-bottom: 20px;
}

.flex-child {
    flex: 1;
    /*border: 1px solid black;*/
	padding: 5px;
} 

.flex-child-carousel {
	min-width : 100px;
	max-width: 100px;
	width: 100px;
}

.flex-first-child {
    margin-right: 20px;
} 

.carousel-item {
   margin:auto;
   
   border: 1px solid black;
}

.prodCarousel {
	width : 600px;
}

.errorMessage {
	color: red;
	font-weight: bold;
}

.quantSel {
	padding: 5px;
}

.carousel-arrow {
	height:150px;
}

.search-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid green;
}

.header {
	
}

.siteSearch {
	
}


.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: initial;
}


a:link {
  text-decoration: none;
}

.cart-icon {
	border: 3px solid green;
	padding: 5px;
}

.cartQuantity {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 5px;

    background: #ff0000;
    color: #fff;
    text-align: center;

    font: 36px Arial, sans-serif;
}

.cart-header{
	font: 36px Arial, sans-serif;
}

.remove-button {
	padding: 15px;
}

.paymentSection {
	font: 20px Arial, sans-serif;
}

.optionBox {
	border-style: solid;
}

.hidden {
 display: none;
}

.normal {
 display: normal;
}
