/* SHOPPING CART OVERRIDES */

.ec-store__account-page .ec-cart__products-inner .ec-cart-item__image .ec-cart-item__picture-inner {
	height: 100px !important;
}


/* STRUCTURE CSS */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #8c292a;
}

a:hover {
	color: rgb(32,13,13);
	text-decoration: none;
}

p {
	margin: 0 0 14px 0;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	margin: 30px 0;
}

#pageheader .alert {
	position: absolute;
	top: 1.5em;
	right: 3em;
	font-size: 0.5rem;
	padding: 0.1em 0.6em;
}

.alert {
	background-color: #ff0000;
	color: #fff;
	padding: 1em;
	display: inline-block;
	font-size: 0.9rem;
	margin: 0.5em 0;
}

.row {
	text-align: left;
}

body, .header {
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	color: #595050;
	text-align: center;
	line-height: auto;
}

img {
	border: none;
}

/* HEADER CSS */

#social {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 1000;
	font-size: 12px;
}

#social a {
	margin-left: 2px;
}

#social img {
	border: none;
}

.header {
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	font-size: 0.9em;
}

.headerlogo {
	height: 150px;
}

.list-group a {
	padding: 0.8rem 0.5rem;
	border-top: 1px solid #ccc;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.list-group a:hover {
	text-decoration: none;
	background-color: #efefef;
	color: #bf383a;
}

.menu {
	padding: 0.5rem 1rem;
	font-size: 1rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid #ccc;
	border-radius: 0.25rem;
	color: #595050;
	cursor: pointer;
	margin-right: 1rem;
}

.header a {
	padding: 0.7rem 0.7rem;
	display: inline-block;
	color: #595050;
	text-decoration: none;
	font-size: 0.85em;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

a.store {
	border: 1px solid #8c292a;
	background-color: #ca5d5a;
	color: #fff !important;
	border-radius: 3px;
}

a.store:hover {
	color: #fff !important;
	background-color: #8c292a;
}

.header a:hover,
.header a:hover {
	color: #827979;
}

/* FRONT PAGE CSS */

#onlinestore_banner {
	width: 100%;
	height: auto;
}

#banner {
	width: 100%;
	height: 288px;
	background-color: #ccc;
	display: block;
	position: relative;
	z-index: 100;
}

#banner img {
	border: none;
}

#banner .banner-overlay {
	z-index: 50;
	position: absolute;
	top: 0;
	left: 0;
}

#banner .footer {
	display: block;
	width: 100%;
	height: 46px;
	background: url("/images/structure/banner-caption-bkgnd.png") left bottom
		repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	z-index: 60;
}

ul.bjqs {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none;
}
li.bjqs-slide {
	position: absolute;
	display: none;
}
ul.bjqs-controls {
	position: absolute;
	top: 104px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
	width: 1025px;
}
ul.bjqs-controls.v-centered li a {
	position: absolute;
	padding: 6px 10px;
	opacity: 0.5;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
	right: 0;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
	left: 0;
}
ol.bjqs-markers {
	list-style: none;
	padding: 0 0 0 20px;
	margin: 0;
	width: 100%;
	z-index: 110;
	position: absolute;
	left: 20px;
	bottom: 13px;
	font-weight: bold;
	font-size: 11px;
}
ol.bjqs-markers.h-centered {
	text-align: left;
}
ol.bjqs-markers li {
	display: inline;
}
ol.bjqs-markers li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
}
ol.bjqs-markers li a:hover {
	display: inline-block;
	color: #ccc;
	text-decoration: underline;
}
p.bjqs-caption {
	display: block;
	width: 96%;
	margin: 0;
	padding: 2%;
	position: absolute;
	bottom: 0;
}

#banner .footer .caption {
	position: absolute;
	left: 20px;
	top: 0;
	height: 46px;
	line-height: 46px;
	font-weight: bold;
	font-size: 13px;
}

#banner .footer a.bannerlink {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 20px;
	height: 46px;
	line-height: 46px;
	font-weight: bold;
	font-size: 15px;
	z-index: 100;
	text-decoration: none;
	color: #fff;
	background-color: #eb3f47;
}

#banner .footer a.bannerlink:hover {
	color: #ffbec1;
	background-color: #b32c3e;
}

#pagination {
	padding: 8px 20px;
	background-color: #fafafa;
	margin-bottom: 10px;
	font-weight: bold;
}

/* OTHER PAGES */

#pageheader {
	width: 100%;
	margin-bottom: 30px;
	padding: 1.5em;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #8c292a;
	background-color: #eeeeee;
	text-transform: uppercase;
	position: relative;
}

#pageheader i {
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	font-style: normal;
}

#pageheader a {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
	font-weight: normal;
	font-family: "Open Sans", sans-serif;
	text-decoration: none;
}

#pageheader a:hover {
	text-decoration: underline;
}

#col366 {
	float: left;
	width: 366px;
}

#col566 {
	float: left;
	width: 566px;
	padding: 0 0 0 20px;
}

#col100 {
	width: 985px;
	padding: 0 20px;
	text-align: left;
}

.textimage img {
	margin-top: 80px;
}

.left {
	margin-right: 30px;
}

.centered {
	margin: 0 auto;
	float: none !important;
	display: block;
}

.images {
	margin-top: 50px;
}

.images a {
	margin: 0 15px 15px 0;
	display: inline-block;

}

.di_images a {
	margin: 0 10px 10px 0;
	display: block;
	float: left;
}

/* GENERAL CSS */

@media screen and (min-width: 320px) {
  .header1 {
	font-size: .9rem;
  }
}
@media screen and (min-width: 800px) {
  .header1 {
    font-size: 1.1rem;
  }
}


.header1 {
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	color: #8c292a;
	margin: 2rem 0;
	display: block;
}

.header1 b {
	border-top: 1px solid #aba3a4;
	display: inline-block;
	margin-top: 5px;
	padding: 10px 10px 0 10px;
	color: #444142;
}

.header2 {
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	color: #8c292a;
	margin: 0 .5em 3em .5em;
	display: block;
	text-transform: uppercase;
	border: 1px solid #ccc;
	background-color: #efefef;
	padding: 1em 3em;
	position: relative;
}

.header2 div {
	display: inline-block; 
	text-align: center; 
	position: relative;
}

.header2 div > span {
	white-space: nowrap;
}

.header2 img {
	width: 150px; 
	position: relative;
}


h2 {
	font-weight: bold;
	font-size: 15px;
	color: #8c292a;
	margin: 40px 0 10px 0;
}

#newsletter {
	width: 100%;
	text-align: center;
}

#newsletter h2 {
	text-align: center !important;
	margin-bottom: 1em;
}

h3.bannertitle {
	color: #e6e1e1;
	background: linear-gradient(0deg, rgba(89,33,32,1) 0%, rgba(129,48,46,1) 35%);
	text-transform: uppercase;
	text-align: center;
	padding: 1rem;
	font-size: 1.2rem;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	color: #595050;
}

h3 i {
	font-weight: normal;
	font-size: 12px;
	color: #595050;
}

h4 {
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: #8c292a;
	margin-bottom: 10px;
}

#event-item {
	border-top: 1px solid #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	padding: 20px 0 15px 0;
}

#event-list {
	border-top: 1px solid #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	position: relative;
	height: 90px;
	clear: both;
}

#event-list:hover {
	background-color: #efefef;
}

#event-list h3 {
	margin-top: 15px;
}

#event-list .right {
	position: absolute;
	top: 36px;
	right: 20px;
	font-size: 14px;
	color: #ccc;
}

#event-item:nth-child(1) {
	border: none;
	padding-top: 0;
}

.uppercase {
	text-transform: uppercase;
}

#mc_embed_signup form {
	padding: 0 !important;
}

#newsletter-table h2 {
	margin-top: 10px;
}

#newsletter-table td {
	padding: 0;
	text-align: left;
}

#newsletter-table.events tr:nth-child(1) td {
	border: 0;
}

#newsletter-table.events td {
	border-top: 1px solid #ccc;
	padding: 40px 0;
}

#newsletter-table.events ul {
	list-style: none;
}

#newsletter-table.events ul li {
	margin: 0 0 5px 20px;
}

td {
	vertical-align: top;
	text-align: left;
}

th.dark {
	color: #fff;
	background: url(/images/structure/sectionheader-bkgnd.png) repeat-x top left;
}

th.light {
	padding-left: 20px;
	color: #8c292a;
	border-top: 1px solid #dedcdc;
}

td.grad:nth-child(3) {
	padding-left: 20px;
}

td.grad {
	background: url(/images/structure/bkgnd-grad.png) top left repeat-x;
	height: 250px;
	padding-right: 0;
	font-family: "Open Sans", sans-serif;
}

a.button {
	font-size: 15px;
	font-weight: bold;
	background-color: #d95556;
	border: 1px solid #8c292a;
	display: inline;
	text-align: center;
	text-decoration: none;
	padding: 3px 10px;
	color: #fff !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.button:hover {
	text-decoration: none !important;
	background-color: #cf4141;
}

td #feature:nth-child(1) {
	margin-left: 0;
}

#feature {
	display: block;
	width: 143px;
	font-size: 12px;
	margin-left: 20px;
	float: left;
	height: 360px;
	position: relative;
}

#feature a.button {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70%;
}

#feature a.image {
	display: block;
	width: 143px;
	height: 143px;
	overflow: hidden;
	border: 1px solid #ae696a;
}

#feature b {
	color: #8c292a;
	display: block;
	margin-top: 14px;
}

a#newarrival.newsletter {
	width: 180px;
	height: 340px;
}

a#newarrival {
	text-decoration: none;
	color: #595050;
	margin: 15px 29px 15px 0;
	display: table;
	text-align: center;
	border: 1px solid #9b9696;
	position: relative;
	float: left;
	width: 225px;
}

a#newarrival:hover {
	border-color: #8c292a;
	background: #efefef;
}

a#newarrival .learnmore {
	position: relative;
	bottom: 0;
	left: 0;
	width: 205px;
	padding: 5px 10px;
	margin-top: 15px;
	background-color: #595050;
	color: #fff;
}

a#newarrival img {
	margin-bottom: 15px;
}

a#newarrival:hover {
	text-decoration: underline;
}

a#newarrival b {
	color: #595050;
	display: block;
}

a#newarrival span {
	color: #8c292a;
	display: block;
}

a#newarrival i {
	color: #9b9696;
	display: block;
}

td.icon {
	padding: 0;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #efefef;
}

td.icon img {
	margin: 0 auto;
	display: block;
}

/* FOOTER CSS */

.bannertitle .break {
	display: block;
	font-size: .8rem;
	margin-top: .3rem;
	color: #c4b7b7;
}

.footerhours .cr {
	display: block;
}

.footerhours .break {
	display: block;
	margin-top: 1rem;
}

#footer {
	min-height: 300px;
	background-color: #595555;
	position: relative;
	color: #eee;
	font-size: .8em;
}

#footer h3 {
	color: #eee !important;
	margin-bottom: 1em !important;
	font-family: "Open Sans", sans-serif !important;
	font-size: 14px !important;
	font-weight: bold !important;
	line-height: 16px !important;
	text-align: left !important;
}

#footer a {
	color: #ecaaaa;
	text-decoration: underline;
	display: block;
	line-height: 24px;
}

#footer a:hover {
	color: #f7cece;
	text-decoration: none;
}

#footer #copyright {
	position: relative;
	bottom: 0;
	left: 0;
	color: #cdcccc;
	text-align: center;
	padding-bottom: 2em;
}

#footer input.text {
	width: 100%;
	background-color: #9b9999;
	border: 1px solid #595555;
	display: block;
	padding: 6px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 8px;
	font-weight: bold;
}

#footer textarea {
	width: 100%;
	height: 80px;
	background-color: #9b9999;
	border: 1px solid #595555;
	display: block;
	padding: 6px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 8px;
	font-family: "Open Sans", sans-serif;
}

#footer input.submit {
	background-color: #d95556;
	border: 1px solid #8c292a;
	display: block;
	padding: 4px 30px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 8px;
	font-weight: bold;
	cursor: pointer;
}

#footer input.submit:hover {
	background-color: #cf4141;
}

.screen-reader {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
}

#modal {
	font-size: 2em;
	font-weight: bold;
	text-align: right;
	color: #fff;
	position: absolute;
	display: none;
}

#modal a {
	color: #fff;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}

#modal img {
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}

#categories {
	width: 15%;
	float: left;
	display: block;
	position: relative;
	font-size: 1.3em;
	margin-left: 2%;
}

#newarrivals {
	width: 75%;
	left: 3%;
	display: block;
	float: right;
	position: relative;
	margin-right: 5%;
}

#my-search-27947075 {
	
}

.callout {
	position: relative;
	z-index: 1;
}

.callout span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	z-index: 100;
	font-size: 3em !important;
	display: block;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}

.callout img {
	width: 100%;
	position: relative;
}

.subcallout {
	color: #fff;
	background-color: #aaa;
	text-transform: uppercase;
	text-align: center;
	z-index: 100;
	font-size: 1.4em;
	display: block;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	width: 100%;
	padding: 0.5em 1em;
	box-sizing: border-box;
}

blockquote h2 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

blockquote {
	padding: 1em 2em;
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 1em;
}

a.highlightbox {
	position: relative;
	z-index: 1;
	display: inline-block;
	text-align: center;
	background-color: #efefef;
	padding: 0;
	margin: 0;
}

a.highlightbox span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	z-index: 100;
	font-size: 2vw;
	line-height: auto;
	display: block;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}

@media screen and (min-width: 1000px) {
	a.highlightbox span {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 576px) {
	a.highlightbox span {
		font-size: 1.5rem;
	}
}

a.highlightbox img {
	width: 100%;
	position: relative;
}

ol {
	padding-left: 2em;
}

ol li {
	margin-bottom: 0.5em;
}

.storelinks {
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateX(-60px);
	display: block;
}

.storelinks a {
	font-weight: bold !important;
	font-size: 0.8em !important;
	display: inline;
	position: relative !important;
	margin-left: 1em;
}

.ecwid-categories-vertical-table {
	width: 100% !important;
	border-bottom: none !important;
	margin: 1rem 0 3rem 0 !important;
}

.ecwid-categoriesMenuBar-vertical {
	border-top: 1px solid #ccc !important;
}

td.ecwid-categories-vertical-table-cell {
	border-bottom: none !important;
}

.ecwid-categories-vertical-table-cell-categoryLink {
	margin-top: 0.5rem !important;
}

.ecwid-categories-vertical-table-cell-categoryLink
	span.ecwid-categories-category {
	font-size: 1rem !important;
	font-weight: bold !important;
}

.gwt-MenuItem span.ecwid-categories-category {
	font-weight: normal !important;
	font-size: 0.9rem !important;
}

@media screen and (max-width: 1200px) {
	.ec-filters {
		display: none;
	}
}

.grid-sort__item--filter {
	display: none !important;
}

.ecwid-categories-MenuBarPopup {
	display: none;
}

.subMenuIcon {
	display: none !important;
}

.bannerContainer {
	position: relative;
}

@media only screen and (min-width: 600px) {

.awardOverlay {
	position: absolute;
	top: 30%;
	right: 4.8%;
	z-index: 100;
	width: 22%;
	max-width: 225px;
}

.awardOverlay img {
	width: 100%;
}
}

@media only screen and (max-width: 599px) {
.awardOverlay {
	position: absolute;
	top: 30%;
	right: 50%;
	z-index: 100;
	width: 30%;
	max-width: 225px;
	transform: translateX(60%);
}

.awardOverlay img {
	width: 100%;
}
}

.wineclub-Disabled {
	position: relative;
	padding: 2em;
}

.disabledOverlay {
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.7);
	position: absolute;
	top: 0;
	left: 0;
	color: #8c292a;
	z-index: 100;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

.disabledOverlay div {
	position: relative;
	transform: rotate(-6deg);
}