/* THEME OVERRIDES */




/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

select {
	  -webkit-appearance:menulist !important;
  -moz-appearance:menulist !important;
  appearance:menulist !important;
}


/* Master Colors VS 3.0 */
.MuiPaper-root {
	background-color:#000000 !important;
	color: #fff;
  }
.MuiDialog-paper {
	border: 1px solid #ccc;
}
/* STYLES ADDED BY GORILION GRID VIEW */
.MuiButton-root, .MuiTypography-colorTextSecondary, .MuiTypography-colorTextPrimary, .MuiInputBase-input option {
	color: #9c9c9c !important;
  }
  .MuiInputBase-input, label, .MuiInputBase-root, .MuiFormLabel-root, .MuiStepLabel-label.MuiStepLabel-active, .MuiListItemIcon-root, .MuiStepContent-root {
	 color:#fff !important;
  }
  .MuiStepLabel-label {
	  color:#CDAD55 !important;
  }
  .MuiListItem-root.Mui-selected {
	  background-color:#333 !important;
  }
.MuiGrid-root h2, .MuiGrid-root h3, .MuiGrid-root h4, .MuiGrid-root h5, .MuiGrid-root h6 {
	color:#cdad55;
}
#vs2-accountLinks {
	margin-right: 0px;
	line-height: 17px;
	
}
#vs2-accountLinks-user {
    margin-right: 16px;
}

#vs2-accountLinks a {
	font-family: "Lora", Sans-serif;
	font-size: 12px;
	font-weight: 200;
	letter-spacing: 0.6px;
	margin-left: 10px;
	text-transform:uppercase;
	
	
}
#vs2-accountLinks a:hover {
	color:#373939;
}
.product-list {
	justify-content: stretch;
	color:#fff;
}
.product-list .product-item {
	align-self: stretch;
	position: relative;
	/*border-bottom: 1px solid#cccccc;*/
	margin-bottom: 40px;
	padding-bottom: 40px
}
label {
	background-color:#000;
	padding: 5px !important;
	top:-5px !important;
	
}
.MuiOutlinedInput-root {
	border: 1px solid #373939;
}
.MuiOutlinedInput-root:hover {
	border: 1px solid #666 !important;
}
.MuiOutlinedInput-root.Mui-focused {
	/*border: 1px solid #cdad55 !important;*/
	border: 1px solid #666 !important;
}
div[class*="product-"] {
	margin-bottom: 1rem;
}
.product-item .product-image a > img {
	width: auto;
	max-height: 350px;
}
.product-name {
	color: #999999;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.product-purchase {
	border-bottom: 1px solid silver;
	padding-bottom: 1rem;
	color: #999;
	font-size: .9rem;
	margin-bottom: 0 !important;
}
.wine-row .product-teaser {
	margin-bottom: 40px;
	

}
.wine-row {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}
.wine-row .sku .allocationMessage, .wine-row .sku .allocationMessage p, .wine-row .sku .unavailable  {
	font-size: 16px;
	display:block;
}
.wine-row .sku .price, .wine-row .sku .bottlesize {
	font-weight: 500;
}
.wine-row:nth-child(odd) {
    flex-direction: row-reverse;
}
.product-item h3 a {
	line-height: 28px;
}
.sku input, .sku select {
	width: 50px;
	font-size: 12px;
	text-align: center;
	padding: .5rem;
}
.sku > span {
	margin:0px;
}
.product-detail {
	color:#fff;
}
.product-detail .sku > span:first-child {
	margin-left: 0px;

}
.product-detail .product-image {
	text-align: center;

}
.product-detail .product-image img {
max-height: 600px;
width: aut
	o;
}
.product-detail .product-skus .sku {
	display:flex;
	max-width: 350px;
	margin-bottom: 20px;
	align-items: center;
  justify-content: left;
}
button, .MuiGrid-item button, .MuiGrid-root button, .MuiBox-root button {
    cursor: pointer;
	border-color: #373939;
	font-family: "Lora", Sans-serif;
	font-size: 16px;
	font-weight: 100;
	background-color: #373939;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: none;
	color: #a7904d !important;
	margin-right: 10px;
	
}
button:hover, .MuiGrid-item button:hover, .MuiGrid-root button:hover, .MuiBox-root button:hover {
    background: #373939 none repeat scroll 0 0;
    color: #ffffff !important;
}
#account-nav {
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

#vinespring-account-allocations .row {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
  }
#card {
	background-color:#fff;
}

.wine-row .product-image {
	text-align:center;
}
.wine-row .product-image img {
	max-height:550px;
	width: auto;
}
.allocations-row img {
    height: 300px;
}
.allocations-row .col-md-3 {
    text-align: center;
}
.allocations-row select {
	width: auto;
}
.vs-account-area, .vs-account-area p, .vs-account-area h1, .vs-account-area h2, .vs-account-area h3, .vs-account-area h4, .vs-account-area h5, .vs-account-area h6, .MuiDialog-root h2, .MuiDialog-root p {
	color:#ffffff !important;
}
.mobile-only {
	display:none !important;
}

/* VS Mobile */
@media only screen and (max-width: 767px) {

    #vs2-accountLinks {
		margin-right:0px;
	}

	.product-item .product-teaser, .product-name {
		min-height:auto;
	}

	.sku > span {
		margin: 0px 15px 20px 0px;
		display:inline-block;
	}
	
	.wine-row .product-image img {
		max-height: 250px;
	}
	
	
	.mobile-only {
		display:block !important;
	}
	
	
}

