@import url('icomooncms.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&display=swap');
body {
    margin: 0;
    padding: 0;
    min-width: 320px;
    color: #000;
    font: 16px/20px "Montserrat", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}

* {
    box-sizing: border-box;
}

p {
    margin: 0 0 10px;
}

a {
    color: #41020B;
    text-decoration: none;
    transition: color .25s ease-in-out;
}

a:hover {
    color: #41020B;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1 {
    font: 32px/38px 'Cormorant Garamond', serif;
    margin: 0 0 20px;
    color: #000;
}

h2 {
    font: 24px/28px 'Cormorant Garamond', serif;
    margin: 0 0 10px;
    color: #000;
}

h3 {
    font: bold 16px/20px 'Cormorant Garamond', serif;
    margin: 0 0 10px;
    color: #000;
}

.req,
.red {
    color: #000;
}

.req:after {
    color: #f00;
}

.rule {
    border-color: #bdb7a4;
}

#wine-clubs .btn {
    margin-bottom: 5px;
}

.btn {
    background: #41020B;
    border-radius: 4px;
    padding: 10px 20px;
    display: inline-block;
    vertical-align: middle;
    font: normal 12px/15px "Montserrat", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    transition: opacity .25s ease-in-out;
}

.btn:hover {
    background: #41020B;
    color: #fff;
    opacity: .8;
    text-decoration: none;
}

.label,
label {
    font-weight: bold;
}

.CustomerAccount {
    display: block;
    margin: 0 0 20px;
}

#box {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

#pageContent #contentContainer {
    overflow: hidden;
}

#headerContainer,
#footer {
    width: 100%;
}

#headerContainer,
#pageContent,
#footer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#pageContentCenter {
    width: 100%;
}

#pageContent {
    padding: 40px 20px;
    margin: 0 auto;
    min-height: calc( 100vh - px);
    width: 100%;
    max-width: 1170px;
}

.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: 32px/38px Arial, Helvetica, sans-serif !important;
}

#jqpopupContainer.popup-body {
    padding-top: 0;
}

.addr-popup {
    overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar-close {
    outline: none;
}

.popup #ctl00_cphBody_ciAddressInfo_trRegularEditSaveAsDefault+.row {
    display: none;
}

.addr-popup .edit-addr+br {
    display: none;
}

.basket_table .item .txt {
    display: inline-block;
}

.txt-product-search {
    width: 100%;
    box-sizing: border-box;
}

.button-search-product {
    left: auto;
    right: 10px;
    top: 9px;
}


/***** header *****/

.headerContainer {
    position: relative;
}

.top-bar-hd {
    background-color: #000;
}

.top-bar-hd li {
    line-height: 19px;
}

.top-bar-hd a {
    line-height: 19px;
    color: #fff;
    line-height: 1;
    text-align: center;
}

.top-bar-hd a:hover {
    color: #9b9b9b;
}

.top-bar-hd .phone-no span,
.top-bar-hd .address span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 19px;
    font-size: 15px;
}

#ctl00_ViewCart1_ctl00,
.top-bar-hd li a {
    padding: 17px 8px;
    display: inline-block;
    font-size: 15px;
}

.authStatus-container {
    margin-right: 25px;
    margin-left: -3px;
}

.top-bar-hd .phone-no a,
.top-bar-hd .address a {
    padding: 15px 20px;
    display: inline-block;
}

.inner-bar {
    max-width: 96%;
    margin: 0 auto;
}

.top-nav-list {
    display: flex;
    justify-content: flex-end;
}

.header-box {
    padding: 0 1% 0 0;
    display: flex;
    justify-content: space-between;
}

.title-cont {
    text-align: center;
    max-width: 95%;
    margin: 0 auto 1% auto;
}

.top-title {
    padding: 1.1% 0 1% 0%;
}

.hd-background {
    background-color: #000;
    background: url(images/background.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: scroll;
    background-size: cover;
    border-bottom: 5px solid #000;
}

.top-title span {
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    font-size: 4.5vw;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.86);
    color: #fff;
    letter-spacing: 0px;
}

.hd-shadow {
    overflow: hidden;
    background-color: rgba(0, 0, 0, .75);
}

.logo {}

.logo a {
    display: inline-block;
    padding: 20px;
}

.logo img {
    width: 150px;
}

.nav-box {
    background-color: rgba(0, 0, 0, 0.62);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 20;
    transform: translateX(100%);
    transition: transform 300ms linear;
}

.nav-box.open {
    transform: translateX(0%);
}

.nav-container {
    background-color: #000;
    display: block;
    width: 35%;
    height: 100%;
    margin-left: auto;
    position: relative;
    background-image: url(Images/menu-background.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    background-size: cover;
    background-clip: border-box;
    border-left: 3px solid #202020;
    overflow: auto;
}

.close-wrap {
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px 20px 0 0;
}

.close-wrap .uabb-offcanvas-close-icon {
    font-size: 40px;
    color: #fff;
}

.nav-wrap {
    padding: 8% 10% 5% 10%;
    overflow: auto;
    position: relative;
    z-index: 30;
}

.nav-logo img {
    width: 150px;
}

#nav {
    display: flex;
    flex-direction: column;
    margin: 3% 0;
}

#nav>li {
    position: relative;
    margin: 0;
}

#nav a {
    font-size: 1.5vw;
    font-weight: 600;
    font-family: 'Cormorant Garamond', serif;
    color: #fff;
    padding: 5px 0 2px 0;
    display: block;
    line-height: 40px;
}

#nav a:hover,
#nav li.selected>a,
#nav>li:hover>a {
    color: #fff;
    text-decoration: none;
}

#nav span.open-sub-menu {
    display: none;
}

#nav .sub-menu {
    width: 100%;
    z-index: 10;
    min-width: 220px;
    margin-left: 15px;
}

#nav .sub-menu a {
    line-height: 19px;
    padding: 5px 0 6px 20px;
    font-size: 1vw;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

#nav .sub-menu a:hover {
    background-color: #41020b;
}

.btn-menu {
    font-size: calc( 16px + 1vw);
    padding: 12px 24px;
    border: 1px solid rgba(0, 0, 0, 0);
    text-shadow: 2px 2px 0px #000;
    line-height: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-top: 3.56%;
    cursor: pointer;
}

.btn-menu span {
    color: #fff;
    transition: color .17s linear;
}

.btn-menu span:hover {
    color: #565656;
}

.inner-social-nav {
    margin-top: 2%;
    display: flex;
}

.social-icon {
    margin-right: 10px;
}

.social-icon a {
    display: inline-block;
}

.social-icon a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    border-radius: 100px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
}

.social-icon a i:hover {
    background-color: #41020b;
    color: #fff;
}

.inner-address-module {
    margin: 2% 0 3% 0;
}

.inner-address-module .module-header h5.heading-title a {
    color: #fff;
    font-size: 1.2vw;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
}

.inner-address-module .sub-header-module p {
    margin: 0;
    line-height: 1.6;
}

.inner-address-module .sub-header-module p a {
    color: #fff;
    font-size: .8vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.ft-module.ft-map-module .btn-wrapper a,
.button-wrap a {
    background-color: #41020B;
    padding: 5px 10px 5px 10px;
    width: 20vw;
    color: #fff;
    line-height: 28px;
    display: inline-block;
    text-align: center;
}

.ft-module.ft-map-module .btn-wrapper a:hover,
.button-wrap a:hover {
    background-color: #2d2d2d;
}

.ft-col-2 .photo-inner {
    margin-bottom: 2%;
}

.ft-module.ft-map-module .btn-wrapper {
    margin: 2% 0;
}

.ft-col-2 .ft-module-second .pp-primary-title {
    line-height: 1.4;
    font-size: .8vw;
    font-weight: 400;
}

.ft-col-2 {
    text-align: center;
}

.ft-col-2 .ft-module-second .sub-heading p {
    line-height: 1.6;
    margin: 0;
    font-size: .8vw;
}

.ft-module.ft-map-module .btn-wrapper .pp-button-text,
.button-wrap a .pp-button-text {
    color: #fff;
    font-weight: 400;
    font-size: 1vw;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.ft-module.ft-map-module .btn-wrapper .pp-button-text {
    line-height: 2.2;
}

.ft-module.ft-map-module .btn-wrapper i,
.button-wrap a i {
    font-size: 25px;
    margin-left: 8px;
    line-height: 1;
    color: #fff;
    display: inline-block;
}

.ft-col-3 .ft-module-content {
    margin: 15% 0 0 12%;
}

.ft-col-3,
.ft-col-1 {
    display: flex;
    align-items: flex-end;
}

.ft-col-1 .ft-col-content {}


/***** footer *****/

#footer {
    position: relative;
    padding: 4% 10% 4% 10%;
    background-color: #000;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

#footer a {
    color: #fff;
}

.ft-row-content {
    max-width: 95%;
    margin: 0 auto;
}

.ft-row-node {
    display: flex;
    flex-wrap: wrap;
}

.ft-col {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.ft-col-1 {
    width: 32.05%;
}

.ft-col-2 {
    width: 35.26%;
}

.ft-col-3 {
    width: 32.69%;
}

.ft-img-align-center img {
    width: 250px;
}

.ft-col-1 .ft-module-first .heading-title,
.ft-col-1 .pp-primary-title {
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 1.4;
    font-family: 'Cormorant Garamond', serif;
}

.ft-module-social .ft-module-innner {
    margin-top: 2%;
}

.ft-col-1 .sub-head p,
.ft-col-1 .pp-sub-heading {
    font-size: .9vw;
    margin: 0;
    line-height: 1.6;
}

.ft-col-1 .sub-head p,
.ft-col-1 .pp-sub-heading p {
    margin: 0;
}

.copyright_text {}

.to-top {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 15px;
    right: 15px;
    display: inline-block;
    width: 44px;
    height: 42px;
    text-align: center;
    z-index: 100;
}

.to-top:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.to-top i {
    position: absolute;
    top: 12px;
    left: 14px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

#footer .social-icon a i {
    background-color: #fff;
    color: #000;
}

#footer .social-icon a:hover i {
    background-color: #41020b;
    color: #fff;
}

.ft-module {
    overflow: hidden;
}

.ft-module-first .ft-module-content {
    margin: 10% 0 2% 0;
}

.ft-module-social .ft-module-innner {
    margin-bottom: 2%;
}

.ft-col-3 p {
    line-height: 1.6;
    font-size: .8vw;
    font-weight: 400;
    margin: 20px 0 0;
}

.ft-col-3 .pp-heading .pp-primary-title {
    font-size: 1vw;
    font-weight: 600;
    line-height: 1;
}


/***** authStatus *****/

#authStatus {}

#authStatus * {
    font-weight: normal !important;
}

#authStatus div {
    display: inline;
}

#authStatus #viewCartPlaceHolder,
.authstatus #authPlaceHolder,
#authStatus a {
    /*color: #000;*/
}

#authStatus a:hover {
    /*color: #ccc;*/
    text-decoration: none;
}

.authStatus>span {
    padding: 0;
    vertical-align: top;
    display: inline-block;
}

.authStatus span.splitter {
    visibility: hidden;
    vertical-align: top;
}

#ctl00_ViewCart1_hlnkBasket {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    margin: 0 0 0 0px;
    padding: 0;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    text-indent: 0;
    clip: auto;
    position: static;
    background: 0 0;
    text-transform: none;
    overflow: visible;
    z-index: 10;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 1.3em;
    border: none;
    border-radius: 0;
    pointer-events: auto;
    width: 1.3em;
    text-align: center;
    line-height: 1em;
    vertical-align: baseline;
}

#ctl00_ViewCart1_hlnkBasket:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f07a';
    margin-right: 11px;
}

#ctl00_Auth1_hlnkUserName,
#authStatus .theme-color,
#authStatus .splitter,
.top-bar-hd li a.btn-signin-top {
    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;
    box-sizing: border-box;
    padding: 20px 5px;
}

.shop-content h1 {
    margin: 0;
}

.shop-content h1 span {
    font-weight: normal !important;
}

.shop-content .title h1 {}

.shop-wrap {
    width: 100%;
    float: left;
}

.shop-holder {
    margin-right: 20px;
}

.activeCart-panel {
    float: right;
    width: 175px;
    margin-left: -175px;
}

.group-summary {
    padding: 0 10px 20px;
}

.productItem {
    margin: 0 0 30px;
    border-bottom: 1px solid #bdb7a4;
    /*padding-bottom:80px;*/
    position: relative;
}

.two-items-across .productItem {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    min-height: 300px;
}

.h-split {
    display: inline-block;
    vertical-align: top;
    width: 3%;
    margin: 0 -5px;
}

.pi-content {
    overflow: hidden;
}

.prod-img {
    float: left;
    margin: 0 20px 20px 0;
}

.prod-img img {
    width: auto;
    height: auto;
}

span.price {
    font-weight: 400;
}
.cmd-container .qty-label{
	text-transform:uppercase;
}
.price-container span.label {
    font-weight: normal;
}

.prod-summary {
    overflow: hidden;
}

.addToCart {
    margin-left: 90px;
}

.two-items-across .addToCart {
    margin-left: 90px;
    clear: both;
}

.page-productdetails .addToCart {
    position: absolute;
    bottom: 0;
    left: 0px;
    margin-left: 0px;
}

.add-to-cart {
    border: none;
    padding: 0;
    margin: 0;
}

.add-to-cart legend {
    display: none;
}

.add-to-cart>table {
    margin: 0 0 10px;
}

.add-to-cart .qty-container {
    display: inline-block;
    vertical-align: middle;
}

.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;
}

.three-items-across .productItem {
    width: 30%;
}

.three-items-across .productItem,
.four-items-across .productItem {
    padding-bottom: 0 !important;
}

.three-items-across-container .activeCart-panel,
.four-items-across-container .activeCart-panel {
    display: none;
}

.three-items-across .addToCart,
.four-items-across .addToCart {
    margin-left: 0;
}

.shop-left-menu>span.three-items-across-menu,
.shop-left-menu>span.four-items-across-menu {
    padding-bottom: 0;
}

.three-items-across-container #tabs-product .activeCart,
.four-items-across-container #tabs-product .activeCart {
    display: table;
}

.four-items-across .pi-content,
.three-items-across .pi-content {
    min-height: 260px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.four-items-across .pi-content{
	flex-direction:column;
}

.three-items-across .soldout {
    padding: 0;
}


/***** activeCart *****/

.activeCart {
    width: 100%;
}

table.activeCart {
    border: solid 1px #bdb7a4;
    width: 100%;
}

.activeCart .cartBody {
    padding: 5px;
}

h2.anounce {
    color: #ff3333;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    margin-right: 10px;
}

.add-to-cart-confirmation-message {
    color: #4b4a59;
}


/***** shop-left-menu *****/

.shop-left-menu .menu-header {
    display: none;
}

.shop-left-menu>span {
    display: block;
    text-align: center;
}

.shop-left-menu li {
    font-size: 26px;
    line-height: 30px;
    font-family: inherit;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.shop-left-menu a {
    font-weight: bold;
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    color: #41020B;
    border-bottom: 1px solid #41020B;
    padding: 6px 8px;
}

.shop-left-menu a:hover,
.shop-left-menu a.selected {
    color: #000;
    text-decoration: none;
}

.activeCart .cartHeader,
.shop-left-menu .menu-header,
#accountContent .header,
#checkout .header,
#basket .header {
    border-bottom: 1px solid #bdb7a4;
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
    font-family: inherit;
    color: #000;
    background: none;
    overflow: hidden;
}

.left-box-head.col a {
    font-size: 18px;
    text-decoration: underline;
}


/***** shop-left-menu  sub-menu*****/

.shop-left-menu li {
    position: relative;
}

.shop-left-menu>span>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	margin-bottom:20px;
}

.shop-left-menu span ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    width: auto;
    z-index: 10;
    background-color: #fff;
    flex-direction: column;
}

.shop-left-menu span ul li ul li {
    display: block;
    margin: 5px;
    text-align: left;
}

.shop-left-menu span ul li ul li a {
    white-space: nowrap;
}

.toggle-menu {
    margin-left: 10px;
}

.toggle-menu img {
    transition: transform .25s;
    transform: rotate(90deg);
}

.toggle-menu.open img {
    display: inline-block;
    transform: rotate(180deg);
}


/***** productDetails *****/

#productDetails {
    width: 100%;
}

.data-header {
    overflow: hidden;
    padding: 0 0 10px;
}

.data-header .pager {
    padding-top: 17px;
    float: right;
    text-align: right;
    font-weight: bold;
}

.data-header .pager .c,
.data-header .pager .t {
    font-weight: bold;
}

.current-page-descr {
    margin: 0 0 5px;
}

.data-header .title {
    padding: 10px;
    text-align: center;
}


/***** tabs-product *****/

#tabs-product {
    background: none;
    border: 0;
    padding: 0;
    border-radius: 0;
}

.ui-widget-content,
#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-family: inherit;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

#tabs-product .ui-tabs-nav li {
    margin: 0 1px 0 0;
    background: none;
    border: 1px solid #bdb7a4;
    border-radius: 0;
    top: 0;
}

#tabs-product .ui-tabs-nav a {
    padding: 14px 16px;
    color: #fff;
    font-weight: bold;
    background: #41020B;
    transition: background-color .25s;
}

#tabs-product .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: -1px;
    padding-bottom: 0;
}

#tabs-product .ui-tabs-nav a:hover,
#tabs-product .ui-tabs-nav .ui-state-active a {
    color: #524d30;
    background: #fdfcfa;
}

#tabs-product .ui-tabs-nav li.ui-tabs-selected a {
    padding-bottom: 6px;
    color: #524d30;
    background: #fdfcfa;
}

#tabs-product .tabs-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10px 120px !important;
    border: 1px solid #bdb7a4;
    overflow: hidden;
    position: relative;
}

#tabs-product .tabs-container a.btn {
    color: #fff;
    font-weight: bold;
}


/*#tabs-product .tabs-container a:hover{
	color:#ccc;
	text-decoration:underline;
}*/

#tabs-product .tabs-wrap {
    float: left;
    width: 100%;
}

#tabs-product .tabs-content {
    margin-right: 30px;
}

#tabs-product .ui-tabs-panel {
    padding: 0;
    border-radius: 0;
}

#tabs-product .prod-image {
    float: left;
    margin: 0 10px 10px 0;
}

#tabs-product .prod-image img {
    width: auto;
    height: auto;
}

#tab_vintages {
    text-align: center;
}

#vintage-text {
    margin-bottom: 20px;
}

#tab_vintages a {
    display: block;
    margin: 0 0 5px;
}

#tab_vintages a.selected {
    color: #000;
}

#tab_wine_spec>div {
    overflow: hidden;
}

.wine-information {
    width: 100%;
    border: 1px solid #bdb7a4;
}

.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 10px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #bdb7a4;
}

.wc2016.join-wine-club-left p *,
.wc2016.join-wine-club-right.benefits p *,
.wineclub-membership div p *,
.group-summary *,
#tab_winemaker *,
#tab_vineyards *,
#tab_overview *,
.prod-content *,
#tab_reviews * {
  /*  font-size: inherit !important;
    font-family: inherit !important;
    background-color: inherit !important;
    color: inherit !important;
    font-weight: inherit;*/
}


/***** WINE CLUB *****/
.three-items-across .productItem .prod-summary h2{
	margin:0 0 10px;
}
.wineclub-membership>div>a>h3 {
    font-size: 18px;
}

.join-wine-club-holder {
    width: 100%;
}

.join-wine-club-holder:after {
    content: "";
    display: block;
    clear: both;
}
.prod-content{
	display:flex;
	justify-content:center;
	align-items:center;
}
.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 #bdb7a4;
}

.join-wine-club-content legend h3 {
    margin: 0;
}

#wine-clubs>div {
    margin: 0 -200px 0 0;
}

.wine-club-selections .prod-img {
    width: auto;
    margin: 0 10px 10px 0;
}

.basket_table .item .col-2 a,
.order_details .item .col-2 a {
    font-size: 14px;
}

.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;
    border-radius: 5px;
    color: #524d30;
    padding: 10px;
    border: 1px solid #ccc;
    min-height: 40px;
    background: #b3d8e826;
    min-width: 55px;
}

.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;
    min-height: 40px;
    background: #b3d8e826;
    border-radius: 5px;
    color: #524d30;
    padding: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
}

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;
}*/

.bootstrapWizard li.complete .step,
.bootstrapWizard li.active .step,
.bootstrapWizard li.active.complete .step {
    background-color: #41020B;
}

.bootstrapWizard li .title {
    font-size: 16px;
}


/***** SIGN IN *****/

.page-signin #pageContentCenter {
    float: none;
    display: inline-block;
    width: 80%;
}

.page-signin .activeCart {
    width: 100%;
}

.page-signin #pageContentLeft {
    display: none !important;
}

.page-signin #pageContentRight {
    width: 20%;
    float: none;
    display: inline-table;
    max-width: 200px;
}


/*.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 *****/

form[action="/account.aspx"] #pageContentCenter {
    display: inline-block !important;
    width: 80% !important;
    float: none !important;
}

form[action="/account.aspx"] #pageContentRight {
    display: inline-block !important;
    width: 20% !important;
    max-width: 200px;
}


/*.account-holder{
	margin-right:30px;
}*/


/*.page-account #pageContentRight{
	margin-left:-200px;
}*/

#accountContent .section,
#checkout .section,
#basket.section {
    margin: 0 0 25px;
    border: 1px solid #bdb7a4;
    -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;
}

.lnk {
    text-decoration: underline;
    font-weight: bold;
}

.account_address {
    overflow: hidden;
}

.section .content h3,
.section .content .account_address h3 {
    font-size: 16px;
}

.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 #bdb7a4;
    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 #bdb7a4;
}

.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: 130px;
}

.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;
}


/***** THREE AND FOUR ITEMS ACROSS *****/

.three-items-across .productItem .prod-img,
.four-items-across .productItem .prod-img {
    background: none;
    
}

.three-items-across .productItem .prod-img,
.four-items-across .productItem .prod-img {
    margin: 0;
}

.four-items-across .pi-content,
.three-items-across .pi-content {
    
}

.three-items-across .productItem .prod-summary {
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.three-items-across .addToCart,
.four-items-across .addToCart {
    
	
}

.three-items-across .prod-content {
    display: block;
	text-align:left;
	
}
.three-items-across .addToCart{
	font-size:14px;
}
.three-items-across .pi-content > .prod-content{
	padding-left:10px;
}
.three-items-across .pi-content > .prod-content > .prod-summary .prod-content{
	font-size:12px;
}
.prod-img {}

.three-items-across .productItem,
.four-items-across-container .productItem {
    text-align: center;
}

.four-items-across .cmd-container .qty-container,
.four-items-across .cmd-container .qty-label,
.three-items-across .cmd-container .qty-container,
.three-items-across .cmd-container .qty-label {
    margin-bottom: 5px;
}

.three-items-across .cmd-container .btn {
    display: inline-block;
    margin: 0 auto;
    margin-top: 5px;
}

.three-items-across .productItem {
    width: 30%;
}

.four-items-across .productItem {
    width: 22%;
}

.four-items-across .productItem .prod-summary h2 {
    font-size: 20px;
}

.three-items-across .add-to-cart .cmd-container,
.three-items-across .price-label,
.three-items-across-container .activeCart,
.four-items-across .add-to-cart .cmd-container,
.four-items-across .price-label,
.four-items-across-container .activeCart {
    display: inline-table;
}

.shop-wrap,
.shop-wrap {
    width: 100%;
}

.three-items-across .add-to-cart .cmd-container,
.four-items-across .add-to-cart .cmd-container {
    display: block;
}

#tabs-product .tabs-wrap,
.shop-wrap {
    width: 80%;
}

.four-items-across-container .shop-wrap,
.three-items-across-container .shop-wrap {
    width: 100%;
}

form[action="/wines/Four-Items"] .four-items-across-container .activeCart-panel,
form[action="/wines/Three-items"] .three-items-across-container .activeCart-panel {
    display: none;
    float: right;
    margin: 0;
    width: 20%;
    max-width: 200px;
}

.hidden {
    display: none;
}

.three-items-across .productItem .prod-summary h2,
.four-items-across .productItem .prod-summary h2 {
    font-size: 25px;
}


/***** HELP *****/

form[action="/signin.aspx"] .product-search,
form[action="/signin"] .product-search,
form[action="/newsletter"] .product-search,
form[action="/newsletter.aspx"] .product-search {
    display: none;
}

form[action="/account.aspx"] .product-search,
form[action="/account"] .product-search {
    display: none;
}

form[action="/newsletter.aspx"] #tableColumnsContainer,
form[action="/newsletter"] #tableColumnsContainer {
    display: flex;
    justify-content: space-between;
}

form[action="/account.aspx"] #contentContainer {
    display: flex;
    justify-content: space-between;
}

form[action="/account.aspx"] #pageContentRight {
    max-width: 200px;
    width: 20%;
}

form[action="/account.aspx"] #pageContentCenter {
    flex-grow: 1;
    margin-right: 10px;
}

.help_content {
    width: 80%;
    min-height: 405px;
    padding-right: 20px;
}

.help_aside {
    max-width: 200px;
    width: 20%;
}

.help_holder {}

.help_holder>div {
    width: 100% !important;
}


/***** CHECKOUT *****/


/*.checkout-section .addr-table .row .col {
	width: 50%;
}*/

.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 #bdb7a4;
    display: table-cell;
    vertical-align: top;
}

.checkout-top-box.summary {
    width: 200px;
}

.checkout-section .divider {
    width: 25px;
    display: table-cell;
}

.addr-table {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}

.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 #bdb7a4;
}

.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 .wccc,
.details.cof .wccc:hover {
    padding: 10px !important;
}


/***** POPUPS *****/

.ui-dialog {
    border: solid 1px #bdb7a4 !important;
    border-radius: 0 !important;
    padding: 10px;
    background: #fff;
}

.ui-widget-header {
    background: #41020B;
    border: 1px solid #bdb7a4;
    border-radius: 0;
    padding: 5px !important;
    text-align: center;
}

.ui-dialog .ui-dialog-title {
    margin: 0;
    font: bold 14px/20px Arial, Helvetica, sans-serif;
    color: #fff;
}

.popup h2 {
    margin: 0 0 5px;
}

.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;
}

.popup .addr-popup .addr-table>div .col {
    font-size: 14px;
    border-left: 1px solid #efefef;
}

.default-ship {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ccc;
}

.checkout-top-box.summary .btn {
    padding: 10px;
}

.popup .addr-popup .addr-table>div .col {
    padding: 10px;
}

.popup .addr-popup .addr-table>div {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.popup .addr-popup .addr-table>div .col:last-child .btn {
    margin: 5px auto;
}

.popup .addr-popup .addr-table>div .col,
.default-ship .col {
    width: 30%;
    display: table-cell;
    vertical-align: top;
    padding: 10px;
    box-sizing: border-box;
}

.popup .addr-popup .addr-table>div .selection,
.default-ship .col .selection {
    display: flex;
    padding: 0 0 0 5px;
    border-left: 0;
    width: 5% !important;
    margin: auto 0;
}

.popup .addr-popup .addr-table>div .col:last-child,
.default-ship .col:last-child {
    display: flex;
    vertical-align: middle;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    flex-grow: 1;
}

.addr-popup .divRowHeader .headerCellContact {
    padding-left: 21%;
}

.addr-popup .divRowHeader .headerCellAddress {
    padding-left: 3%;
}

.popup .addr-popup .addr-table>div .col:first-child {
    border-left: none;
}

body.popup {
    min-width: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: #ccc;
}

div.table .row.h>div {
    border: none;
}

.popup .addr-popup .addr-table>div .col .mobile-label {
    font-weight: bold;
    display: none;
}

.addr-popup .divRowHeader .headerCellContact {
    padding-left: 17%;
}

.addr-popup .divRowHeader .headerCellAddress {
    padding-left: 7%;
}

.add-to-cart-confirmation-message {
    z-index: 10;
}


/***** RESPONSIVE *****/


/* @media only screen and (max-width: 1024px) {
    .toggle-menu {
        border: solid black;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin: 0 0 5px 5px;
        transition: transform .5s linear;
    }
    .toggle-menu.open {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-bottom: 0px;
    }
    .shop-left-menu span ul li.open ul {
        display: flex;
    }
    .shop-left-menu span ul li {
        position: relative;
    }
    .shop-left-menu span ul li ul {
        top: 100%;
        left: 0;
        background-color: #fff;
        flex-direction: column;
        width: 100%;
        z-index: 3;
    }
    .shop-left-menu span ul li ul li {
        border-bottom: 1px solid #ccc;
    }
} */

@media only screen and (min-width: 1025px) {
    .shop-left-menu span ul li:hover ul {
        display: flex;
    }
    .toggle-menu {
        display: none;
    }
}

@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: #524d30;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #ccc;
        padding: 5px;
    }
    .shop-left-menu {
        float: none;
        width: 100%;
        margin: 0 0 25px;
    }
    #pageContent {
        padding: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .header-box {
        padding: 0;
    }
    .ft-col-3 .pp-heading .pp-primary-title {
        font-size: 3vw;
    }
    .ft-col-1 .ft-col-inner {
        padding: 15% 10% 0 0;
    }
    .ft-col-1 {
        width: 60%;
        flex: 0 1 auto
    }
    .ft-col-2 {
        width: 40%;
        flex: 0 1 auto
    }
    .ft-col-3 {
        width: 100%;
    }
    .ft-col-3 .ft-module-content {
        margin: 5% 0;
    }
    .ft-col-2 .ft-col-content {
        padding: 0 10%;
    }
    .ft-col-2 .ft-module-second .pp-primary-title,
    .ft-col-2 .ft-module-second .sub-heading p {
        font-size: 1.8vw;
    }
    .ft-col-3 .ft-col-content {
        padding: 4% 0;
    }
    #footer {
        padding: 4% 5% 8% 5%;
    }
    .ft-col-1 .ft-module-first .heading-title,
    .ft-col-1 .pp-primary-title {
        font-size: 3.5vw;
    }
    .ft-col-3 p,
    .ft-module.ft-map-module .btn-wrapper .pp-button-text,
    .button-wrap a .pp-button-text,
    .ft-col-1 .sub-head p,
    .ft-col-1 .pp-sub-heading {
        font-size: 2vw;
    }
    .ft-module.ft-map-module .btn-wrapper a,
    .button-wrap a {
        width: 30vw;
    }
    .ft-img-align-center img {
        width: 200px;
    }
    .ft-module.ft-map-module .btn-wrapper {
        margin-top: 4%;
    }
    .hd-background {
        background-image: url(Images/bg-991.jpg);
    }
    .title-cont {
        text-align: left;
        margin-bottom: 0;
    }
    .top-title {
        padding: 5% 5% 5% 15%;
    }
    .logo {
        width: 18%;
        flex: 0 1 auto;
    }
    .logo img {
        width: 100%;
    }
    .btn-menu {
        width: 82%;
        flex: 0 1 auto;
        text-align: right;
        font-size: calc(16px + 2.5vw);
        margin-top: 4%;
    }
    .top-title span {
        font-size: 6vw;
    }
    .nav-wrap {
        padding: 5%;
    }
    .nav-container {
        width: 80%;
    }
    .nav-logo img {
        width: 100px;
    }
    #nav a {
        font-size: 3vw;
        line-height: 41px;
    }
    #nav .sub-menu a {
        line-height: 1;
        font-size: 2.5vw;
        font-weight: 300;
    }
    .inner-address-module .sub-header-module p a {
        font-size: 2vw;
    }
    .inner-address-module .module-header h5.heading-title a {
        font-size: 2.5vw;
    }
    .address-module,
    .nav-map-pin {
        overflow: hidden;
    }
    .nav-map-pin .inner-map-module {
        margin-bottom: 4%;
    }
    .inner-address-module {
        margin: 4% 0;
    }
    #nav {
        margin: 3% 0 2% 0;
    }
    #nav a {
        line-height: 1.4;
    }
}

@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;
    }
	.three-items-across .productItem{
		width:48%;
	}
}

@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: 800px) {
    
}

@media only screen and (max-width: 768px) {
    .button-wrap a {
        line-height: 1.6;
    }
    .nav-map-pin .inner-map-module {
        margin-bottom: 8%;
    }
    .inner-address-module .sub-header-module p a {
        font-size: 3vw;
    }
    .inner-address-module .module-header h5.heading-title a {
        font-size: 3.5vw;
    }
    #nav .sub-menu a {
        font-size: 4vw;
    }
    .nav-logo img {
        width: 80px;
    }
    #nav a {
        font-size: 5vw;
    }
    .nav-container {
        width: 95%;
    }
    .nav-wrap {
        padding: 15% 10% 5%;
    }
    .top-title {
        padding: 9.5% 0% 5% 5%;
    }
    .hd-background {
        background-position: right center;
    }
    .top-title span {
        font-size: 10vw;
    }
    #ctl00_ViewCart1_ctl00,
    .top-bar-hd li a {
        /* font-size: 28px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0; */
    }
    .top-nav-list {
        /* padding-top: 3%; */
    }
    .top-nav-list .address,
    .top-nav-list .phone-no {
        display: none;
    }
    .ft-module.ft-map-module .btn-wrapper {
        margin-bottom: 12%;
    }
    #footer {
        padding: 8% 5%;
    }
    .ft-col-1 .ft-col-innner {
        width: 100%;
        text-align: center;
    }
    .ft-module.ft-map-module .btn-wrapper .pp-button-text,
    .button-wrap a .pp-button-text,
    .ft-col-1 .sub-head p,
    .ft-col-1 .pp-sub-heading {
        font-size: 4vw;
    }
    .ft-col-3 p,
    .ft-col-2 .ft-module-second .pp-primary-title,
    .ft-col-2 .ft-module-second .sub-heading p {
        font-size: 3vw;
    }
    .ft-col-3 .pp-heading .pp-primary-title {
        font-size: 4.5vw;
    }
    .ft-col-1 .ft-col-inner,
    .ft-col-1,
    .ft-col-2,
    .ft-col-3 {
        width: 100%;
    }
    .ft-col-3 .ft-col-content {
        padding: 8% 0;
    }
    .ft-col-2 .ft-col-content {
        padding: 0;
    }
    .ft-module.ft-map-module .btn-wrapper a,
    .button-wrap a {
        width: 40vw;
    }
    .ft-col-1 .ft-module-first .heading-title,
    .ft-col-1 .pp-primary-title {
        font-size: 6vw;
    }
    .top-bar-hd {
        padding-top: 1.5%;
    }
    .logo img {
        width: 150px;
        max-width: 100%;
    }
    #tabs-product .tabs-wrap,
    .shop-wrap,
    .three-items-across-container #tabs-product .tabs-wrap,
    .four-items-across-container #tabs-product .tabs-wrap,
    .four-items-across-container .shop-wrap,
    .three-items-across-container .shop-wrap {
        width: 100%;
    }
    .logo {
        width: 30%;
    }
    .btn-menu {
        width: 70%;
        margin-top: 7%;
        font-size: calc(16px + 3vw);
    }
    #pageContent {
        padding: 20px 20px;
    }
    .activeCart-panel {
        max-width: 100%;
    }
    form[action="/account.aspx"] #contentContainer,
    form[action="/account"] #contentContainer {
        flex-direction: column;
    }
    form[action="/account.aspx"] #pageContentRight,
    form[action="/account"] #pageContentRight {
        max-width: 100%;
        width: 100%;
    }
    form[action="/newsletter.aspx"] #tableColumnsContainer,
    form[action="/newsletter"] #tableColumnsContainer {
        flex-direction: column;
    }
    form[action="/newsletter.aspx"] #tableColumnsContainer .help_content,
    form[action="/newsletter.aspx"] #tableColumnsContainer .help_aside,
    form[action="/newsletter"] #tableColumnsContainer .help_content,
    form[action="/newsletter"] #tableColumnsContainer .help_aside {
        max-width: 100%;
        width: 100%;
    }
    form[action="/account"] #pageContentCenter,
    form[action="/account.aspx"] #pageContentCenter {
        display: block !important;
        width: 100% !important;
        float: none !important;
    }
    form[action="/account"] #pageContentRight,
    form[action="/account.aspx"] #pageContentRight {
        display: block !important;
        width: 100% !important;
        float: none;
        max-width: 100%;
    }
    .shop-left-menu li {
        padding: 10px 3px;
    }
    .popup .addr-popup .addr-table>div {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .addr-popup .divRowHeader div:nth-child(2) {
        padding-left: 17%;
    }
    #authStatus {}
    .two-items-across .prod-img {
        float: left;
        margin: 0 20px 20px 0;
    }
    .two-items-across .addToCart {
        margin: 0 0 0 90px;
    }
    .h-split {
        display: none;
    }
    .two-items-across .productItem {
        width: 100%;
        min-height: 0;
        height: auto !important;
    }
    .two-items-across .addToCart {
        margin-left: 90px;
    }
    #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: 10px;
    }
    .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%;
    }
    .activeCart-panel {
        width: 100%;
    }
    .page-signin #pageContentRight {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    .page-signin #pageContentCenter {
        float: none;
        display: inline-block;
        width: 100%;
    }
}

@media only screen and (max-width: 700px) {
    .three-items-across-container #tabs-product .tabs-wrap,
    .four-items-across-container #tabs-product .tabs-wrap,
    .four-items-across-container .shop-wrap,
    .three-items-across-container .shop-wrap #tabs-product .tabs-wrap,
    .shop-wrap {
        width: 100%;
    }
    .activeCart-panel {
        width: 100%;
    }
}

@media only screen and (max-width: 639px) {
    .four-items-across .pi-content,
    .three-items-across .pi-content {
        flex-direction: column;
    }
    .shop-holder {
        margin: 0;
    }
    .three-items-across .productItem,
    .four-items-across .productItem {
        width: 40% !important;
    }
    .activeCart-panel {
        float: left;
        width: 100%;
        margin: 0;
        max-width: 100%;
    }
    .activeCart {
        width: 100%;
    }
    .popup form[action="/WineryShippingRestricted.aspx"] {
        line-height: 1 !important;
    }
    .shop-left-menu>span.four-items-across-menu,
    .shop-left-menu>span.three-items-across-menu {
        border-bottom: none !important;
    }
    .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 #bdb7a4;
    }
    #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;
    }
    .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 #bdb7a4;
    }
    .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 #bdb7a4;
        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 #bdb7a4;
        border-width: 1px 0;
        padding: 10px 0;
    }
    .basket_table .cart-header {
        display: none;
    }
    .basket_table .item {
        border-bottom: 1px solid #bdb7a4;
    }
    .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;
    }
    .page-signin #pageContentCenter {
        float: none;
        display: inline-block;
        width: 100%;
    }
    form[action="/newsletter"] .help_content,
    form[action="/newsletter"] .help_aside {
        max-width: 100%;
        width: 100%;
    }
    .popup form[action="/WineryShippingRestricted.aspx"] {
        line-height: 1 !important;
    }
}

@media only screen and (max-width: 599px) {
    .shop-left-menu li {
        width: 100%;
        margin-top: 1px;
    }
    .shop-left-menu span ul li ul li {
        text-align: center;
    }
    .shop-left-menu span ul li ul {
        width: 100%;
    }
}

@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 #bdb7a4;
    }
    .default-ship .col {
        display: block;
        border-top: 1px solid #bdb7a4;
        border-left: 0;
    }
    .default-ship .col:first-child {
        border: 0;
    }
}

@media only screen and (max-width: 479px) {
	.three-items-across .prod-content,
	.three-items-across .pi-content > .prod-content{
		padding:0;
		text-align:center;
	}
	.three-items-across .pi-content > .prod-content > .prod-summary .prod-content{
		font-size:14px;
	}
    .prod-img {
        float: none;
        margin: 0 auto 20px;
        text-align: center;
    }
    .productItem {
        padding-bottom: 0;
    }
    .popup .addr-popup .addr-table>div .col {
        padding: 10px;
        width: 100%;
    }
    .three-items-across-container .productItem,
    .four-items-across-container .productItem {
        width: 100% !important;
    }
    .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;
        width: 100%;
    }
    .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 #bdb7a4;
        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: 299px) {
    .popup .addr-popup .addr-table>div .col {
        padding: 10px 10px 10px 30px;
        width: 100%;
    }
    .popup .addr-popup .addr-table>div .col .mobile-label {
        display: block !important;
    }
    .addr-popup .divRowHeader {
        display: none !important;
    }
    .popup .addr-popup .addr-table>div {
        margin-bottom: 35px;
    }
    .popup .addr-popup .addr-table>div .col:last-child,
    .default-ship .col:last-child {
        flex-direction: row;
    }
    .popup .addr-popup .addr-table>div {
        position: relative;
    }
    .popup .addr-popup .addr-table>div .selection {
        position: absolute;
        left: -20px;
        top: 6px;
    }
}