ul.flex-direction-nav li:before {
	display: none;
}

.cs-featured-wine-slider {
	margin: 40px 0 40px 0;
}

li.cs-featured-wine:before{
	display: none;
}

li.cs-featured-wine {
	margin: 0;
	padding: 0 !important;
}

.cs-featured-wine .title {
	color: #c01515;
	font-family: 'EB Garamond' !important;
	font-size: 19px !important;
	margin-bottom: 35px;
	position: relative;
}

.cs-featured-wine .desc {
	font-family: 'Montserrat' !important;
	font-size: 12px;
	color: #464646;
	line-height: 24px;
	position: relative;
}

.cs-featured-wine .buy-now {
	background: #be1d2d;
	padding: 8px;
	margin: 5px;
	border-radius: 3px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 11px;
	float: left;
}

.cs-featured-wine .shop {
	background: #303030;
	padding: 8px;
	margin: 5px;
	border-radius: 3px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 11px;
	float: left;
}

.cs-featured-wine .shipping {
	float: left;
	clear: both;
	font-family:  'EB Garamond' !important;
	font-style: italic;
	margin: 20px 10px 10px 10px;
}

.cs-featured-wine .case-price {
	font-family: 'Garamond' !important;
	font-size: 16px;
	margin: 10px;
}

.cs-featured-wine .bottle-price {
	font-family: 'Garamond' !important;
	font-size: 16px;
	margin: 40px 10px 10px 10px;
}

.cs-featured-wine .facebook,
.cs-featured-wine .twitter {
	border: 3px solid #cbcbc3;
	border-radius: 100%;
	color: #cbcbc3;
	text-align: center;
	padding: 4px 8px;
	margin: 8px 3px;
	cursor: pointer;
}

.cs-featured-wine .twitter {
	padding: 4px 6px;
}

.cs-absolute-center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  height:  50%;
}

ol.flex-control-nav.flex-control-paging li {
  margin: 0 30px 0 0;
}

.flex-control-nav li:before {
  position: relative;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . ';
  top: 15px;
  left: 23px;
  color: #4b4b4b;
  font-family: 'Montserrat' !important;
  font-size: 10px;
}

.flex-control-nav li:last-child:before {
	display: none;
}


ol.flex-control-nav.flex-control-paging a {
  border: 3px solid #777777;
  background: none;
  width: 10px;
  height: 10px;
}

ol.flex-control-nav.flex-control-paging a:hover {
	border: 3px solid #d1606c;
  	background: none;	
}

ol.flex-control-nav.flex-control-paging a.flex-active {
	background: none;
	border: 3px solid #d1606c;
}

.case-price span {
  padding-left: 23px;
}

.cc-buttons-container {
	height: 375px;
}

.contain-900-wide {
	max-width: 900px !important;
	margin: auto !important;
}

@media screen and (max-width: 768px) {
	.flex-control-nav li:before {
		content: '. . . . . .' !important;
	}	

	.cc-buttons-container {
		height: 230px;
	}

	.mobile-padding {
		padding: 0px !important;
	}

	div.wine-bottle-image {
		background-size: contain !important;
	}
}