@import url('https://fonts.googleapis.com/css?family=Alegreya:400,500,700|PT+Serif:400,700|Poppins:400,500,600');

body{
	min-width:320px;
	color: #000;
	background:#fff url(images/bg.jpg?v=1.0) no-repeat 50% 50% fixed;
	background-size: cover;
	font:400 16px/1.5 "Alegreya",serif;
	/* letter-spacing: 0.5px; */
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
}
p{
	margin:0 0 10px;
}
a{
	color:#151515;
	text-decoration:none;
	transition:color 0.5s ease-out;
}
ul, ol{
	list-style:none;
	margin:0;
	padding:0;
}
h1{
	font:bold 30px/1.2 "Alegreya",serif;
	letter-spacing: 0.5px;
	margin:0 0 20px;
	color:#151515;
}
h2{
	font:24px/1.2 "Alegreya",serif;
	letter-spacing: 0.5px;
	margin:0 0 10px;
	color:#151515;
}
h3{
	font:bold 18px/1.2 "Alegreya",serif;
	letter-spacing: 0.5px;
	margin:0 0 10px;
	color:#151515;
}
.red{
	color: maroon;
}
.rule{
	border-color:#aaa;
}
.btn{
	padding:0 14px;
	display:inline-block;
	vertical-align:middle;
	font:16px/40px "Alegreya",serif;
	letter-spacing: 0.5px;
	text-decoration:none !important;
	color:#151515 !important;
	transition:all 0.5s ease-out;
	border: 1px solid #151515;
	border-radius: 50px;
}
.btn:hover{
	background: #151515;
	color:#fff !important;
	text-decoration:none;
}
.label,
label{
	font-weight: bold;
}
.CustomerAccount{
	display:block;
	margin:0 0 20px;
}
#box{
	overflow: hidden;
	margin:0 auto;
	height: 100%;
	display: table;
	table-layout: fixed;
	width: 100%;
}

#pageContent #contentContainer{
	overflow:hidden;
}
#headerContainer,
#pageContent,
#footer{
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#pageContentCenter{
	width:100%;
}
#pageContent{
	padding:30px;
	margin:155px auto 70px;
	background:#fff;
	min-height:300px;
	max-width: 1200px;
}
.typeGenericPage #pageContentCenter{
	width:auto;
}
.typeGenericPage #pageContentLeft{
	width:100%;
}
a.sign-up, a.quick-order, a.sign-in{
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
form[action="/wine-club-join-thank-you.aspx"] #textContent > h1 span{
	font:bold 30px/1.2 "Alegreya",serif !important;
}
body.page-productdetails, body.page-signin {
	background:#fff url('Images/S10A5857.jpg?v=1.0') no-repeat 50% 50% fixed;
	background-size: cover;
}
form[action*="/product-details"] .product-search {
	display: none;
}
.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
html, body {
    height: 100%;
}
#aspnetForm {
    display: table;
    height: 100%;
    min-height: 100%;
    width: 100%;
}
/***** header *****/

.main-header {
    background: #fff;
    height: 125px;
    padding: 25px 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 99;
}

.main-header .container {
    display: flex;
    align-items: center;
    padding: 0 50px;
    height: 100%;
	position: relative;
}

.main-nav-title,
.menu-toggle {
    display: none;
}

.logo-link,
.logo-link img {
    display: block;
    width: 75px;
    height: 75px;
}

.main-nav {
    margin-left: 50px;
    display: flex;
}

.main-nav li {
    display: inline-block;
    line-height: 15px;
}

.main-nav > li {
    margin-left: 30px;
    margin-top: -2px;
}

.main-nav > li > a {
    position: relative;
}

.main-nav li a:before {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #151515;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: all .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.main-nav li a:hover:before {
    transform: scale(1, 1);
}

.main-nav > li:first-of-type {
    margin-left: 0;
}

.main-nav a {
    padding: 15px 0;
    font-size: 14px;
    display: block;
}

.main-nav i,
.main-nav em {
    margin-right: 7px;
    display: block;
}

.has-subnav {
    position: relative;
}

.main-nav .subnav a {
    position: relative;
}

.main-nav .has-subnav > a:after {
    display: inline-flex;
    content: "\f107";
    font-family: 'FontAwesome';
    margin-left: 10px;
    vertical-align: middle;
    font-size: 11px;
}

.subnav {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -40px;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.08);
    min-width: calc(100% + 80px);
    padding: 40px;
    transition: all .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.main-nav .subnav a {
    padding: 0;
    padding-bottom: 15px;
}

.has-subnav:hover .subnav {
    opacity: 1;
    visibility: visible;
}

/***** footer *****/

.main-footer {
    background: #fff;
	display: table-row;
	height: 1px;
}

.main-footer .container {
    padding: 45px 50px;
    display: flex;
	justify-content: space-between;
}

.footer-column {
    flex: 1 1 50%;
    width: 50%;
}

.footer-nav {
	line-height: 14px;
}

.footer-nav li {
    display: inline-block;
	font: 400 14px/1 'PT Serif', sans-serif;
	margin-right: 15px;
}

.footer-nav a {
	color: #151515;
}

.main-footer .copyright {
    color: rgba(0,0,0,0.6);
    font: 400 12px/1.6 'PT Serif', sans-serif;
	margin: 22px 0 16px 0;
}

.footer-soc-icons {
	text-align: right;
}

.footer-soc-icons li {
	display: inline-block;
	margin: 0 5px;
}

.footer-soc-icons em {
	font-size: 14px;
}

/***** authStatus *****/

.auth-holder {
	position: absolute;
	right: 50px;
	top: 0;
	height: 75px;
	box-sizing: border-box;
}

#authStatus{
	white-space:normal;
	color: #151515;
	font:14px/75px "Alegreya",sans-serif;
	text-align:right;
	white-space: nowrap;
}
#authStatus *{
	font-weight:normal !important;
}
#authStatus div{display: inline;}
#authStatus #viewCartPlaceHolder,
.authstatus #authPlaceHolder,
#authStatus a{
	color: #151515;
}
/* #authStatus a:hover{
	color:#7d0000;
	text-decoration:none;
} */
.authStatus > span {
	padding:0;
	vertical-align:top;
	display:inline-block;
}
.authStatus span.splitter {
	visibility:hidden;
	vertical-align:top;
}

#ctl00_Auth1_lblAccountGreetingGuest,
#ctl00_Auth1_lblAccountGreeting,
#ctl00_Auth1_lblSplitterGuest {
	display: none;
}

/***** cat-v1-1 *****/

#cat-v1-1{
	width:100%;
	overflow:hidden;
	position:relative;
}
#cat-v1-1 .no-data{
	font-size:16px;
	text-align:center;
	padding-top:180px;
}
.shop-content{
	overflow:hidden;
	min-height:335px
}
.shop-content h1{
	margin:0;
	line-height: 2.5;
}
.shop-content h1 span{
	color: #555;
}
.shop-content .title h1{
	line-height: 1.2;
}
.shop-wrap{
	width:100%;
	float:left;
}
.shop-holder{
	margin-right:200px;
}
.activeCart-panel{
	float:right;
	width:175px;
	margin-left:-175px;
}
.group-summary{
	padding:0 0 20px;
}
.productItem{
	margin:0 0 30px;
	border-bottom:1px solid #aaa ;
	/*padding-bottom:80px;*/
	position:relative;
}
.two-items-across .productItem{
	display:inline-block;
	vertical-align:top;
	width:48%;
	min-height:200px;
}
.h-split{
	display:inline-block;
	vertical-align:top;
	width:4%;
	margin:0 -5px;
}
.pi-content{
	overflow:hidden;
}
.prod-img{
	float:left;
	margin:0 20px 20px 0;
}
.prod-img img{
	width:auto;
	height:auto;
}
.prod-summary{
	overflow:hidden;
}
.addToCart{
	margin-left:90px;
}
.two-items-across .addToCart{
	margin-left:120px;
	// clear:both;
}
.page-productdetails .addToCart{
	display: inline-block;
	width: 40%;
	margin: 0;
}
.add-to-cart{
	border:none;
	padding:0;
	margin:0;
}
.add-to-cart legend{
	display:none;
}
.add-to-cart > table{
	margin:0 0 10px;
	width:100%;
}
.add-to-cart .qty-container{
	display:inline-block;
	vertical-align:middle;
}
.add-to-cart .qty-container input {
	font-weight: bold;
	border: none;
	font-family: 'PT Serif', serif;
}
.add-to-cart .price-container,
.add-to-cart .cmd-container{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 10px;
	padding:0;
	float:none;
}
.add-to-cart .price-container{
	margin-right:10px;
}

#tabs-product .add-to-cart .price-container{
	margin-right: 0;
    width: 48%;
	font-weight: 600;
	text-align: center;
}
#tabs-product .label,
#tabs-product label{
	display: none;
}
#tabs-product  .cmd-container{
	position: relative;
	width: 50%;
	margin: 0;
	padding: 15px 0;
	text-align: right;
}
#tabs-product .btn{
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 15px;
	font-family: 'PT Serif', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    border-radius: 50px;
    white-space: normal;
    color: #000 !important;
    border: 1px solid #000;
	background: transparent;
	padding: 10px 20px;
}
#tabs-product .btn:hover{
	border: 1px solid #000;
	background: #000;
	color: #fff !important;
}
#tabs-product #ctl00_cphBody_PageWrapper_Content_ctl00_activeCart_hlnkCheckOutTop{
	position: absolute;
	right: 0;
	margin-top: 72px;
	min-width: 101px;
	text-align: center;
}

/***** activeCart *****/

.activeCart{
	width:175px;
}
table.activeCart{
	border: solid 1px #aaa ;
	width:100%;
}
.activeCart .cartBody{
	padding:5px;
}
h2.anounce{
	font-size:12px;
	line-height:15px;
	text-align:center;
	margin-right:10px;
}
.add-to-cart-confirmation-message{
	color:#4b4a59;
}

/***** shop-left-menu *****/

.shop-left-menu{
	margin:0 0 25px;
}
.page-productdetails .shop-left-menu {
	display: none;
}
.shop-left-menu .menu-header{
	display:none;
}
.shop-left-menu > span{
	display:block;
	border-bottom:1px solid #aaa ;
	text-align:center;
}
.shop-left-menu li{
	padding:10px;
	font:22px/36px "Alegreya",serif;
	display:inline-block;
	vertical-align:middle;
}
.shop-left-menu li:before{
	content: "-";
	margin: 0 14px 0 0;
}
.shop-left-menu li:first-child + li:before{
	display: none;
}
.shop-left-menu a{
	color:#555;
}
.shop-left-menu  a:hover,
.shop-left-menu  a.selected{
	color:#720a0a;
	text-decoration:none;
}
.activeCart .cartHeader,
.shop-left-menu .menu-header,
#accountContent .header,
#checkout .header,
#basket .header{
	border-bottom:1px solid #aaa;
	text-align:center;
	padding:5px;
	font:16px/20px "Alegreya",serif;
	letter-spacing: 0.5px;
	color:#fff;
	background: #222;
	overflow:hidden;
}

/***** productDetails *****/

#productDetails{
	width:100%;
}
.data-header{
	overflow:hidden;
	padding:0 0 10px;
}
.data-header .pager{
	float:right;
	text-align:right;
}
#productDetails .pager {
	display: none;
}
.data-header .pager .c,
.data-header .pager .t{
	font-weight: bold;
}
.current-page-descr {
	display: block;
	margin: 0 0 5px;
}
.data-header .title{
	padding:10px;
	text-align:center;
}


/***** tabs-product *****/

.detail_labels {
	border-bottom: 1px solid #ddd;
}
.product_label,
.price_label,
.q_label{
	padding: 15px;
	display: inline-block;
	vertical-align: middle;
	color: #232323;
	font: 400 18px/1.4 'PT Serif', serif;
	box-sizing: border-box;
}
.q_label{
	text-align: right;
}
.product_label{
	width: 60%;
}
.price_label,
.q_label{
	width: 19.5%;
}

.price_label {
	text-align: center;
}

#tabs-product{
	background:none;
	border:0;
	padding:0;
	border-radius:0;
	color:#000;
	font:14px/22px "PT Serif",serif;
	letter-spacing: 0.5px;
}
#tabs-product .ui-widget-content {
	color:#000;
}
#tabs-product .ui-tabs-nav{
	margin:0;
	padding:0 !important;
	border-radius:0;
	background:none;
	border:0;
	font:14px/20px "PT Serif",serif;
	position:relative;
	z-index:3;
	display: none;
}
#tabs-product .ui-tabs-nav li{
	margin:0 1px 0 0;
	background:none;
	border:1px solid #aaa;
	border-bottom: 0;
	border-radius:0;
	top:0;
}
#tabs-product .ui-tabs-nav a{
	padding:5px 10px;
	color:#fff;
	font-weight:normal;
	background:#222;
	outline: none;
}
#tabs-product .ui-tabs-nav li.ui-tabs-selected,
#tabs-product .ui-tabs-nav .ui-state-active{
	margin-bottom:-1px;
	padding-bottom:0;
}
#tabs-product .ui-tabs-nav a:hover,
#tabs-product .ui-tabs-nav .ui-state-active a{
	color: #fff;
	background:#363636;
}
#tabs-product .ui-tabs-nav li.ui-tabs-selected a,
#tabs-product .ui-tabs-nav .ui-state-active a{
	padding-bottom:6px;
	color:#222;
	background:#fff;
}
#tabs-product .tabs-container{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding:0 0 115px 0 !important;
	border:none ;
	overflow:hidden;
	position:relative;
}
#tabs-product .tabs-container a{
	color:#7d0000;
}
#tabs-product .tabs-container a:hover{
	color:#000;
	text-decoration:none;
}
#tabs-product .tabs-wrap{
	/* float:left;
	width:100%; */
	display: inline-block;
	width: 60%;
}
#tabs-product .tabs-content{
	margin-right:0;
}
#tabs-product .ui-tabs-panel{
	padding:0;
	border-radius:0;
}
#tabs-product .prod-image{
	float:left;
	margin:0 10px 10px 0;
	display: none;
}
#tabs-product .prod-descr{
	display: none;
}
#tabs-product .tasting-notes{
	display: none;
}
#tabs-product .prod-summary{
	display: none;
}
#tabs-product .production-notes{
	display: none;
}
#tabs-product .other-notes{
	display: none;
}
#tabs-product .prod-image img{
	width:auto;
	height:auto;
}
.tabs-wrap span{
	display: none;
}
#tab_vintages{
	text-align: center;
}
#vintage-text{
	margin-bottom: 20px;
}
#tab_vintages a{
	display: block;
	margin:0 0 5px;
}
#tab_vintages a.selected{
	color:#590e00;
}
#tab_wine_spec > div{
	overflow:hidden;
}
.wine-information{
	width:100%;
	border:1px solid #aaa ;
}
.wine-information td{
	padding:5px;
	border: none;
	width:auto !important;
}
.wine-information tr.alt{
	background:#eee ;
}
.tabs-container .addToCart > span{
	display:block;
}
.tabs-container .addToCart{
	left:0;
	padding:10px 0 0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	/* width:100%;
	border-top:1px solid #aaa ; */
}
.prod-details .sub-title {
    padding: 15px;
	display: block !important;
	color: #000;
	font: 600 18px/1.4 'PT Serif', serif;
}
#tabs-product  .cmd-container input[type="text"]{
	width: 48px !important;
}
#productDetails .activeCart-panel,
#tab_wine_spec,
#tab_reviews,
#tab_vineyards,
#tab_winemaker {
	display: none;
}
#tabs-product .tabs-container .cont_sh_btn {
	position: absolute;
	right: 180px;
	top: 100%;
	width: 100%;
	margin-top: 25px;
	line-height: 20px;
	color: #000;
	font-size: 18px;
}
.cont_sh_btn:before {
    content: '\f0a8';
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
	font-size: 20px;
	line-height: 20px;
	transition: color 0.5s ease-out;
}

#tabs-product .tabs-container .cont_sh_btn:hover,
.cont_sh_btn:hover:before {
	color: #857e81;
}

#productDetails .title h1 {
	text-align: left;
    font-size: 80px;
    font-weight: 400;
}
#tabs-product .product_desc_wrap {
	border-bottom: 1px solid #ddd;
}

/***** WINE CLUB *****/

.join-wine-club-holder{
	width:100%;
}
.join-wine-club-holder:after{
	content:"";
	display:block;
	clear:both;
}
.join-wine-club-left,
.join-wine-club-right{
	float:left;
	width:50%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 10px 0 0;
}
.join-wine-club-right{
	float:right;
	padding:0 0 0 10px;
}
.join-wine-club-content fieldset{
	margin:0 0 10px;
	padding:10px;
	border:1px solid #aaa ;
}
.join-wine-club-content legend h3{
	margin:0;
}
.join-wine-club-content .terms {
    margin-bottom: 20px;
}
#wine-clubs > div{
    margin:0 -200px 0 0;
}
#wine-clubs .btn {
    margin-bottom: 5px;
}
#wine-clubs .variations ul li a.btn {
    float: none;
}
#wine-clubs .variations ul li {
    overflow: hidden;
}
.wine-club-selections .prod-img{
	width:auto;
	margin:0 10px 10px 0;
}
.uc.paymentOptions{
	overflow:hidden;
	/*padding-top:20px;*/
}
.secure-shopping,
.popup div.secure-shopping{
	width:50%;
	float:right;
	padding-left:10px;
	padding-top:18px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.popup div.secure-shopping{
	width:50% !important;
}
.paymentOptions .paymentOptions_table,
.popup .paymentOptions .paymentOptions_table{
	width:50% !important;
	float:left;
	padding-right:10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
input[type="text"],
input[type="password"],
select,
textarea{
	-webkit-box-shadow:none;
	box-shadow:none;
	border:0 ;
	background:#fff;
	border-radius:0;
	color:#000;
	padding:7px;
	border:1px solid #aaa;
}
.txt,
.txtbig,
.ddl,
.select_box select{
	display:block;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:0;
	background:#fff;
	border-radius:0;
	color:#000;
	padding:7px;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:1px solid #aaa;
}
textarea.txt{
	max-width:100%;
	min-width:100%;
	width:100% !important;
}
.forgot_pass{
	max-width:300px;
}
.paymentOptions_row,
.fieldset_row{
	width:100%;
	margin:0 0 5px;
}
.paymentOptions_row:after,
.fieldset_row:after{
	content:"";
	display:block;
	clear:both;
}
.paymentOptions_box{
	float:left;
	width:50%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-right:10px;
}
.shipping-info select.ddl{
	margin-top:5px;
}
.date_selects{
	overflow:hidden;
	margin:0 -10px 0 0;
}
.select_box{
	float:left;
	width:33.3%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 10px 10px 0;
}
.safe-secure-btm{
	overflow:hidden;
	margin:0 0 10px;
}
.safe-secure-btm .floatLeft{
	float:left;
}
.productVersion{
	 white-space: normal;
	 color:#1f182e;
}
.msg div{
	max-width:100%;
	width:auto !important;
}
/*.msg{
	display:block;
	margin:0 0 10px;
}*/


/***** SIGN IN *****/

.page-signin #pageContentCenter{
	width:100%;
}
.page-signin #pageContentLeft{
	display:none !important;
}
.page-signin #pageContentRight{
	margin-left:-200px;
}
.signin_wrap{
	margin-right:200px;
}
.signin_table .row{
	width:100%;
	margin:0 0 15px;
}
.signin_table .row:after{
	content:"";
	display:block;
	clear:both;
}
.signin_table .col{
	float:left;
	width:50%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-right:15px;
}
.signin_table .col.right{
	float:right;
}
.btns .btn{
	margin:0 5px 0 0;
}
.label_box{
	margin:0 0 5px;
}
.signin_table .select_row{
	width:100%;
	padding-bottom:20px;
}
.signin_table .select_row:after{
	content:"";
	display:block;
	clear:both;
}
.signin_table .select_box{
	padding:0 15px 0 0;
}

/***** MY ACCOUNT *****/

.account-holder{
	margin-right:200px;
}
.page-account #pageContentRight{
	margin-left:-200px;
}
#accountContent .section,
#checkout .section,
#basket.section{
	margin:0 0 25px;
	border:1px solid #aaa ;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#accountContent .header,
#checkout .header,
#basket .header{
	text-align:left;
}
#orderSummary{

}
.lnkSignOut{
	text-transform:none;
	color: #aaa;
}
.lnkSignOut:hover{
	color: #fff;
}
.account_address{
	overflow:hidden;
}
.section .content .account_address h3{
	font-size:14px;
}

.account_address .column{
	float:left;
	width:50%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 0 0 10px;
}
.account_address .column:first-child{
	padding:0 10px 0 0;
}
.ciRegularView .row{
	display:table;
	width:100%;
	margin:0 0 10px;
}
.ciRegularView .col{
	display:table-cell;
	vertical-align:top;
}
.ciRegularView .col:first-child{
	width:90px;
}
.details_header,
.details .item,
.order_details .item{
	display:table;
	width:100%;
	margin:0 0 10px;
}
.details_header > div,
.details .item > div,
.order_details .item > div{
	display:table-cell;
	vertical-align:top;
}
.details_header > div{
	font-weight:bold;
}
.details .col-1{
	width:15%;
}
.details .col-2{
	width:10%;
	text-align:center;
}
.details .col-3{
	width:10%;
	text-align:center;
}
.details .col-4{
	width:35%;
}
.details .col-5{
	width:15%;
}
.details .col-6{
	width:15%;
	text-align:right;
}
.details .footer{
	border-top:1px solid #aaa ;
	padding:10px 0 0;
	text-align:right;
}
.details .productVersion{
	white-space:normal;
}
.details .mobile-label,
.order_details .mobile-label,
.basket_table .mobile-label{
	display:none;
	font-weight:bold;
}
.order_details .col-1{
	width:10%;
}
.order_details .col-2{
	width:30%;
}
.order_details .col-3{
	width:30%;
}
.order_details .col-4{
	width:15%;
}
.order_details .col-5{
	width:15%;
	text-align:right;
}
.order_details .footer{
	display:table;
	width:100%;
	padding:10px 0;
	border-top:1px solid #aaa ;
}
.order_details .footer .col:first-child{
	text-align:left;
}
.order_details .footer .col{
	text-align:right;
	display:table-cell;
}
.order_details .footer .col-center{
	text-align:center;
	font-size:12px;
}
.order_details .col-3 .txt,
.order_details .text_apply{
	float:left;
}
.order_details .col-3 .txt{
	margin-right:5px;
}
.edit-addr .row{
	display:table;
	width:100%;
	margin:0 0 10px;
}
.edit-addr .col{
	display:table-cell;
	vertical-align:middle;
}
.edit-addr .col:first-child{
	width:90px;
}
.edit-addr .select_box{
	padding-bottom:0;
}
.edit-addr .row .btn{
	margin:0 3px;
}

/***** NEWSLETTER *****/

.newsletter{
	max-width:450px;
}
.newsletter_table .row{
	display:table;
	width:100%;
	margin:0 0 10px;
}
.newsletter_table .col{
	display:table-cell;
	vertical-align:middle;
}
.newsletter_table .col:first-child{
	width:130px;
	padding-right:10px;
	text-align:right;
}

/***** HELP *****/

.help_content{
	width:100%;
	float:left;
	min-height: 405px;
}
.help_aside{
	float:right;
	margin-left: -200px;
}
.help_holder{
	margin-right:200px;
}
.help_holder > div{
	width:100% !important;
}

/***** CHECKOUT *****/

.checkout-header{
	display:table;
	width:100%;
	margin:0 0 10px;
}
.checkout-header .col{
	display:table-cell;
	vertical-align:top;
}
.checkout-header .error{
	margin:0 0 10px;
}
#checkout .left-box-head{
	width:175px;
	padding:0 0 20px 25px;
	vertical-align:bottom;
}
.checkout-section{
	display:table;
	width:100%;
	margin:0 0 20px;
}
.checkout-top-box{
	border:1px solid #aaa ;
	display:table-cell;
	vertical-align:top;
}
.checkout-top-box.summary{
	width:175px;
}
.checkout-section .divider{
	width:25px;
	display:table-cell;
}
.addr-table{
	width:100%;
	overflow:hidden;
}
.addr-table .column{
	float:left;
	width:50%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 0 10px;
	padding:0 0 0 10px;
}
.addr-table .column:first-child{
	padding:0 10px 0 0;
}
.promo-content{
	overflow:hidden;
	margin:0 0 20px;
}
.promo-content .col-left{
	float:left;
	width:60%;
}
.promo-content .col-right{
	float:right;
}
.promo-content .txt{
	max-width:300px;
	display:inline-block;
}
.promo-content .label{
	display:inline-block;
}

#checkout .bottom-section .btns{
	width:100%;
	margin:0 0 10px;
}
#checkout .bottom-section .btns:after{
	content:"";
	display:block;
	clear:both;
}
#checkout .bottom-section .btn-right{
	float:right;
}

/***** BASKET *****/

.basket_table .cart-header,
.basket_table .item,
.basket_table #divRowNoItems,
.basket_table .footer{
	width:100%;
	display:table;
	margin:0 0 10px;
}
.basket_table .item,
.basket_table .footer{
	border-bottom:1px solid #aaa;
}
.basket_table .item .txt {
    display: inline-block;
}
.basket_table .cart-header > div,
.basket_table .item > div,
.basket_table .footer > div{
	display:table-cell;
	vertical-align:top;
	padding-bottom:10px;
}
.basket_table .cart-header > div{
	font-weight:bold;
}
.basket_table .col-center{
	text-align:center;
}
.basket_table .col-center h2{
	font-weight:bold;
}
.basket_table .col-1{
	width:10%;
}
.basket_table .col-2{
	width:45%;
}
.basket_table .col-3{
	width:15%;
}
.basket_table .col-4{
	width:15%;
}
.basket_table  .col-5{
	width:15%;
	text-align:right;
}
.basket_table .footer .col-1{
	width:70%;
}
.basket_table .footer .col-2,
.basket_table .footer .col-3{
	width:15%;
}
.basket_table .footer .col-3{
	text-align:right;
}
.basket_table .footer_2{
	padding:10px 0;
}
.basket_table .btn-print{
	float:right;
}
.details.cof > div:first-child{
	width:100%;
	display:table;
	margin:0 0 20px;
}
.details.cof > div:first-child > div{
	display:table-cell;
	width:15% !important;
}
.details.cof > div:first-child > div:first-child{
	width:45% !important;
}
.details.cof > div:first-child > div:last-child{
	width:25% !important;
}
.details.cof .btn{
	margin-top:20px;
}
.details.cof .item > div{
	width:15%;
}
.details.cof .item > div:first-child{
	width:45%;
}
.details.cof .item > div:last-child{
	width:25%;
}
.details.cof .waaa,
.details.cof .waaa:hover{
	padding:5px 10px !important;
}

.click-capture {
	display: none;
}

/***** POPUPS *****/

.ui-dialog{
	border: solid 1px #aaa !important;
	border-radius:0 !important;
	padding:10px;
	background:#fff;
}
.ui-widget-header{
	background:#222 ;
	border:1px solid #aaa ;
	border-radius:0;
	padding: 5px !important;
	text-align: center;
}
.ui-dialog .ui-dialog-title{
	margin:0;
	font:16px/20px "Alegreya",serif;
	color:#fff;
}
.popup h2{
	margin:0 0 5px;
	font-size: 20px;
}
.popup p{
	margin:0 0 5px;
}
.warning{
	margin:0 0 10px;
}
.change-password .row{
	margin:0 0 10px;
	display:table;
	width:100%;
}
.change-password .col{
	display:table-cell;
	vertical-align:top;
}
.change-password .col:first-child{
	padding:0 10px 0 0;
	width:150px;
}
.change-password #div1{
	text-align:center;
}
.change-password .lnk{
	text-decoration:none;
}
.addr-popup .btn-row{
	margin:0 0 15px;
}
.addr-popup .divRowHeader{
	display:none;
}
.default-ship{
	display:table;
	width:100%;
	margin:0 0 20px;
	border:1px solid #aaa ;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:none;
}
.default-ship .col{
	display:table-cell;
	vertical-align:top;
	padding:10px;
	border-left:1px solid #aaa ;
}
.default-ship .col:first-child{
	border-left:0;
}
.default-ship .col:last-child{
	vertical-align:middle;
	text-align:center;
}
.default-ship .mobile-label{
	font-weight:bold;
	margin:0 0 10px;
}
.popup #ctl00_cphBody_ciAddressInfo_trRegularEditSaveAsDefault + .row {
    display: none;
}
.addr-popup .edit-addr + br {
    display: none;
}
body.popup{
	min-width:0;
	width:100%;
	height:100%;
	background:#fff;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ui-dialog .ui-dialog-titlebar-close{
	background:#aaa;
	outline: none;
}
#jqpopupContainer.popup-body{
	padding-top: 0;
}
.popup .edit-addr{
	overflow: hidden;
}
.bootstrapWizard li.active .step,
.bootstrapWizard li.active.complete .step,
.bootstrapWizard li.complete .step {
	background: #fff;
	padding: 5px 15px;
	border: 2px solid #212121;
	color: #212121;
	font-size: 20px;
}
.bootstrapWizard li .step {
	background: #212121;
	font-size: 20px;
	padding: 4px 13px;
	font-family: 'PT Serif', serif;
}
.join-wine-club-content h1 {
	line-height: 48px;
    margin-bottom: 30px;
    font-weight: 400;
}
.bootstrapWizard li .title {
	font-size: 14px;
	font-family: 'PT Serif', serif;
}
.bootstrapWizard li .title,
.bootstrapWizard li.active .title,
.bootstrapWizard li.complete .title {
	color: #212121;
	font-weight: 700;
}
.wizard-step-header,
#tabAccountLookup {
	font-weight: 700;
}

/***** RESPONSIVE *****/

@media only screen and (max-width: 1024px) {

	.menu-toggle {
		display: block;
		font-size: 14px;
		cursor: pointer;
	}

	#authStatus{
		position: static;
		padding: 0;
	}

	.main-header {
		padding: 15px 0;
		height: 105px;
	}

	.main-header .container {
		justify-content: space-between;
	}

	.logo-link {
		flex: 1 1 50%;
	}

	.auth-holder,
	.menu-toggle {
		flex: 1 1 25%;
	}

	.logo-link {
		text-align: center;
	}

	.logo-link img {
		display: inline-block;
	}

	.auth-holder {
		position: static;
	}

	.main-nav-wrapp {
		position: fixed;
		top: 0;
		height: 100%;
		z-index: 600;
		background: #fff;
		transform: translateX(-100%);
		width: 320px;
		left: 0;
	}

	.main-nav-wrapp.open {
		transform: translateX(0);
	}

	.main-nav-title {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 30px;
		background: #f4f4f4;
		height: 60px;
	}

	.main-nav-title span {
		font-size: 12px;
		text-transform: uppercase;
		color: rgba(0,0,0,0.6);
		letter-spacing: 0.07em;
	}

	.main-nav {
		display: block;
		margin: 0;
		padding: 30px;
	}

	.main-nav li {
		display: block;
		margin: 0;
	}

	.main-nav a {
		padding: 10px 0;
		font-size: 16px;
		line-height: 1;
		font-weight: 500;
	}

	.main-nav .has-subnav > a:after {
		position: absolute;
		right: 0;
		top: 7px;
		content: "\f0d7";
		font-size: 13px;
	}

	.main-nav li a:hover:before {
		transform: scale(0, 1);
	}

	.click-capture,
	.main-nav-wrapp {
		transition: all .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.click-capture.mobile-nav-open {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(192,192,192,0.6);
	}

	.has-subnav > a {
		pointer-events: none;
	}

	.subnav {
		position: static;
		margin: 0;
		padding: 0;
		min-width: auto;
		background: transparent;
		box-shadow: none;
		height: 0;
		transition: none;
	}

	.subnav,
	.has-subnav:hover .subnav {
		opacity: 0;
		visibility: hidden;
	}

	.has-subnav.open .subnav {
		padding: 15px 0 15px 20px;
		height: auto;
		visibility: visible;
		opacity: 1;
	}

	.main-nav .subnav a {
		line-height: 14px;
		padding: 10px 0;
		color: #444;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: normal;
	}

	.main-nav .has-subnav.open > a:after {
		content: "\f0d8";
	}

}

@media only screen and (max-width: 1023px) {
	input[type="text"],
	input[type="password"],
	select,
	textarea,
	.txt,
	.txtbig,
	.ddl,
	.select_box select{
		-webkit-box-shadow:none;
		box-shadow:none;
		border:0 ;
		background:#fff;
		border-radius:0;
		color:#000;
		-webkit-box-shadow:none;
		box-shadow:none;
		border:1px solid #aaa;
		padding:5px;
	}
	.shop-left-menu{
		float:none;
		width:100%;
		margin:0 0 25px;
	}
	#pageContent{
		padding:30px 15px;
	}
}


@media only screen and (max-width: 959px) {
	.two-items-across .prod-img{
		float:none;
		text-align:center;
		margin:0 auto 20px;
	}
	.two-items-across .addToCart{
		margin:0;
	}
}

@media only screen and (max-width: 900px) {
	.account_address .column,
	.account_address .column:first-child,
	.addr-table .column,
	.addr-table .column:first-child{
		float:none;
		width:100%;
		padding:0;
	}
	.account_address .column:first-child,
	.addr-table .column:first-child{
		padding-bottom:25px;
	}
}

@media only screen and (max-width: 780px) {

	#tabs-product .tabs-container {
		display: flex;
	    border-bottom: none;
	    overflow: visible;
	}

	#tabs-product .add-to-cart .price-container {
		width: 100%;
	    display: block;
	    margin: 0;
	    border-bottom: 1px solid #ccc;
	    line-height: 55px;
		text-align: right;
	}

	#tabs-product .cmd-container {
		width: 100%;
		border-bottom: 1px solid #ccc;
		padding: 10px 0 9px;
		line-height: 13px;
	}

	.prod-details #tabs-product .sub-title {
		text-align: right;
		padding-right: 0;
		padding-left: 0;
	}

	#tabs-product .cmd-container input[type="text"] {
	    line-height: 26px;
		float: right;
	}

	.product_label, .price_label, .q_label {
		text-align: left;
		width: 100%;
		border-bottom: 1px solid #ccc;
	}

	#tabs-product .detail_labels,
	#tabs-product .product_desc_wrap {
		border: none;
		width: 50%;
	}

	#tabs-product .tabs-wrap {
		display: block;
		width: 100%;
		border-bottom: 1px solid #ccc;
	}

	#tabs-product .addToCart {
		padding: 0;
		width: 100%;
		display: block;
	}

	#productDetails .title h1 {
		font-size: 57px;
	}

}

@media only screen and (max-width: 767px) {
	.prod-image-mobile {
		display: none !important;
	}
	.two-items-across .prod-img{
		float:left;
		margin:0 20px 20px 0;
	}
	.two-items-across .addToCart{
		margin:0 0 0 120px;
	}
	.h-split{
		display:none;
	}
	.two-items-across .productItem{
		width:100%;
		min-height:0;
		height:auto !important;
	}
	#tabs-product .prod-image{
		float:none;
		margin:0 auto 10px;
		text-align:center;
	}
	.join-wine-club-left,
	.join-wine-club-right{
		width:100%;
		padding:0;
		float:none;
	}
	.popup div.secure-shopping{
		float:none;
		width:100% !important;
		padding:0;
	}
	.secure-shopping{
		width:100%;
		padding:0;
	}
	.paymentOptions .paymentOptions_table,
	.popup .paymentOptions .paymentOptions_table{
		width:100% !important;
		float:none;
		padding:0;
	}
	.signin_table .col,
	.signin_table .col.right{
		float:none;
		width:100%;
		padding:0 0 15px;
	}
	.signin_table .row{
		margin:0;
	}
	.account-holder {
		margin-right:0;
	}
	.page-account #pageContentRight {
		margin-left:0;
		width:100%;
	}
	.page-account  div.activeCart{
		width:100%;
	}
	.promo-content .col-left,
	.promo-content .col-right{
		float:none;
		width:100%;
	}
	.addr-table .column,
	.addr-table .column:first-child{
		padding:0;
		width:100%;
		float:none;
	}
	.newsletter{
		max-width:100%;
	}

}

@media only screen and (max-width: 639px) {
	#headerContainer{
		position: relative;
	}
	#authStatus{
		padding:0;
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
	#pageContent{
		margin: 120px auto 15px;
	}
	.shop-holder{
		margin:0;
	}
	.activeCart-panel {
		float:left;
		width:100%;
		margin:0;
	}
	.activeCart{
		width:100%;
	}
	.tabs-container .addToCart{
		position:static;
		background:none;
		border:0;
		padding:30px 0;
		float:left;
	}
	.data-header .pager{
		float:none;
	}
	#tabs-product .tabs-container{
		/* padding:10px 0 0 !important; */
		border:0;
	}
	#tabs-product .tabs-content {
		margin-right:0;
	}
	#tabs-product .ui-tabs-nav{
		border-bottom:1px solid #aaa ;
	}
	#tabs-product .ui-tabs-nav li{
		float:none;
		margin:0;
	}
	#tabs-product .ui-tabs-nav a{
		float:none;
		display:block;
	}
	#tabs-product .ui-tabs-nav li.ui-tabs-selected{
		margin:0;
	}
	#tabs-product .ui-tabs-nav li.ui-tabs-selected a{
		padding-bottom:5px;
	}
	.paymentOptions_box{
		float:none;
		width:100%;
		padding:0 0 5px;
	}
	.paymentOptions_row{
		margin:0;
	}
	.signin_wrap{
		margin:0 0 20px;
	}
	#activeCartContainer {
		margin:0;
	}
	.page-signin #pageContentRight{
		margin:0;
		width:100%;
	}
	.help_aside div.activeCart{
		width:100%;
	}
	.help_aside{
		width:100%;
		margin:0;
	}
	.help_holder{
		margin:0 0 20px;
	}
	.signin_table .select_box{
		padding:0 0 0 10px;
	}
	.signin_table .select_box:first-child{
		padding:0;
	}
	.details_header{
		display:none;
	}
	.details .item > div,
	.order_details .item > div,
	.basket_table .item > div,
	.basket_table .footer > div{
		display:inline-block;
		margin:0 -4px 10px 0;
	}
	.details .mobile-label,
	.order_details .mobile-label,
	.basket_table .mobile-label{
		display:block;
		margin:0 0 10px;
	}
	.details .item{
		border-bottom:1px solid #aaa ;
	}
	.details .col-1{
		width:20%;
	}
	.details .col-2{
		width:15%;
	}
	.details .col-3{
		width:15%;
	}
	.details .col-4{
		width:50%;
	}
	.details .col-5,
	.details .col-6{
		width:50%;
		border-top:1px solid #aaa ;
		padding-top:10px;
	}
	.details .footer{
		padding:0;
		border-top:0;
	}
	.order_details .col-1{
		width:20%;
	}
	.order_details .col-2{
		width:80%;
	}
	.order_details .col-3{
		width:100%;
	}
	.order_details .col-4,
	.order_details .col-5{
		width:50%;
		border:solid #aaa ;
		border-width:1px 0;
		padding:10px 0;
	}
	.basket_table .cart-header{
		display:none;
	}
	.basket_table .item{
		border-bottom:1px solid #aaa ;
	}
	.basket_table .col-1{
		width:20%;
	}
	.basket_table .col-2{
		width:80%;
	}
	.basket_table .col-3{
		width:50%;
	}
	.basket_table .col-4{
		width:50%;
		text-align:right;
	}
	.basket_table .col-5{
		width:100%;
		text-align:center;
	}
	.basket_table .footer .col-1{
		width:50%;
	}
	.basket_table .footer .col-2{
		width:50%;
		text-align:right;
	}
	.basket_table .footer .col-3{
		width:100%;
		text-align:center;
	}
	.basket_table .footer_2{
		text-align:center;
	}
	.basket_table .footer_2 .btn{
		margin:0 0 10px;
	}
	.basket_table .btn-print{
		float:none;
	}
	.promo-content .txt{
		margin:0 0 10px;
	}
	.promo-content .label{
		display:block;
	}
	.checkout-top-box{
		display:block;
	}
	.checkout-top-box:first-child{
		margin-bottom:20px;
	}
	.checkout-section .divider{
		display:none;
	}
	.checkout-top-box.summary{
		width:100%;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding-bottom:20px;
	}
	.checkout-header .col{
		display:block;
	}
	#checkout .left-box-head{
		width:100%;
		padding:0;
		text-align:left;
	}
	.ui-dialog{
		width:300px !important;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.wine-club-selections input[type="text"]{
		max-width:50px;
	}
	#wine-clubs > div{
		margin:0;
	}
	.main-header .container {
		padding: 0 10px;
	}
	/* .main-footer {
		padding: 30px 0;
	}

	.main-footer .footer-column:nth-of-type(3) {
		display: none;
	} */

	.main-footer .container {
		padding: 30px 10px;
		flex-flow: wrap;
	}

	.footer-column {
		flex: 1 1 100%;
	}

	.main-footer .copyright {
		margin: 12px 0 16px;
	}

	.footer-soc-icons {
		margin-top: 35px;
	}

	.main-footer .copyright,
	.footer-soc-icons,
	.footer-nav {
		text-align: center;
	}

	.footer-nav li {
		margin: 0 5px;
	}
}

@media only screen and (max-width: 569px) {
	.ui-dialog .ui-dialog-title{
		font-size:16px;
		line-height:20px;
	}
	.change-password .col{
		display:block;
	}
	.change-password .col:first-child{
		width:auto;
		padding:0;
	}
	.default-ship{
		border:1px solid #aaa ;
	}
	.default-ship .col{
		display:block;
		border-top:1px solid #aaa ;
		border-left:0;
	}
	.default-ship .col:first-child{
		border:0;
	}
}

@media only screen and (max-width: 479px) {
	.prod-img {
		float:none;
		margin:0 auto 20px;
		text-align:center;
	}
	.productItem{
		padding-bottom:0;
	}
	.two-items-across .prod-img{
		float:none;
		text-align:center;
		margin:0 auto 20px;
	}
	.two-items-across .addToCart{
		margin:0;
	}
	.addToCart,
	.two-items-across .addToCart{
		position:relative;
		left:0;
		margin:0;
	}
	.safe-secure-btm .floatLeft{
		float:none;
		margin:0 0 10px;
	}
	.safe-secure-btm .floatRight{
		float:none;
		text-align:center;
	}
	.wine-club-selections .table_header{
		display:none;
	}
	.wine-club-selections .prod-img{
		margin:0 auto 10px;
		display:block;
	}

	.ciRegularView .col{
		display:block;
	}
	.ciRegularView .col:first-child{
		width:100%;
	}
	.details .col-1{
		width:40%;
	}
	.details .col-2,
	.details .col-3{
		width:30%;
	}
	.details .col-4{
		width:100%;
		display:table-header-group !important;
	}
	.details .col-4 .holder{
		border-bottom:1px solid #aaa ;
		padding-bottom:10px;
		margin-bottom:10px;
	}
	.details .col-4 .mobile-label{
		display:none;
	}
	.edit-addr .col:first-child{
		width:100%;
	}
	.edit-addr .col{
		display:block;
	}
	.newsletter_table .col:first-child{
		width:100%;
		padding:0;
		text-align:left;
	}
	.newsletter_table .col{
		display:block;
	}
	.newsletter_table .submit-row{
		text-align:center;
	}
	#checkout .bottom-section .btns{
		text-align:center;
	}
	#checkout .bottom-section .btn-right{
		float:none;
		padding-top:10px;
	}
	/***** #divInProgress *****/

	body #divInProgress{
		width:280px !important;
		background: #141414 !important;
		-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
		box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
		padding:10px;
		border-radius:5px;
	}
	.details.cof > div:first-child{
		display:none;
	}
	.details.cof .item > div{
		width:100% !important;
	}
	.details.cof .item > div:last-child{
		text-align:left !important;
	}
	.variations ul h3{
		font-size:14px;
	}
}

@media only screen and (max-width: 400px) {
	#productDetails .shop-content {
		padding-left: 0;
		padding-right: 0;
	}

	#tabs-product .tabs-container .cont_sh_btn {
		font-size: 14px;
		right: 150px;
	}
}
